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
RevLine 
[4c46630]1##
2## $Id$
3##
4
[10629f7]5
[a792b78]6SUBDIRS = . binutils gccnewlib gdb rtems autotools
[10629f7]7
[302b76d]8noinst_SCRIPTS = setup buildall buildalltar mkbinutilspec mkbspspec \
9    mkgccnewlibspec mkgdbspec mkrpms mkspec
[10629f7]10
[df49c60]11TEMPLATES =
[10629f7]12
[df49c60]13noinst_DATA = setup.def $(TEMPLATES)
[10629f7]14
[df49c60]15EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
[10629f7]16
17CONFIGURE_DEPENDENCIES = setup.cache
18setup.cache: setup.def
19        cp setup.def $@
20
21DISTCLEANFILES = setup.cache
[df49c60]22include $(top_srcdir)/../automake/subdirs.am
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.