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

Last change on this file since abbf55b was abbf55b, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 18:05:29

Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@…>.

  • 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
9MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
10    $(top_builddir)/setup.cache
11
12hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
13        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
14
15i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
16        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
17
18i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
19        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
20
21m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
22        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
23
24m68k-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
25        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
26
27mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
28        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
29
30powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
31        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
32
33sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
34        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
35
36sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
37        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
38
39sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
40        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
41
42TEMPLATES = gdb.spec.in
43
44RPM_SPECS_DATA = hppa1.1-rtems-$(GDBVERS).spec i386-rtems-$(GDBVERS).spec \
45    i960-rtems-$(GDBVERS).spec m68k-rtems-$(GDBVERS).spec \
46    m68k-rtemself-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
47    powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
48    sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
49
50noinst_DATA = $(TEMPLATES)
51
52EXTRA_DIST = $(TEMPLATES)
53
54CLEANFILES = $(RPM_SPECS_DATA)
55include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.