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