OSDN Git Service

ac2d41036e64de18f3b6a494be9d5715e048831a
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / sys / arm / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CPP = @CPP@
66 EXEEXT = @EXEEXT@
67 MAINT = @MAINT@
68 MAKEINFO = @MAKEINFO@
69 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
70 PACKAGE = @PACKAGE@
71 RANLIB = @RANLIB@
72 VERSION = @VERSION@
73 machine_dir = @machine_dir@
74 newlib_basedir = @newlib_basedir@
75 sys_dir = @sys_dir@
76
77 AUTOMAKE_OPTIONS = cygnus
78
79 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
80
81 noinst_LIBRARIES = lib.a
82
83 lib_a_SOURCES = syscalls.c libcfunc.c trap.S setjmp.S
84
85 ACLOCAL_AMFLAGS = -I ../../..
86 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
89 CONFIG_CLEAN_FILES = 
90 LIBRARIES =  $(noinst_LIBRARIES)
91
92
93 DEFS = @DEFS@ -I. -I$(srcdir) 
94 CPPFLAGS = @CPPFLAGS@
95 LDFLAGS = @LDFLAGS@
96 LIBS = @LIBS@
97 lib_a_LIBADD = 
98 lib_a_OBJECTS =  syscalls.o libcfunc.o trap.o setjmp.o
99 CFLAGS = @CFLAGS@
100 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 CCLD = $(CC)
102 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
103 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
104
105
106 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107
108 TAR = tar
109 GZIP_ENV = --best
110 SOURCES = $(lib_a_SOURCES)
111 OBJECTS = $(lib_a_OBJECTS)
112
113 all: all-redirect
114 .SUFFIXES:
115 .SUFFIXES: .S .c .o .s
116 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
117         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
118
119 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
120         cd $(top_builddir) \
121           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
123 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
124                 ../../../acinclude.m4 ../../../aclocal.m4
125         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
126
127 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
128         $(SHELL) ./config.status --recheck
129 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
130         cd $(srcdir) && $(AUTOCONF)
131
132 mostlyclean-noinstLIBRARIES:
133
134 clean-noinstLIBRARIES:
135         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
136
137 distclean-noinstLIBRARIES:
138
139 maintainer-clean-noinstLIBRARIES:
140
141 .c.o:
142         $(COMPILE) -c $<
143
144 .s.o:
145         $(COMPILE) -c $<
146
147 .S.o:
148         $(COMPILE) -c $<
149
150 mostlyclean-compile:
151         -rm -f *.o core *.core
152
153 clean-compile:
154
155 distclean-compile:
156         -rm -f *.tab.c
157
158 maintainer-clean-compile:
159
160 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
161         -rm -f lib.a
162         $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
163         $(RANLIB) lib.a
164
165 tags: TAGS
166
167 ID: $(HEADERS) $(SOURCES) $(LISP)
168         list='$(SOURCES) $(HEADERS)'; \
169         unique=`for i in $$list; do echo $$i; done | \
170           awk '    { files[$$0] = 1; } \
171                END { for (i in files) print i; }'`; \
172         here=`pwd` && cd $(srcdir) \
173           && mkid -f$$here/ID $$unique $(LISP)
174
175 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
176         tags=; \
177         here=`pwd`; \
178         list='$(SOURCES) $(HEADERS)'; \
179         unique=`for i in $$list; do echo $$i; done | \
180           awk '    { files[$$0] = 1; } \
181                END { for (i in files) print i; }'`; \
182         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
183           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
184
185 mostlyclean-tags:
186
187 clean-tags:
188
189 distclean-tags:
190         -rm -f TAGS ID
191
192 maintainer-clean-tags:
193
194 distdir = $(PACKAGE)-$(VERSION)
195 top_distdir = $(distdir)
196
197 # This target untars the dist file and tries a VPATH configuration.  Then
198 # it guarantees that the distribution is self-contained by making another
199 # tarfile.
200 distcheck: dist
201         -rm -rf $(distdir)
202         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
203         mkdir $(distdir)/=build
204         mkdir $(distdir)/=inst
205         dc_install_base=`cd $(distdir)/=inst && pwd`; \
206         cd $(distdir)/=build \
207           && ../configure --srcdir=.. --prefix=$$dc_install_base \
208           && $(MAKE) $(AM_MAKEFLAGS) \
209           && $(MAKE) $(AM_MAKEFLAGS) dvi \
210           && $(MAKE) $(AM_MAKEFLAGS) check \
211           && $(MAKE) $(AM_MAKEFLAGS) install \
212           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
213           && $(MAKE) $(AM_MAKEFLAGS) dist
214         -rm -rf $(distdir)
215         @banner="$(distdir).tar.gz is ready for distribution"; \
216         dashes=`echo "$$banner" | sed s/./=/g`; \
217         echo "$$dashes"; \
218         echo "$$banner"; \
219         echo "$$dashes"
220 dist: distdir
221         -chmod -R a+r $(distdir)
222         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
223         -rm -rf $(distdir)
224 dist-all: distdir
225         -chmod -R a+r $(distdir)
226         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
227         -rm -rf $(distdir)
228 distdir: $(DISTFILES)
229         -rm -rf $(distdir)
230         mkdir $(distdir)
231         -chmod 777 $(distdir)
232         @for file in $(DISTFILES); do \
233           if test -f $$file; then d=.; else d=$(srcdir); fi; \
234           if test -d $$d/$$file; then \
235             cp -pr $$/$$file $(distdir)/$$file; \
236           else \
237             test -f $(distdir)/$$file \
238             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
239             || cp -p $$d/$$file $(distdir)/$$file || :; \
240           fi; \
241         done
242 info-am:
243 info: info-am
244 dvi-am:
245 dvi: dvi-am
246 check-am:
247 check: check-am
248 installcheck-am:
249 installcheck: installcheck-am
250 install-info-am: 
251 install-info: install-info-am
252 install-exec-am:
253 install-exec: install-exec-am
254
255 install-data-am:
256 install-data: install-data-am
257
258 install-am: all-am
259         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
260 install: install-am
261 uninstall-am:
262 uninstall: uninstall-am
263 all-am: Makefile $(LIBRARIES)
264 all-redirect: all-am
265 install-strip:
266         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
267 installdirs:
268
269
270 mostlyclean-generic:
271
272 clean-generic:
273
274 distclean-generic:
275         -rm -f Makefile $(CONFIG_CLEAN_FILES)
276         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
277
278 maintainer-clean-generic:
279 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
280                 mostlyclean-tags mostlyclean-generic
281
282 mostlyclean: mostlyclean-am
283
284 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
285                 mostlyclean-am
286
287 clean: clean-am
288
289 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
290                 distclean-tags distclean-generic clean-am
291
292 distclean: distclean-am
293         -rm -f config.status
294
295 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
296                 maintainer-clean-compile maintainer-clean-tags \
297                 maintainer-clean-generic distclean-am
298         @echo "This command is intended for maintainers to use;"
299         @echo "it deletes files that may require special tools to rebuild."
300
301 maintainer-clean: maintainer-clean-am
302         -rm -f config.status
303
304 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
305 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
306 mostlyclean-compile distclean-compile clean-compile \
307 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
308 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
309 check-am installcheck-am installcheck install-info-am install-info \
310 install-exec-am install-exec install-data-am install-data install-am \
311 install uninstall-am uninstall all-redirect all-am all installdirs \
312 mostlyclean-generic distclean-generic clean-generic \
313 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
314
315
316 all: crt0.o
317
318 # Tell versions [3.59,3.63) of GNU make to not export all variables.
319 # Otherwise a system limit (for SysV at least) may be exceeded.
320 .NOEXPORT: