SUBDIRS = $(ALL_OMK_SUBDIRS) test_PROGRAMS = hello_inproc hello_remote proto_unix discovery syncobj CFLAGS += -DTEST lib_LOADLIBES = forb ulut fosa rt hello_inproc_SOURCES = hello_inproc.c hello_impl.c hello_inproc_CLIENT_IDL = hello.idl hello_inproc_SERVER_IDL = hello.idl hello_remote_SOURCES = hello_remote.c hello_impl.c hello_remote_CLIENT_IDL = hello.idl hello_remote_SERVER_IDL = hello.idl include_GEN_HEADERS = hello.h # test_PROGRAMS += hello_client # hello_client_SOURCES = hello_client.c # hello_inproc_CLIENT_IDL = hello.idl # test_PROGRAMS += hello_server # hello_server_SOURCES = hello_server.c # hello_inproc_SERVER_IDL = hello.idl proto_unix_SOURCES = proto_unix.c discovery_SOURCES = discovery.c syncobj_SOURCES = test_syncobj.c