fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / machine / Makefile.in
blobecdf7ba01eb65c7e8dce114fd2d5b0079fd49999
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
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@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CPP = @CPP@
70 CXX = @CXX@
71 CXXCPP = @CXXCPP@
72 DLLTOOL = @DLLTOOL@
73 EXEEXT = @EXEEXT@
74 GCJ = @GCJ@
75 GCJFLAGS = @GCJFLAGS@
76 LDFLAGS = @LDFLAGS@
77 LIBTOOL = @LIBTOOL@
78 LN_S = @LN_S@
79 MAINT = @MAINT@
80 MAKEINFO = @MAKEINFO@
81 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
82 OBJDUMP = @OBJDUMP@
83 OBJEXT = @OBJEXT@
84 PACKAGE = @PACKAGE@
85 RANLIB = @RANLIB@
86 STRIP = @STRIP@
87 VERSION = @VERSION@
88 aext = @aext@
89 libm_machine_dir = @libm_machine_dir@
90 machine_dir = @machine_dir@
91 newlib_basedir = @newlib_basedir@
92 oext = @oext@
93 sys_dir = @sys_dir@
95 AUTOMAKE_OPTIONS = cygnus
97 SUBDIRS = $(machine_dir) .
99 @HAVE_MACHINE_DIR_TRUE@MACHLIB = lib.a
101 @USE_LIBTOOL_FALSE@noinst_LIBRARIES = $(MACHLIB)
103 ACLOCAL_AMFLAGS = -I ../..
104 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
107 CONFIG_CLEAN_FILES =
108 LIBRARIES = $(noinst_LIBRARIES)
111 DEFS = @DEFS@ -I. -I$(srcdir)
112 CPPFLAGS = @CPPFLAGS@
113 LIBS = @LIBS@
114 lib_a_LIBADD =
115 lib_a_SOURCES = lib.a.c
116 lib_a_OBJECTS = lib.a.$(OBJEXT)
117 CFLAGS = @CFLAGS@
118 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120 CCLD = $(CC)
121 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
122 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
125 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
127 TAR = gtar
128 GZIP_ENV = --best
129 SOURCES = lib.a.c
130 OBJECTS = lib.a.$(OBJEXT)
132 all: all-redirect
133 .SUFFIXES:
134 .SUFFIXES: .S .c .lo .o .obj .s
135 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
136 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
138 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
139 cd $(top_builddir) \
140 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
142 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in ../../acinclude.m4 \
143 ../../aclocal.m4 ../../libtool.m4
144 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
146 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
147 $(SHELL) ./config.status --recheck
148 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
149 cd $(srcdir) && $(AUTOCONF)
151 mostlyclean-noinstLIBRARIES:
153 clean-noinstLIBRARIES:
154 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
156 distclean-noinstLIBRARIES:
158 maintainer-clean-noinstLIBRARIES:
160 .c.o:
161 $(COMPILE) -c $<
163 # FIXME: We should only use cygpath when building on Windows,
164 # and only if it is available.
165 .c.obj:
166 $(COMPILE) -c `cygpath -w $<`
168 .s.o:
169 $(COMPILE) -c $<
171 .S.o:
172 $(COMPILE) -c $<
174 mostlyclean-compile:
175 -rm -f *.o core *.core
176 -rm -f *.$(OBJEXT)
178 clean-compile:
180 distclean-compile:
181 -rm -f *.tab.c
183 maintainer-clean-compile:
185 .c.lo:
186 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
188 .s.lo:
189 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
191 .S.lo:
192 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
194 mostlyclean-libtool:
195 -rm -f *.lo
197 clean-libtool:
198 -rm -rf .libs _libs
200 distclean-libtool:
202 maintainer-clean-libtool:
204 # This directory's subdirectories are mostly independent; you can cd
205 # into them and run `make' without going through this Makefile.
206 # To change the values of `make' variables: instead of editing Makefiles,
207 # (1) if the variable is set in `config.status', edit `config.status'
208 # (which will cause the Makefiles to be regenerated when you run `make');
209 # (2) otherwise, pass the desired values on the `make' command line.
211 @SET_MAKE@
213 all-recursive install-data-recursive install-exec-recursive \
214 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
215 check-recursive installcheck-recursive info-recursive dvi-recursive:
216 @set fnord $(MAKEFLAGS); amf=$$2; \
217 dot_seen=no; \
218 target=`echo $@ | sed s/-recursive//`; \
219 list='$(SUBDIRS)'; for subdir in $$list; do \
220 echo "Making $$target in $$subdir"; \
221 if test "$$subdir" = "."; then \
222 dot_seen=yes; \
223 local_target="$$target-am"; \
224 else \
225 local_target="$$target"; \
226 fi; \
227 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
228 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
229 done; \
230 if test "$$dot_seen" = "no"; then \
231 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
232 fi; test -z "$$fail"
234 mostlyclean-recursive clean-recursive distclean-recursive \
235 maintainer-clean-recursive:
236 @set fnord $(MAKEFLAGS); amf=$$2; \
237 dot_seen=no; \
238 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
239 rev="$$subdir $$rev"; \
240 test "$$subdir" != "." || dot_seen=yes; \
241 done; \
242 test "$$dot_seen" = "no" && rev=". $$rev"; \
243 target=`echo $@ | sed s/-recursive//`; \
244 for subdir in $$rev; do \
245 echo "Making $$target in $$subdir"; \
246 if test "$$subdir" = "."; then \
247 local_target="$$target-am"; \
248 else \
249 local_target="$$target"; \
250 fi; \
251 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
252 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
253 done && test -z "$$fail"
254 tags-recursive:
255 list='$(SUBDIRS)'; for subdir in $$list; do \
256 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
257 done
259 tags: TAGS
261 ID: $(HEADERS) $(SOURCES) $(LISP)
262 list='$(SOURCES) $(HEADERS)'; \
263 unique=`for i in $$list; do echo $$i; done | \
264 awk ' { files[$$0] = 1; } \
265 END { for (i in files) print i; }'`; \
266 here=`pwd` && cd $(srcdir) \
267 && mkid -f$$here/ID $$unique $(LISP)
269 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
270 tags=; \
271 here=`pwd`; \
272 list='$(SUBDIRS)'; for subdir in $$list; do \
273 if test "$$subdir" = .; then :; else \
274 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
275 fi; \
276 done; \
277 list='$(SOURCES) $(HEADERS)'; \
278 unique=`for i in $$list; do echo $$i; done | \
279 awk ' { files[$$0] = 1; } \
280 END { for (i in files) print i; }'`; \
281 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
282 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
284 mostlyclean-tags:
286 clean-tags:
288 distclean-tags:
289 -rm -f TAGS ID
291 maintainer-clean-tags:
293 distdir = $(PACKAGE)-$(VERSION)
294 top_distdir = $(distdir)
296 # This target untars the dist file and tries a VPATH configuration. Then
297 # it guarantees that the distribution is self-contained by making another
298 # tarfile.
299 distcheck: dist
300 -rm -rf $(distdir)
301 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
302 mkdir $(distdir)/=build
303 mkdir $(distdir)/=inst
304 dc_install_base=`cd $(distdir)/=inst && pwd`; \
305 cd $(distdir)/=build \
306 && ../configure --srcdir=.. --prefix=$$dc_install_base \
307 && $(MAKE) $(AM_MAKEFLAGS) \
308 && $(MAKE) $(AM_MAKEFLAGS) dvi \
309 && $(MAKE) $(AM_MAKEFLAGS) check \
310 && $(MAKE) $(AM_MAKEFLAGS) install \
311 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
312 && $(MAKE) $(AM_MAKEFLAGS) dist
313 -rm -rf $(distdir)
314 @banner="$(distdir).tar.gz is ready for distribution"; \
315 dashes=`echo "$$banner" | sed s/./=/g`; \
316 echo "$$dashes"; \
317 echo "$$banner"; \
318 echo "$$dashes"
319 dist: distdir
320 -chmod -R a+r $(distdir)
321 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
322 -rm -rf $(distdir)
323 dist-all: distdir
324 -chmod -R a+r $(distdir)
325 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
326 -rm -rf $(distdir)
327 distdir: $(DISTFILES)
328 -rm -rf $(distdir)
329 mkdir $(distdir)
330 -chmod 777 $(distdir)
331 @for file in $(DISTFILES); do \
332 if test -f $$file; then d=.; else d=$(srcdir); fi; \
333 if test -d $$d/$$file; then \
334 cp -pr $$d/$$file $(distdir)/$$file; \
335 else \
336 test -f $(distdir)/$$file \
337 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
338 || cp -p $$d/$$file $(distdir)/$$file || :; \
339 fi; \
340 done
341 for subdir in $(SUBDIRS); do \
342 if test "$$subdir" = .; then :; else \
343 test -d $(distdir)/$$subdir \
344 || mkdir $(distdir)/$$subdir \
345 || exit 1; \
346 chmod 777 $(distdir)/$$subdir; \
347 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
348 || exit 1; \
349 fi; \
350 done
351 info-am:
352 info: info-recursive
353 dvi-am:
354 dvi: dvi-recursive
355 check-am:
356 check: check-recursive
357 installcheck-am:
358 installcheck: installcheck-recursive
359 install-info-am:
360 install-info: install-info-recursive
361 install-exec-am:
362 install-exec: install-exec-recursive
364 install-data-am:
365 install-data: install-data-recursive
367 install-am: all-am
368 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
369 install: install-recursive
370 uninstall-am:
371 uninstall: uninstall-recursive
372 all-am: Makefile $(LIBRARIES)
373 all-redirect: all-recursive
374 install-strip:
375 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
376 installdirs: installdirs-recursive
377 installdirs-am:
380 mostlyclean-generic:
382 clean-generic:
384 distclean-generic:
385 -rm -f Makefile $(CONFIG_CLEAN_FILES)
386 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
388 maintainer-clean-generic:
389 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
390 mostlyclean-libtool mostlyclean-tags \
391 mostlyclean-generic
393 mostlyclean: mostlyclean-recursive
395 clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
396 clean-generic mostlyclean-am
398 clean: clean-recursive
400 distclean-am: distclean-noinstLIBRARIES distclean-compile \
401 distclean-libtool distclean-tags distclean-generic \
402 clean-am
403 -rm -f libtool
405 distclean: distclean-recursive
406 -rm -f config.status
408 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
409 maintainer-clean-compile maintainer-clean-libtool \
410 maintainer-clean-tags maintainer-clean-generic \
411 distclean-am
412 @echo "This command is intended for maintainers to use;"
413 @echo "it deletes files that may require special tools to rebuild."
415 maintainer-clean: maintainer-clean-recursive
416 -rm -f config.status
418 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
419 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
420 mostlyclean-compile distclean-compile clean-compile \
421 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
422 clean-libtool maintainer-clean-libtool install-data-recursive \
423 uninstall-data-recursive install-exec-recursive \
424 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
425 all-recursive check-recursive installcheck-recursive info-recursive \
426 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
427 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
428 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
429 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
430 install-info install-exec-am install-exec install-data-am install-data \
431 install-am install uninstall-am uninstall all-redirect all-am all \
432 installdirs-am installdirs mostlyclean-generic distclean-generic \
433 clean-generic maintainer-clean-generic clean mostlyclean distclean \
434 maintainer-clean
437 @USE_LIBTOOL_FALSE@lib.a: $(machine_dir)/lib.a
438 @USE_LIBTOOL_FALSE@ rm -f $@
439 @USE_LIBTOOL_FALSE@ ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
440 @USE_LIBTOOL_FALSE@ cp $(machine_dir)/lib.a $@
442 $(machine_dir)/lib.a:
444 doc:
446 # Tell versions [3.59,3.63) of GNU make to not export all variables.
447 # Otherwise a system limit (for SysV at least) may be exceeded.
448 .NOEXPORT: