source: rtems/c/src/lib/libbsp/sparc/leon/tools/Makefile.am @ b21b0ab

4.104.114.84.95
Last change on this file since b21b0ab was b21b0ab, checked in by Joel Sherrill <joel.sherrill@…>, on 11/13/00 at 22:40:29

2000-11-13 Jiri Gaisler <jgais@…>

  • .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.in, times, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, console/.cvsignore, console/Makefile.am, console/console.c, console/consolereserveresources.c, console/debugputs.c, gnatsupp/.cvsignore, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/coverhd.h, include/leon.h, start/.cvsignore, start/Makefile.am, startup/.cvsignore, startup/Makefile.am, startup/boardinit.S, startup/linkcmds, startup/setvec.c, startup/spurious.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, tools/.cvsignore, tools/Makefile.am, tools/configure.in, tools/runtest.in, wrapup/.cvsignore, wrapup/Makefile.am: New file.
  • Property mode set to 100644
File size: 424 bytes
RevLine 
[b21b0ab]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
7
8noinst_SCRIPTS = runtest
9
10TMPINSTALL_FILES += $(PROJECT_ROOT)/leon/tests \
11    $(PROJECT_ROOT)/leon/tests/runtest
12
13$(PROJECT_ROOT)/leon/tests:
14        $(mkinstalldirs) $@
15
16$(PROJECT_ROOT)/leon/tests/runtest: runtest
17        $(INSTALL_SCRIPT) $< $@
18
19all-local: $(TMPINSTALL_FILES)
20
21include $(top_srcdir)/../../../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.