source: rtems/c/src/tests/sptests/sptests.am @ fc20c53

4.104.114.84.95
Last change on this file since fc20c53 was 4c28552, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 13:36:18

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

  • Property mode set to 100644
File size: 614 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/sptests:
13        @$(mkinstalldirs) $@
14
15$(project_bspdir)/tests/screens/sptests/$(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/sptests \
23$(project_bspdir)/tests/screens/sptests/$(TEST).scn
Note: See TracBrowser for help on using the repository browser.