source: rtems/scripts-ada/binutils/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: 514 bytes
Line 
1##
2## $Id$
3##
4
5
6MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
7
8MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
9    $(top_builddir)/setup.cache
10
11sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
12        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
13
14TEMPLATES = binutils.spec.in
15
16RPM_SPECS_DATA = sparc-rtems-$(BINUTILSVERS).spec
17
18noinst_DATA = $(TEMPLATES)
19
20EXTRA_DIST = $(TEMPLATES)
21
22CLEANFILES = $(RPM_SPECS_DATA)
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.