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
Line 
1## $Id$
2
3project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
4
5$(project_bspdir)/tests/$(dirstamp):
6        @$(mkdir_p) $(project_bspdir)/tests
7        @: > $(project_bspdir)/tests/$(dirstamp)
8
9$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
10        $(INSTALL_PROGRAM) $< $@
11
12$(PGM): ${ARCH}/$(dirstamp)
13
14TMPINSTALL_FILES = \
15$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
Note: See TracBrowser for help on using the repository browser.