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


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