source: rtems/scripts/gdb/Makefile.am @ 59292fe9

4.104.114.84.95
Last change on this file since 59292fe9 was 9c8ee7b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/03 at 05:32:20

2003-01-31 Ralf Corsepius <corsepiu@…>

  • gdb/gdb.add: Remove header, broken cdn-X configuration, %clean, Replace @exe_ext@ with %{_exeext}.
  • gdb/mkspec.in: Remove exe_ext.
  • gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
  • gdb/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add.
  • gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
  • cpukit/mkspec.in: Remove exe_ext.
  • binutils/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add.
  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[4c46630]1##
2## $Id$
3##
4
[c86d8e7f]5MKSPEC = $(SHELL) ./mkspec
[c4d1d41]6
[9c8ee7b]7SUBPACKAGES = header.add
8SUBPACKAGES += $(top_builddir)/common/common.add
9SUBPACKAGES += gdb.add
10SUBPACKAGES += $(top_builddir)/common/clean.add
11SUBPACKAGES += base-gdb.add target-gdb.add
[df49c60]12
[c86d8e7f]13noinst_DATA = gdb.spec.in
14
[df49c60]15gdb.spec.in: $(SUBPACKAGES)
16        cat $^ > $@
[0671af6]17CLEANFILES = gdb.spec.in
[df49c60]18
[b601e1a]19MKGDBSPEC_DEPS = mkspec gdb.spec.in \
[df49c60]20    $(top_builddir)/setup.cache
[c4d1d41]21
[08330bf]22arm-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]23        $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@
[08330bf]24
25c4x-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]26        $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
[08330bf]27
[5b43316]28h8300-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]29        $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@
[5b43316]30
[39537657]31hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]32        $(MKSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@
[39537657]33
[c4d1d41]34i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]35        $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@
[c4d1d41]36
[7b2368b]37i386-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]38        $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-RTEMS > $@
[7b2368b]39
[39537657]40i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]41        $(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@
[c4d1d41]42
43m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]44        $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@
[c4d1d41]45
46mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]47        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@
[c4d1d41]48
[06f2f75]49mips-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]50        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@
[06f2f75]51
[b9a7287e]52mipstx39-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]53        $(MKSPEC) -cfg $(top_builddir)/setup.cache mipstx39-rtems > $@
[b9a7287e]54
[7b2368b]55powerpc-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]56        $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-RTEMS > $@
[7b2368b]57
[39537657]58powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]59        $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@
[c4d1d41]60
[39537657]61sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]62        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@
[39537657]63
64sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]65        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@
[39537657]66
67sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
[c86d8e7f]68        $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems > $@
[c4d1d41]69
[08330bf]70RPM_SPECS_DATA = \
71    arm-rtems-$(GDBVERS).spec c4x-rtems-$(GDBVERS).spec \
72    h8300-rtems-$(GDBVERS).spec hppa1.1-rtems-$(GDBVERS).spec  \
73    i386-rtems-$(GDBVERS).spec i960-rtems-$(GDBVERS).spec \
[06f2f75]74    m68k-rtems-$(GDBVERS).spec mips-rtems-$(GDBVERS).spec \
[b9a7287e]75    mipstx39-rtems-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
76    powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
[7b2368b]77    sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec \
78    i386-RTEMS-$(GDBVERS).spec powerpc-RTEMS-$(GDBVERS).spec
[08330bf]79
[df49c60]80CLEANFILES += $(RPM_SPECS_DATA)
[c4d1d41]81
[df49c60]82EXTRA_DIST = $(SUBPACKAGES)
[c4d1d41]83
[df49c60]84include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.