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