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

4.104.114.84.95
Last change on this file since fa1661b was 8ccc22c, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/00 at 13:30:30

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

  • Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
  • sample.am: Remove DEFS.
  • Property mode set to 100644
File size: 510 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.