source: rtems/scripts/cpukit/Makefile.am @ 923ecb6

4.104.114.84.95
Last change on this file since 923ecb6 was 923ecb6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/03 at 21:48:56

2003-09-26 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: Obsoleting HP PA-RISC port.
  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[620c972]1##
2## $Id$
3##
4
[087a6c86]5include $(top_srcdir)/common/common.am
[620c972]6
7MKSPEC = $(SHELL) ./mkspec
8
[ab591073]9SUBPACKAGES = header.add
10SUBPACKAGES += $(top_builddir)/common/common.add
11SUBPACKAGES += rtems-cpukit.add
12SUBPACKAGES += $(top_builddir)/common/clean.add
13
[620c972]14MKSPEC_DEPS = mkspec rtems-cpukit.spec.in \
15    $(top_builddir)/setup.cache
16
[ab591073]17rtems-cpukit.spec.in: $(SUBPACKAGES)
18        cat $^ > $@
19CLEANFILES = rtems-cpukit.spec.in
20
[620c972]21c4x-rtems-cpukit.spec: $(MKSPEC_DEPS)
22        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . c4x-rtems > $@
23RPM_SPECS_DATA = c4x-rtems-cpukit.spec
24
25h8300-rtems-cpukit.spec: $(MKSPEC_DEPS)
26        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems > $@
27RPM_SPECS_DATA += h8300-rtems-cpukit.spec
28
29i386-rtems-cpukit.spec: $(MKSPEC_DEPS)
30        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems > $@
31RPM_SPECS_DATA += i386-rtems-cpukit.spec
32
33i960-rtems-cpukit.spec: $(MKSPEC_DEPS)
34        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems > $@
35RPM_SPECS_DATA += i960-rtems-cpukit.spec
36
37m68k-rtems-cpukit.spec: $(MKSPEC_DEPS)
38        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems > $@
39RPM_SPECS_DATA += m68k-rtems-cpukit.spec
40
41mips64orion-rtems-cpukit.spec: $(MKSPEC_DEPS)
42        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems > $@
43RPM_SPECS_DATA += mips64orion-rtems-cpukit.spec
44
45mips-rtems-cpukit.spec: $(MKSPEC_DEPS)
46        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems > $@
47RPM_SPECS_DATA += mips-rtems-cpukit.spec
48
49powerpc-rtems-cpukit.spec: $(MKSPEC_DEPS)
50        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems > $@
51RPM_SPECS_DATA += powerpc-rtems-cpukit.spec
52
53sh-rtems-cpukit.spec: $(MKSPEC_DEPS)
54        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems > $@
55RPM_SPECS_DATA += sh-rtems-cpukit.spec
56
57sh-rtemself-cpukit.spec: $(MKSPEC_DEPS)
58        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself > $@
59RPM_SPECS_DATA += sh-rtemself-cpukit.spec
60
61sparc-rtems-cpukit.spec: $(MKSPEC_DEPS)
62        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems > $@
63RPM_SPECS_DATA += sparc-rtems-cpukit.spec
64
[ab591073]65EXTRA_DIST = $(SUBPACKAGES)
[620c972]66
[ab591073]67CLEANFILES += $(RPM_SPECS_DATA)
[620c972]68
69include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.