source: rtems/scripts/Makefile.am @ d5704c6

4.104.114.84.95
Last change on this file since d5704c6 was d5704c6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/99 at 13:18:23

Added first stab at mkgnatnewlib.

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