summaryrefslogtreecommitdiffstats
path: root/scripts-ada/Makefile.am
blob: 75ccc3c8cff281dd698f860c023c3fa15dedf300 (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
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

SUBDIRS = . gnatnewlib gdb

noinst_SCRIPTS = setup buildall mkbinutilspec mkbspspec mkgnatnewlibspec \
    mkgdbspec mkrpms mkspec

TEMPLATES =

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
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am