source: rtems/c/src/lib/libbsp/mips/jmr3904/tools/Makefile.am @ 2ba9d3bd

4.104.114.84.95
Last change on this file since 2ba9d3bd was 2ba9d3bd, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/00 at 16:53:13

2000-12-19 Joel Sherrill <joel@…>

  • Makefile.am: Added tools subdirectory and removed commented out line.
  • configure.in: Added tools subdirectory.
  • tools: New subdirectory.
  • tools/.cvsignore, tools/Makefile.am, tools/configure.in, tools/runtest: New files -- based on powerpc/psim.
  • clock/clockdrv.c: Guessed new value for clock tick. Need to add fast idle support.
  • include/bsp.h: tm27 support initiated.
  • start/start.S: Fixed frame/endframe problems on _sys_exit.
  • startup/bspstart.c: Increased Workspace size to 4 MBYTES!
  • linkcmds: Increased Workspace size to 4 MBYTES!
  • Most tests appear to run correctly!
  • Property mode set to 100644
File size: 468 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
7
8noinst_SCRIPTS = runtest
9
10TMPINSTALL_FILES += $(PROJECT_ROOT)/jmr3904/tests \
11    $(PROJECT_ROOT)/jmr3904/tests/runtest
12
13$(PROJECT_ROOT)/jmr3904/tests:
14        $(mkinstalldirs) $@
15
16$(PROJECT_ROOT)/jmr3904/tests/runtest: runtest
17        $(INSTALL_SCRIPT) $< $@
18
19## HACK: install to build-tree
20all-local: $(TMPINSTALL_FILES)
21
22include $(top_srcdir)/../../../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.