source: rtems/scripts/binutils/Makefile.am @ 087a6c86

4.104.114.84.95
Last change on this file since 087a6c86 was 087a6c86, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/02/03 at 16:41:50

2003-09-02 Ralf Corsepius <corsepiu@…>

  • Makefile.am, configure.ac, autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in, binutils/Makefile.am, binutils/base-binutils.add, binutils/binutils.add, binutils/mkspec.in, binutils/target-binutils.add, common/common.add.in, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, gcc3newlib/target-c++.add, gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/Makefile.am: Merger from rtems-4-6-branch.
  • common/common.am: New.
  • Property mode set to 100644
File size: 3.0 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 \
20    $(top_builddir)/setup.cache
21
22arm-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
23        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@
24RPM_SPECS_DATA += arm-rtems-$(BINUTILSVERS).spec
25
26c4x-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
27        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
28RPM_SPECS_DATA += c4x-rtems-$(BINUTILSVERS).spec
29
30h8300-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
31        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@
32RPM_SPECS_DATA += h8300-rtems-$(BINUTILSVERS).spec
33
34hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
35        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@
36RPM_SPECS_DATA += hppa1.1-rtems-$(BINUTILSVERS).spec
37
38i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
39        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@
40RPM_SPECS_DATA += i386-rtems-$(BINUTILSVERS).spec
41
42i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
43        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@
44RPM_SPECS_DATA += i960-rtems-$(BINUTILSVERS).spec
45
46m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
47        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@
48RPM_SPECS_DATA += m68k-rtems-$(BINUTILSVERS).spec
49
50mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
51        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@
52RPM_SPECS_DATA += mips64orion-rtems-$(BINUTILSVERS).spec
53
54mips-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
55        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@
56RPM_SPECS_DATA += mips-rtems-$(BINUTILSVERS).spec
57
58or32-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
59        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache or32-rtems > $@
60RPM_SPECS_DATA += or32-rtems-$(BINUTILSVERS).spec
61
62powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
63        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@
64RPM_SPECS_DATA += powerpc-rtems-$(BINUTILSVERS).spec
65
66sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
67        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@
68RPM_SPECS_DATA += sh-rtems-$(BINUTILSVERS).spec
69
70sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
71        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@
72RPM_SPECS_DATA += sh-rtemself-$(BINUTILSVERS).spec
73
74sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
75        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems > $@
76RPM_SPECS_DATA += sparc-rtems-$(BINUTILSVERS).spec
77
78CLEANFILES += $(RPM_SPECS_DATA)
79
80EXTRA_DIST = $(SUBPACKAGES)
81
82include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.