]> rtime.felk.cvut.cz Git - frescor/forb.git/blob - Makefile.omk
Added working in-process example
[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\r
5 \r
6 to_forb_subdir=$(1)->forb/$(1)\r
7 renamed_include_HEADERS = \\r
8         $(call to_forb_subdir,forb.h) \\r
9         $(call to_forb_subdir,basic_types.h) \\r
10         $(call to_forb_subdir,cdr.h)\r
11 \r
12 include_HEADERS = forb_config.h\r
13 \r
14 # test_PROGRAMS = example-server\r
15 # example-server_SOURCES = example-server.c example-skel-tpl.c example-common-tpl.c example-stub-tpl.c\r
16 # example-server_LIBS = forb\r
17 \r
18 \r
19 # test_PROGRAMS += example-client\r
20 # example-client_SOURCES = example-client.c example-stub-tpl.c example-common-tpl.c\r
21 # example-client_LIBS = forb\r