source: rtems/c/src/lib/libbsp/sh/simsh4/tools/Makefile.am @ 195a350e

4.104.114.84.95
Last change on this file since 195a350e was 116c04e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 13:05:35

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

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
tools/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 387 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
6
7noinst_SCRIPTS = runtest
8
9TMPINSTALL_FILES += $(PROJECT_ROOT)/simsh4/tests \
10    $(PROJECT_ROOT)/simsh4/tests/runtest
11
12$(PROJECT_ROOT)/simsh4/tests:
13        $(mkinstalldirs) $@
14
15$(PROJECT_ROOT)/simsh4/tests/runtest: runtest
16        $(INSTALL_SCRIPT) $< $@
17
18all-local: $(TMPINSTALL_FILES)
19
20include $(top_srcdir)/../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.