Files
rtems/testsuites/samples/sample.am
Joel Sherrill 8ccc22ca66 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* sample.am: Remove DEFS.
2000-10-27 13:30:30 +00:00

21 lines
510 B
Plaintext

## $Id$
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
$(project_bspdir)/samples:
@$(mkinstalldirs) $@
$(project_bspdir)/tests:
@$(mkinstalldirs) $@
$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES += \
$(project_bspdir)/tests \
$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \
$(project_bspdir)/samples \
$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe