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] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
##
2
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:15 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
 
8
if PERL
9
perl_scripts = shmdump semdump
10
PERL_TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests/shmdump \
11
    $(PROJECT_ROOT)/posix/tests/semdump
12
endif
13
 
14
noinst_SCRIPTS = runtest looptest $(perl_scripts)
15
 
16
$(PROJECT_ROOT)/posix/tests:
17
        $(mkinstalldirs) $@
18
 
19
$(PROJECT_ROOT)/posix/tests/runtest: runtest
20
        $(INSTALL_SCRIPT) $< $@
21
 
22
$(PROJECT_ROOT)/posix/tests/looptest: looptest
23
        $(INSTALL_SCRIPT) $< $@
24
 
25
$(PROJECT_ROOT)/posix/tests/shmdump: shmdump
26
        $(INSTALL_SCRIPT) $< $@
27
 
28
$(PROJECT_ROOT)/posix/tests/semdump: semdump
29
        $(INSTALL_SCRIPT) $< $@
30
 
31
TMPINSTALL_FILES += $(PROJECT_ROOT)/posix/tests \
32
    $(PROJECT_ROOT)/posix/tests/runtest $(PROJECT_ROOT)/posix/tests/looptest
33
 
34
## HACK: install to build-tree
35
all-local: $(TMPINSTALL_FILES) $(PERL_TMPINSTALL_FILES)
36
 
37
include $(top_srcdir)/../../../../../../../automake/host.am

powered by: WebSVN 2.1.0

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