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

4.104.114.84.95
Last change on this file since eec8e59e was eec8e59e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 16:12:23

2003-12-11 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Cosmetics.
  • autotools/Makefile.am: Cosmetics.
  • autotools/autoconf-rtems.spec.in: 2.59.
  • autotools/automake-rtems.spec.in: 1.8, Require autoconf-2.59.
  • binutils/Makefile.am: Cosmetics.
  • cpukit/Makefile.am: Cosmetics.
  • gcc3newlib/Makefile.am: Cosmetics.
  • gccnewlib/Makefile.am: Cosmetics.
  • gdb/Makefile.am: Cosmetics.
  • rtems/Makefile.am: Cosmetics.
  • rtemsdoc/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 3.4 KB
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/common/common.am
6
7MKBINUTILSSPEC = $(SHELL) ./mkspec
8
9SUBPACKAGES = header.add
10SUBPACKAGES += $(top_builddir)/common/common.add binutils.add
11SUBPACKAGES += $(top_builddir)/common/clean.add
12SUBPACKAGES += base-binutils.add target-binutils.add
13
14binutils.spec.in: $(SUBPACKAGES)
15        cat $^ > $@
16CLEANFILES = binutils.spec.in
17RPM_SPECS_DATA =
18
19MKBINUTILSSPEC_DEPS = mkspec binutils.spec.in $(top_builddir)/setup.cache
20
21arm-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
22        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
23RPM_SPECS_DATA += arm-rtems@osversion@-$(BINUTILSVERS).spec
24
25c4x-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
26        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems@osversion@ > $@
27RPM_SPECS_DATA += c4x-rtems@osversion@-$(BINUTILSVERS).spec
28
29h8300-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
30        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
31RPM_SPECS_DATA += h8300-rtems@osversion@-$(BINUTILSVERS).spec
32
33i386-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
34        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
35RPM_SPECS_DATA += i386-rtems@osversion@-$(BINUTILSVERS).spec
36
37i960-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
38        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i960-rtems@osversion@ > $@
39RPM_SPECS_DATA += i960-rtems@osversion@-$(BINUTILSVERS).spec
40
41m68k-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
42        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
43RPM_SPECS_DATA += m68k-rtems@osversion@-$(BINUTILSVERS).spec
44
45mips64orion-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
46        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@
47RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(BINUTILSVERS).spec
48
49mips-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
50        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
51RPM_SPECS_DATA += mips-rtems@osversion@-$(BINUTILSVERS).spec
52
53or32-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
54        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache or32-rtems@osversion@ > $@
55RPM_SPECS_DATA += or32-rtems@osversion@-$(BINUTILSVERS).spec
56
57powerpc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
58        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
59RPM_SPECS_DATA += powerpc-rtems@osversion@-$(BINUTILSVERS).spec
60
61sh-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
62        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
63RPM_SPECS_DATA += sh-rtems@osversion@-$(BINUTILSVERS).spec
64
65sh-rtemself@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
66        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
67RPM_SPECS_DATA += sh-rtemself@osversion@-$(BINUTILSVERS).spec
68
69sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
70        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
71RPM_SPECS_DATA += sparc-rtems@osversion@-$(BINUTILSVERS).spec
72
73tic4x-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
74        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
75RPM_SPECS_DATA += tic4x-rtems@osversion@-$(BINUTILSVERS).spec
76
77CLEANFILES += $(RPM_SPECS_DATA)
78
79EXTRA_DIST = $(SUBPACKAGES)
80
81include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.