source: rtems/scripts/cpukit/Makefile.am @ 06e70cd

4.104.114.84.95
Last change on this file since 06e70cd was 06e70cd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/07/03 at 08:53:29

2003-10-07 Ralf Corsepius <corsepiu@…>

  • cpukit/target-cpukit.add: New.
  • cpukit/Makefile.am: Reflect having added target-cpukit.add. Acknowledge osversion.
  • cpukit/mkspec.in: Acknowledge osversion and rpmgroup.
  • cpukit/rtems-cpukit.add: Reflect new RTEMS spec conventions.
  • Property mode set to 100644
File size: 2.5 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 \
16    $(top_builddir)/setup.cache
17
18rtems-cpukit.spec.in: $(SUBPACKAGES)
19        cat $^ > $@
20CLEANFILES = rtems-cpukit.spec.in
21
22c4x-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
23        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . c4x-rtems@osversion@ > $@
24RPM_SPECS_DATA = c4x-rtems@osversion@-cpukit.spec
25
26h8300-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
27        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems@osversion@ > $@
28RPM_SPECS_DATA += h8300-rtems@osversion@-cpukit.spec
29
30i386-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
31        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems@osversion@ > $@
32RPM_SPECS_DATA += i386-rtems@osversion@-cpukit.spec
33
34i960-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
35        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems@osversion@ > $@
36RPM_SPECS_DATA += i960-rtems@osversion@-cpukit.spec
37
38m68k-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
39        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems@osversion@ > $@
40RPM_SPECS_DATA += m68k-rtems@osversion@-cpukit.spec
41
42mips64orion-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
43        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems@osversion@ > $@
44RPM_SPECS_DATA += mips64orion-rtems@osversion@-cpukit.spec
45
46mips-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
47        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems@osversion@ > $@
48RPM_SPECS_DATA += mips-rtems@osversion@-cpukit.spec
49
50powerpc-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
51        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems@osversion@ > $@
52RPM_SPECS_DATA += powerpc-rtems@osversion@-cpukit.spec
53
54sh-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
55        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems@osversion@ > $@
56RPM_SPECS_DATA += sh-rtems@osversion@-cpukit.spec
57
58sh-rtemself@osversion@-cpukit.spec: $(MKSPEC_DEPS)
59        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself@osversion@ > $@
60RPM_SPECS_DATA += sh-rtemself@osversion@-cpukit.spec
61
62sparc-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
63        $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems@osversion@ > $@
64RPM_SPECS_DATA += sparc-rtems@osversion@-cpukit.spec
65
66EXTRA_DIST = $(SUBPACKAGES)
67
68CLEANFILES += $(RPM_SPECS_DATA)
69
70include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.