source: rtems/scripts/binutils/Makefile.am @ 99f97d3f

Last change on this file since 99f97d3f was ab591073, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/03 at 07:29:27

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

  • common/common.add.in: Add Vendor, Distribution, BuildRoot?.
  • binutils/Makefile.am: Fix path to clean.add.
  • binutils/binutils.add: Remove BuildRoot?.
  • cpukit/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. Generate rtems-cpukit.spec.in.
  • cpukit/header.add: New.
  • cpukit/rtems-cpukit.spec.in: Remove.
  • cpukit/rtems-cpukit.add: New.
  • gccnewlib/gccnewlib.add: Remove Buildroot.
  • gdb/gdb.add: Remove Buildroot.
  • rtemsdoc/rtemsdoc.add: Remove BuildRoot?.
  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[4c46630]1##
[43e7d103]2## $Id$
[4c46630]3##
[43e7d103]4
[10629f7]5
[d413a66]6MKBINUTILSSPEC = $(SHELL) ./mkspec
[10629f7]7
[9c8ee7b]8SUBPACKAGES = header.add
9SUBPACKAGES += $(top_builddir)/common/common.add binutils.add
[ab591073]10SUBPACKAGES += $(top_builddir)/common/clean.add
[9c8ee7b]11SUBPACKAGES += base-binutils.add target-binutils.add
[df49c60]12
13binutils.spec.in: $(SUBPACKAGES)
14        cat $^ > $@
[0671af6]15CLEANFILES = binutils.spec.in
[df49c60]16
[d413a66]17MKBINUTILSSPEC_DEPS = mkspec binutils.spec.in \
[df49c60]18    $(top_builddir)/setup.cache
[10629f7]19
[08330bf]20arm-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]21        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@
[08330bf]22
23c4x-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]24        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
[08330bf]25
[5b43316]26h8300-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]27        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@
[5b43316]28
[39537657]29hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]30        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@
[39537657]31
[10629f7]32i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]33        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@
[10629f7]34
[39537657]35i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]36        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@
[10629f7]37
38m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]39        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@
[10629f7]40
41mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]42        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@
[06f2f75]43mips-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]44        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@
[10629f7]45
[3ad7f69d]46or32-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]47        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache or32-rtems > $@
[3ad7f69d]48
[39537657]49powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]50        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@
[10629f7]51
[39537657]52sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]53        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@
[39537657]54
55sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]56        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@
[39537657]57
58sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
[d413a66]59        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems > $@
[10629f7]60
[08330bf]61RPM_SPECS_DATA = \
[39f76ad]62    arm-rtems-$(BINUTILSVERS).spec \
[365d16cf]63    c4x-rtems-$(BINUTILSVERS).spec h8300-rtems-$(BINUTILSVERS).spec \
[5b43316]64    hppa1.1-rtems-$(BINUTILSVERS).spec \
[df49c60]65    i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \
[3f60b2aa]66    m68k-rtems-$(BINUTILSVERS).spec \
[06f2f75]67    mips-rtems-$(BINUTILSVERS).spec mips64orion-rtems-$(BINUTILSVERS).spec \
[3ad7f69d]68    or32-rtems-$(BINUTILSVERS).spec \
[df49c60]69    powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec \
70    sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec
71CLEANFILES += $(RPM_SPECS_DATA)
[10629f7]72
[df49c60]73EXTRA_DIST = $(SUBPACKAGES)
[10629f7]74
[df49c60]75include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.