From c784867db0d3f1c04127adb88120bc572a5b8297 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Nov 2005 08:05:43 +0000 Subject: Expand itrontests.am. --- testsuites/itrontests/itronmbf01/Makefile.am | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'testsuites/itrontests/itronmbf01/Makefile.am') diff --git a/testsuites/itrontests/itronmbf01/Makefile.am b/testsuites/itrontests/itronmbf01/Makefile.am index e29ee87b77..933c62fcb6 100644 --- a/testsuites/itrontests/itronmbf01/Makefile.am +++ b/testsuites/itrontests/itronmbf01/Makefile.am @@ -18,7 +18,29 @@ 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)/itrontests.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/itrontests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests/screens/itrontests + @: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp) + +$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp) + $(INSTALL_DATA) $< $@ + +TMPINSTALL_FILES = \ +$(project_bspdir)/tests/$(TEST).exe \ +$(project_bspdir)/tests/screens/itrontests/$(TEST).scn + +$(PGM): ${ARCH}/$(dirstamp) + # # (OPTIONAL) Add local stuff here using += -- cgit v1.2.3