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

4.104.114.84.95
Last change on this file since 6af8512c 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
RevLine 
[811804fe]1##
2## $Id$
3##
[244ecd9]4
[6693a68]5AUTOMAKE_OPTIONS = foreign 1.4
[feead226]6ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
[244ecd9]7
[df49c60]8noinst_SCRIPTS = psim runtest
9
[c1767be0]10TMPINSTALL_FILES = $(PROJECT_ROOT)/psim/tests \
[df49c60]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) $< $@
[244ecd9]25
[811804fe]26## HACK: install to build-tree
[df49c60]27all-local: $(TMPINSTALL_FILES)
[244ecd9]28
[df49c60]29include $(top_srcdir)/../../../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.