source: rtems/scripts/Makefile.am @ 2b2ab1c

4.104.114.84.95
Last change on this file since 2b2ab1c 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
Line 
1AUTOMAKE_OPTIONS = foreign
2
3SUBDIRS = . binutils gccnewlib gdb rtems
4
5noinst_SCRIPTS = \
6setup \
7buildall \
8mkbinutils_subpackage_version \
9mkbinutilspec \
10mkbspspec \
11mkgccnewlibspec \
12mkgdbspec \
13mkrpms \
14mkspec
15
16TEMPLATES =
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.