]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - fres/cbroker/Makefile.omk
Merge branch 'master' of git://rtime.felk.cvut.cz/frescor/frsh_forb
[frescor/frsh.git] / fres / cbroker / Makefile.omk
1 bin_PROGRAMS += fcb
2
3 fcb_SOURCES = fcb.c
4 fcb_LIBS = contract fosa forb pthread rt ulut frm_client fra_client
5 fcb_LIBS += frsh                # For frsh_strerror
6 fcb_SERVER_IDL = fcb.idl
7
8 lib_LIBRARIES += fcb_client 
9 fcb_client_CLIENT_IDL = fcb.idl
10
11 include_GEN_HEADERS += fcb.h
12 include_HEADERS += fcb_contact_info.h
13
14 default_CONFIG = CONFIG_FCB_INET=y
15 default_CONFIG += CONFIG_FCB=y  # Hack to let FORB automatically register reference to FCB.
16
17 LOCAL_CONFIG_H = fcb_config.h
18
19 # include-pass_HOOKS = fcb_contract_gavl.inc
20
21 # fcb_contract_gavl.inc: $(SOURCES_DIR)/fcb_contract_gavl.c
22 #       $(c_o_COMPILE) -E -P $< | indent | sed -e '0,/__cut_here__/d' > $@