OSDN Git Service

2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / sys / linux / linuxthreads / machine / 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 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@
94
95 AUTOMAKE_OPTIONS = cygnus
96
97 SUBDIRS = $(machine_dir) .
98
99 ACLOCAL_AMFLAGS = -I ../../../../..
100 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
101 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../mkinstalldirs
103 CONFIG_CLEAN_FILES = 
104 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
105
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109 TAR = gtar
110 GZIP_ENV = --best
111 all: all-redirect
112 .SUFFIXES:
113 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
114         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
117         cd $(top_builddir) \
118           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
121                 ../../../../../acinclude.m4 ../../../../../aclocal.m4 \
122                 ../../../../../libtool.m4
123         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
124
125 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
126         $(SHELL) ./config.status --recheck
127 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
128         cd $(srcdir) && $(AUTOCONF)
129
130 # This directory's subdirectories are mostly independent; you can cd
131 # into them and run `make' without going through this Makefile.
132 # To change the values of `make' variables: instead of editing Makefiles,
133 # (1) if the variable is set in `config.status', edit `config.status'
134 #     (which will cause the Makefiles to be regenerated when you run `make');
135 # (2) otherwise, pass the desired values on the `make' command line.
136
137 @SET_MAKE@
138
139 all-recursive install-data-recursive install-exec-recursive \
140 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
141 check-recursive installcheck-recursive info-recursive dvi-recursive:
142         @set fnord $(MAKEFLAGS); amf=$$2; \
143         dot_seen=no; \
144         target=`echo $@ | sed s/-recursive//`; \
145         list='$(SUBDIRS)'; for subdir in $$list; do \
146           echo "Making $$target in $$subdir"; \
147           if test "$$subdir" = "."; then \
148             dot_seen=yes; \
149             local_target="$$target-am"; \
150           else \
151             local_target="$$target"; \
152           fi; \
153           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
154            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
155         done; \
156         if test "$$dot_seen" = "no"; then \
157           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
158         fi; test -z "$$fail"
159
160 mostlyclean-recursive clean-recursive distclean-recursive \
161 maintainer-clean-recursive:
162         @set fnord $(MAKEFLAGS); amf=$$2; \
163         dot_seen=no; \
164         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
165           rev="$$subdir $$rev"; \
166           test "$$subdir" = "." && dot_seen=yes; \
167         done; \
168         test "$$dot_seen" = "no" && rev=". $$rev"; \
169         target=`echo $@ | sed s/-recursive//`; \
170         for subdir in $$rev; do \
171           echo "Making $$target in $$subdir"; \
172           if test "$$subdir" = "."; then \
173             local_target="$$target-am"; \
174           else \
175             local_target="$$target"; \
176           fi; \
177           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
178            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
179         done && test -z "$$fail"
180 tags-recursive:
181         list='$(SUBDIRS)'; for subdir in $$list; do \
182           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
183         done
184
185 tags: TAGS
186
187 ID: $(HEADERS) $(SOURCES) $(LISP)
188         list='$(SOURCES) $(HEADERS)'; \
189         unique=`for i in $$list; do echo $$i; done | \
190           awk '    { files[$$0] = 1; } \
191                END { for (i in files) print i; }'`; \
192         here=`pwd` && cd $(srcdir) \
193           && mkid -f$$here/ID $$unique $(LISP)
194
195 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
196         tags=; \
197         here=`pwd`; \
198         list='$(SUBDIRS)'; for subdir in $$list; do \
199    if test "$$subdir" = .; then :; else \
200             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
201    fi; \
202         done; \
203         list='$(SOURCES) $(HEADERS)'; \
204         unique=`for i in $$list; do echo $$i; done | \
205           awk '    { files[$$0] = 1; } \
206                END { for (i in files) print i; }'`; \
207         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
208           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
209
210 mostlyclean-tags:
211
212 clean-tags:
213
214 distclean-tags:
215         -rm -f TAGS ID
216
217 maintainer-clean-tags:
218
219 distdir = $(PACKAGE)-$(VERSION)
220 top_distdir = $(distdir)
221
222 # This target untars the dist file and tries a VPATH configuration.  Then
223 # it guarantees that the distribution is self-contained by making another
224 # tarfile.
225 distcheck: dist
226         -rm -rf $(distdir)
227         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
228         mkdir $(distdir)/=build
229         mkdir $(distdir)/=inst
230         dc_install_base=`cd $(distdir)/=inst && pwd`; \
231         cd $(distdir)/=build \
232           && ../configure --srcdir=.. --prefix=$$dc_install_base \
233           && $(MAKE) $(AM_MAKEFLAGS) \
234           && $(MAKE) $(AM_MAKEFLAGS) dvi \
235           && $(MAKE) $(AM_MAKEFLAGS) check \
236           && $(MAKE) $(AM_MAKEFLAGS) install \
237           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
238           && $(MAKE) $(AM_MAKEFLAGS) dist
239         -rm -rf $(distdir)
240         @banner="$(distdir).tar.gz is ready for distribution"; \
241         dashes=`echo "$$banner" | sed s/./=/g`; \
242         echo "$$dashes"; \
243         echo "$$banner"; \
244         echo "$$dashes"
245 dist: distdir
246         -chmod -R a+r $(distdir)
247         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
248         -rm -rf $(distdir)
249 dist-all: distdir
250         -chmod -R a+r $(distdir)
251         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
252         -rm -rf $(distdir)
253 distdir: $(DISTFILES)
254         -rm -rf $(distdir)
255         mkdir $(distdir)
256         -chmod 777 $(distdir)
257         @for file in $(DISTFILES); do \
258           if test -f $$file; then d=.; else d=$(srcdir); fi; \
259           if test -d $$d/$$file; then \
260             cp -pr $$d/$$file $(distdir)/$$file; \
261           else \
262             test -f $(distdir)/$$file \
263             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
264             || cp -p $$d/$$file $(distdir)/$$file || :; \
265           fi; \
266         done
267         for subdir in $(SUBDIRS); do \
268           if test "$$subdir" = .; then :; else \
269             test -d $(distdir)/$$subdir \
270             || mkdir $(distdir)/$$subdir \
271             || exit 1; \
272             chmod 777 $(distdir)/$$subdir; \
273             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
274               || exit 1; \
275           fi; \
276         done
277 info-am:
278 info: info-recursive
279 dvi-am:
280 dvi: dvi-recursive
281 check-am:
282 check: check-recursive
283 installcheck-am:
284 installcheck: installcheck-recursive
285 install-info-am: 
286 install-info: install-info-recursive
287 install-exec-am:
288 install-exec: install-exec-recursive
289
290 install-data-am:
291 install-data: install-data-recursive
292
293 install-am: all-am
294         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
295 install: install-recursive
296 uninstall-am:
297 uninstall: uninstall-recursive
298 all-am: Makefile
299 all-redirect: all-recursive
300 install-strip:
301         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
302 installdirs: installdirs-recursive
303 installdirs-am:
304
305
306 mostlyclean-generic:
307
308 clean-generic:
309
310 distclean-generic:
311         -rm -f Makefile $(CONFIG_CLEAN_FILES)
312         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
313
314 maintainer-clean-generic:
315 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
316
317 mostlyclean: mostlyclean-recursive
318
319 clean-am:  clean-tags clean-generic mostlyclean-am
320
321 clean: clean-recursive
322
323 distclean-am:  distclean-tags distclean-generic clean-am
324         -rm -f libtool
325
326 distclean: distclean-recursive
327         -rm -f config.status
328
329 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
330                 distclean-am
331         @echo "This command is intended for maintainers to use;"
332         @echo "it deletes files that may require special tools to rebuild."
333
334 maintainer-clean: maintainer-clean-recursive
335         -rm -f config.status
336
337 .PHONY: install-data-recursive uninstall-data-recursive \
338 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
339 uninstalldirs-recursive all-recursive check-recursive \
340 installcheck-recursive info-recursive dvi-recursive \
341 mostlyclean-recursive distclean-recursive clean-recursive \
342 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
343 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
344 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
345 install-info install-exec-am install-exec install-data-am install-data \
346 install-am install uninstall-am uninstall all-redirect all-am all \
347 installdirs-am installdirs mostlyclean-generic distclean-generic \
348 clean-generic maintainer-clean-generic clean mostlyclean distclean \
349 maintainer-clean
350
351
352 doc:
353
354 # Tell versions [3.59,3.63) of GNU make to not export all variables.
355 # Otherwise a system limit (for SysV at least) may be exceeded.
356 .NOEXPORT: