source: rtems/scripts/Makefile.am @ 19f4540e

Last change on this file since 19f4540e was 19f4540e, checked in by Joel Sherrill <joel.sherrill@…>, on 06/02/00 at 20:13:51

Updated patch versions.

  • Property mode set to 100644
File size: 509 bytes
RevLine 
[4c46630]1##
2## $Id$
3##
4
[abbf55b]5AUTOMAKE_OPTIONS = foreign 1.4
[10629f7]6
[2f23359]7SUBDIRS = . binutils gccnewlib gdb rtems
[10629f7]8
[abbf55b]9noinst_SCRIPTS = setup buildall mkbinutilspec mkbspspec mkgccnewlibspec \
10    mkgdbspec mkrpms mkspec
[10629f7]11
[abbf55b]12TEMPLATES =
[10629f7]13
[abbf55b]14noinst_DATA = setup.def $(TEMPLATES)
[10629f7]15
[19f4540e]16EXTRA_DIST = config.sub config.guess $(noinst_DATA) $(noinst_SCRIPTS)
[10629f7]17
18CONFIGURE_DEPENDENCIES = setup.cache
19setup.cache: setup.def
20        cp setup.def $@
21
22DISTCLEANFILES = setup.cache
[abbf55b]23include $(top_srcdir)/../automake/subdirs.am
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.