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

4.104.114.84.95
Last change on this file since df49c60 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: 643 bytes
RevLine 
[4c46630]1##
2## $Id$
3##
4
[df49c60]5AUTOMAKE_OPTIONS = foreign 1.4
[64ab2e9]6
7MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
8
[df49c60]9MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
10    $(top_builddir)/setup.cache
[64ab2e9]11
[d2bc265b]12powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
13        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
14
[64ab2e9]15sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
16        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
17
[df49c60]18TEMPLATES = gdb.spec.in
[64ab2e9]19
[df49c60]20RPM_SPECS_DATA = powerpc-rtems-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
[64ab2e9]21
[df49c60]22noinst_DATA = $(TEMPLATES)
[64ab2e9]23
[df49c60]24EXTRA_DIST = $(TEMPLATES)
[64ab2e9]25
26CLEANFILES = $(RPM_SPECS_DATA)
[df49c60]27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.