## ## $Id$ ## MANAGERS = io mp message partition semaphore rtems_tests_PROGRAMS = mp11-node1.exe mp11_node1_exe_SOURCES = ../init.c ../system.h scndir = $(rtems_testsdir) dist_scn_DATA = mp11-node1.scn docdir = $(rtems_testsdir) dist_doc_DATA = mp11-node1.doc include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am mp11_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include LINK_OBJS = $(mp11_node1_exe_OBJECTS) $(mp11_node1_exe_LDADD) LINK_LIBS = $(mp11_node1_exe_LDLIBS) mp11-node1.exe$(EXEEXT): $(mp11_node1_exe_OBJECTS) $(mp11_node1_exe_DEPENDENCIES) @rm -f mp11-node1.exe$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am