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