source: rtems/testsuites/tmtests/tmtests.am @ b4a45137

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

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

  • tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
  • Property mode set to 100644
File size: 277 bytes
Line 
1## $Id$
2
3project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
4
5$(project_bspdir)/tests:
6        @$(mkdir_p) $@
7
8$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
9        $(INSTALL_PROGRAM) $< $@
10
11TMPINSTALL_FILES = \
12$(project_bspdir)/tests \
13$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
Note: See TracBrowser for help on using the repository browser.