source: rtems/scripts/Makefile.am @ 9789cb89

4.104.114.84.95
Last change on this file since 9789cb89 was 42ec72d, checked in by Joel Sherrill <joel.sherrill@…>, on 01/27/00 at 23:49:44

Removed gnat and made final cleanup.

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