source: rtems/testsuites/libtests/libtests.am @ a1e43bfd

4.104.114.84.95
Last change on this file since a1e43bfd was a1e43bfd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 07:36:11

Add $(PGM): ${ARCH}/$(dirstamp).

  • Property mode set to 100644
File size: 391 bytes
RevLine 
[37a9cf1]1## $Id$
[b8a30d07]2
[e5a76ee5]3project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
4
[f361300]5$(project_bspdir)/tests/$(dirstamp):
6        @$(mkdir_p) $(project_bspdir)/tests
7        @: > $(project_bspdir)/tests/$(dirstamp)
[e5a76ee5]8
[f361300]9$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
[e5a76ee5]10        $(INSTALL_PROGRAM) $< $@
11
[a1e43bfd]12$(PGM): ${ARCH}/$(dirstamp)
13
[99139ff]14TMPINSTALL_FILES = \
[e5a76ee5]15$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
Note: See TracBrowser for help on using the repository browser.