source: rtems/testsuites/libtests/libtests.am @ 0ba4b56f

4.104.114.84.95
Last change on this file since 0ba4b56f was 99139ff, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/01 at 18:27:37

2001-09-22 Ralf Corsepius <corsepiu@…>

  • libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
  • rtems++/Makefile: Remove LD_LIBS.
  • Property mode set to 100644
File size: 283 bytes
Line 
1## $Id$
2
3project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
4
5$(project_bspdir)/tests:
6        @$(mkinstalldirs) $@
7
8$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
9        $(INSTALL_PROGRAM) $< $@
10
11TMPINSTALL_FILES = \
12$(project_bspdir)/tests \
13$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
Note: See TracBrowser for help on using the repository browser.