]> git.ipfire.org Git - thirdparty/gcc.git/blob - boehm-gc/include/Makefile.in
Regenerate tree using Autoconf 2.64 and Automake 1.11.
[thirdparty/gcc.git] / boehm-gc / include / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 subdir = include
39 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/gc_config.h.in \
41 $(srcdir)/gc_ext_config.h.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
44 $(top_srcdir)/../config/depstand.m4 \
45 $(top_srcdir)/../config/lead-dot.m4 \
46 $(top_srcdir)/../config/multi.m4 \
47 $(top_srcdir)/../config/no-executables.m4 \
48 $(top_srcdir)/../config/override.m4 \
49 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
50 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
51 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4)
54 CONFIG_HEADER = gc_config.h gc_ext_config.h
55 CONFIG_CLEAN_FILES =
56 CONFIG_CLEAN_VPATH_FILES =
57 SOURCES =
58 DIST_SOURCES =
59 HEADERS = $(noinst_HEADERS)
60 ETAGS = etags
61 CTAGS = ctags
62 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63 ACLOCAL = @ACLOCAL@
64 AMTAR = @AMTAR@
65 AM_CPPFLAGS = @AM_CPPFLAGS@
66 AR = @AR@
67 AS = @AS@
68 AUTOCONF = @AUTOCONF@
69 AUTOHEADER = @AUTOHEADER@
70 AUTOMAKE = @AUTOMAKE@
71 AWK = @AWK@
72 CC = @CC@
73 CCAS = @CCAS@
74 CCASFLAGS = @CCASFLAGS@
75 CCDEPMODE = @CCDEPMODE@
76 CFLAGS = @CFLAGS@
77 CPP = @CPP@
78 CPPFLAGS = @CPPFLAGS@
79 CXX = @CXX@
80 CXXCPP = @CXXCPP@
81 CXXDEPMODE = @CXXDEPMODE@
82 CXXFLAGS = @CXXFLAGS@
83 CYGPATH_W = @CYGPATH_W@
84 DEFS = @DEFS@
85 DEPDIR = @DEPDIR@
86 DSYMUTIL = @DSYMUTIL@
87 DUMPBIN = @DUMPBIN@
88 ECHO_C = @ECHO_C@
89 ECHO_N = @ECHO_N@
90 ECHO_T = @ECHO_T@
91 EGREP = @EGREP@
92 EXEEXT = @EXEEXT@
93 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
94 FGREP = @FGREP@
95 GC_CFLAGS = @GC_CFLAGS@
96 GREP = @GREP@
97 INSTALL = @INSTALL@
98 INSTALL_DATA = @INSTALL_DATA@
99 INSTALL_PROGRAM = @INSTALL_PROGRAM@
100 INSTALL_SCRIPT = @INSTALL_SCRIPT@
101 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102 LD = @LD@
103 LDFLAGS = @LDFLAGS@
104 LIBOBJS = @LIBOBJS@
105 LIBS = @LIBS@
106 LIBTOOL = @LIBTOOL@
107 LIPO = @LIPO@
108 LN_S = @LN_S@
109 LTLIBOBJS = @LTLIBOBJS@
110 MAINT = @MAINT@
111 MAKEINFO = @MAKEINFO@
112 MKDIR_P = @MKDIR_P@
113 MY_CFLAGS = @MY_CFLAGS@
114 NM = @NM@
115 NMEDIT = @NMEDIT@
116 OBJDUMP = @OBJDUMP@
117 OBJEXT = @OBJEXT@
118 OTOOL = @OTOOL@
119 OTOOL64 = @OTOOL64@
120 PACKAGE = @PACKAGE@
121 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122 PACKAGE_NAME = @PACKAGE_NAME@
123 PACKAGE_STRING = @PACKAGE_STRING@
124 PACKAGE_TARNAME = @PACKAGE_TARNAME@
125 PACKAGE_URL = @PACKAGE_URL@
126 PACKAGE_VERSION = @PACKAGE_VERSION@
127 PATH_SEPARATOR = @PATH_SEPARATOR@
128 RANLIB = @RANLIB@
129 SED = @SED@
130 SET_MAKE = @SET_MAKE@
131 SHELL = @SHELL@
132 STRIP = @STRIP@
133 THREADLIBS = @THREADLIBS@
134 VERSION = @VERSION@
135 abs_builddir = @abs_builddir@
136 abs_srcdir = @abs_srcdir@
137 abs_top_builddir = @abs_top_builddir@
138 abs_top_srcdir = @abs_top_srcdir@
139 ac_ct_CC = @ac_ct_CC@
140 ac_ct_CXX = @ac_ct_CXX@
141 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
142 addincludes = @addincludes@
143 addlibs = @addlibs@
144 addobjs = @addobjs@
145 addtests = @addtests@
146 am__include = @am__include@
147 am__leading_dot = @am__leading_dot@
148 am__quote = @am__quote@
149 am__tar = @am__tar@
150 am__untar = @am__untar@
151 bindir = @bindir@
152 build = @build@
153 build_alias = @build_alias@
154 build_cpu = @build_cpu@
155 build_os = @build_os@
156 build_vendor = @build_vendor@
157 builddir = @builddir@
158 datadir = @datadir@
159 datarootdir = @datarootdir@
160 docdir = @docdir@
161 dvidir = @dvidir@
162 exec_prefix = @exec_prefix@
163 extra_ldflags_libgc = @extra_ldflags_libgc@
164 host = @host@
165 host_alias = @host_alias@
166 host_cpu = @host_cpu@
167 host_os = @host_os@
168 host_vendor = @host_vendor@
169 htmldir = @htmldir@
170 includedir = @includedir@
171 infodir = @infodir@
172 install_sh = @install_sh@
173 libdir = @libdir@
174 libexecdir = @libexecdir@
175 localedir = @localedir@
176 localstatedir = @localstatedir@
177 lt_ECHO = @lt_ECHO@
178 mandir = @mandir@
179 mkdir_p = @mkdir_p@
180 mkinstalldirs = @mkinstalldirs@
181 multi_basedir = @multi_basedir@
182 oldincludedir = @oldincludedir@
183 pdfdir = @pdfdir@
184 prefix = @prefix@
185 program_transform_name = @program_transform_name@
186 psdir = @psdir@
187 sbindir = @sbindir@
188 sharedstatedir = @sharedstatedir@
189 srcdir = @srcdir@
190 sysconfdir = @sysconfdir@
191 target = @target@
192 target_alias = @target_alias@
193 target_all = @target_all@
194 target_cpu = @target_cpu@
195 target_noncanonical = @target_noncanonical@
196 target_os = @target_os@
197 target_vendor = @target_vendor@
198 toolexecdir = @toolexecdir@
199 toolexeclibdir = @toolexeclibdir@
200 top_build_prefix = @top_build_prefix@
201 top_builddir = @top_builddir@
202 top_srcdir = @top_srcdir@
203 AUTOMAKE_OPTIONS = foreign
204 noinst_HEADERS = gc.h gc_backptr.h gc_local_alloc.h \
205 gc_pthread_redirects.h gc_cpp.h
206
207 all: gc_config.h gc_ext_config.h
208 $(MAKE) $(AM_MAKEFLAGS) all-am
209
210 .SUFFIXES:
211 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
212 @for dep in $?; do \
213 case '$(am__configure_deps)' in \
214 *$$dep*) \
215 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
216 && { if test -f $@; then exit 0; else break; fi; }; \
217 exit 1;; \
218 esac; \
219 done; \
220 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
221 $(am__cd) $(top_srcdir) && \
222 $(AUTOMAKE) --foreign include/Makefile
223 .PRECIOUS: Makefile
224 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
225 @case '$?' in \
226 *config.status*) \
227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
228 *) \
229 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
230 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
231 esac;
232
233 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
234 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235
236 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240 $(am__aclocal_m4_deps):
241
242 gc_config.h: stamp-h1
243 @if test ! -f $@; then \
244 rm -f stamp-h1; \
245 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
246 else :; fi
247
248 stamp-h1: $(srcdir)/gc_config.h.in $(top_builddir)/config.status
249 @rm -f stamp-h1
250 cd $(top_builddir) && $(SHELL) ./config.status include/gc_config.h
251 $(srcdir)/gc_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
253 rm -f stamp-h1
254 touch $@
255
256 gc_ext_config.h: stamp-h2
257 @if test ! -f $@; then \
258 rm -f stamp-h2; \
259 $(MAKE) $(AM_MAKEFLAGS) stamp-h2; \
260 else :; fi
261
262 stamp-h2: $(srcdir)/gc_ext_config.h.in $(top_builddir)/config.status
263 @rm -f stamp-h2
264 cd $(top_builddir) && $(SHELL) ./config.status include/gc_ext_config.h
265
266 distclean-hdr:
267 -rm -f gc_config.h stamp-h1 gc_ext_config.h stamp-h2
268
269 mostlyclean-libtool:
270 -rm -f *.lo
271
272 clean-libtool:
273 -rm -rf .libs _libs
274
275 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277 unique=`for i in $$list; do \
278 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279 done | \
280 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
281 END { if (nonempty) { for (i in files) print i; }; }'`; \
282 mkid -fID $$unique
283 tags: TAGS
284
285 TAGS: $(HEADERS) $(SOURCES) gc_config.h.in gc_ext_config.h.in $(TAGS_DEPENDENCIES) \
286 $(TAGS_FILES) $(LISP)
287 set x; \
288 here=`pwd`; \
289 list='$(SOURCES) $(HEADERS) gc_config.h.in gc_ext_config.h.in $(LISP) $(TAGS_FILES)'; \
290 unique=`for i in $$list; do \
291 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292 done | \
293 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
294 END { if (nonempty) { for (i in files) print i; }; }'`; \
295 shift; \
296 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
297 test -n "$$unique" || unique=$$empty_fix; \
298 if test $$# -gt 0; then \
299 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
300 "$$@" $$unique; \
301 else \
302 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
303 $$unique; \
304 fi; \
305 fi
306 ctags: CTAGS
307 CTAGS: $(HEADERS) $(SOURCES) gc_config.h.in gc_ext_config.h.in $(TAGS_DEPENDENCIES) \
308 $(TAGS_FILES) $(LISP)
309 list='$(SOURCES) $(HEADERS) gc_config.h.in gc_ext_config.h.in $(LISP) $(TAGS_FILES)'; \
310 unique=`for i in $$list; do \
311 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312 done | \
313 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
314 END { if (nonempty) { for (i in files) print i; }; }'`; \
315 test -z "$(CTAGS_ARGS)$$unique" \
316 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
317 $$unique
318
319 GTAGS:
320 here=`$(am__cd) $(top_builddir) && pwd` \
321 && $(am__cd) $(top_srcdir) \
322 && gtags -i $(GTAGS_ARGS) "$$here"
323
324 distclean-tags:
325 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
326
327 distdir: $(DISTFILES)
328 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
329 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330 list='$(DISTFILES)'; \
331 dist_files=`for file in $$list; do echo $$file; done | \
332 sed -e "s|^$$srcdirstrip/||;t" \
333 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
334 case $$dist_files in \
335 */*) $(MKDIR_P) `echo "$$dist_files" | \
336 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
337 sort -u` ;; \
338 esac; \
339 for file in $$dist_files; do \
340 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
341 if test -d $$d/$$file; then \
342 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
343 if test -d "$(distdir)/$$file"; then \
344 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345 fi; \
346 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
347 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
348 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
349 fi; \
350 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
351 else \
352 test -f "$(distdir)/$$file" \
353 || cp -p $$d/$$file "$(distdir)/$$file" \
354 || exit 1; \
355 fi; \
356 done
357 check-am: all-am
358 check: check-am
359 all-am: Makefile $(HEADERS) gc_config.h gc_ext_config.h
360 installdirs:
361 install: install-am
362 install-exec: install-exec-am
363 install-data: install-data-am
364 uninstall: uninstall-am
365
366 install-am: all-am
367 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368
369 installcheck: installcheck-am
370 install-strip:
371 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
372 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
373 `test -z '$(STRIP)' || \
374 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
375 mostlyclean-generic:
376
377 clean-generic:
378
379 distclean-generic:
380 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
381 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
382
383 maintainer-clean-generic:
384 @echo "This command is intended for maintainers to use"
385 @echo "it deletes files that may require special tools to rebuild."
386 clean: clean-am
387
388 clean-am: clean-generic clean-libtool mostlyclean-am
389
390 distclean: distclean-am
391 -rm -f Makefile
392 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
393
394 dvi: dvi-am
395
396 dvi-am:
397
398 html: html-am
399
400 html-am:
401
402 info: info-am
403
404 info-am:
405
406 install-data-am:
407
408 install-dvi: install-dvi-am
409
410 install-dvi-am:
411
412 install-exec-am:
413
414 install-html: install-html-am
415
416 install-html-am:
417
418 install-info: install-info-am
419
420 install-info-am:
421
422 install-man:
423
424 install-pdf: install-pdf-am
425
426 install-pdf-am:
427
428 install-ps: install-ps-am
429
430 install-ps-am:
431
432 installcheck-am:
433
434 maintainer-clean: maintainer-clean-am
435 -rm -f Makefile
436 maintainer-clean-am: distclean-am maintainer-clean-generic
437
438 mostlyclean: mostlyclean-am
439
440 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
441
442 pdf: pdf-am
443
444 pdf-am:
445
446 ps: ps-am
447
448 ps-am:
449
450 uninstall-am:
451
452 .MAKE: all install-am install-strip
453
454 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
455 clean-libtool ctags distclean distclean-generic distclean-hdr \
456 distclean-libtool distclean-tags distdir dvi dvi-am html \
457 html-am info info-am install install-am install-data \
458 install-data-am install-dvi install-dvi-am install-exec \
459 install-exec-am install-html install-html-am install-info \
460 install-info-am install-man install-pdf install-pdf-am \
461 install-ps install-ps-am install-strip installcheck \
462 installcheck-am installdirs maintainer-clean \
463 maintainer-clean-generic mostlyclean mostlyclean-generic \
464 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
465 uninstall-am
466
467
468 # Tell versions [3.59,3.63) of GNU make to not export all variables.
469 # Otherwise a system limit (for SysV at least) may be exceeded.
470 .NOEXPORT: