URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [unix/] [posix/] [tools/] [Makefile.am] - Rev 1765
Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.10 2002/03/28 00:42:59 joel Exp
##
ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
if PERL
perl_scripts = shmdump semdump
PERL_TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests/shmdump \
$(PROJECT_ROOT)/posix/tests/semdump
endif
noinst_SCRIPTS = runtest looptest $(perl_scripts)
$(PROJECT_ROOT)/posix/tests:
$(mkinstalldirs) $@
$(PROJECT_ROOT)/posix/tests/runtest: runtest
$(INSTALL_SCRIPT) $< $@
$(PROJECT_ROOT)/posix/tests/looptest: looptest
$(INSTALL_SCRIPT) $< $@
$(PROJECT_ROOT)/posix/tests/shmdump: shmdump
$(INSTALL_SCRIPT) $< $@
$(PROJECT_ROOT)/posix/tests/semdump: semdump
$(INSTALL_SCRIPT) $< $@
TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests \
$(PROJECT_ROOT)/posix/tests/runtest $(PROJECT_ROOT)/posix/tests/looptest
## HACK: install to build-tree
all-local: $(TMPINSTALL_FILES) $(PERL_TMPINSTALL_FILES)
include $(top_srcdir)/../../../../../../../automake/host.am