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