source: rtems/c/src/tests/tmitrontests/tmitrontests.am @ 5a23ca84

4.104.114.84.95
Last change on this file since 5a23ca84 was 116e54ad, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/99 at 14:03:29

Uncommitted remains of a previous patch from Ralf Corsepius
<corsepiu@…> which converted fiels to automake.

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