source: rtems/scripts/gdb/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.7 KB
RevLine 
[4c46630]1##
2## $Id$
3##
4
[c4d1d41]5AUTOMAKE_OPTIONS = foreign
6
[43e7d103]7MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
[c4d1d41]8
[43e7d103]9MKGDBSPEC_DEPS = \
10$(top_builddir)/mkgdbspec gdb.spec.in $(top_builddir)/setup.cache
[c4d1d41]11
[39537657]12hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
13        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
14
[c4d1d41]15i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[43e7d103]16        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
[c4d1d41]17
[39537657]18i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
19        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
[c4d1d41]20
21m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[43e7d103]22        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
[c4d1d41]23
[39537657]24m68k-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
25        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
26
[c4d1d41]27mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[43e7d103]28        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
[c4d1d41]29
[39537657]30powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
31        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
[c4d1d41]32
[39537657]33sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
34        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
35
36sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
37        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
38
39sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
40        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
[c4d1d41]41
42TEMPLATES = \
43gdb.spec.in
44
45RPM_SPECS_DATA = \
[39537657]46hppa1.1-rtems-$(GDBVERS).spec \
[c4d1d41]47i386-rtems-$(GDBVERS).spec \
[39537657]48i960-rtems-$(GDBVERS).spec \
[c4d1d41]49m68k-rtems-$(GDBVERS).spec \
[39537657]50m68k-rtemself-$(GDBVERS).spec \
[c4d1d41]51mips64orion-rtems-$(GDBVERS).spec \
[39537657]52powerpc-rtems-$(GDBVERS).spec \
53sh-rtems-$(GDBVERS).spec \
54sh-rtemself-$(GDBVERS).spec \
55sparc-rtems-$(GDBVERS).spec
[c4d1d41]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.