Makefile.in revision 06c34b88
1# Makefile.in generated by automake 1.13.2 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 = : 79build_triplet = @build@ 80host_triplet = @host@ 81subdir = . 82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 83 $(top_srcdir)/configure $(am__configure_deps) \ 84 $(srcdir)/xi.pc.in COPYING ChangeLog INSTALL README \ 85 config.guess config.sub depcomp install-sh missing ltmain.sh 86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 87am__aclocal_m4_deps = $(top_srcdir)/configure.ac 88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 89 $(ACLOCAL_M4) 90am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 91 configure.lineno config.status.lineno 92mkinstalldirs = $(install_sh) -d 93CONFIG_HEADER = $(top_builddir)/src/config.h 94CONFIG_CLEAN_FILES = xi.pc 95CONFIG_CLEAN_VPATH_FILES = 96AM_V_P = $(am__v_P_@AM_V@) 97am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 98am__v_P_0 = false 99am__v_P_1 = : 100AM_V_GEN = $(am__v_GEN_@AM_V@) 101am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 102am__v_GEN_0 = @echo " GEN " $@; 103am__v_GEN_1 = 104AM_V_at = $(am__v_at_@AM_V@) 105am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 106am__v_at_0 = @ 107am__v_at_1 = 108SOURCES = 109DIST_SOURCES = 110RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 111 ctags-recursive dvi-recursive html-recursive info-recursive \ 112 install-data-recursive install-dvi-recursive \ 113 install-exec-recursive install-html-recursive \ 114 install-info-recursive install-pdf-recursive \ 115 install-ps-recursive install-recursive installcheck-recursive \ 116 installdirs-recursive pdf-recursive ps-recursive \ 117 tags-recursive uninstall-recursive 118am__can_run_installinfo = \ 119 case $$AM_UPDATE_INFO_DIR in \ 120 n|no|NO) false;; \ 121 *) (install-info --version) >/dev/null 2>&1;; \ 122 esac 123am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 124am__vpath_adj = case $$p in \ 125 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 126 *) f=$$p;; \ 127 esac; 128am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 129am__install_max = 40 130am__nobase_strip_setup = \ 131 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 132am__nobase_strip = \ 133 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 134am__nobase_list = $(am__nobase_strip_setup); \ 135 for p in $$list; do echo "$$p $$p"; done | \ 136 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 137 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 138 if (++n[$$2] == $(am__install_max)) \ 139 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 140 END { for (dir in files) print dir, files[dir] }' 141am__base_list = \ 142 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 143 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 144am__uninstall_files_from_dir = { \ 145 test -z "$$files" \ 146 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 147 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 148 $(am__cd) "$$dir" && rm -f $$files; }; \ 149 } 150am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 151DATA = $(pkgconfig_DATA) 152RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 153 distclean-recursive maintainer-clean-recursive 154am__recursive_targets = \ 155 $(RECURSIVE_TARGETS) \ 156 $(RECURSIVE_CLEAN_TARGETS) \ 157 $(am__extra_recursive_targets) 158AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 159 cscope distdir dist dist-all distcheck 160am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 161# Read a list of newline-separated strings from the standard input, 162# and print each of them once, without duplicates. Input order is 163# *not* preserved. 164am__uniquify_input = $(AWK) '\ 165 BEGIN { nonempty = 0; } \ 166 { items[$$0] = 1; nonempty = 1; } \ 167 END { if (nonempty) { for (i in items) print i; }; } \ 168' 169# Make sure the list of sources is unique. This is necessary because, 170# e.g., the same source file might be shared among _SOURCES variables 171# for different programs/libraries. 172am__define_uniq_tagged_files = \ 173 list='$(am__tagged_files)'; \ 174 unique=`for i in $$list; do \ 175 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 176 done | $(am__uniquify_input)` 177ETAGS = etags 178CTAGS = ctags 179CSCOPE = cscope 180DIST_SUBDIRS = $(SUBDIRS) 181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 182distdir = $(PACKAGE)-$(VERSION) 183top_distdir = $(distdir) 184am__remove_distdir = \ 185 if test -d "$(distdir)"; then \ 186 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 187 && rm -rf "$(distdir)" \ 188 || { sleep 5 && rm -rf "$(distdir)"; }; \ 189 else :; fi 190am__post_remove_distdir = $(am__remove_distdir) 191am__relativize = \ 192 dir0=`pwd`; \ 193 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 194 sed_rest='s,^[^/]*/*,,'; \ 195 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 196 sed_butlast='s,/*[^/]*$$,,'; \ 197 while test -n "$$dir1"; do \ 198 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 199 if test "$$first" != "."; then \ 200 if test "$$first" = ".."; then \ 201 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 202 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 203 else \ 204 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 205 if test "$$first2" = "$$first"; then \ 206 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 207 else \ 208 dir2="../$$dir2"; \ 209 fi; \ 210 dir0="$$dir0"/"$$first"; \ 211 fi; \ 212 fi; \ 213 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 214 done; \ 215 reldir="$$dir2" 216DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 217GZIP_ENV = --best 218DIST_TARGETS = dist-bzip2 dist-gzip 219distuninstallcheck_listfiles = find . -type f -print 220am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 221 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 222distcleancheck_listfiles = find . -type f -print 223ACLOCAL = @ACLOCAL@ 224ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 225ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 226AMTAR = @AMTAR@ 227AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 228APP_MAN_DIR = @APP_MAN_DIR@ 229APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 230AR = @AR@ 231ASCIIDOC = @ASCIIDOC@ 232AUTOCONF = @AUTOCONF@ 233AUTOHEADER = @AUTOHEADER@ 234AUTOMAKE = @AUTOMAKE@ 235AWK = @AWK@ 236BASE_CFLAGS = @BASE_CFLAGS@ 237CC = @CC@ 238CCDEPMODE = @CCDEPMODE@ 239CFLAGS = @CFLAGS@ 240CHANGELOG_CMD = @CHANGELOG_CMD@ 241CPP = @CPP@ 242CPPFLAGS = @CPPFLAGS@ 243CWARNFLAGS = @CWARNFLAGS@ 244CYGPATH_W = @CYGPATH_W@ 245DEFS = @DEFS@ 246DEPDIR = @DEPDIR@ 247DLLTOOL = @DLLTOOL@ 248DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 249DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 250DSYMUTIL = @DSYMUTIL@ 251DUMPBIN = @DUMPBIN@ 252ECHO_C = @ECHO_C@ 253ECHO_N = @ECHO_N@ 254ECHO_T = @ECHO_T@ 255EGREP = @EGREP@ 256EXEEXT = @EXEEXT@ 257FGREP = @FGREP@ 258FILE_MAN_DIR = @FILE_MAN_DIR@ 259FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 260FOP = @FOP@ 261GREP = @GREP@ 262INSTALL = @INSTALL@ 263INSTALL_CMD = @INSTALL_CMD@ 264INSTALL_DATA = @INSTALL_DATA@ 265INSTALL_PROGRAM = @INSTALL_PROGRAM@ 266INSTALL_SCRIPT = @INSTALL_SCRIPT@ 267INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 268LD = @LD@ 269LDFLAGS = @LDFLAGS@ 270LIBOBJS = @LIBOBJS@ 271LIBS = @LIBS@ 272LIBTOOL = @LIBTOOL@ 273LIB_MAN_DIR = @LIB_MAN_DIR@ 274LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 275LIPO = @LIPO@ 276LN_S = @LN_S@ 277LTLIBOBJS = @LTLIBOBJS@ 278MAKEINFO = @MAKEINFO@ 279MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 280MANIFEST_TOOL = @MANIFEST_TOOL@ 281MAN_SUBSTS = @MAN_SUBSTS@ 282MISC_MAN_DIR = @MISC_MAN_DIR@ 283MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 284MKDIR_P = @MKDIR_P@ 285NM = @NM@ 286NMEDIT = @NMEDIT@ 287OBJDUMP = @OBJDUMP@ 288OBJEXT = @OBJEXT@ 289OTOOL = @OTOOL@ 290OTOOL64 = @OTOOL64@ 291PACKAGE = @PACKAGE@ 292PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 293PACKAGE_NAME = @PACKAGE_NAME@ 294PACKAGE_STRING = @PACKAGE_STRING@ 295PACKAGE_TARNAME = @PACKAGE_TARNAME@ 296PACKAGE_URL = @PACKAGE_URL@ 297PACKAGE_VERSION = @PACKAGE_VERSION@ 298PATH_SEPARATOR = @PATH_SEPARATOR@ 299PKG_CONFIG = @PKG_CONFIG@ 300PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 301PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 302RANLIB = @RANLIB@ 303SED = @SED@ 304SET_MAKE = @SET_MAKE@ 305SHELL = @SHELL@ 306STRICT_CFLAGS = @STRICT_CFLAGS@ 307STRIP = @STRIP@ 308STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 309VERSION = @VERSION@ 310XFIXES_CFLAGS = @XFIXES_CFLAGS@ 311XFIXES_LIBS = @XFIXES_LIBS@ 312XI_CFLAGS = @XI_CFLAGS@ 313XI_LIBS = @XI_LIBS@ 314XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 315XMLTO = @XMLTO@ 316XORG_MAN_PAGE = @XORG_MAN_PAGE@ 317XORG_SGML_PATH = @XORG_SGML_PATH@ 318XSLTPROC = @XSLTPROC@ 319XSL_STYLESHEET = @XSL_STYLESHEET@ 320XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 321abs_builddir = @abs_builddir@ 322abs_srcdir = @abs_srcdir@ 323abs_top_builddir = @abs_top_builddir@ 324abs_top_srcdir = @abs_top_srcdir@ 325ac_ct_AR = @ac_ct_AR@ 326ac_ct_CC = @ac_ct_CC@ 327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 328am__include = @am__include@ 329am__leading_dot = @am__leading_dot@ 330am__quote = @am__quote@ 331am__tar = @am__tar@ 332am__untar = @am__untar@ 333bindir = @bindir@ 334build = @build@ 335build_alias = @build_alias@ 336build_cpu = @build_cpu@ 337build_os = @build_os@ 338build_vendor = @build_vendor@ 339builddir = @builddir@ 340datadir = @datadir@ 341datarootdir = @datarootdir@ 342docdir = @docdir@ 343dvidir = @dvidir@ 344exec_prefix = @exec_prefix@ 345host = @host@ 346host_alias = @host_alias@ 347host_cpu = @host_cpu@ 348host_os = @host_os@ 349host_vendor = @host_vendor@ 350htmldir = @htmldir@ 351includedir = @includedir@ 352infodir = @infodir@ 353install_sh = @install_sh@ 354libdir = @libdir@ 355libexecdir = @libexecdir@ 356localedir = @localedir@ 357localstatedir = @localstatedir@ 358mandir = @mandir@ 359mkdir_p = @mkdir_p@ 360oldincludedir = @oldincludedir@ 361pdfdir = @pdfdir@ 362prefix = @prefix@ 363program_transform_name = @program_transform_name@ 364psdir = @psdir@ 365sbindir = @sbindir@ 366sharedstatedir = @sharedstatedir@ 367srcdir = @srcdir@ 368sysconfdir = @sysconfdir@ 369target_alias = @target_alias@ 370top_build_prefix = @top_build_prefix@ 371top_builddir = @top_builddir@ 372top_srcdir = @top_srcdir@ 373SUBDIRS = src man specs 374pkgconfigdir = $(libdir)/pkgconfig 375pkgconfig_DATA = xi.pc 376MAINTAINERCLEANFILES = ChangeLog INSTALL 377all: all-recursive 378 379.SUFFIXES: 380am--refresh: Makefile 381 @: 382$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 383 @for dep in $?; do \ 384 case '$(am__configure_deps)' in \ 385 *$$dep*) \ 386 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 387 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 388 && exit 0; \ 389 exit 1;; \ 390 esac; \ 391 done; \ 392 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 393 $(am__cd) $(top_srcdir) && \ 394 $(AUTOMAKE) --foreign Makefile 395.PRECIOUS: Makefile 396Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 397 @case '$?' in \ 398 *config.status*) \ 399 echo ' $(SHELL) ./config.status'; \ 400 $(SHELL) ./config.status;; \ 401 *) \ 402 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 403 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 404 esac; 405 406$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 407 $(SHELL) ./config.status --recheck 408 409$(top_srcdir)/configure: $(am__configure_deps) 410 $(am__cd) $(srcdir) && $(AUTOCONF) 411$(ACLOCAL_M4): $(am__aclocal_m4_deps) 412 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 413$(am__aclocal_m4_deps): 414xi.pc: $(top_builddir)/config.status $(srcdir)/xi.pc.in 415 cd $(top_builddir) && $(SHELL) ./config.status $@ 416 417mostlyclean-libtool: 418 -rm -f *.lo 419 420clean-libtool: 421 -rm -rf .libs _libs 422 423distclean-libtool: 424 -rm -f libtool config.lt 425install-pkgconfigDATA: $(pkgconfig_DATA) 426 @$(NORMAL_INSTALL) 427 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 428 if test -n "$$list"; then \ 429 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 430 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 431 fi; \ 432 for p in $$list; do \ 433 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 434 echo "$$d$$p"; \ 435 done | $(am__base_list) | \ 436 while read files; do \ 437 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 438 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 439 done 440 441uninstall-pkgconfigDATA: 442 @$(NORMAL_UNINSTALL) 443 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 444 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 445 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 446 447# This directory's subdirectories are mostly independent; you can cd 448# into them and run 'make' without going through this Makefile. 449# To change the values of 'make' variables: instead of editing Makefiles, 450# (1) if the variable is set in 'config.status', edit 'config.status' 451# (which will cause the Makefiles to be regenerated when you run 'make'); 452# (2) otherwise, pass the desired values on the 'make' command line. 453$(am__recursive_targets): 454 @fail=; \ 455 if $(am__make_keepgoing); then \ 456 failcom='fail=yes'; \ 457 else \ 458 failcom='exit 1'; \ 459 fi; \ 460 dot_seen=no; \ 461 target=`echo $@ | sed s/-recursive//`; \ 462 case "$@" in \ 463 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 464 *) list='$(SUBDIRS)' ;; \ 465 esac; \ 466 for subdir in $$list; do \ 467 echo "Making $$target in $$subdir"; \ 468 if test "$$subdir" = "."; then \ 469 dot_seen=yes; \ 470 local_target="$$target-am"; \ 471 else \ 472 local_target="$$target"; \ 473 fi; \ 474 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 475 || eval $$failcom; \ 476 done; \ 477 if test "$$dot_seen" = "no"; then \ 478 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 479 fi; test -z "$$fail" 480 481ID: $(am__tagged_files) 482 $(am__define_uniq_tagged_files); mkid -fID $$unique 483tags: tags-recursive 484TAGS: tags 485 486tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 487 set x; \ 488 here=`pwd`; \ 489 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 490 include_option=--etags-include; \ 491 empty_fix=.; \ 492 else \ 493 include_option=--include; \ 494 empty_fix=; \ 495 fi; \ 496 list='$(SUBDIRS)'; for subdir in $$list; do \ 497 if test "$$subdir" = .; then :; else \ 498 test ! -f $$subdir/TAGS || \ 499 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 500 fi; \ 501 done; \ 502 $(am__define_uniq_tagged_files); \ 503 shift; \ 504 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 505 test -n "$$unique" || unique=$$empty_fix; \ 506 if test $$# -gt 0; then \ 507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 508 "$$@" $$unique; \ 509 else \ 510 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 511 $$unique; \ 512 fi; \ 513 fi 514ctags: ctags-recursive 515 516CTAGS: ctags 517ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 518 $(am__define_uniq_tagged_files); \ 519 test -z "$(CTAGS_ARGS)$$unique" \ 520 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 521 $$unique 522 523GTAGS: 524 here=`$(am__cd) $(top_builddir) && pwd` \ 525 && $(am__cd) $(top_srcdir) \ 526 && gtags -i $(GTAGS_ARGS) "$$here" 527cscope: cscope.files 528 test ! -s cscope.files \ 529 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 530clean-cscope: 531 -rm -f cscope.files 532cscope.files: clean-cscope cscopelist 533cscopelist: cscopelist-recursive 534 535cscopelist-am: $(am__tagged_files) 536 list='$(am__tagged_files)'; \ 537 case "$(srcdir)" in \ 538 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 539 *) sdir=$(subdir)/$(srcdir) ;; \ 540 esac; \ 541 for i in $$list; do \ 542 if test -f "$$i"; then \ 543 echo "$(subdir)/$$i"; \ 544 else \ 545 echo "$$sdir/$$i"; \ 546 fi; \ 547 done >> $(top_builddir)/cscope.files 548 549distclean-tags: 550 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 551 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 552 553distdir: $(DISTFILES) 554 $(am__remove_distdir) 555 test -d "$(distdir)" || mkdir "$(distdir)" 556 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 557 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 558 list='$(DISTFILES)'; \ 559 dist_files=`for file in $$list; do echo $$file; done | \ 560 sed -e "s|^$$srcdirstrip/||;t" \ 561 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 562 case $$dist_files in \ 563 */*) $(MKDIR_P) `echo "$$dist_files" | \ 564 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 565 sort -u` ;; \ 566 esac; \ 567 for file in $$dist_files; do \ 568 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 569 if test -d $$d/$$file; then \ 570 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 571 if test -d "$(distdir)/$$file"; then \ 572 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 573 fi; \ 574 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 575 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 576 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 577 fi; \ 578 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 579 else \ 580 test -f "$(distdir)/$$file" \ 581 || cp -p $$d/$$file "$(distdir)/$$file" \ 582 || exit 1; \ 583 fi; \ 584 done 585 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 586 if test "$$subdir" = .; then :; else \ 587 $(am__make_dryrun) \ 588 || test -d "$(distdir)/$$subdir" \ 589 || $(MKDIR_P) "$(distdir)/$$subdir" \ 590 || exit 1; \ 591 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 592 $(am__relativize); \ 593 new_distdir=$$reldir; \ 594 dir1=$$subdir; dir2="$(top_distdir)"; \ 595 $(am__relativize); \ 596 new_top_distdir=$$reldir; \ 597 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 598 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 599 ($(am__cd) $$subdir && \ 600 $(MAKE) $(AM_MAKEFLAGS) \ 601 top_distdir="$$new_top_distdir" \ 602 distdir="$$new_distdir" \ 603 am__remove_distdir=: \ 604 am__skip_length_check=: \ 605 am__skip_mode_fix=: \ 606 distdir) \ 607 || exit 1; \ 608 fi; \ 609 done 610 $(MAKE) $(AM_MAKEFLAGS) \ 611 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 612 dist-hook 613 -test -n "$(am__skip_mode_fix)" \ 614 || find "$(distdir)" -type d ! -perm -755 \ 615 -exec chmod u+rwx,go+rx {} \; -o \ 616 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 617 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 618 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 619 || chmod -R a+r "$(distdir)" 620dist-gzip: distdir 621 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 622 $(am__post_remove_distdir) 623dist-bzip2: distdir 624 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 625 $(am__post_remove_distdir) 626 627dist-lzip: distdir 628 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 629 $(am__post_remove_distdir) 630 631dist-xz: distdir 632 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 633 $(am__post_remove_distdir) 634 635dist-tarZ: distdir 636 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 637 $(am__post_remove_distdir) 638 639dist-shar: distdir 640 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 641 $(am__post_remove_distdir) 642 643dist-zip: distdir 644 -rm -f $(distdir).zip 645 zip -rq $(distdir).zip $(distdir) 646 $(am__post_remove_distdir) 647 648dist dist-all: 649 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 650 $(am__post_remove_distdir) 651 652# This target untars the dist file and tries a VPATH configuration. Then 653# it guarantees that the distribution is self-contained by making another 654# tarfile. 655distcheck: dist 656 case '$(DIST_ARCHIVES)' in \ 657 *.tar.gz*) \ 658 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 659 *.tar.bz2*) \ 660 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 661 *.tar.lz*) \ 662 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 663 *.tar.xz*) \ 664 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 665 *.tar.Z*) \ 666 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 667 *.shar.gz*) \ 668 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 669 *.zip*) \ 670 unzip $(distdir).zip ;;\ 671 esac 672 chmod -R a-w $(distdir) 673 chmod u+w $(distdir) 674 mkdir $(distdir)/_build $(distdir)/_inst 675 chmod a-w $(distdir) 676 test -d $(distdir)/_build || exit 0; \ 677 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 678 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 679 && am__cwd=`pwd` \ 680 && $(am__cd) $(distdir)/_build \ 681 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 682 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 683 $(DISTCHECK_CONFIGURE_FLAGS) \ 684 && $(MAKE) $(AM_MAKEFLAGS) \ 685 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 686 && $(MAKE) $(AM_MAKEFLAGS) check \ 687 && $(MAKE) $(AM_MAKEFLAGS) install \ 688 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 689 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 690 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 691 distuninstallcheck \ 692 && chmod -R a-w "$$dc_install_base" \ 693 && ({ \ 694 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 695 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 696 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 697 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 698 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 699 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 700 && rm -rf "$$dc_destdir" \ 701 && $(MAKE) $(AM_MAKEFLAGS) dist \ 702 && rm -rf $(DIST_ARCHIVES) \ 703 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 704 && cd "$$am__cwd" \ 705 || exit 1 706 $(am__post_remove_distdir) 707 @(echo "$(distdir) archives ready for distribution: "; \ 708 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 709 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 710distuninstallcheck: 711 @test -n '$(distuninstallcheck_dir)' || { \ 712 echo 'ERROR: trying to run $@ with an empty' \ 713 '$$(distuninstallcheck_dir)' >&2; \ 714 exit 1; \ 715 }; \ 716 $(am__cd) '$(distuninstallcheck_dir)' || { \ 717 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 718 exit 1; \ 719 }; \ 720 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 721 || { echo "ERROR: files left after uninstall:" ; \ 722 if test -n "$(DESTDIR)"; then \ 723 echo " (check DESTDIR support)"; \ 724 fi ; \ 725 $(distuninstallcheck_listfiles) ; \ 726 exit 1; } >&2 727distcleancheck: distclean 728 @if test '$(srcdir)' = . ; then \ 729 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 730 exit 1 ; \ 731 fi 732 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 733 || { echo "ERROR: files left in build directory after distclean:" ; \ 734 $(distcleancheck_listfiles) ; \ 735 exit 1; } >&2 736check-am: all-am 737check: check-recursive 738all-am: Makefile $(DATA) 739installdirs: installdirs-recursive 740installdirs-am: 741 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 742 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 743 done 744install: install-recursive 745install-exec: install-exec-recursive 746install-data: install-data-recursive 747uninstall: uninstall-recursive 748 749install-am: all-am 750 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 751 752installcheck: installcheck-recursive 753install-strip: 754 if test -z '$(STRIP)'; then \ 755 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 756 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 757 install; \ 758 else \ 759 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 760 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 761 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 762 fi 763mostlyclean-generic: 764 765clean-generic: 766 767distclean-generic: 768 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 769 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 770 771maintainer-clean-generic: 772 @echo "This command is intended for maintainers to use" 773 @echo "it deletes files that may require special tools to rebuild." 774 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 775clean: clean-recursive 776 777clean-am: clean-generic clean-libtool mostlyclean-am 778 779distclean: distclean-recursive 780 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 781 -rm -f Makefile 782distclean-am: clean-am distclean-generic distclean-libtool \ 783 distclean-tags 784 785dvi: dvi-recursive 786 787dvi-am: 788 789html: html-recursive 790 791html-am: 792 793info: info-recursive 794 795info-am: 796 797install-data-am: install-pkgconfigDATA 798 799install-dvi: install-dvi-recursive 800 801install-dvi-am: 802 803install-exec-am: 804 805install-html: install-html-recursive 806 807install-html-am: 808 809install-info: install-info-recursive 810 811install-info-am: 812 813install-man: 814 815install-pdf: install-pdf-recursive 816 817install-pdf-am: 818 819install-ps: install-ps-recursive 820 821install-ps-am: 822 823installcheck-am: 824 825maintainer-clean: maintainer-clean-recursive 826 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 827 -rm -rf $(top_srcdir)/autom4te.cache 828 -rm -f Makefile 829maintainer-clean-am: distclean-am maintainer-clean-generic 830 831mostlyclean: mostlyclean-recursive 832 833mostlyclean-am: mostlyclean-generic mostlyclean-libtool 834 835pdf: pdf-recursive 836 837pdf-am: 838 839ps: ps-recursive 840 841ps-am: 842 843uninstall-am: uninstall-pkgconfigDATA 844 845.MAKE: $(am__recursive_targets) install-am install-strip 846 847.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 848 am--refresh check check-am clean clean-cscope clean-generic \ 849 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 850 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 851 dist-tarZ dist-xz dist-zip distcheck distclean \ 852 distclean-generic distclean-libtool distclean-tags \ 853 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 854 html-am info info-am install install-am install-data \ 855 install-data-am install-dvi install-dvi-am install-exec \ 856 install-exec-am install-html install-html-am install-info \ 857 install-info-am install-man install-pdf install-pdf-am \ 858 install-pkgconfigDATA install-ps install-ps-am install-strip \ 859 installcheck installcheck-am installdirs installdirs-am \ 860 maintainer-clean maintainer-clean-generic mostlyclean \ 861 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 862 tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA 863 864 865.PHONY: ChangeLog INSTALL 866 867INSTALL: 868 $(INSTALL_CMD) 869 870ChangeLog: 871 $(CHANGELOG_CMD) 872 873dist-hook: ChangeLog INSTALL 874 875# Tell versions [3.59,3.63) of GNU make to not export all variables. 876# Otherwise a system limit (for SysV at least) may be exceeded. 877.NOEXPORT: 878