source: rtems/scripts/binutils/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
7MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
8
9MKBINUTILSSPEC_DEPS = \
10$(top_builddir)/mkbinutilspec binutils.spec.in $(top_builddir)/setup.cache
11
12hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
13        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
14
15i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
16        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
17
18i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
19        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
20
21m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
22        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
23
24m68k-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
25        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
26
27mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
28        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
29
30powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
31        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
32
33sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
34        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
35
36sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
37        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
38
39sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
40        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
41
42TEMPLATES = \
43binutils.spec.in
44
45RPM_SPECS_DATA = \
46hppa1.1-rtems-$(BINUTILSVERS).spec \
47i386-rtems-$(BINUTILSVERS).spec \
48i960-rtems-$(BINUTILSVERS).spec \
49m68k-rtems-$(BINUTILSVERS).spec \
50m68k-rtemself-$(BINUTILSVERS).spec \
51mips64orion-rtems-$(BINUTILSVERS).spec \
52powerpc-rtems-$(BINUTILSVERS).spec \
53sh-rtems-$(BINUTILSVERS).spec \
54sh-rtemself-$(BINUTILSVERS).spec \
55sparc-rtems-$(BINUTILSVERS).spec
56
57noinst_DATA = \
58$(TEMPLATES)
59
60EXTRA_DIST = \
61$(TEMPLATES)
62
63CLEANFILES = $(RPM_SPECS_DATA)
Note: See TracBrowser for help on using the repository browser.