source: rtems/testsuites/psxtests/psxtests.am @ 6da99727

4.104.114.84.95
Last change on this file since 6da99727 was 869fa3c2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/01 at 18:28:02

2001-09-22 Ralf Corsepius <corsepiu@…>

  • psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
  • Property mode set to 100644
File size: 626 bytes
RevLine 
[4d2ba82]1## $Id$
[b8a30d07]2
[c94eb25]3project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
4
5$(project_bspdir)/tests:
6        @$(mkinstalldirs) $@
7
8$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
9        $(INSTALL_PROGRAM) $< $@
10
11$(project_bspdir)/tests/screens:
12        @$(mkinstalldirs) $@
13
14$(project_bspdir)/tests/screens/psxtests:
15        @$(mkinstalldirs) $@
16
17$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn
18        $(INSTALL_DATA) $< $@
19
[869fa3c2]20TMPINSTALL_FILES = \
[c94eb25]21$(project_bspdir)/tests \
22$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
23$(project_bspdir)/tests/screens \
24$(project_bspdir)/tests/screens/psxtests \
25$(project_bspdir)/tests/screens/psxtests/$(TEST).scn
Note: See TracBrowser for help on using the repository browser.