URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [itrontests/] [itrontests.am] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
## itrontests.am,v 1.4 2001/09/24 18:27:14 joel Exp
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
Go to most recent revision | Compare with Previous | Blame | View Log