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