source: rtems/testsuites/mptests/mptests.am @ dde827b

4.104.114.84.95
Last change on this file since dde827b was b33e20e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/00 at 13:32:26

2000-10-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
  • mptests.am: Remove DEFS.
  • Property mode set to 100644
File size: 801 bytes
Line 
1## $Id$
2
3project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
4
5$(project_bspdir)/tests:
6        @$(mkinstalldirs) $@
7
8$(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe: $(PGM)
9        $(INSTALL_PROGRAM) $< $@
10
11$(project_bspdir)/tests/screens:
12        @$(mkinstalldirs) $@
13
14$(project_bspdir)/tests/screens/mptests:
15        @$(mkinstalldirs) $@
16
17$(project_bspdir)/tests/screens/mptests/node$(NODE):
18        @$(mkinstalldirs) $@
19
20$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn
21        $(INSTALL_DATA) $< $@
22
23TMPINSTALL_FILES += \
24$(project_bspdir)/tests \
25$(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe \
26$(project_bspdir)/tests/screens \
27$(project_bspdir)/tests/screens/mptests \
28$(project_bspdir)/tests/screens/mptests/node$(NODE) \
29$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
Note: See TracBrowser for help on using the repository browser.