source: rtems/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.am @ 7273b6e

4.104.114.84.95
Last change on this file since 7273b6e was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 362 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
6
7noinst_PROGRAMS = print_dump
8
9print_dump_SOURCES = print_dump.c
10
11## HACK: install to build-tree
12install-exec-local: $(PROGRAMS)
13        $(mkinstalldirs) $(PROJECT_ROOT)/simhppa/bin
14        $(INSTALL_PROGRAM) print_dump $(PROJECT_ROOT)/simhppa/bin
15
16include $(top_srcdir)/../../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.