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

4.104.114.84.95
Last change on this file since 5158680 was 5158680, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/13/05 at 07:06:29

2005-04-13 Ralf Corsepius <ralf.corsepius@…>

  • gdb/Makefile.am: Remove obsolete targets.
  • gdb/gdb.add: Pass bindir, infodir, mandir to configure.
  • Property mode set to 100644
File size: 3.0 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 += target-gdb.add
14SUBPACKAGES += base-gdb.add
15
16noinst_DATA = gdb.spec.in
17
18gdb.spec.in: $(SUBPACKAGES)
19        cat $^ > $@
20CLEANFILES = gdb.spec.in
21
22MKGDBSPEC_DEPS = mkspec gdb.spec.in $(top_builddir)/setup.cache
23
24RPM_SPECS_DATA =
25
26arm-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
27        $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@
28RPM_SPECS_DATA += arm-rtems@osversion@-$(GDBVERS).spec
29
30avr-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
31        $(MKSPEC) -cfg $(top_builddir)/setup.cache avr-rtems@osversion@ > $@
32RPM_SPECS_DATA += avr-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
38i386-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
39        $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@
40RPM_SPECS_DATA += i386-rtems@osversion@-$(GDBVERS).spec
41
42m68k-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
43        $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
44RPM_SPECS_DATA += m68k-rtems@osversion@-$(GDBVERS).spec
45
46mips-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
47        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
48RPM_SPECS_DATA += mips-rtems@osversion@-$(GDBVERS).spec
49
50mips64-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
51        $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64-rtems@osversion@ > $@
52RPM_SPECS_DATA += mips64-rtems@osversion@-$(GDBVERS).spec
53
54mipstx39-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
55        $(MKSPEC) -cfg $(top_builddir)/setup.cache mipstx39-rtems@osversion@ > $@
56RPM_SPECS_DATA += mipstx39-rtems@osversion@-$(GDBVERS).spec
57
58powerpc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
59        $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@
60RPM_SPECS_DATA += powerpc-rtems@osversion@-$(GDBVERS).spec
61
62sh-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
63        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@
64RPM_SPECS_DATA += sh-rtems@osversion@-$(GDBVERS).spec
65
66sh-rtemscoff@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
67        $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemscoff@osversion@ > $@
68RPM_SPECS_DATA += sh-rtemscoff@osversion@-$(GDBVERS).spec
69
70sparc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
71        $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@
72RPM_SPECS_DATA += sparc-rtems@osversion@-$(GDBVERS).spec
73
74# does not build with 5.2
75# tic4x-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
76#       $(MKSPEC) -cfg $(top_builddir)/setup.cache tic4x-rtems@osversion@ > $@
77# RPM_SPECS_DATA += tic4x-rtems@osversion@-$(GDBVERS).spec
78
79CLEANFILES += $(RPM_SPECS_DATA)
80
81EXTRA_DIST = $(SUBPACKAGES)
82
83include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.