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

4.104.114.84.95
Last change on this file since 7273b6e was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 877 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.