source: rtems/scripts/gccnewlib/Makefile.in @ 1805015

4.104.114.84.95
Last change on this file since 1805015 was 1805015, checked in by Joel Sherrill <joel.sherrill@…>, on 10/20/99 at 15:49:13

Adding the infrastructure for gdb.

  • Property mode set to 100644
File size: 6.5 KB
Line 
1# Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_STRIP_FLAG =
53transform = @program_transform_name@
54
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61BINUTILSVERS = @BINUTILSVERS@
62GCCNEWLIBVERS = @GCCNEWLIBVERS@
63GDBVERS = @GDBVERS@
64MAKEINFO = @MAKEINFO@
65PACKAGE = @PACKAGE@
66RPM_SPECSdir = @RPM_SPECSdir@
67VERSION = @VERSION@
68
69AUTOMAKE_OPTIONS = foreign
70
71MKGCCNEWLIBSPEC = $(SHELL) ../mkgccnewlibspec
72
73MKGCCNEWLIBSPEC_DEPS =    ../mkgccnewlibspec gccnewlib.spec.in ../setup.cache
74
75
76TEMPLATES =  gccnewlib.spec.in
77
78
79RPM_SPECS_DATA =  i386-rtems-$(GCCNEWLIBVERS).spec sh-rtems-$(GCCNEWLIBVERS).spec powerpc-rtems-$(GCCNEWLIBVERS).spec sparc-rtems-$(GCCNEWLIBVERS).spec m68k-rtems-$(GCCNEWLIBVERS).spec mips64orion-rtems-$(GCCNEWLIBVERS).spec i960-rtems-$(GCCNEWLIBVERS).spec hppa1.1-rtems-$(GCCNEWLIBVERS).spec
80
81
82noinst_DATA =  $(TEMPLATES)
83
84
85EXTRA_DIST =  $(TEMPLATES)
86
87
88CLEANFILES = $(RPM_SPECS_DATA)
89mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
90CONFIG_CLEAN_FILES =
91DATA =  $(RPM_SPECS_DATA) $(noinst_DATA)
92
93DIST_COMMON =  Makefile.am Makefile.in
94
95
96DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97
98TAR = gtar
99GZIP_ENV = --best
100all: all-redirect
101.SUFFIXES:
102$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
103        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps gccnewlib/Makefile
104
105Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
106        cd $(top_builddir) \
107          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
108
109
110install-RPM_SPECSDATA: $(RPM_SPECS_DATA)
111        @$(NORMAL_INSTALL)
112        $(mkinstalldirs) $(DESTDIR)$(RPM_SPECSdir)
113        @list='$(RPM_SPECS_DATA)'; for p in $$list; do \
114          if test -f $(srcdir)/$$p; then \
115            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(RPM_SPECSdir)/$$p"; \
116            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(RPM_SPECSdir)/$$p; \
117          else if test -f $$p; then \
118            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(RPM_SPECSdir)/$$p"; \
119            $(INSTALL_DATA) $$p $(DESTDIR)$(RPM_SPECSdir)/$$p; \
120          fi; fi; \
121        done
122
123uninstall-RPM_SPECSDATA:
124        @$(NORMAL_UNINSTALL)
125        list='$(RPM_SPECS_DATA)'; for p in $$list; do \
126          rm -f $(DESTDIR)$(RPM_SPECSdir)/$$p; \
127        done
128tags: TAGS
129TAGS:
130
131
132distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
133
134subdir = gccnewlib
135
136distdir: $(DISTFILES)
137        @for file in $(DISTFILES); do \
138          d=$(srcdir); \
139          if test -d $$d/$$file; then \
140            cp -pr $$d/$$file $(distdir)/$$file; \
141          else \
142            test -f $(distdir)/$$file \
143            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
144            || cp -p $$d/$$file $(distdir)/$$file || :; \
145          fi; \
146        done
147info-am:
148info: info-am
149dvi-am:
150dvi: dvi-am
151check-am: all-am
152check: check-am
153installcheck-am:
154installcheck: installcheck-am
155install-exec-am:
156install-exec: install-exec-am
157
158install-data-am: install-RPM_SPECSDATA
159install-data: install-data-am
160
161install-am: all-am
162        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
163install: install-am
164uninstall-am: uninstall-RPM_SPECSDATA
165uninstall: uninstall-am
166all-am: Makefile $(DATA)
167all-redirect: all-am
168install-strip:
169        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
170installdirs:
171        $(mkinstalldirs)  $(DESTDIR)$(RPM_SPECSdir)
172
173
174mostlyclean-generic:
175
176clean-generic:
177        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
178
179distclean-generic:
180        -rm -f Makefile $(CONFIG_CLEAN_FILES)
181        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
182
183maintainer-clean-generic:
184mostlyclean-am:  mostlyclean-generic
185
186mostlyclean: mostlyclean-am
187
188clean-am:  clean-generic mostlyclean-am
189
190clean: clean-am
191
192distclean-am:  distclean-generic clean-am
193
194distclean: distclean-am
195
196maintainer-clean-am:  maintainer-clean-generic distclean-am
197        @echo "This command is intended for maintainers to use;"
198        @echo "it deletes files that may require special tools to rebuild."
199
200maintainer-clean: maintainer-clean-am
201
202.PHONY: uninstall-RPM_SPECSDATA install-RPM_SPECSDATA tags distdir \
203info-am info dvi-am dvi check check-am installcheck-am installcheck \
204install-exec-am install-exec install-data-am install-data install-am \
205install uninstall-am uninstall all-redirect all-am all installdirs \
206mostlyclean-generic distclean-generic clean-generic \
207maintainer-clean-generic clean mostlyclean distclean maintainer-clean
208
209
210i386-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
211        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . i386-rtems
212
213sh-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
214        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . sh-rtems
215
216powerpc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
217        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . powerpc-rtems
218
219sparc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
220        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . sparc-rtems
221
222m68k-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
223        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . m68k-rtems
224
225mips64orion-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
226        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . mips64orion-rtems
227
228i960-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
229        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . i960-rtems
230
231hppa1.1-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
232        $(MKGCCNEWLIBSPEC) -cfg ../setup.cache -o . hppa1.1-rtems
233
234# Tell versions [3.59,3.63) of GNU make to not export all variables.
235# Otherwise a system limit (for SysV at least) may be exceeded.
236.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.