source: rtems/scripts/gdb/Makefile.am @ eec8e59e

4.104.114.84.95
Last change on this file since eec8e59e was eec8e59e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 16:12:23

2003-12-11 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Cosmetics.
  • autotools/Makefile.am: Cosmetics.
  • autotools/autoconf-rtems.spec.in: 2.59.
  • autotools/automake-rtems.spec.in: 1.8, Require autoconf-2.59.
  • binutils/Makefile.am: Cosmetics.
  • cpukit/Makefile.am: Cosmetics.
  • gcc3newlib/Makefile.am: Cosmetics.
  • gccnewlib/Makefile.am: Cosmetics.
  • gdb/Makefile.am: Cosmetics.
  • rtems/Makefile.am: Cosmetics.
  • rtemsdoc/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 3.3 KB
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/common/common.am
6
7MKSPEC = $(SHELL) ./mkspec
8
9SUBPACKAGES = header.add
10SUBPACKAGES += $(top_builddir)/common/common.add
11SUBPACKAGES += gdb.add
12SUBPACKAGES += $(top_builddir)/common/clean.add
13SUBPACKAGES += base-gdb.add target-gdb.add
14
15noinst_DATA = gdb.spec.in
16
17gdb.spec.in: $(SUBPACKAGES)
18        cat $^ > $@
19CLEANFILES = gdb.spec.in
20
21MKGDBSPEC_DEPS = mkspec gdb.spec.in $(top_builddir)/setup.cache
22
23RPM_SPECS_DATA =
24
25arm-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
26        $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
27RPM_SPECS_DATA += arm-rtems@osversion@-$(GDBVERS).spec
28
29# does not build with 5.2
30# c4x-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
31#       $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems@osversion@ > $@
32# RPM_SPECS_DATA += c4x-rtems@osversion@-$(GDBVERS).spec
33
34h8300-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
35        $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@
36RPM_SPECS_DATA += h8300-rtems@osversion@-$(GDBVERS).spec
37
38RPM_SPECS_DATA += i386-rtems@osversion@-$(GDBVERS).spec
39i386-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
40        $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
41
42# does not build with 5.2
43# i386-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
44#       $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-RTEMS > $@
45# RPM_SPECS_DATA += i386-RTEMS-$(GDBVERS).spec
46
47i960-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
48        $(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems@osversion@ > $@
49RPM_SPECS_DATA += i960-rtems@osversion@-$(GDBVERS).spec
50
51m68k-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
52        $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
53RPM_SPECS_DATA += m68k-rtems@osversion@-$(GDBVERS).spec
54
55mips64orion-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
56        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@
57RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(GDBVERS).spec
58
59mips-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
60        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
61RPM_SPECS_DATA += mips-rtems@osversion@-$(GDBVERS).spec
62
63mipstx39-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
64        $(MKSPEC) -cfg $(top_builddir)/setup.cache mipstx39-rtems@osversion@ > $@
65RPM_SPECS_DATA += mipstx39-rtems@osversion@-$(GDBVERS).spec
66
67# does not build with 5.2
68# powerpc-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
69#       $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-RTEMS > $@
70# RPM_SPECS_DATA += powerpc-RTEMS-$(GDBVERS).spec
71
72powerpc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
73        $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
74RPM_SPECS_DATA += powerpc-rtems@osversion@-$(GDBVERS).spec
75
76sh-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
77        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
78RPM_SPECS_DATA += sh-rtems@osversion@-$(GDBVERS).spec
79
80sh-rtemself@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
81        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@
82RPM_SPECS_DATA += sh-rtemself@osversion@-$(GDBVERS).spec
83
84sparc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
85        $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
86RPM_SPECS_DATA += sparc-rtems@osversion@-$(GDBVERS).spec
87
88CLEANFILES += $(RPM_SPECS_DATA)
89
90EXTRA_DIST = $(SUBPACKAGES)
91
92include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.