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

4.104.114.84.95
Last change on this file since df25c998 was 7b4917c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:38:19

2001-09-27 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Use 'CLEANFILES ='.
  • include/Makefile.am: Use 'TMPINSTALL_FILES ='.
  • Property mode set to 100644
File size: 908 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
7
8if PERL
9perl_scripts = shmdump semdump
10PERL_TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests/shmdump \
11    $(PROJECT_ROOT)/posix/tests/semdump
12endif
13
14noinst_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
31TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests \
32    $(PROJECT_ROOT)/posix/tests/runtest $(PROJECT_ROOT)/posix/tests/looptest
33
34## HACK: install to build-tree
35all-local: $(TMPINSTALL_FILES) $(PERL_TMPINSTALL_FILES)
36
37include $(top_srcdir)/../../../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.