]> rtime.felk.cvut.cz Git - frescor/forb.git/blob - Makefile.omk
Started work on implementation of inter-ORB protocols
[frescor/forb.git] / Makefile.omk
1 SUBDIRS = ulut fosa forb-idl tests-idl tests\r
2 \r
3 lib_LIBRARIES = forb\r
4 forb_SOURCES = forb.c cdr.c sha1.c uuid.c iop.c\r
5 forb_CLIENT_IDL = forb-idl.idl\r
6 \r
7 to_forb_subdir=$(1)->forb/$(strip $(1))\r
8 renamed_include_HEADERS = \\r
9         $(call to_forb_subdir, forb.h) \\r
10         $(call to_forb_subdir, forb-internal.h) \\r
11         $(call to_forb_subdir, basic_types.h) \\r
12         $(call to_forb_subdir, cdr.h) \\r
13         $(call to_forb_subdir, iop.h) \\r
14         $(call to_forb_subdir, uuid.h) \\r
15         $(call to_forb_subdir, proto.h) \\r
16         $(call to_forb_subdir, conn.h)\r
17 \r
18 renamed_include_GEN_HEADERS = \\r
19         $(call to_forb_subdir,forb-idl.h)\r