From 7c1e3f4ca2e8b841f12d6c4051a410ecd43da5ee Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Nov 2005 08:18:16 +0000 Subject: Expand sptests.am. --- testsuites/sptests/sp05/Makefile.am | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'testsuites/sptests/sp05') diff --git a/testsuites/sptests/sp05/Makefile.am b/testsuites/sptests/sp05/Makefile.am index 035743d326..9df5b9e2fb 100644 --- a/testsuites/sptests/sp05/Makefile.am +++ b/testsuites/sptests/sp05/Makefile.am @@ -19,7 +19,27 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/sptests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +$(project_bspdir)/tests/screens/sptests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests/screens/sptests + @: > $(project_bspdir)/tests/screens/sptests/$(dirstamp) + +$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/sptests/$(dirstamp) + $(INSTALL_DATA) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe +TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/$(TEST).scn + +$(PGM): ${ARCH}/$(dirstamp) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -- cgit v1.2.3