source: rtems/testsuites/samples/sample.am @ 37a3cf4

4.104.114.84.95
Last change on this file since 37a3cf4 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
RevLine 
[8ccc22c]1## $Id$
[b8a30d07]2
[23e3f642]3project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
4
5$(project_bspdir)/samples:
[37a3cf4]6        @$(mkdir_p) $@
[23e3f642]7$(project_bspdir)/tests:
[37a3cf4]8        @$(mkdir_p) $@
[23e3f642]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.