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
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
12powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
13        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
14
15sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
16        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
17
18TEMPLATES = gdb.spec.in
19
20RPM_SPECS_DATA = powerpc-rtems-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
21
22noinst_DATA = $(TEMPLATES)
23
24EXTRA_DIST = $(TEMPLATES)
25
26CLEANFILES = $(RPM_SPECS_DATA)
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.