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