source: rtems/scripts/cpukit/Makefile.am @ 060140d

4.104.114.84.95
Last change on this file since 060140d was 087a6c86, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/02/03 at 16:41:50

2003-09-02 Ralf Corsepius <corsepiu@…>

  • Makefile.am, configure.ac, autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in, binutils/Makefile.am, binutils/base-binutils.add, binutils/binutils.add, binutils/mkspec.in, binutils/target-binutils.add, common/common.add.in, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, gcc3newlib/target-c++.add, gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/Makefile.am: Merger from rtems-4-6-branch.
  • common/common.am: New.
  • Property mode set to 100644
File size: 2.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 += rtems-cpukit.add
12SUBPACKAGES += $(top_builddir)/common/clean.add
13
14MKSPEC_DEPS = mkspec rtems-cpukit.spec.in \
15    $(top_builddir)/setup.cache
16
17rtems-cpukit.spec.in: $(SUBPACKAGES)
18        cat $^ > $@
19CLEANFILES = rtems-cpukit.spec.in
20
21c4x-rtems-cpukit.spec: $(MKSPEC_DEPS)
22        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . c4x-rtems > $@
23RPM_SPECS_DATA = c4x-rtems-cpukit.spec
24
25hppa1.1-rtems-cpukit.spec: $(MKSPEC_DEPS)
26        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems > $@
27RPM_SPECS_DATA += hppa1.1-rtems-cpukit.spec
28
29h8300-rtems-cpukit.spec: $(MKSPEC_DEPS)
30        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems > $@
31RPM_SPECS_DATA += h8300-rtems-cpukit.spec
32
33i386-rtems-cpukit.spec: $(MKSPEC_DEPS)
34        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems > $@
35RPM_SPECS_DATA += i386-rtems-cpukit.spec
36
37i960-rtems-cpukit.spec: $(MKSPEC_DEPS)
38        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems > $@
39RPM_SPECS_DATA += i960-rtems-cpukit.spec
40
41m68k-rtems-cpukit.spec: $(MKSPEC_DEPS)
42        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems > $@
43RPM_SPECS_DATA += m68k-rtems-cpukit.spec
44
45mips64orion-rtems-cpukit.spec: $(MKSPEC_DEPS)
46        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems > $@
47RPM_SPECS_DATA += mips64orion-rtems-cpukit.spec
48
49mips-rtems-cpukit.spec: $(MKSPEC_DEPS)
50        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems > $@
51RPM_SPECS_DATA += mips-rtems-cpukit.spec
52
53powerpc-rtems-cpukit.spec: $(MKSPEC_DEPS)
54        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems > $@
55RPM_SPECS_DATA += powerpc-rtems-cpukit.spec
56
57sh-rtems-cpukit.spec: $(MKSPEC_DEPS)
58        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems > $@
59RPM_SPECS_DATA += sh-rtems-cpukit.spec
60
61sh-rtemself-cpukit.spec: $(MKSPEC_DEPS)
62        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself > $@
63RPM_SPECS_DATA += sh-rtemself-cpukit.spec
64
65sparc-rtems-cpukit.spec: $(MKSPEC_DEPS)
66        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems > $@
67RPM_SPECS_DATA += sparc-rtems-cpukit.spec
68
69EXTRA_DIST = $(SUBPACKAGES)
70
71CLEANFILES += $(RPM_SPECS_DATA)
72
73include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.