source: rtems/scripts-ada/gnatnewlib/Makefile.am @ 4c46630

4.104.114.84.95
Last change on this file since 4c46630 was d2bc265b, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 14:47:03

Successfully built some RPMs. There is still a lot of work to do.

  • Property mode set to 100644
File size: 697 bytes
Line 
1## $Id$
2
3AUTOMAKE_OPTIONS = foreign
4
5MKGNATNEWLIBSPEC = $(SHELL) $(top_builddir)/mkgnatnewlibspec
6
7MKGNATNEWLIBSPEC_DEPS = \
8  $(top_builddir)/mkgnatnewlibspec gnatnewlib.spec.in $(top_builddir)/setup.cache
9
10powerpc-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
11        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
12
13sparc-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
14        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
15
16TEMPLATES = \
17gnatnewlib.spec.in
18
19RPM_SPECS_DATA = \
20powerpc-rtems-$(GNATNEWLIBVERS).spec \
21sparc-rtems-$(GNATNEWLIBVERS).spec
22
23noinst_DATA = \
24$(TEMPLATES)
25
26EXTRA_DIST = \
27$(TEMPLATES)
28
29CLEANFILES = $(RPM_SPECS_DATA)
Note: See TracBrowser for help on using the repository browser.