source: rtems/scripts/rtems/Makefile.am @ 4c46630

4.104.114.84.95
Last change on this file since 4c46630 was 4c46630, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 15:15:10

Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@…>
that contains:

  • cleanups to configuration files
  • A reworked gccnewlib.spec.in: I have reformated it for enhanced readability and added more rtems-base packages. It now should be free of any installation conflicts (If there still remain some, they should be regarded as bugs).
  • A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486" now works).
  • removes libbsp/bare/wrapup
  • Further cleanups
  • Property mode set to 100644
File size: 1.9 KB
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign
6
7MKBSPSPEC = $(SHELL) $(top_builddir)/mkbspspec
8
9MKBSPSPEC_DEPS = $(top_builddir)/mkbspspec rtems.spec.in $(top_builddir)/setup.cache
10
11hppa1.1-rtems-simhppa-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
12        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems simhppa
13
14i386-rtems-pc386-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
15        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems pc386
16
17i960-rtems-cvme961-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
18        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems cvme961
19
20m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
21        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
22
23m68k-rtemself-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
24        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself gen68360
25
26mips64orion-rtems-p4600-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
27        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems p4600
28
29powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
30        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750
31
32sh-rtems-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
33        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems gensh1
34
35sh-rtemself-gensh1-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
36        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself gensh1
37
38sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
39        $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems erc32
40
41TEMPLATES = \
42rtems.spec.in
43
44RPM_SPECS_DATA = \
45hppa1.1-rtems-simhppa-$(BSPVERS).spec \
46i386-rtems-pc386-$(BSPVERS).spec \
47i960-rtems-cvme961-$(BSPVERS).spec \
48m68k-rtems-gen68360-$(BSPVERS).spec \
49m68k-rtemself-gen68360-$(BSPVERS).spec \
50mips64orion-rtems-p4600-$(BSPVERS).spec \
51powerpc-rtems-mcp750-$(BSPVERS).spec \
52sh-rtems-gensh1-$(BSPVERS).spec \
53sh-rtemself-gensh1-$(BSPVERS).spec \
54sparc-rtems-erc32-$(BSPVERS).spec
55
56noinst_DATA = \
57$(TEMPLATES)
58
59EXTRA_DIST = \
60$(TEMPLATES)
61
62CLEANFILES = $(RPM_SPECS_DATA)
Note: See TracBrowser for help on using the repository browser.