source: rtems/c/src/lib/libbsp/powerpc/psim/tools/Makefile.am @ 6cc5f1b

4.104.114.84.95
Last change on this file since 6cc5f1b was c1767be0, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:46:17

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

  • include/Makefile.am: Use 'TMPINSTALL_FILES ='.
  • Property mode set to 100644
File size: 665 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
7
8noinst_SCRIPTS = psim runtest
9
10TMPINSTALL_FILES = $(PROJECT_ROOT)/psim/tests \
11    $(PROJECT_ROOT)/psim/tests/runtest $(PROJECT_ROOT)/psim/tests/psim \
12    $(PROJECT_ROOT)/psim/tests/psim-gdb
13
14$(PROJECT_ROOT)/psim/tests:
15        $(mkinstalldirs) $@
16
17$(PROJECT_ROOT)/psim/tests/runtest: runtest
18        $(INSTALL_SCRIPT) $< $@
19
20$(PROJECT_ROOT)/psim/tests/psim: psim
21        $(INSTALL_SCRIPT) $< $@
22
23$(PROJECT_ROOT)/psim/tests/psim-gdb: psim
24        $(INSTALL_SCRIPT) $< $@
25
26## HACK: install to build-tree
27all-local: $(TMPINSTALL_FILES)
28
29include $(top_srcdir)/../../../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.