forked from Imagelibrary/rtems
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
Switch to GNU canonicalization.
* libtests.am: Remove DEFS.
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
## $Id$
|
|
|
|
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
|
|
|
|
$(project_bspdir)/tests:
|
|
@$(mkinstalldirs) $@
|
|
|
|
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
|
|
$(INSTALL_PROGRAM) $< $@
|
|
|
|
TMPINSTALL_FILES += \
|
|
$(project_bspdir)/tests \
|
|
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
|