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