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