fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / Makefile.in
blob22736301bd2f4d60e69e79ffddb330c0ee84d6c8
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 CRT0 = @CRT0@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 DLLTOOL = @DLLTOOL@
74 EXEEXT = @EXEEXT@
75 GCJ = @GCJ@
76 GCJFLAGS = @GCJFLAGS@
77 LDFLAGS = @LDFLAGS@
78 LIBTOOL = @LIBTOOL@
79 LN_S = @LN_S@
80 MAINT = @MAINT@
81 MAKEINFO = @MAKEINFO@
82 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
83 OBJDUMP = @OBJDUMP@
84 OBJEXT = @OBJEXT@
85 PACKAGE = @PACKAGE@
86 RANLIB = @RANLIB@
87 STRIP = @STRIP@
88 VERSION = @VERSION@
89 aext = @aext@
90 libm_machine_dir = @libm_machine_dir@
91 machine_dir = @machine_dir@
92 newlib_basedir = @newlib_basedir@
93 oext = @oext@
94 sys_dir = @sys_dir@
96 AUTOMAKE_OPTIONS = cygnus
98 SUBDIRS = $(sys_dir) .
100 @HAVE_SYS_DIR_TRUE@SYSLIB = lib.a
102 noinst_DATA = $(CRT0)
104 @USE_LIBTOOL_FALSE@noinst_LIBRARIES = $(SYSLIB)
106 CLEANFILES = $(CRT0)
108 ACLOCAL_AMFLAGS = -I ../..
109 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
110 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs
112 CONFIG_CLEAN_FILES =
113 LIBRARIES = $(noinst_LIBRARIES)
116 DEFS = @DEFS@ -I. -I$(srcdir)
117 CPPFLAGS = @CPPFLAGS@
118 LIBS = @LIBS@
119 lib_a_LIBADD =
120 lib_a_SOURCES = lib.a.c
121 lib_a_OBJECTS = lib.a.$(OBJEXT)
122 CFLAGS = @CFLAGS@
123 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125 CCLD = $(CC)
126 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
127 DATA = $(noinst_DATA)
129 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
132 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134 TAR = gtar
135 GZIP_ENV = --best
136 SOURCES = lib.a.c
137 OBJECTS = lib.a.$(OBJEXT)
139 all: all-redirect
140 .SUFFIXES:
141 .SUFFIXES: .S .c .lo .o .obj .s
142 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
145 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
146 cd $(top_builddir) \
147 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
149 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in ../../acinclude.m4 \
150 ../../aclocal.m4 ../../libtool.m4
151 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
153 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
154 $(SHELL) ./config.status --recheck
155 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
156 cd $(srcdir) && $(AUTOCONF)
158 mostlyclean-noinstLIBRARIES:
160 clean-noinstLIBRARIES:
161 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
163 distclean-noinstLIBRARIES:
165 maintainer-clean-noinstLIBRARIES:
167 .c.o:
168 $(COMPILE) -c $<
170 # FIXME: We should only use cygpath when building on Windows,
171 # and only if it is available.
172 .c.obj:
173 $(COMPILE) -c `cygpath -w $<`
175 .s.o:
176 $(COMPILE) -c $<
178 .S.o:
179 $(COMPILE) -c $<
181 mostlyclean-compile:
182 -rm -f *.o core *.core
183 -rm -f *.$(OBJEXT)
185 clean-compile:
187 distclean-compile:
188 -rm -f *.tab.c
190 maintainer-clean-compile:
192 .c.lo:
193 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
195 .s.lo:
196 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
198 .S.lo:
199 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
201 mostlyclean-libtool:
202 -rm -f *.lo
204 clean-libtool:
205 -rm -rf .libs _libs
207 distclean-libtool:
209 maintainer-clean-libtool:
211 # This directory's subdirectories are mostly independent; you can cd
212 # into them and run `make' without going through this Makefile.
213 # To change the values of `make' variables: instead of editing Makefiles,
214 # (1) if the variable is set in `config.status', edit `config.status'
215 # (which will cause the Makefiles to be regenerated when you run `make');
216 # (2) otherwise, pass the desired values on the `make' command line.
218 @SET_MAKE@
220 all-recursive install-data-recursive install-exec-recursive \
221 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
222 check-recursive installcheck-recursive info-recursive dvi-recursive:
223 @set fnord $(MAKEFLAGS); amf=$$2; \
224 dot_seen=no; \
225 target=`echo $@ | sed s/-recursive//`; \
226 list='$(SUBDIRS)'; for subdir in $$list; do \
227 echo "Making $$target in $$subdir"; \
228 if test "$$subdir" = "."; then \
229 dot_seen=yes; \
230 local_target="$$target-am"; \
231 else \
232 local_target="$$target"; \
233 fi; \
234 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
235 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
236 done; \
237 if test "$$dot_seen" = "no"; then \
238 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
239 fi; test -z "$$fail"
241 mostlyclean-recursive clean-recursive distclean-recursive \
242 maintainer-clean-recursive:
243 @set fnord $(MAKEFLAGS); amf=$$2; \
244 dot_seen=no; \
245 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
246 rev="$$subdir $$rev"; \
247 test "$$subdir" != "." || dot_seen=yes; \
248 done; \
249 test "$$dot_seen" = "no" && rev=". $$rev"; \
250 target=`echo $@ | sed s/-recursive//`; \
251 for subdir in $$rev; do \
252 echo "Making $$target in $$subdir"; \
253 if test "$$subdir" = "."; then \
254 local_target="$$target-am"; \
255 else \
256 local_target="$$target"; \
257 fi; \
258 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
259 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
260 done && test -z "$$fail"
261 tags-recursive:
262 list='$(SUBDIRS)'; for subdir in $$list; do \
263 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
264 done
266 tags: TAGS
268 ID: $(HEADERS) $(SOURCES) $(LISP)
269 list='$(SOURCES) $(HEADERS)'; \
270 unique=`for i in $$list; do echo $$i; done | \
271 awk ' { files[$$0] = 1; } \
272 END { for (i in files) print i; }'`; \
273 here=`pwd` && cd $(srcdir) \
274 && mkid -f$$here/ID $$unique $(LISP)
276 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
277 tags=; \
278 here=`pwd`; \
279 list='$(SUBDIRS)'; for subdir in $$list; do \
280 if test "$$subdir" = .; then :; else \
281 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
282 fi; \
283 done; \
284 list='$(SOURCES) $(HEADERS)'; \
285 unique=`for i in $$list; do echo $$i; done | \
286 awk ' { files[$$0] = 1; } \
287 END { for (i in files) print i; }'`; \
288 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
289 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
291 mostlyclean-tags:
293 clean-tags:
295 distclean-tags:
296 -rm -f TAGS ID
298 maintainer-clean-tags:
300 distdir = $(PACKAGE)-$(VERSION)
301 top_distdir = $(distdir)
303 # This target untars the dist file and tries a VPATH configuration. Then
304 # it guarantees that the distribution is self-contained by making another
305 # tarfile.
306 distcheck: dist
307 -rm -rf $(distdir)
308 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
309 mkdir $(distdir)/=build
310 mkdir $(distdir)/=inst
311 dc_install_base=`cd $(distdir)/=inst && pwd`; \
312 cd $(distdir)/=build \
313 && ../configure --srcdir=.. --prefix=$$dc_install_base \
314 && $(MAKE) $(AM_MAKEFLAGS) \
315 && $(MAKE) $(AM_MAKEFLAGS) dvi \
316 && $(MAKE) $(AM_MAKEFLAGS) check \
317 && $(MAKE) $(AM_MAKEFLAGS) install \
318 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
319 && $(MAKE) $(AM_MAKEFLAGS) dist
320 -rm -rf $(distdir)
321 @banner="$(distdir).tar.gz is ready for distribution"; \
322 dashes=`echo "$$banner" | sed s/./=/g`; \
323 echo "$$dashes"; \
324 echo "$$banner"; \
325 echo "$$dashes"
326 dist: distdir
327 -chmod -R a+r $(distdir)
328 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
329 -rm -rf $(distdir)
330 dist-all: distdir
331 -chmod -R a+r $(distdir)
332 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
333 -rm -rf $(distdir)
334 distdir: $(DISTFILES)
335 -rm -rf $(distdir)
336 mkdir $(distdir)
337 -chmod 777 $(distdir)
338 @for file in $(DISTFILES); do \
339 if test -f $$file; then d=.; else d=$(srcdir); fi; \
340 if test -d $$d/$$file; then \
341 cp -pr $$d/$$file $(distdir)/$$file; \
342 else \
343 test -f $(distdir)/$$file \
344 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
345 || cp -p $$d/$$file $(distdir)/$$file || :; \
346 fi; \
347 done
348 for subdir in $(SUBDIRS); do \
349 if test "$$subdir" = .; then :; else \
350 test -d $(distdir)/$$subdir \
351 || mkdir $(distdir)/$$subdir \
352 || exit 1; \
353 chmod 777 $(distdir)/$$subdir; \
354 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
355 || exit 1; \
356 fi; \
357 done
358 info-am:
359 info: info-recursive
360 dvi-am:
361 dvi: dvi-recursive
362 check-am:
363 check: check-recursive
364 installcheck-am:
365 installcheck: installcheck-recursive
366 install-info-am:
367 install-info: install-info-recursive
368 install-exec-am:
369 install-exec: install-exec-recursive
371 install-data-am:
372 install-data: install-data-recursive
374 install-am: all-am
375 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
376 install: install-recursive
377 uninstall-am:
378 uninstall: uninstall-recursive
379 all-am: Makefile $(LIBRARIES) $(DATA)
380 all-redirect: all-recursive
381 install-strip:
382 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
383 installdirs: installdirs-recursive
384 installdirs-am:
387 mostlyclean-generic:
389 clean-generic:
390 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
392 distclean-generic:
393 -rm -f Makefile $(CONFIG_CLEAN_FILES)
394 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
396 maintainer-clean-generic:
397 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
398 mostlyclean-libtool mostlyclean-tags \
399 mostlyclean-generic
401 mostlyclean: mostlyclean-recursive
403 clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
404 clean-generic mostlyclean-am
406 clean: clean-recursive
408 distclean-am: distclean-noinstLIBRARIES distclean-compile \
409 distclean-libtool distclean-tags distclean-generic \
410 clean-am
411 -rm -f libtool
413 distclean: distclean-recursive
414 -rm -f config.status
416 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
417 maintainer-clean-compile maintainer-clean-libtool \
418 maintainer-clean-tags maintainer-clean-generic \
419 distclean-am
420 @echo "This command is intended for maintainers to use;"
421 @echo "it deletes files that may require special tools to rebuild."
423 maintainer-clean: maintainer-clean-recursive
424 -rm -f config.status
426 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
427 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
428 mostlyclean-compile distclean-compile clean-compile \
429 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
430 clean-libtool maintainer-clean-libtool install-data-recursive \
431 uninstall-data-recursive install-exec-recursive \
432 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
433 all-recursive check-recursive installcheck-recursive info-recursive \
434 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
435 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
436 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
437 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
438 install-info install-exec-am install-exec install-data-am install-data \
439 install-am install uninstall-am uninstall all-redirect all-am all \
440 installdirs-am installdirs mostlyclean-generic distclean-generic \
441 clean-generic maintainer-clean-generic clean mostlyclean distclean \
442 maintainer-clean
445 @USE_LIBTOOL_FALSE@lib.a: $(sys_dir)/lib.a
446 @USE_LIBTOOL_FALSE@ rm -f $@
447 @USE_LIBTOOL_FALSE@ ln $(sys_dir)/lib.a $@ >/dev/null 2>/dev/null \
448 @USE_LIBTOOL_FALSE@ || cp $(sys_dir)/lib.a $@
450 $(sys_dir)/libsys.$(aext): ; @true
452 $(CRT0): $(sys_dir)/$(CRT0)
453 rm -f $@
454 ln $(sys_dir)/$(CRT0) $@ >/dev/null 2>/dev/null \
455 || cp $(sys_dir)/$(CRT0) $@
457 $(sys_dir)/$(CRT0): ; @true
459 doc:
461 # Tell versions [3.59,3.63) of GNU make to not export all variables.
462 # Otherwise a system limit (for SysV at least) may be exceeded.
463 .NOEXPORT: