source: rtems/scripts/Makefile.am @ 43e7d103

4.104.114.84.95
Last change on this file since 43e7d103 was 43e7d103, checked in by Joel Sherrill <joel.sherrill@…>, on 10/21/99 at 15:59:54

Changes from Ralf with script-19991021-0. He fixed the %files
issue and has mkbspspec in a better state. user.cfg is now
gone.

There are some miscellaneous changes to buildall done by Joel
to clean up the build process.

  • Property mode set to 100644
File size: 427 bytes
RevLine 
[10629f7]1AUTOMAKE_OPTIONS = foreign
2
[2f23359]3SUBDIRS = . binutils gccnewlib gdb rtems
[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
Note: See TracBrowser for help on using the repository browser.