source: rtems/c/src/lib/libbsp/unix/posix/tools/Makefile.am @ fe8bc62f

4.104.114.84.95
Last change on this file since fe8bc62f was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

2003-08-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 865 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../aclocal
6
7if PERL
8perl_scripts = shmdump semdump
9PERL_TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests/shmdump \
10    $(PROJECT_ROOT)/posix/tests/semdump
11endif
12
13noinst_SCRIPTS = runtest looptest $(perl_scripts)
14
15$(PROJECT_ROOT)/posix/tests:
16        $(mkinstalldirs) $@
17
18$(PROJECT_ROOT)/posix/tests/runtest: runtest
19        $(INSTALL_SCRIPT) $< $@
20
21$(PROJECT_ROOT)/posix/tests/looptest: looptest
22        $(INSTALL_SCRIPT) $< $@
23
24$(PROJECT_ROOT)/posix/tests/shmdump: shmdump
25        $(INSTALL_SCRIPT) $< $@
26
27$(PROJECT_ROOT)/posix/tests/semdump: semdump
28        $(INSTALL_SCRIPT) $< $@
29
30TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests \
31    $(PROJECT_ROOT)/posix/tests/runtest $(PROJECT_ROOT)/posix/tests/looptest
32
33## HACK: install to build-tree
34all-local: $(TMPINSTALL_FILES) $(PERL_TMPINSTALL_FILES)
35
36include $(top_srcdir)/../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.