## ## $Id$ ## NODE = 1 TEST = mp13-node$(NODE) PGM = $(ARCH)/$(TEST).exe MANAGERS = io mp message semaphore noinst_LIBRARIES = lib.a lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../system.h DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) OBJS = $(lib_a_OBJECTS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am include $(top_srcdir)/mptests.am AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. if HAS_MP # # (OPTIONAL) Add local stuff here using += # AM_CPPFLAGS += -I$(top_srcdir)/../support/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) all-local: $(TMPINSTALL_FILES) else all-local: endif EXTRA_DIST = $(DOCS) CLEANFILES = $(TMPINSTALL_FILES) include $(top_srcdir)/../automake/local.am