summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
blob: 01acec5f32de4eb3844ba43cb0068dc2148c617e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
AUTOMAKE_OPTIONS = foreign

SUBDIRS = . binutils gccnewlib

noinst_SCRIPTS = \
setup \
buildall \
mkbinutils_subpackage_version \
mkbinutilspec \
mkbspspec \
mkgccnewlibspec \
mkgdbspec \
mkrpms \
mkspec \
mktoolspec

TEMPLATES = \
gccnewlib.spec.in \
gdb.spec.in \
rtems.spec.in \
toolchain.spec.in

noinst_DATA = \
setup.def $(TEMPLATES)

EXTRA_DIST = \
$(noinst_DATA) \
$(noinst_SCRIPTS)

CONFIGURE_DEPENDENCIES = setup.cache
setup.cache: setup.def
	cp setup.def $@

DISTCLEANFILES = setup.cache