source: rtems/scripts/binutils/Makefile.am @ 3f60b2aa

4.104.114.84.95
Last change on this file since 3f60b2aa was 3f60b2aa, checked in by Joel Sherrill <joel.sherrill@…>, on 04/16/02 at 23:43:23

2001-04-16 Joel Sherrill <joel@…>

  • .cvsignore: Added files added by automake 1.6.1.
  • setup.def: New shot at gcc 3.0.4 RPMs.
  • binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am: Deleted m68k-rtemself.
  • gcc3newlib/gccnewlib.add: Commented out host/target OS check.
  • 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
18a29k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
19        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . a29k-rtems
20
21arm-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
22        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . arm-rtems
23
24c4x-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
25        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . c4x-rtems
26
27h8300-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
28        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems
29
30hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
31        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
32
33i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
34        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
35
36i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
37        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
38
39m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
40        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
41
42mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
43        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
44mips-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
45        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips-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    a29k-rtems-$(BINUTILSVERS).spec 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    powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec \
67    sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec
68CLEANFILES += $(RPM_SPECS_DATA)
69
70EXTRA_DIST = $(SUBPACKAGES)
71
72include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.