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

4.104.114.84.95
Last change on this file since d413a66 was d413a66, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/30/03 at 10:26:45

2003-01-30 Ralf Corsepius <corsepiu@…>

  • binutils/Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 2.6 KB
Line 
1##
2## $Id$
3##
4
5
6MKBINUTILSSPEC = $(SHELL) ./mkspec
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 = mkspec binutils.spec.in \
16    $(top_builddir)/setup.cache
17
18arm-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
19        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@
20
21c4x-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
22        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
23
24h8300-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
25        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@
26
27hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
28        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@
29
30i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
31        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@
32
33i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
34        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@
35
36m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
37        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@
38
39mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
40        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@
41mips-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
42        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@
43
44or32-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
45        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache or32-rtems > $@
46
47powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
48        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@
49
50sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
51        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@
52
53sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
54        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@
55
56sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
57        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache 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.