source: rtems/scripts/gnatnewlib/Makefile.am @ d5704c6

4.104.114.84.95
Last change on this file since d5704c6 was d5704c6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/99 at 13:18:23

Added first stab at mkgnatnewlib.

  • Property mode set to 100644
File size: 2.0 KB
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
10hppa1.1-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
11        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
12
13i386-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
14        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
15
16i960-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
17        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
18
19m68k-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
20        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
21
22m68k-rtemself-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
23        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtemself
24
25mips64orion-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
26        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
27
28powerpc-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
29        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
30
31sh-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
32        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems
33
34sh-rtemself-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
35        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtemself
36
37sparc-rtems-$(GNATNEWLIBVERS).spec: $(MKGNATNEWLIBSPEC_DEPS)
38        $(MKGNATNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
39
40TEMPLATES = \
41gnatnewlib.spec.in
42
43RPM_SPECS_DATA = \
44hppa1.1-rtems-$(GNATNEWLIBVERS).spec \
45i386-rtems-$(GNATNEWLIBVERS).spec \
46i960-rtems-$(GNATNEWLIBVERS).spec \
47m68k-rtems-$(GNATNEWLIBVERS).spec \
48m68k-rtemself-$(GNATNEWLIBVERS).spec \
49mips64orion-rtems-$(GNATNEWLIBVERS).spec \
50powerpc-rtems-$(GNATNEWLIBVERS).spec \
51sh-rtems-$(GNATNEWLIBVERS).spec \
52sh-rtemself-$(GNATNEWLIBVERS).spec \
53sparc-rtems-$(GNATNEWLIBVERS).spec
54
55noinst_DATA = \
56$(TEMPLATES)
57
58EXTRA_DIST = \
59$(TEMPLATES)
60
61CLEANFILES = $(RPM_SPECS_DATA)
Note: See TracBrowser for help on using the repository browser.