summaryrefslogtreecommitdiffstats
path: root/scripts-ada/binutils/Makefile.am
blob: a2b96e299624d4eb57c82dd9d1f0f38cb1d843c6 (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

MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec

MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
    $(top_builddir)/setup.cache

sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
	$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems

TEMPLATES = binutils.spec.in

RPM_SPECS_DATA = sparc-rtems-$(BINUTILSVERS).spec

noinst_DATA = $(TEMPLATES)

EXTRA_DIST = $(TEMPLATES)

CLEANFILES = $(RPM_SPECS_DATA)
include $(top_srcdir)/../automake/local.am