source: rtems/c/src/tests/tmtests/tmtests.am @ dd943f6

4.104.114.84.95
Last change on this file since dd943f6 was dd943f6, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/00 at 13:29:35

2000-10-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
  • tmtests.am: Remove DEFS.
  • Property mode set to 100644
File size: 284 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.