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

4.104.114.84.95
Last change on this file since d21091b was d21091b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/25/02 at 14:52:25

2002-10-25 Joel Sherrill <joel@…>

  • autotools/autoconf-rtems.spec.in: New. Remove Provides: autoconf (Conflicts with RH-8.0).
  • autotools/autoconf-rtems.spec: Remove.
  • autotools/automake-rtems.spec.in: Remove Provides: automake (Conflicts with RH-8.0).
  • gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec.
  • Makefile.am: Ditto.
  • configure.ac: Add autotools/autoconf-rtems.spec.in.
  • Property mode set to 100644
File size: 2.8 KB
RevLine 
[afe5cac]1##
2## $Id$
3##
4
[4aba88a1]5MKSPEC = $(SHELL) ./mkspec
[afe5cac]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 \
[6e9746a2]11    target-objc.add \
[4aba88a1]12    target-c++.add \
13    base-gnat.add target-gnat.add
14
[682c7502]15noinst_DATA = gccnewlib.spec.in
[afe5cac]16
17gccnewlib.spec.in: $(SUBPACKAGES)
[4aba88a1]18        cat $^ > $@
[afe5cac]19CLEANFILES = gccnewlib.spec.in
20
[d21091b]21MKGCCNEWLIBSPEC_DEPS = mkspec gccnewlib.spec.in \
[afe5cac]22    $(top_builddir)/setup.cache
23
[4aba88a1]24RPM_SPECS_DATA =
25
[afe5cac]26arm-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[4aba88a1]27        $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@
28RPM_SPECS_DATA += arm-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]29
[d21091b]30c4x-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[513afacb]31        $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
[4aba88a1]32RPM_SPECS_DATA += c4x-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]33
[4aba88a1]34h8300-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
35        $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@
36RPM_SPECS_DATA += h8300-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]37
38hppa1.1-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[4aba88a1]39        $(MKSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@
40RPM_SPECS_DATA += hppa1.1-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]41
42i386-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[4aba88a1]43        $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@
44RPM_SPECS_DATA += i386-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]45
[4aba88a1]46i960-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
47        $(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@
48RPM_SPECS_DATA += i960-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]49
50m68k-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[4aba88a1]51        $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@
52RPM_SPECS_DATA += m68k-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]53
54mips64orion-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[4aba88a1]55        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@
56RPM_SPECS_DATA += mips64orion-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]57
58mips-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[4aba88a1]59        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@
60RPM_SPECS_DATA += mips-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]61
62powerpc-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[4aba88a1]63        $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@
64RPM_SPECS_DATA += powerpc-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]65
66sh-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[4aba88a1]67        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@
68RPM_SPECS_DATA += sh-rtems-$(GCC3NEWLIBVERS).spec
[afe5cac]69
70sh-rtemself-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[4aba88a1]71        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@
72RPM_SPECS_DATA += sh-rtemself-$(GCC3NEWLIBVERS).spec
[afe5cac]73
74sparc-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
[4aba88a1]75        $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems > $@
76RPM_SPECS_DATA += sparc-rtems-$(GCC3NEWLIBVERS).spec
77
[afe5cac]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.