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