source: rtems/scripts/Makefile.am @ e46cd61

4.104.114.84.95
Last change on this file since e46cd61 was e4b4a771, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 16:23:32

Generated files removed.

  • Property mode set to 100644
File size: 421 bytes
Line 
1AUTOMAKE_OPTIONS = foreign
2
3SUBDIRS = . binutils gccnewlib gdb
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.