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