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

4.104.114.84.95
Last change on this file since 0610a988 was 0610a988, checked in by Joel Sherrill <joel.sherrill@…>, on 01/26/00 at 20:50:23

First attempt at debugging.

  • Property mode set to 100644
File size: 439 bytes
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
8sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
9        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
10
11TEMPLATES = \
12gdb.spec.in
13
14RPM_SPECS_DATA = \
15sparc-rtems-$(GDBVERS).spec
16
17noinst_DATA = \
18$(TEMPLATES)
19
20EXTRA_DIST = \
21$(TEMPLATES)
22
23CLEANFILES = $(RPM_SPECS_DATA)
Note: See TracBrowser for help on using the repository browser.