]> rtime.felk.cvut.cz Git - frescor/forb.git/blob - src/tests/Makefile.omk
Updated documentation and code cleanups
[frescor/forb.git] / src / tests / Makefile.omk
1 SUBDIRS = $(ALL_OMK_SUBDIRS)
2
3 test_PROGRAMS = hello_inproc hello_remote test_proto_unix discovery syncobj regobjref
4 CFLAGS += -DTEST
5
6 lib_LOADLIBES = forb ulut fosa rt
7
8 hello_inproc_SOURCES = hello_inproc.c hello_impl.c
9 hello_inproc_CLIENT_IDL = hello.idl
10 hello_inproc_SERVER_IDL = hello.idl
11
12 hello_remote_SOURCES = hello_remote.c hello_impl.c
13 hello_remote_CLIENT_IDL = hello.idl
14 hello_remote_SERVER_IDL = hello.idl
15
16 regobjref_SOURCES = regobjref.c hello_impl.c
17 regobjref_CLIENT_IDL = hello.idl
18 regobjref_SERVER_IDL = hello.idl
19
20 include_GEN_HEADERS = hello.h
21
22 # test_PROGRAMS += hello_client
23 # hello_client_SOURCES = hello_client.c
24 # hello_inproc_CLIENT_IDL = hello.idl
25
26 # test_PROGRAMS += hello_server
27 # hello_server_SOURCES = hello_server.c
28 # hello_inproc_SERVER_IDL = hello.idl
29
30 test_proto_unix_SOURCES = test_proto_unix.c
31
32 discovery_SOURCES = discovery.c
33
34 syncobj_SOURCES = test_syncobj.c