source: rtems/scripts/binutils/Makefile.am @ 39f76ad

4.104.114.84.95
Last change on this file since 39f76ad was 39f76ad, checked in by Joel Sherrill <joel.sherrill@…>, on 11/13/02 at 18:00:10

2002-11-13 Joel Sherrill <joel@…>

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