source: rtems/scripts-ada/gnatnewlib/Makefile.am @ 1e3f463

4.104.114.84.95
Last change on this file since 1e3f463 was 1e3f463, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/01 at 16:35:55

2001-09-13 Joel Sherrill <joel@…>

  • configure.in: Add RTEMS specific version of EXEEXT test.
  • mkgdbspec.in, mkgnatnewlibspec.in, gdb/gdb.spec.in, gnatnewlib/gnatnewlib.spec.in: Change to Target_alias to avoid conflicts with new autoconf/automake.
  • setup, setup.def, mkgnatnewlibspec.in: Add gnat_newlib_patch_version variable.
  • gnatnewlib/Makefile.am: Add i386-rtemscoff target in attempt to build it.
  • Property mode set to 100644
File size: 930 bytes
Line 
1## $Id$
2
3AUTOMAKE_OPTIONS = foreign 1.4
4
5MKGNATNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgnatnewlibspec
6
7MKGNATNEWLIBSPEC_DEPS = $(top_builddir)/mkgnatnewlibspec gnatnewlib.spec.in \
8    $(top_builddir)/setup.cache
9
10i386-rtemscoff-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
11        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtemscoff
12
13powerpc-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
14        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
15
16sparc-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
17        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
18
19TEMPLATES = gnatnewlib.spec.in
20
21RPM_SPECS_DATA = \
22    i386-rtemscoff-$(GNATNEWLIBVERS).spec \
23    powerpc-rtems-$(GNATNEWLIBVERS).spec \
24    sparc-rtems-$(GNATNEWLIBVERS).spec
25
26noinst_DATA = $(TEMPLATES)
27
28EXTRA_DIST = $(TEMPLATES)
29
30CLEANFILES = $(RPM_SPECS_DATA)
31include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.