source: rtems/testsuites/samples/sample.am @ 8234c04

4.104.114.84.95
Last change on this file since 8234c04 was 37a3cf4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/17/03 at 04:19:05

2003-12-17 Ralf Corsepius <corsepiu@…>

  • sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
  • Property mode set to 100644
File size: 497 bytes
Line 
1## $Id$
2
3project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
4
5$(project_bspdir)/samples:
6        @$(mkdir_p) $@
7$(project_bspdir)/tests:
8        @$(mkdir_p) $@
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.