OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [unix/] [posix/] [tools/] [Makefile.am] - Rev 173

Compare with Previous | Blame | View Log

##
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:15 chris Exp $
##

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.