source: rtems/scripts/rtems/Makefile.am @ f862fb0

4.104.114.84.95
Last change on this file since f862fb0 was f862fb0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/13/05 at 17:07:02

Cleanup

  • Property mode set to 100644
File size: 1.4 KB
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/common/common.am
6
7SUBPACKAGES = header.add
8SUBPACKAGES += $(top_builddir)/common/common.add
9SUBPACKAGES += rtems.add
10SUBPACKAGES += $(top_builddir)/common/clean.add
11SUBPACKAGES += target-rtems.add
12
13noinst_DATA = rtems.spec.in
14
15rtems.spec.in: $(SUBPACKAGES)
16        cat $^ > $@
17CLEANFILES = rtems.spec.in
18RPM_SPECS_DATA =
19
20MKBSPSPEC = $(SHELL) ./mkspec
21
22MKBSPSPEC_DEPS = $(top_builddir)/mkspec rtems.spec.in \
23    $(top_builddir)/setup.cache
24
25i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
26        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386
27RPM_SPECS_DATA += i386-rtems-pc386-$(BSPVERS).spec
28
29m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
30        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
31RPM_SPECS_DATA += i386-rtems-gen68360-$(BSPVERS).spec
32
33powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
34        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750
35RPM_SPECS_DATA += powerpc-rtems-mcp750-$(BSPVERS).spec
36
37sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
38        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems gensh1
39RPM_SPECS_DATA += sh-rtems-gensh1-$(BSPVERS).spec
40
41sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
42        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems erc32
43RPM_SPECS_DATA += sparc-rtems-erc32-$(BSPVERS).spec
44
45CLEANFILES += $(RPM_SPECS_DATA)
46
47include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.