SUBDIRS = $(ALL_OMK_SUBDIRS) test_PROGRAMS += hello_inproc hello_remote test_proto_inet discovery \ syncobj regobjref executor_id #executor_calls ifeq ($(CONFIG_FORB_PROTO_UNIX),y) test_PROGRAMS += test_proto_unix endif wvtest_PROGRAMS += sequence sequence_SOURCES = sequence.c sequence_CLIENT_IDL = sequence.idl sequence_LIBS = wvtest CFLAGS += -DTEST -DWVTEST_CONFIGURED INCLUDES += -I. 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 regobjref_SOURCES = regobjref.c hello_impl.c regobjref_CLIENT_IDL = hello.idl regobjref_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 test_proto_unix_SOURCES = test_proto_unix.c test_proto_inet_SOURCES = test_proto_inet.c discovery_SOURCES = discovery.c syncobj_SOURCES = test_syncobj.c executor_id_SOURCES = executor_id.c executor_calls_SOURCES = executor_calls.c