source: rtems/scripts/cpukit/Makefile.am @ 282180cc

4.104.114.84.95
Last change on this file since 282180cc was 282180cc, checked in by Joel Sherrill <joel.sherrill@…>, on 01/07/04 at 20:35:07

2004-01-07 Joel Sherrill <joel@…>

  • buildall.in, buildalltar.in, binutils/Makefile.am, cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore, rtemsdoc/Makefile.am: mips64orion port removed as mips port more completely covers the MIPS family.
  • Property mode set to 100644
File size: 2.3 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
13SUBPACKAGES += target-cpukit.add
14
15MKSPEC_DEPS = mkspec rtems-cpukit.spec.in $(top_builddir)/setup.cache
16
17rtems-cpukit.spec.in: $(SUBPACKAGES)
18        cat $^ > $@
19CLEANFILES = rtems-cpukit.spec.in
20
21c4x-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
22        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . c4x-rtems@osversion@ > $@
23RPM_SPECS_DATA = c4x-rtems@osversion@-cpukit.spec
24
25h8300-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
26        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems@osversion@ > $@
27RPM_SPECS_DATA += h8300-rtems@osversion@-cpukit.spec
28
29i386-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
30        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems@osversion@ > $@
31RPM_SPECS_DATA += i386-rtems@osversion@-cpukit.spec
32
33i960-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
34        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems@osversion@ > $@
35RPM_SPECS_DATA += i960-rtems@osversion@-cpukit.spec
36
37m68k-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
38        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems@osversion@ > $@
39RPM_SPECS_DATA += m68k-rtems@osversion@-cpukit.spec
40
41mips-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
42        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems@osversion@ > $@
43RPM_SPECS_DATA += mips-rtems@osversion@-cpukit.spec
44
45powerpc-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
46        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems@osversion@ > $@
47RPM_SPECS_DATA += powerpc-rtems@osversion@-cpukit.spec
48
49sh-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
50        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems@osversion@ > $@
51RPM_SPECS_DATA += sh-rtems@osversion@-cpukit.spec
52
53sh-rtemself@osversion@-cpukit.spec: $(MKSPEC_DEPS)
54        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself@osversion@ > $@
55RPM_SPECS_DATA += sh-rtemself@osversion@-cpukit.spec
56
57sparc-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
58        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems@osversion@ > $@
59RPM_SPECS_DATA += sparc-rtems@osversion@-cpukit.spec
60
61EXTRA_DIST = $(SUBPACKAGES)
62
63CLEANFILES += $(RPM_SPECS_DATA)
64
65include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.