source: rtems/scripts/Makefile.am @ 10629f7

4.104.114.84.95
Last change on this file since 10629f7 was 10629f7, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 15:29:12

New version from Ralf.

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