source: rtems/testsuites/itrontests/itrontests.am @ 8b865a63

4.104.114.84.95
Last change on this file since 8b865a63 was 8b865a63, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 08:03:16

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

  • Property mode set to 100644
File size: 769 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$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
13        @$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
14        @: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
15
16$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
17        $(INSTALL_DATA) $< $@
18
19$(PGM): ${ARCH}/$(dirstamp)
20
21TMPINSTALL_FILES = \
22$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
23$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
Note: See TracBrowser for help on using the repository browser.