source: rtems/scripts/gccnewlib/Makefile.am @ 1eb65053

4.104.114.84.95
Last change on this file since 1eb65053 was 1eb65053, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/22/05 at 05:15:44

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

  • gccnewlib/base-gfortran.add, gccnewlib/target-gfortran.add: New.
  • gccnewlib/Makefile.am: Reflect addition of gfortran.
  • gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/base-gnat.add, gccnewlib/target-g++.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-gnat.add: Remove RPM_INSTALL_PREFIX. Remove superfluous %doc directives. Use %_infodir, %_includedir, %_bindir, %_libdir.
  • gccnewlib/gccnewlib.add: Ditto. Add further BR's, Reflect addition of gfortran. Reflect gcc's changes to "version_string".
  • Property mode set to 100644
File size: 3.2 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
14SUBPACKAGES += base-g77.add target-g77.add
15SUBPACKAGES += base-gcj.add target-gcj.add
16SUBPACKAGES += base-gfortran.add target-gfortran.add
17SUBPACKAGES += target-objc.add
18SUBPACKAGES += target-c++.add
19SUBPACKAGES += base-gnat.add target-gnat.add
20
21noinst_DATA = gccnewlib.spec.in
22
23gccnewlib.spec.in: $(SUBPACKAGES)
24        cat $^ > $@
25CLEANFILES = gccnewlib.spec.in
26
27MKGCCNEWLIBSPEC_DEPS = mkspec gccnewlib.spec.in $(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
35avr-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
36        $(MKSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@
37RPM_SPECS_DATA += avr-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
43i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
44        $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
45RPM_SPECS_DATA += i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec
46
47m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
48        $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
49RPM_SPECS_DATA += m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec
50
51mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
52        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
53RPM_SPECS_DATA += mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec
54
55mips64-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
56        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
57RPM_SPECS_DATA += mips64-rtems@osversion@-$(GCC3NEWLIBVERS).spec
58
59powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
60        $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
61RPM_SPECS_DATA += powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec
62
63sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
64        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
65RPM_SPECS_DATA += sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec
66
67sh-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
68        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
69RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(GCC3NEWLIBVERS).spec
70
71sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
72        $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
73RPM_SPECS_DATA += sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec
74
75tic4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
76        $(MKSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
77RPM_SPECS_DATA += tic4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec
78
79CLEANFILES += $(RPM_SPECS_DATA)
80
81EXTRA_DIST = $(SUBPACKAGES)
82
83include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.