source: rtems/testsuites/samples/sample.am @ c9cbbe22

4.104.114.84.95
Last change on this file since c9cbbe22 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
Line 
1## $Id$
2
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
16TMPINSTALL_FILES = \
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.