[libsanitizer] Fix PR55521 by switching libsanitizer from mach_override to mac interp...
[official-gcc.git] / libsanitizer / Makefile.in
blob4606490762ada9c0c5e6afc5945e3b70a30cc48f
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
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.
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.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = .
38 DIST_COMMON = $(am__configure_deps) $(srcdir)/../config.guess \
39 $(srcdir)/../config.sub $(srcdir)/../install-sh \
40 $(srcdir)/../ltmain.sh $(srcdir)/../missing \
41 $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
42 $(srcdir)/Makefile.in $(top_srcdir)/configure ChangeLog
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
45 $(top_srcdir)/../config/lead-dot.m4 \
46 $(top_srcdir)/../config/multi.m4 \
47 $(top_srcdir)/../config/override.m4 \
48 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
49 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
50 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
51 $(top_srcdir)/configure.ac
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4)
54 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
55 configure.lineno config.status.lineno
56 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
57 CONFIG_CLEAN_FILES =
58 CONFIG_CLEAN_VPATH_FILES =
59 SOURCES =
60 DIST_SOURCES =
61 MULTISRCTOP =
62 MULTIBUILDTOP =
63 MULTIDIRS =
64 MULTISUBDIR =
65 MULTIDO = true
66 MULTICLEAN = true
67 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68 html-recursive info-recursive install-data-recursive \
69 install-dvi-recursive install-exec-recursive \
70 install-html-recursive install-info-recursive \
71 install-pdf-recursive install-ps-recursive install-recursive \
72 installcheck-recursive installdirs-recursive pdf-recursive \
73 ps-recursive uninstall-recursive
74 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
75 distclean-recursive maintainer-clean-recursive
76 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
77 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
78 distdir dist dist-all distcheck
79 ETAGS = etags
80 CTAGS = ctags
81 DIST_SUBDIRS = interception sanitizer_common asan tsan
82 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83 distdir = $(PACKAGE)-$(VERSION)
84 top_distdir = $(distdir)
85 am__remove_distdir = \
86 { test ! -d "$(distdir)" \
87 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
88 && rm -fr "$(distdir)"; }; }
89 am__relativize = \
90 dir0=`pwd`; \
91 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
92 sed_rest='s,^[^/]*/*,,'; \
93 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
94 sed_butlast='s,/*[^/]*$$,,'; \
95 while test -n "$$dir1"; do \
96 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
97 if test "$$first" != "."; then \
98 if test "$$first" = ".."; then \
99 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
100 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
101 else \
102 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
103 if test "$$first2" = "$$first"; then \
104 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
105 else \
106 dir2="../$$dir2"; \
107 fi; \
108 dir0="$$dir0"/"$$first"; \
109 fi; \
110 fi; \
111 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
112 done; \
113 reldir="$$dir2"
114 DIST_ARCHIVES = $(distdir).tar.gz
115 GZIP_ENV = --best
116 distuninstallcheck_listfiles = find . -type f -print
117 distcleancheck_listfiles = find . -type f -print
118 ACLOCAL = @ACLOCAL@
119 AMTAR = @AMTAR@
120 AR = @AR@
121 AUTOCONF = @AUTOCONF@
122 AUTOHEADER = @AUTOHEADER@
123 AUTOMAKE = @AUTOMAKE@
124 AWK = @AWK@
125 CC = @CC@
126 CCAS = @CCAS@
127 CCASDEPMODE = @CCASDEPMODE@
128 CCASFLAGS = @CCASFLAGS@
129 CCDEPMODE = @CCDEPMODE@
130 CFLAGS = @CFLAGS@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CXX = @CXX@
134 CXXCPP = @CXXCPP@
135 CXXDEPMODE = @CXXDEPMODE@
136 CXXFLAGS = @CXXFLAGS@
137 CYGPATH_W = @CYGPATH_W@
138 DEFS = @DEFS@
139 DEPDIR = @DEPDIR@
140 DSYMUTIL = @DSYMUTIL@
141 DUMPBIN = @DUMPBIN@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 EXEEXT = @EXEEXT@
147 FGREP = @FGREP@
148 GREP = @GREP@
149 INSTALL = @INSTALL@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 LD = @LD@
155 LDFLAGS = @LDFLAGS@
156 LIBOBJS = @LIBOBJS@
157 LIBS = @LIBS@
158 LIBTOOL = @LIBTOOL@
159 LIPO = @LIPO@
160 LN_S = @LN_S@
161 LTLIBOBJS = @LTLIBOBJS@
162 MAINT = @MAINT@
163 MAKEINFO = @MAKEINFO@
164 MKDIR_P = @MKDIR_P@
165 NM = @NM@
166 NMEDIT = @NMEDIT@
167 OBJDUMP = @OBJDUMP@
168 OBJEXT = @OBJEXT@
169 OTOOL = @OTOOL@
170 OTOOL64 = @OTOOL64@
171 PACKAGE = @PACKAGE@
172 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173 PACKAGE_NAME = @PACKAGE_NAME@
174 PACKAGE_STRING = @PACKAGE_STRING@
175 PACKAGE_TARNAME = @PACKAGE_TARNAME@
176 PACKAGE_URL = @PACKAGE_URL@
177 PACKAGE_VERSION = @PACKAGE_VERSION@
178 PATH_SEPARATOR = @PATH_SEPARATOR@
179 RANLIB = @RANLIB@
180 SED = @SED@
181 SET_MAKE = @SET_MAKE@
182 SHELL = @SHELL@
183 STRIP = @STRIP@
184 VERSION = @VERSION@
185 abs_builddir = @abs_builddir@
186 abs_srcdir = @abs_srcdir@
187 abs_top_builddir = @abs_top_builddir@
188 abs_top_srcdir = @abs_top_srcdir@
189 ac_ct_CC = @ac_ct_CC@
190 ac_ct_CXX = @ac_ct_CXX@
191 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build = @build@
199 build_alias = @build_alias@
200 build_cpu = @build_cpu@
201 build_os = @build_os@
202 build_vendor = @build_vendor@
203 builddir = @builddir@
204 datadir = @datadir@
205 datarootdir = @datarootdir@
206 docdir = @docdir@
207 dvidir = @dvidir@
208 enable_shared = @enable_shared@
209 enable_static = @enable_static@
210 exec_prefix = @exec_prefix@
211 host = @host@
212 host_alias = @host_alias@
213 host_cpu = @host_cpu@
214 host_os = @host_os@
215 host_vendor = @host_vendor@
216 htmldir = @htmldir@
217 includedir = @includedir@
218 infodir = @infodir@
219 install_sh = @install_sh@
220 libdir = @libdir@
221 libexecdir = @libexecdir@
222 localedir = @localedir@
223 localstatedir = @localstatedir@
224 mandir = @mandir@
225 mkdir_p = @mkdir_p@
226 multi_basedir = @multi_basedir@
227 oldincludedir = @oldincludedir@
228 pdfdir = @pdfdir@
229 prefix = @prefix@
230 program_transform_name = @program_transform_name@
231 psdir = @psdir@
232 sbindir = @sbindir@
233 sharedstatedir = @sharedstatedir@
234 srcdir = @srcdir@
235 sysconfdir = @sysconfdir@
236 target = @target@
237 target_alias = @target_alias@
238 target_cpu = @target_cpu@
239 target_os = @target_os@
240 target_vendor = @target_vendor@
241 toolexecdir = @toolexecdir@
242 toolexeclibdir = @toolexeclibdir@
243 top_build_prefix = @top_build_prefix@
244 top_builddir = @top_builddir@
245 top_srcdir = @top_srcdir@
246 ACLOCAL_AMFLAGS = -I .. -I ../config
247 @TSAN_SUPPORTED_FALSE@SUBDIRS = interception sanitizer_common asan
248 @TSAN_SUPPORTED_TRUE@SUBDIRS = interception sanitizer_common asan tsan
249 @USING_MAC_INTERPOSE_TRUE@SUBDIRS = sanitizer_common asan
251 # Work around what appears to be a GNU make bug handling MAKEFLAGS
252 # values defined in terms of make variables, as is the case for CC and
253 # friends when we are called from the top level Makefile.
254 AM_MAKEFLAGS = \
255 "AR_FLAGS=$(AR_FLAGS)" \
256 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
257 "CFLAGS=$(CFLAGS)" \
258 "CXXFLAGS=$(CXXFLAGS)" \
259 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
260 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
261 "INSTALL=$(INSTALL)" \
262 "INSTALL_DATA=$(INSTALL_DATA)" \
263 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
264 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
265 "JC1FLAGS=$(JC1FLAGS)" \
266 "LDFLAGS=$(LDFLAGS)" \
267 "LIBCFLAGS=$(LIBCFLAGS)" \
268 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
269 "MAKE=$(MAKE)" \
270 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
271 "PICFLAG=$(PICFLAG)" \
272 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
273 "SHELL=$(SHELL)" \
274 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
275 "exec_prefix=$(exec_prefix)" \
276 "infodir=$(infodir)" \
277 "libdir=$(libdir)" \
278 "prefix=$(prefix)" \
279 "includedir=$(includedir)" \
280 "AR=$(AR)" \
281 "AS=$(AS)" \
282 "CC=$(CC)" \
283 "CXX=$(CXX)" \
284 "LD=$(LD)" \
285 "LIBCFLAGS=$(LIBCFLAGS)" \
286 "NM=$(NM)" \
287 "PICFLAG=$(PICFLAG)" \
288 "RANLIB=$(RANLIB)" \
289 "DESTDIR=$(DESTDIR)"
291 MAKEOVERRIDES =
292 all: all-recursive
294 .SUFFIXES:
295 am--refresh:
297 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
298 @for dep in $?; do \
299 case '$(am__configure_deps)' in \
300 *$$dep*) \
301 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
302 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
303 && exit 0; \
304 exit 1;; \
305 esac; \
306 done; \
307 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
308 $(am__cd) $(top_srcdir) && \
309 $(AUTOMAKE) --foreign Makefile
310 .PRECIOUS: Makefile
311 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312 @case '$?' in \
313 *config.status*) \
314 echo ' $(SHELL) ./config.status'; \
315 $(SHELL) ./config.status;; \
316 *) \
317 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
318 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
319 esac;
321 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322 $(SHELL) ./config.status --recheck
324 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
325 $(am__cd) $(srcdir) && $(AUTOCONF)
326 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
327 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
328 $(am__aclocal_m4_deps):
330 mostlyclean-libtool:
331 -rm -f *.lo
333 clean-libtool:
334 -rm -rf .libs _libs
336 distclean-libtool:
337 -rm -f libtool config.lt
339 # GNU Make needs to see an explicit $(MAKE) variable in the command it
340 # runs to enable its job server during parallel builds. Hence the
341 # comments below.
342 all-multi:
343 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
344 install-multi:
345 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
347 mostlyclean-multi:
348 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
349 clean-multi:
350 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
351 distclean-multi:
352 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
353 maintainer-clean-multi:
354 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
356 # This directory's subdirectories are mostly independent; you can cd
357 # into them and run `make' without going through this Makefile.
358 # To change the values of `make' variables: instead of editing Makefiles,
359 # (1) if the variable is set in `config.status', edit `config.status'
360 # (which will cause the Makefiles to be regenerated when you run `make');
361 # (2) otherwise, pass the desired values on the `make' command line.
362 $(RECURSIVE_TARGETS):
363 @fail= failcom='exit 1'; \
364 for f in x $$MAKEFLAGS; do \
365 case $$f in \
366 *=* | --[!k]*);; \
367 *k*) failcom='fail=yes';; \
368 esac; \
369 done; \
370 dot_seen=no; \
371 target=`echo $@ | sed s/-recursive//`; \
372 list='$(SUBDIRS)'; for subdir in $$list; do \
373 echo "Making $$target in $$subdir"; \
374 if test "$$subdir" = "."; then \
375 dot_seen=yes; \
376 local_target="$$target-am"; \
377 else \
378 local_target="$$target"; \
379 fi; \
380 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
381 || eval $$failcom; \
382 done; \
383 if test "$$dot_seen" = "no"; then \
384 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
385 fi; test -z "$$fail"
387 $(RECURSIVE_CLEAN_TARGETS):
388 @fail= failcom='exit 1'; \
389 for f in x $$MAKEFLAGS; do \
390 case $$f in \
391 *=* | --[!k]*);; \
392 *k*) failcom='fail=yes';; \
393 esac; \
394 done; \
395 dot_seen=no; \
396 case "$@" in \
397 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
398 *) list='$(SUBDIRS)' ;; \
399 esac; \
400 rev=''; for subdir in $$list; do \
401 if test "$$subdir" = "."; then :; else \
402 rev="$$subdir $$rev"; \
403 fi; \
404 done; \
405 rev="$$rev ."; \
406 target=`echo $@ | sed s/-recursive//`; \
407 for subdir in $$rev; do \
408 echo "Making $$target in $$subdir"; \
409 if test "$$subdir" = "."; then \
410 local_target="$$target-am"; \
411 else \
412 local_target="$$target"; \
413 fi; \
414 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
415 || eval $$failcom; \
416 done && test -z "$$fail"
417 tags-recursive:
418 list='$(SUBDIRS)'; for subdir in $$list; do \
419 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
420 done
421 ctags-recursive:
422 list='$(SUBDIRS)'; for subdir in $$list; do \
423 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
424 done
426 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
427 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
428 unique=`for i in $$list; do \
429 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430 done | \
431 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432 END { if (nonempty) { for (i in files) print i; }; }'`; \
433 mkid -fID $$unique
434 tags: TAGS
436 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
437 $(TAGS_FILES) $(LISP)
438 set x; \
439 here=`pwd`; \
440 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
441 include_option=--etags-include; \
442 empty_fix=.; \
443 else \
444 include_option=--include; \
445 empty_fix=; \
446 fi; \
447 list='$(SUBDIRS)'; for subdir in $$list; do \
448 if test "$$subdir" = .; then :; else \
449 test ! -f $$subdir/TAGS || \
450 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
451 fi; \
452 done; \
453 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
454 unique=`for i in $$list; do \
455 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456 done | \
457 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458 END { if (nonempty) { for (i in files) print i; }; }'`; \
459 shift; \
460 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
461 test -n "$$unique" || unique=$$empty_fix; \
462 if test $$# -gt 0; then \
463 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464 "$$@" $$unique; \
465 else \
466 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
467 $$unique; \
468 fi; \
470 ctags: CTAGS
471 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
472 $(TAGS_FILES) $(LISP)
473 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474 unique=`for i in $$list; do \
475 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476 done | \
477 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478 END { if (nonempty) { for (i in files) print i; }; }'`; \
479 test -z "$(CTAGS_ARGS)$$unique" \
480 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
481 $$unique
483 GTAGS:
484 here=`$(am__cd) $(top_builddir) && pwd` \
485 && $(am__cd) $(top_srcdir) \
486 && gtags -i $(GTAGS_ARGS) "$$here"
488 distclean-tags:
489 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
491 distdir: $(DISTFILES)
492 $(am__remove_distdir)
493 test -d "$(distdir)" || mkdir "$(distdir)"
494 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496 list='$(DISTFILES)'; \
497 dist_files=`for file in $$list; do echo $$file; done | \
498 sed -e "s|^$$srcdirstrip/||;t" \
499 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
500 case $$dist_files in \
501 */*) $(MKDIR_P) `echo "$$dist_files" | \
502 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
503 sort -u` ;; \
504 esac; \
505 for file in $$dist_files; do \
506 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
507 if test -d $$d/$$file; then \
508 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
509 if test -d "$(distdir)/$$file"; then \
510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511 fi; \
512 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
513 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
514 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
515 fi; \
516 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
517 else \
518 test -f "$(distdir)/$$file" \
519 || cp -p $$d/$$file "$(distdir)/$$file" \
520 || exit 1; \
521 fi; \
522 done
523 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
524 if test "$$subdir" = .; then :; else \
525 test -d "$(distdir)/$$subdir" \
526 || $(MKDIR_P) "$(distdir)/$$subdir" \
527 || exit 1; \
528 fi; \
529 done
530 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
531 if test "$$subdir" = .; then :; else \
532 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
533 $(am__relativize); \
534 new_distdir=$$reldir; \
535 dir1=$$subdir; dir2="$(top_distdir)"; \
536 $(am__relativize); \
537 new_top_distdir=$$reldir; \
538 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
539 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
540 ($(am__cd) $$subdir && \
541 $(MAKE) $(AM_MAKEFLAGS) \
542 top_distdir="$$new_top_distdir" \
543 distdir="$$new_distdir" \
544 am__remove_distdir=: \
545 am__skip_length_check=: \
546 am__skip_mode_fix=: \
547 distdir) \
548 || exit 1; \
549 fi; \
550 done
551 -test -n "$(am__skip_mode_fix)" \
552 || find "$(distdir)" -type d ! -perm -755 \
553 -exec chmod u+rwx,go+rx {} \; -o \
554 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
555 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
556 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
557 || chmod -R a+r "$(distdir)"
558 dist-gzip: distdir
559 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
560 $(am__remove_distdir)
562 dist-bzip2: distdir
563 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
564 $(am__remove_distdir)
566 dist-lzma: distdir
567 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
568 $(am__remove_distdir)
570 dist-xz: distdir
571 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
572 $(am__remove_distdir)
574 dist-tarZ: distdir
575 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
576 $(am__remove_distdir)
578 dist-shar: distdir
579 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
580 $(am__remove_distdir)
582 dist-zip: distdir
583 -rm -f $(distdir).zip
584 zip -rq $(distdir).zip $(distdir)
585 $(am__remove_distdir)
587 dist dist-all: distdir
588 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
589 $(am__remove_distdir)
591 # This target untars the dist file and tries a VPATH configuration. Then
592 # it guarantees that the distribution is self-contained by making another
593 # tarfile.
594 distcheck: dist
595 case '$(DIST_ARCHIVES)' in \
596 *.tar.gz*) \
597 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
598 *.tar.bz2*) \
599 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
600 *.tar.lzma*) \
601 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
602 *.tar.xz*) \
603 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
604 *.tar.Z*) \
605 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
606 *.shar.gz*) \
607 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
608 *.zip*) \
609 unzip $(distdir).zip ;;\
610 esac
611 chmod -R a-w $(distdir); chmod a+w $(distdir)
612 mkdir $(distdir)/_build
613 mkdir $(distdir)/_inst
614 chmod a-w $(distdir)
615 test -d $(distdir)/_build || exit 0; \
616 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
617 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
618 && am__cwd=`pwd` \
619 && $(am__cd) $(distdir)/_build \
620 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
621 $(DISTCHECK_CONFIGURE_FLAGS) \
622 && $(MAKE) $(AM_MAKEFLAGS) \
623 && $(MAKE) $(AM_MAKEFLAGS) dvi \
624 && $(MAKE) $(AM_MAKEFLAGS) check \
625 && $(MAKE) $(AM_MAKEFLAGS) install \
626 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
627 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
628 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
629 distuninstallcheck \
630 && chmod -R a-w "$$dc_install_base" \
631 && ({ \
632 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
633 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
634 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
635 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
636 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
637 } || { rm -rf "$$dc_destdir"; exit 1; }) \
638 && rm -rf "$$dc_destdir" \
639 && $(MAKE) $(AM_MAKEFLAGS) dist \
640 && rm -rf $(DIST_ARCHIVES) \
641 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
642 && cd "$$am__cwd" \
643 || exit 1
644 $(am__remove_distdir)
645 @(echo "$(distdir) archives ready for distribution: "; \
646 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
647 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
648 distuninstallcheck:
649 @$(am__cd) '$(distuninstallcheck_dir)' \
650 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
651 || { echo "ERROR: files left after uninstall:" ; \
652 if test -n "$(DESTDIR)"; then \
653 echo " (check DESTDIR support)"; \
654 fi ; \
655 $(distuninstallcheck_listfiles) ; \
656 exit 1; } >&2
657 distcleancheck: distclean
658 @if test '$(srcdir)' = . ; then \
659 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
660 exit 1 ; \
662 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
663 || { echo "ERROR: files left in build directory after distclean:" ; \
664 $(distcleancheck_listfiles) ; \
665 exit 1; } >&2
666 check-am: all-am
667 check: check-recursive
668 all-am: Makefile all-multi
669 installdirs: installdirs-recursive
670 installdirs-am:
671 install: install-recursive
672 install-exec: install-exec-recursive
673 install-data: install-data-recursive
674 uninstall: uninstall-recursive
676 install-am: all-am
677 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
679 installcheck: installcheck-recursive
680 install-strip:
681 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
682 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
683 `test -z '$(STRIP)' || \
684 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
685 mostlyclean-generic:
687 clean-generic:
689 distclean-generic:
690 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
691 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
693 maintainer-clean-generic:
694 @echo "This command is intended for maintainers to use"
695 @echo "it deletes files that may require special tools to rebuild."
696 clean: clean-multi clean-recursive
698 clean-am: clean-generic clean-libtool mostlyclean-am
700 distclean: distclean-multi distclean-recursive
701 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
702 -rm -f Makefile
703 distclean-am: clean-am distclean-generic distclean-libtool \
704 distclean-tags
706 dvi: dvi-recursive
708 dvi-am:
710 html: html-recursive
712 html-am:
714 info: info-recursive
716 info-am:
718 install-data-am:
720 install-dvi: install-dvi-recursive
722 install-dvi-am:
724 install-exec-am: install-multi
726 install-html: install-html-recursive
728 install-html-am:
730 install-info: install-info-recursive
732 install-info-am:
734 install-man:
736 install-pdf: install-pdf-recursive
738 install-pdf-am:
740 install-ps: install-ps-recursive
742 install-ps-am:
744 installcheck-am:
746 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
747 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
748 -rm -rf $(top_srcdir)/autom4te.cache
749 -rm -f Makefile
750 maintainer-clean-am: distclean-am maintainer-clean-generic
752 mostlyclean: mostlyclean-multi mostlyclean-recursive
754 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
756 pdf: pdf-recursive
758 pdf-am:
760 ps: ps-recursive
762 ps-am:
764 uninstall-am:
766 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all-multi \
767 clean-multi ctags-recursive distclean-multi install-am \
768 install-multi install-strip maintainer-clean-multi \
769 mostlyclean-multi tags-recursive
771 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
772 all all-am all-multi am--refresh check check-am clean \
773 clean-generic clean-libtool clean-multi ctags ctags-recursive \
774 dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
775 dist-tarZ dist-xz dist-zip distcheck distclean \
776 distclean-generic distclean-libtool distclean-multi \
777 distclean-tags distcleancheck distdir distuninstallcheck dvi \
778 dvi-am html html-am info info-am install install-am \
779 install-data install-data-am install-dvi install-dvi-am \
780 install-exec install-exec-am install-html install-html-am \
781 install-info install-info-am install-man install-multi \
782 install-pdf install-pdf-am install-ps install-ps-am \
783 install-strip installcheck installcheck-am installdirs \
784 installdirs-am maintainer-clean maintainer-clean-generic \
785 maintainer-clean-multi mostlyclean mostlyclean-generic \
786 mostlyclean-libtool mostlyclean-multi pdf pdf-am ps ps-am tags \
787 tags-recursive uninstall uninstall-am
790 # Tell versions [3.59,3.63) of GNU make to not export all variables.
791 # Otherwise a system limit (for SysV at least) may be exceeded.
792 .NOEXPORT: