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

4.104.114.84.95
Last change on this file since 5a23ca84 was 23e3f642, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 14:10:05

Missed in previous automake conversion patches from Ralf Corsepius
<corsepiu@…>.

  • 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.