source: rtems/scripts/gcc3newlib/Makefile.am @ 17a11842

4.104.114.84.95
Last change on this file since 17a11842 was 682c7502, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/15/02 at 23:12:04

2002-08-15 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/Makefile.am: Remove c_only remnants.
  • gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++ headers into c++ instead of g++.
  • gcc3newlib/target-c++.add: Ditto.
  • Property mode set to 100644
File size: 2.8 KB
Line 
1##
2## $Id$
3##
4
5MKSPEC = $(SHELL) ./mkspec
6
7SUBPACKAGES = gccnewlib.add \
8    base-gcc.add target-gcc.add \
9    base-g77.add target-g77.add \
10    base-gcj.add target-gcj.add \
11    target-objc.add \
12    target-c++.add \
13    base-gnat.add target-gnat.add
14
15noinst_DATA = gccnewlib.spec.in
16
17gccnewlib.spec.in: $(SUBPACKAGES)
18        cat $^ > $@
19CLEANFILES = gccnewlib.spec.in
20
21MKGCCNEWLIBSPEC_DEPS = $(top_builddir)/mkgcc3newlibspec gccnewlib.spec.in \
22    $(top_builddir)/setup.cache
23
24RPM_SPECS_DATA =
25
26arm-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
27        $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@
28RPM_SPECS_DATA += arm-rtems-$(GCC3NEWLIBVERS).spec
29
30c4x-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIB_DEPS)
31        $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
32RPM_SPECS_DATA += c4x-rtems-$(GCC3NEWLIBVERS).spec
33
34h8300-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
35        $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@
36RPM_SPECS_DATA += h8300-rtems-$(GCC3NEWLIBVERS).spec
37
38hppa1.1-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
39        $(MKSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@
40RPM_SPECS_DATA += hppa1.1-rtems-$(GCC3NEWLIBVERS).spec
41
42i386-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
43        $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@
44RPM_SPECS_DATA += i386-rtems-$(GCC3NEWLIBVERS).spec
45
46i960-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
47        $(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@
48RPM_SPECS_DATA += i960-rtems-$(GCC3NEWLIBVERS).spec
49
50m68k-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
51        $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@
52RPM_SPECS_DATA += m68k-rtems-$(GCC3NEWLIBVERS).spec
53
54mips64orion-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
55        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@
56RPM_SPECS_DATA += mips64orion-rtems-$(GCC3NEWLIBVERS).spec
57
58mips-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
59        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@
60RPM_SPECS_DATA += mips-rtems-$(GCC3NEWLIBVERS).spec
61
62powerpc-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
63        $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@
64RPM_SPECS_DATA += powerpc-rtems-$(GCC3NEWLIBVERS).spec
65
66sh-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
67        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@
68RPM_SPECS_DATA += sh-rtems-$(GCC3NEWLIBVERS).spec
69
70sh-rtemself-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
71        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@
72RPM_SPECS_DATA += sh-rtemself-$(GCC3NEWLIBVERS).spec
73
74sparc-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
75        $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems > $@
76RPM_SPECS_DATA += sparc-rtems-$(GCC3NEWLIBVERS).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.