source: rtems/scripts/Makefile.am @ c2778fa

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

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • autotools/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 476 bytes
Line 
1##
2## $Id$
3##
4
5
6SUBDIRS = . binutils gccnewlib gdb rtems autotools
7
8noinst_SCRIPTS = setup buildall buildalltar mkbinutilspec mkbspspec \
9    mkgccnewlibspec mkgdbspec mkrpms mkspec
10
11TEMPLATES =
12
13noinst_DATA = setup.def $(TEMPLATES)
14
15EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
16
17CONFIGURE_DEPENDENCIES = setup.cache
18setup.cache: setup.def
19        cp setup.def $@
20
21DISTCLEANFILES = setup.cache
22include $(top_srcdir)/../automake/subdirs.am
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.