From 116e54ad1670c240773e5a9a0193dd736de8a934 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 30 Nov 1999 14:03:29 +0000 Subject: Uncommitted remains of a previous patch from Ralf Corsepius which converted fiels to automake. --- testsuites/itrontests/itrontests.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testsuites/itrontests/itrontests.am (limited to 'testsuites/itrontests/itrontests.am') diff --git a/testsuites/itrontests/itrontests.am b/testsuites/itrontests/itrontests.am new file mode 100644 index 0000000000..25e96d366b --- /dev/null +++ b/testsuites/itrontests/itrontests.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/itrontests: + @$(mkinstalldirs) $@ + +$(project_bspdir)/tests/screens/itrontests/$(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/itrontests \ +$(project_bspdir)/tests/screens/itrontests/$(TEST).scn -- cgit v1.2.3