1 |
1026 |
ivang |
##
|
2 |
|
|
## Makefile.am,v 1.13 2002/04/16 23:43:23 joel Exp
|
3 |
|
|
##
|
4 |
|
|
|
5 |
|
|
|
6 |
|
|
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
|
7 |
|
|
|
8 |
|
|
SUBPACKAGES = gdb.add base-gdb.add target-gdb.add
|
9 |
|
|
|
10 |
|
|
gdb.spec.in: $(SUBPACKAGES)
|
11 |
|
|
cat $^ > $@
|
12 |
|
|
CLEANFILES = gdb.spec.in
|
13 |
|
|
|
14 |
|
|
MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
|
15 |
|
|
$(top_builddir)/setup.cache
|
16 |
|
|
|
17 |
|
|
arm-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
18 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . arm-rtems
|
19 |
|
|
|
20 |
|
|
c4x-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
21 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . c4x-rtems
|
22 |
|
|
|
23 |
|
|
h8300-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
24 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems
|
25 |
|
|
|
26 |
|
|
hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
27 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
|
28 |
|
|
|
29 |
|
|
i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
30 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
|
31 |
|
|
|
32 |
|
|
i386-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
33 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-RTEMS
|
34 |
|
|
|
35 |
|
|
i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
36 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
|
37 |
|
|
|
38 |
|
|
m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
39 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
|
40 |
|
|
|
41 |
|
|
mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
42 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
|
43 |
|
|
|
44 |
|
|
mips-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
45 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems
|
46 |
|
|
|
47 |
|
|
mipstx39-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
48 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mipstx39-rtems
|
49 |
|
|
|
50 |
|
|
powerpc-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
51 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-RTEMS
|
52 |
|
|
|
53 |
|
|
powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
54 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
|
55 |
|
|
|
56 |
|
|
sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
57 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
|
58 |
|
|
|
59 |
|
|
sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
60 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
|
61 |
|
|
|
62 |
|
|
sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
63 |
|
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
|
64 |
|
|
|
65 |
|
|
RPM_SPECS_DATA = \
|
66 |
|
|
arm-rtems-$(GDBVERS).spec c4x-rtems-$(GDBVERS).spec \
|
67 |
|
|
h8300-rtems-$(GDBVERS).spec hppa1.1-rtems-$(GDBVERS).spec \
|
68 |
|
|
i386-rtems-$(GDBVERS).spec i960-rtems-$(GDBVERS).spec \
|
69 |
|
|
m68k-rtems-$(GDBVERS).spec mips-rtems-$(GDBVERS).spec \
|
70 |
|
|
mipstx39-rtems-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
|
71 |
|
|
powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
|
72 |
|
|
sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec \
|
73 |
|
|
i386-RTEMS-$(GDBVERS).spec powerpc-RTEMS-$(GDBVERS).spec
|
74 |
|
|
|
75 |
|
|
CLEANFILES += $(RPM_SPECS_DATA)
|
76 |
|
|
|
77 |
|
|
EXTRA_DIST = $(SUBPACKAGES)
|
78 |
|
|
|
79 |
|
|
include $(top_srcdir)/../automake/local.am
|