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

4.104.114.84.95
Last change on this file since d88c378 was b1e04829, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/04/05 at 16:13:18

2005-02-04 Ralf Corsepius <ralf.corsepius@…>

  • gcc3newlib/Makefile.am: Remove sh-rtemself. Add sh-rtemscoff.
  • Property mode set to 100644
File size: 3.1 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 base-g77.add target-g77.add \
14    base-gcj.add target-gcj.add target-objc.add target-c++.add base-gnat.add \
15    target-gnat.add
16
17noinst_DATA = gccnewlib.spec.in
18
19gccnewlib.spec.in: $(SUBPACKAGES)
20        cat $^ > $@
21CLEANFILES = gccnewlib.spec.in
22
23MKGCCNEWLIBSPEC_DEPS = mkspec gccnewlib.spec.in $(top_builddir)/setup.cache
24
25RPM_SPECS_DATA =
26
27arm-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
28        $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
29RPM_SPECS_DATA += arm-rtems@osversion@-$(GCC3NEWLIBVERS).spec
30
31avr-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
32        $(MKSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@
33RPM_SPECS_DATA += avr-rtems@osversion@-$(GCC3NEWLIBVERS).spec
34
35h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
36        $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
37RPM_SPECS_DATA += h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec
38
39i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
40        $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
41RPM_SPECS_DATA += i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec
42
43m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
44        $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
45RPM_SPECS_DATA += m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec
46
47mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
48        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
49RPM_SPECS_DATA += mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec
50
51mips64-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
52        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
53RPM_SPECS_DATA += mips64-rtems@osversion@-$(GCC3NEWLIBVERS).spec
54
55powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
56        $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
57RPM_SPECS_DATA += powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec
58
59sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
60        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
61RPM_SPECS_DATA += sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec
62
63sh-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
64        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
65RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec
66
67sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
68        $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
69RPM_SPECS_DATA += sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec
70
71tic4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
72        $(MKSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
73RPM_SPECS_DATA += tic4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec
74
75CLEANFILES += $(RPM_SPECS_DATA)
76
77EXTRA_DIST = $(SUBPACKAGES)
78
79include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.