source: rtems/scripts/binutils/Makefile.am @ df49c60

4.104.114.84.95
Last change on this file since df49c60 was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 2.1 KB
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
8
9SUBPACKAGES = binutils.add \
10  base-binutils.add target-binutils.add
11
12binutils.spec.in: $(SUBPACKAGES)
13        cat $^ > $@
14CLEANFILES += binutils.spec.in
15
16MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
17    $(top_builddir)/setup.cache
18
19hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
20        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
21
22i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
23        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
24
25i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
26        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
27
28m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
29        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
30
31m68k-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
32        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
33
34mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
35        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
36
37powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
38        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
39
40sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
41        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
42
43sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
44        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
45
46sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
47        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
48
49RPM_SPECS_DATA = hppa1.1-rtems-$(BINUTILSVERS).spec \
50    i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \
51    m68k-rtems-$(BINUTILSVERS).spec m68k-rtemself-$(BINUTILSVERS).spec \
52    mips64orion-rtems-$(BINUTILSVERS).spec \
53    powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec \
54    sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec
55CLEANFILES += $(RPM_SPECS_DATA)
56
57EXTRA_DIST = $(SUBPACKAGES)
58
59include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.