From c94eb25b5c7e27385abd7ef8c068633342ae70bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 13:39:29 +0000 Subject: Patch rtems-rc-19991117-14.diff from Ralf Corsepius to convert the psxtests directory from Makefile.in to Makefile.am. --- c/src/tests/psxtests/psxtests.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 c/src/tests/psxtests/psxtests.am (limited to 'c/src/tests/psxtests/psxtests.am') diff --git a/c/src/tests/psxtests/psxtests.am b/c/src/tests/psxtests/psxtests.am new file mode 100644 index 0000000000..15a8e28c9b --- /dev/null +++ b/c/src/tests/psxtests/psxtests.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/psxtests: + @$(mkinstalldirs) $@ + +$(project_bspdir)/tests/screens/psxtests/$(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/psxtests \ +$(project_bspdir)/tests/screens/psxtests/$(TEST).scn -- cgit v1.2.3