source: rtems/c/src/tests/psxtests/psxtests.am @ 5a23ca84

4.104.114.84.95
Last change on this file since 5a23ca84 was c94eb25, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 13:39:29

Patch rtems-rc-19991117-14.diff from Ralf Corsepius <corsepiu@…>
to convert the psxtests directory from Makefile.in to Makefile.am.

  • Property mode set to 100644
File size: 618 bytes
Line 
1project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
2
3$(project_bspdir)/tests:
4        @$(mkinstalldirs) $@
5
6$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
7        $(INSTALL_PROGRAM) $< $@
8
9$(project_bspdir)/tests/screens:
10        @$(mkinstalldirs) $@
11
12$(project_bspdir)/tests/screens/psxtests:
13        @$(mkinstalldirs) $@
14
15$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn
16        $(INSTALL_DATA) $< $@
17
18TMPINSTALL_FILES += \
19$(project_bspdir)/tests \
20$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
21$(project_bspdir)/tests/screens \
22$(project_bspdir)/tests/screens/psxtests \
23$(project_bspdir)/tests/screens/psxtests/$(TEST).scn
Note: See TracBrowser for help on using the repository browser.