From 685e9cd368514b24ae8662c9717b26d99e5e6e01 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Nov 2005 08:22:25 +0000 Subject: Expand mptests.am. --- testsuites/mptests/mp08/node1/Makefile.am | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'testsuites/mptests/mp08/node1') diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am index 2e570b7287..f2f4e91091 100644 --- a/testsuites/mptests/mp08/node1/Makefile.am +++ b/testsuites/mptests/mp08/node1/Makefile.am @@ -19,7 +19,28 @@ 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 + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST)-node$(NODE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests/screens/mptests/node$(NODE) + @: > $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp) + +$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp) + $(INSTALL_DATA) $< $@ + +TMPINSTALL_FILES = \ +$(project_bspdir)/tests/$(TEST)-node$(NODE).exe \ +$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn + +$(PGM): ${ARCH}/$(dirstamp) AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. -- cgit v1.2.3