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

4.104.114.84.95
Last change on this file since 7273b6e was b2145d92, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:36

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • gnatnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 612 bytes
Line 
1##
2## $Id$
3##
4
5
6MKGDBSPEC = $(SHELL) $(top_builddir)/mkgdbspec
7
8MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
9    $(top_builddir)/setup.cache
10
11powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
12        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
13
14sparc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
15        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
16
17TEMPLATES = gdb.spec.in
18
19RPM_SPECS_DATA = powerpc-rtems-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
20
21noinst_DATA = $(TEMPLATES)
22
23EXTRA_DIST = $(TEMPLATES)
24
25CLEANFILES = $(RPM_SPECS_DATA)
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.