source: rtems/testsuites/samples/sample.am @ 615a7d0

4.104.114.84.95
Last change on this file since 615a7d0 was c9cbbe22, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/01 at 18:21:36

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

  • minimum/Makefile.am: Fix comments to make automake-1.5 happy.
  • sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
  • cdtest/Makefile.am: Remove LD_LIBS.
  • Property mode set to 100644
File size: 509 bytes
RevLine 
[8ccc22c]1## $Id$
[b8a30d07]2
[23e3f642]3project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
4
5$(project_bspdir)/samples:
6        @$(mkinstalldirs) $@
7$(project_bspdir)/tests:
8        @$(mkinstalldirs) $@
9
10$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
11        $(INSTALL_PROGRAM) $< $@
12
13$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
14        $(INSTALL_PROGRAM) $< $@
15
[c9cbbe22]16TMPINSTALL_FILES = \
[23e3f642]17$(project_bspdir)/tests \
18$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \
19$(project_bspdir)/samples \
20$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe
Note: See TracBrowser for help on using the repository browser.