]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - fres/cbroker/Makefile.omk
Spare capacity now works
[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
13 default_CONFIG = CONFIG_FCB_INET=y
14
15 LOCAL_CONFIG_H = fcb_config.h
16
17 # include-pass_HOOKS = fcb_contract_gavl.inc
18
19 # fcb_contract_gavl.inc: $(SOURCES_DIR)/fcb_contract_gavl.c
20 #       $(c_o_COMPILE) -E -P $< | indent | sed -e '0,/__cut_here__/d' > $@