source: rtems/scripts-ada/gdb/Makefile.am @ 64ab2e9

4.104.114.84.95
Last change on this file since 64ab2e9 was 64ab2e9, checked in by Joel Sherrill <joel.sherrill@…>, on 01/26/00 at 19:56:54

First cut at adding RPM scripts for building GNAT/RTEMS RPMs.

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