URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [psim/] [tools/] [Makefile.am] - Rev 674
Go to most recent revision | Compare with Previous | Blame | View Log
##
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:02 chris Exp $
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
noinst_SCRIPTS = psim runtest
TMPINSTALL_FILES += $(PROJECT_ROOT)/psim/tests \
$(PROJECT_ROOT)/psim/tests/runtest $(PROJECT_ROOT)/psim/tests/psim \
$(PROJECT_ROOT)/psim/tests/psim-gdb
$(PROJECT_ROOT)/psim/tests:
$(mkinstalldirs) $@
$(PROJECT_ROOT)/psim/tests/runtest: runtest
$(INSTALL_SCRIPT) $< $@
$(PROJECT_ROOT)/psim/tests/psim: psim
$(INSTALL_SCRIPT) $< $@
$(PROJECT_ROOT)/psim/tests/psim-gdb: psim
$(INSTALL_SCRIPT) $< $@
## HACK: install to build-tree
all-local: $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../../../../../automake/host.am
Go to most recent revision | Compare with Previous | Blame | View Log