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

Last change on this file since dbb8030 was 217019f, checked in by Joel Sherrill <joel.sherrill@…>, on 04/18/03 at 12:58:24

2003-04-18 Joel Sherrill <joel@…>

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