]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - fres/Makefile.omk
Added resource manager for dummy resource
[frescor/frsh.git] / fres / Makefile.omk
1 SUBDIRS=contract sa
2
3 bin_PROGRAMS += fcb
4
5 fcb_SOURCES = fcb.c
6 fcb_LIBS = contract fosa forb pthread rt ulut
7 fcb_SERVER_IDL = fcb.idl
8 fcb_CLIENT_IDL = frm.idl frs.idl
9
10 lib_LIBRARIES += fcb_client 
11 fcb_client_CLIENT_IDL = fcb.idl
12
13 include_GEN_HEADERS += fcb.h
14
15
16 lib_LIBRARIES += frm
17 frm_SERVER_IDL = frm.idl
18 include_GEN_HEADERS += frm.h
19
20
21 lib_LIBRARIES += frs
22 frs_SERVER_IDL = frs.idl
23 include_GEN_HEADERS += frs.h