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

4.104.114.84.95
Last change on this file since edeed26 was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 1.8 KB
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
8
9SUBPACKAGES = gdb.add base-gdb.add target-gdb.add
10
11gdb.spec.in: $(SUBPACKAGES)
12        cat $^ > $@
13CLEANFILES += gdb.spec.in
14
15MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
16    $(top_builddir)/setup.cache
17
18hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
19        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
20
21i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
22        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
23
24i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
25        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
26
27m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
28        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
29
30m68k-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
31        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
32
33mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
34        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
35
36powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
37        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
38
39sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
40        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
41
42sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
43        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
44
45sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
46        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
47
48RPM_SPECS_DATA = hppa1.1-rtems-$(GDBVERS).spec i386-rtems-$(GDBVERS).spec \
49    i960-rtems-$(GDBVERS).spec m68k-rtems-$(GDBVERS).spec \
50    m68k-rtemself-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
51    powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
52    sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
53CLEANFILES += $(RPM_SPECS_DATA)
54
55EXTRA_DIST = $(SUBPACKAGES)
56
57include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.