##
|
##
|
## $Id: Makefile.am,v 1.2 2001-09-27 12:02:52 chris Exp $
|
## $Id: Makefile.am,v 1.2 2001-09-27 12:02:52 chris Exp $
|
##
|
##
|
|
|
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.4
|
|
|
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
|
MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
|
|
|
SUBPACKAGES = gdb.add base-gdb.add target-gdb.add
|
SUBPACKAGES = gdb.add base-gdb.add target-gdb.add
|
|
|
gdb.spec.in: $(SUBPACKAGES)
|
gdb.spec.in: $(SUBPACKAGES)
|
cat $^ > $@
|
cat $^ > $@
|
CLEANFILES += gdb.spec.in
|
CLEANFILES += gdb.spec.in
|
|
|
MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
|
MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
|
$(top_builddir)/setup.cache
|
$(top_builddir)/setup.cache
|
|
|
hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
|
|
|
i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
|
|
|
i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
|
|
|
m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
m68k-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
|
|
|
m68k-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
m68k-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
|
|
|
mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
mips64orion-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
|
|
|
powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
|
|
|
sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
sh-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
|
|
|
sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
sh-rtemself-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
|
|
|
sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
|
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
|
|
|
RPM_SPECS_DATA = hppa1.1-rtems-$(GDBVERS).spec i386-rtems-$(GDBVERS).spec \
|
RPM_SPECS_DATA = hppa1.1-rtems-$(GDBVERS).spec i386-rtems-$(GDBVERS).spec \
|
i960-rtems-$(GDBVERS).spec m68k-rtems-$(GDBVERS).spec \
|
i960-rtems-$(GDBVERS).spec m68k-rtems-$(GDBVERS).spec \
|
m68k-rtemself-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
|
m68k-rtemself-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
|
powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
|
powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
|
sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
|
sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
|
CLEANFILES += $(RPM_SPECS_DATA)
|
CLEANFILES += $(RPM_SPECS_DATA)
|
|
|
EXTRA_DIST = $(SUBPACKAGES)
|
EXTRA_DIST = $(SUBPACKAGES)
|
|
|
include $(top_srcdir)/../automake/local.am
|
include $(top_srcdir)/../automake/local.am
|
|
|