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