From 4c285524e45e71b5af9d4c990e1db33ab3f67487 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 13:36:18 +0000 Subject: Patch rtems-rc-19991117-12.diff from Ralf Corsepius to convert the libtests directory from Makefile.in to Makefile.am. --- testsuites/sptests/sptests.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testsuites/sptests/sptests.am (limited to 'testsuites/sptests/sptests.am') diff --git a/testsuites/sptests/sptests.am b/testsuites/sptests/sptests.am new file mode 100644 index 0000000000..0ef24f02dc --- /dev/null +++ b/testsuites/sptests/sptests.am @@ -0,0 +1,23 @@ +project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ + +$(project_bspdir)/tests: + @$(mkinstalldirs) $@ + +$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) + $(INSTALL_PROGRAM) $< $@ + +$(project_bspdir)/tests/screens: + @$(mkinstalldirs) $@ + +$(project_bspdir)/tests/screens/sptests: + @$(mkinstalldirs) $@ + +$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn + $(INSTALL_DATA) $< $@ + +TMPINSTALL_FILES += \ +$(project_bspdir)/tests \ +$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \ +$(project_bspdir)/tests/screens \ +$(project_bspdir)/tests/screens/sptests \ +$(project_bspdir)/tests/screens/sptests/$(TEST).scn -- cgit v1.2.3