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