source: rtems/c/src/tests/libtests/libtests.am @ 17177e2c

4.104.114.84.95
Last change on this file since 17177e2c was e5a76ee5, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 13:35:45

Patch rtems-rc-19991117-13.diff from Ralf Corsepius <corsepiu@…>
to convert the libtests directory from Makefile.in to Makefile.am.

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