source: rtems/scripts/gcc3newlib/Makefile.am @ cdf5ff65

4.104.114.84.95
Last change on this file since cdf5ff65 was dbb13bf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/04/03 at 14:35:59

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

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