test_PROGRAMS += negotiation negotiation_SOURCES = negotiation.c lib_LOADLIBES += pthread rt frsh ifeq ($(CONFIG_FWP),y) SUBDIRS= fwptest test_PROGRAMS += distributed distributed2 distributed_SOURCES+= distributed.c distributed2_SOURCES+= distributed2.c fwpreceiver_SOURCES+= fwpreceiver.c fwpsender_SOURCES+= fwpsender.c lib_LOADLIBES += pthread rt fwp fna frsh endif ifeq ($(CONFIG_ORTE_TEST),y) test_PROGRAMS += orte_test orte_test_SOURCES+= orte_test.c lib_LOADLIBES += pthread rt fwp fna frsh endif