source: rtems/testsuites/samples/sample.am @ 23e3f642

4.104.114.84.95
Last change on this file since 23e3f642 was 23e3f642, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 14:10:05

Missed in previous automake conversion patches from Ralf Corsepius
<corsepiu@…>.

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