source: rtems/scripts/Makefile.am @ 431c35d

4.104.114.84.95
Last change on this file since 431c35d was 431c35d, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 19:59:01

Miscellaneous improvements and cleanups committed so I can merge
Ralf's end of day version.

  • Property mode set to 100644
File size: 444 bytes
RevLine 
[10629f7]1AUTOMAKE_OPTIONS = foreign
2
[e4b4a771]3SUBDIRS = . binutils gccnewlib gdb
[10629f7]4
5noinst_SCRIPTS = \
6setup \
7buildall \
8mkbinutils_subpackage_version \
9mkbinutilspec \
10mkbspspec \
11mkgccnewlibspec \
12mkgdbspec \
13mkrpms \
[e4b4a771]14mkspec
[10629f7]15
[e4b4a771]16TEMPLATES =
[10629f7]17
18noinst_DATA = \
19setup.def $(TEMPLATES)
20
21EXTRA_DIST = \
22$(noinst_DATA) \
23$(noinst_SCRIPTS)
24
25CONFIGURE_DEPENDENCIES = setup.cache
26setup.cache: setup.def
27        cp setup.def $@
28
29DISTCLEANFILES = setup.cache
[431c35d]30
31CLEANFILES = buildall
Note: See TracBrowser for help on using the repository browser.