source: rtems/scripts/gccnewlib/Makefile.am @ eec8e59e

4.104.114.84.95
Last change on this file since eec8e59e was eec8e59e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 16:12:23

2003-12-11 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Cosmetics.
  • autotools/Makefile.am: Cosmetics.
  • autotools/autoconf-rtems.spec.in: 2.59.
  • autotools/automake-rtems.spec.in: 1.8, Require autoconf-2.59.
  • binutils/Makefile.am: Cosmetics.
  • cpukit/Makefile.am: Cosmetics.
  • gcc3newlib/Makefile.am: Cosmetics.
  • gccnewlib/Makefile.am: Cosmetics.
  • gdb/Makefile.am: Cosmetics.
  • rtems/Makefile.am: Cosmetics.
  • rtemsdoc/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 3.1 KB
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/common/common.am
6
7MKGCCNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgccnewlibspec
8
9SUBPACKAGES = header.add
10SUBPACKAGES += ../common/common.add
11SUBPACKAGES += gccnewlib.add
12SUBPACKAGES += ../common/clean.add
13SUBPACKAGES += base-gcc.add target-gcc.add base-chill.add target-chill.add \
14    base-g77.add target-g77.add base-gcj.add target-gcj.add target-objc.add
15
16gccnewlib.spec.in: $(SUBPACKAGES)
17        cat $^ \
18        | sed -e 's%@GCCLANGS@%%g' > $@
19CLEANFILES = gccnewlib.spec.in
20
21gccnewlib_c_only.spec.in: header.add ../common/common.add \
22   gccnewlib.add ../common/clean.add base-gcc.add target-gcc.add
23        cat $^ \
24        | sed -e "s%@GCCLANGS@%\'--enable-languages=c,c++\'%g" > $@
25CLEANFILES += gccnewlib_c_only.spec.in
26
27C_ONLY_ARG = -a $(top_builddir)/gccnewlib/gccnewlib_c_only.spec.in
28
29MKGCCNEWLIBSPEC_DEPS = $(top_builddir)/mkgccnewlibspec gccnewlib.spec.in \
30    $(top_builddir)/setup.cache
31MKGCCNEWLIB_C_ONLY_SPEC_DEPS = $(top_builddir)/mkgccnewlibspec \
32    gccnewlib_c_only.spec.in $(top_builddir)/setup.cache
33
34arm-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
35        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . arm-rtems
36
37c4x-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIB_C_ONLY_SPEC_DEPS)
38        $(MKGCCNEWLIBSPEC) $(C_ONLY_ARG) -cfg $(top_builddir)/setup.cache -o . c4x-rtems
39
40h8300-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIB_C_ONLY_SPEC_DEPS)
41        $(MKGCCNEWLIBSPEC) $(C_ONLY_ARG) -cfg $(top_builddir)/setup.cache -o . h8300-rtems
42
43i386-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
44        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
45
46i960-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIB_C_ONLY_SPEC_DEPS)
47        $(MKGCCNEWLIBSPEC) $(C_ONLY_ARG) -cfg $(top_builddir)/setup.cache -o . i960-rtems
48
49m68k-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
50        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
51
52mips64orion-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
53        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
54
55mips-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
56        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems
57
58powerpc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
59        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
60
61sh-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
62        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
63
64sh-rtemself-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
65        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
66
67sparc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
68        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
69
70RPM_SPECS_DATA = arm-rtems-$(GCCNEWLIBVERS).spec \
71    c4x-rtems-$(GCCNEWLIBVERS).spec h8300-rtems-$(GCCNEWLIBVERS).spec \
72    i386-rtems-$(GCCNEWLIBVERS).spec i960-rtems-$(GCCNEWLIBVERS).spec \
73    m68k-rtems-$(GCCNEWLIBVERS).spec mips-rtems-$(GCCNEWLIBVERS).spec \
74    mips64orion-rtems-$(GCCNEWLIBVERS).spec \
75    powerpc-rtems-$(GCCNEWLIBVERS).spec sh-rtems-$(GCCNEWLIBVERS).spec \
76    sh-rtemself-$(GCCNEWLIBVERS).spec sparc-rtems-$(GCCNEWLIBVERS).spec
77CLEANFILES += $(RPM_SPECS_DATA)
78
79EXTRA_DIST = $(SUBPACKAGES)
80
81include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.