Makefile.in revision 8bd17e5f
1# Makefile.in generated by automake 1.13.2 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 © 2003 Keith Packard, Noah Levitt 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)/xrandr.pc.in AUTHORS COPYING \ 106 ChangeLog INSTALL README config.guess config.sub install-sh \ 107 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 = xrandr.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@ 299MAKEINFO = @MAKEINFO@ 300MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 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@ 321RANDR_CFLAGS = @RANDR_CFLAGS@ 322RANDR_LIBS = @RANDR_LIBS@ 323RANDR_VERSION = @RANDR_VERSION@ 324RANLIB = @RANLIB@ 325SED = @SED@ 326SET_MAKE = @SET_MAKE@ 327SHELL = @SHELL@ 328STRICT_CFLAGS = @STRICT_CFLAGS@ 329STRIP = @STRIP@ 330VERSION = @VERSION@ 331XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 332XORG_MAN_PAGE = @XORG_MAN_PAGE@ 333XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 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 = xrandr.pc 389MAINTAINERCLEANFILES = ChangeLog INSTALL 390all: config.h 391 $(MAKE) $(AM_MAKEFLAGS) all-recursive 392 393.SUFFIXES: 394am--refresh: Makefile 395 @: 396$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 397 @for dep in $?; do \ 398 case '$(am__configure_deps)' in \ 399 *$$dep*) \ 400 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 401 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 402 && exit 0; \ 403 exit 1;; \ 404 esac; \ 405 done; \ 406 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 407 $(am__cd) $(top_srcdir) && \ 408 $(AUTOMAKE) --foreign Makefile 409.PRECIOUS: Makefile 410Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 411 @case '$?' in \ 412 *config.status*) \ 413 echo ' $(SHELL) ./config.status'; \ 414 $(SHELL) ./config.status;; \ 415 *) \ 416 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 417 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 418 esac; 419 420$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 421 $(SHELL) ./config.status --recheck 422 423$(top_srcdir)/configure: $(am__configure_deps) 424 $(am__cd) $(srcdir) && $(AUTOCONF) 425$(ACLOCAL_M4): $(am__aclocal_m4_deps) 426 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 427$(am__aclocal_m4_deps): 428 429config.h: stamp-h1 430 @if test ! -f $@; then rm -f stamp-h1; else :; fi 431 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 432 433stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 434 @rm -f stamp-h1 435 cd $(top_builddir) && $(SHELL) ./config.status config.h 436$(srcdir)/config.h.in: $(am__configure_deps) 437 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 438 rm -f stamp-h1 439 touch $@ 440 441distclean-hdr: 442 -rm -f config.h stamp-h1 443xrandr.pc: $(top_builddir)/config.status $(srcdir)/xrandr.pc.in 444 cd $(top_builddir) && $(SHELL) ./config.status $@ 445 446mostlyclean-libtool: 447 -rm -f *.lo 448 449clean-libtool: 450 -rm -rf .libs _libs 451 452distclean-libtool: 453 -rm -f libtool config.lt 454install-pkgconfigDATA: $(pkgconfig_DATA) 455 @$(NORMAL_INSTALL) 456 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 457 if test -n "$$list"; then \ 458 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 459 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 460 fi; \ 461 for p in $$list; do \ 462 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 463 echo "$$d$$p"; \ 464 done | $(am__base_list) | \ 465 while read files; do \ 466 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 467 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 468 done 469 470uninstall-pkgconfigDATA: 471 @$(NORMAL_UNINSTALL) 472 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 473 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 474 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 475 476# This directory's subdirectories are mostly independent; you can cd 477# into them and run 'make' without going through this Makefile. 478# To change the values of 'make' variables: instead of editing Makefiles, 479# (1) if the variable is set in 'config.status', edit 'config.status' 480# (which will cause the Makefiles to be regenerated when you run 'make'); 481# (2) otherwise, pass the desired values on the 'make' command line. 482$(am__recursive_targets): 483 @fail=; \ 484 if $(am__make_keepgoing); then \ 485 failcom='fail=yes'; \ 486 else \ 487 failcom='exit 1'; \ 488 fi; \ 489 dot_seen=no; \ 490 target=`echo $@ | sed s/-recursive//`; \ 491 case "$@" in \ 492 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 493 *) list='$(SUBDIRS)' ;; \ 494 esac; \ 495 for subdir in $$list; do \ 496 echo "Making $$target in $$subdir"; \ 497 if test "$$subdir" = "."; then \ 498 dot_seen=yes; \ 499 local_target="$$target-am"; \ 500 else \ 501 local_target="$$target"; \ 502 fi; \ 503 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 504 || eval $$failcom; \ 505 done; \ 506 if test "$$dot_seen" = "no"; then \ 507 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 508 fi; test -z "$$fail" 509 510ID: $(am__tagged_files) 511 $(am__define_uniq_tagged_files); mkid -fID $$unique 512tags: tags-recursive 513TAGS: tags 514 515tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 516 set x; \ 517 here=`pwd`; \ 518 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 519 include_option=--etags-include; \ 520 empty_fix=.; \ 521 else \ 522 include_option=--include; \ 523 empty_fix=; \ 524 fi; \ 525 list='$(SUBDIRS)'; for subdir in $$list; do \ 526 if test "$$subdir" = .; then :; else \ 527 test ! -f $$subdir/TAGS || \ 528 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 529 fi; \ 530 done; \ 531 $(am__define_uniq_tagged_files); \ 532 shift; \ 533 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 534 test -n "$$unique" || unique=$$empty_fix; \ 535 if test $$# -gt 0; then \ 536 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 537 "$$@" $$unique; \ 538 else \ 539 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 540 $$unique; \ 541 fi; \ 542 fi 543ctags: ctags-recursive 544 545CTAGS: ctags 546ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 547 $(am__define_uniq_tagged_files); \ 548 test -z "$(CTAGS_ARGS)$$unique" \ 549 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 550 $$unique 551 552GTAGS: 553 here=`$(am__cd) $(top_builddir) && pwd` \ 554 && $(am__cd) $(top_srcdir) \ 555 && gtags -i $(GTAGS_ARGS) "$$here" 556cscope: cscope.files 557 test ! -s cscope.files \ 558 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 559clean-cscope: 560 -rm -f cscope.files 561cscope.files: clean-cscope cscopelist 562cscopelist: cscopelist-recursive 563 564cscopelist-am: $(am__tagged_files) 565 list='$(am__tagged_files)'; \ 566 case "$(srcdir)" in \ 567 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 568 *) sdir=$(subdir)/$(srcdir) ;; \ 569 esac; \ 570 for i in $$list; do \ 571 if test -f "$$i"; then \ 572 echo "$(subdir)/$$i"; \ 573 else \ 574 echo "$$sdir/$$i"; \ 575 fi; \ 576 done >> $(top_builddir)/cscope.files 577 578distclean-tags: 579 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 580 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 581 582distdir: $(DISTFILES) 583 $(am__remove_distdir) 584 test -d "$(distdir)" || mkdir "$(distdir)" 585 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 586 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 587 list='$(DISTFILES)'; \ 588 dist_files=`for file in $$list; do echo $$file; done | \ 589 sed -e "s|^$$srcdirstrip/||;t" \ 590 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 591 case $$dist_files in \ 592 */*) $(MKDIR_P) `echo "$$dist_files" | \ 593 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 594 sort -u` ;; \ 595 esac; \ 596 for file in $$dist_files; do \ 597 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 598 if test -d $$d/$$file; then \ 599 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 600 if test -d "$(distdir)/$$file"; then \ 601 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 602 fi; \ 603 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 604 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 605 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 606 fi; \ 607 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 608 else \ 609 test -f "$(distdir)/$$file" \ 610 || cp -p $$d/$$file "$(distdir)/$$file" \ 611 || exit 1; \ 612 fi; \ 613 done 614 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 615 if test "$$subdir" = .; then :; else \ 616 $(am__make_dryrun) \ 617 || test -d "$(distdir)/$$subdir" \ 618 || $(MKDIR_P) "$(distdir)/$$subdir" \ 619 || exit 1; \ 620 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 621 $(am__relativize); \ 622 new_distdir=$$reldir; \ 623 dir1=$$subdir; dir2="$(top_distdir)"; \ 624 $(am__relativize); \ 625 new_top_distdir=$$reldir; \ 626 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 627 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 628 ($(am__cd) $$subdir && \ 629 $(MAKE) $(AM_MAKEFLAGS) \ 630 top_distdir="$$new_top_distdir" \ 631 distdir="$$new_distdir" \ 632 am__remove_distdir=: \ 633 am__skip_length_check=: \ 634 am__skip_mode_fix=: \ 635 distdir) \ 636 || exit 1; \ 637 fi; \ 638 done 639 $(MAKE) $(AM_MAKEFLAGS) \ 640 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 641 dist-hook 642 -test -n "$(am__skip_mode_fix)" \ 643 || find "$(distdir)" -type d ! -perm -755 \ 644 -exec chmod u+rwx,go+rx {} \; -o \ 645 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 646 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 647 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 648 || chmod -R a+r "$(distdir)" 649dist-gzip: distdir 650 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 651 $(am__post_remove_distdir) 652dist-bzip2: distdir 653 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 654 $(am__post_remove_distdir) 655 656dist-lzip: distdir 657 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 658 $(am__post_remove_distdir) 659 660dist-xz: distdir 661 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 662 $(am__post_remove_distdir) 663 664dist-tarZ: distdir 665 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 666 $(am__post_remove_distdir) 667 668dist-shar: distdir 669 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 670 $(am__post_remove_distdir) 671 672dist-zip: distdir 673 -rm -f $(distdir).zip 674 zip -rq $(distdir).zip $(distdir) 675 $(am__post_remove_distdir) 676 677dist dist-all: 678 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 679 $(am__post_remove_distdir) 680 681# This target untars the dist file and tries a VPATH configuration. Then 682# it guarantees that the distribution is self-contained by making another 683# tarfile. 684distcheck: dist 685 case '$(DIST_ARCHIVES)' in \ 686 *.tar.gz*) \ 687 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 688 *.tar.bz2*) \ 689 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 690 *.tar.lz*) \ 691 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 692 *.tar.xz*) \ 693 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 694 *.tar.Z*) \ 695 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 696 *.shar.gz*) \ 697 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 698 *.zip*) \ 699 unzip $(distdir).zip ;;\ 700 esac 701 chmod -R a-w $(distdir) 702 chmod u+w $(distdir) 703 mkdir $(distdir)/_build $(distdir)/_inst 704 chmod a-w $(distdir) 705 test -d $(distdir)/_build || exit 0; \ 706 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 707 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 708 && am__cwd=`pwd` \ 709 && $(am__cd) $(distdir)/_build \ 710 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 711 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 712 $(DISTCHECK_CONFIGURE_FLAGS) \ 713 && $(MAKE) $(AM_MAKEFLAGS) \ 714 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 715 && $(MAKE) $(AM_MAKEFLAGS) check \ 716 && $(MAKE) $(AM_MAKEFLAGS) install \ 717 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 718 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 719 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 720 distuninstallcheck \ 721 && chmod -R a-w "$$dc_install_base" \ 722 && ({ \ 723 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 724 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 725 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 726 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 727 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 728 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 729 && rm -rf "$$dc_destdir" \ 730 && $(MAKE) $(AM_MAKEFLAGS) dist \ 731 && rm -rf $(DIST_ARCHIVES) \ 732 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 733 && cd "$$am__cwd" \ 734 || exit 1 735 $(am__post_remove_distdir) 736 @(echo "$(distdir) archives ready for distribution: "; \ 737 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 738 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 739distuninstallcheck: 740 @test -n '$(distuninstallcheck_dir)' || { \ 741 echo 'ERROR: trying to run $@ with an empty' \ 742 '$$(distuninstallcheck_dir)' >&2; \ 743 exit 1; \ 744 }; \ 745 $(am__cd) '$(distuninstallcheck_dir)' || { \ 746 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 747 exit 1; \ 748 }; \ 749 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 750 || { echo "ERROR: files left after uninstall:" ; \ 751 if test -n "$(DESTDIR)"; then \ 752 echo " (check DESTDIR support)"; \ 753 fi ; \ 754 $(distuninstallcheck_listfiles) ; \ 755 exit 1; } >&2 756distcleancheck: distclean 757 @if test '$(srcdir)' = . ; then \ 758 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 759 exit 1 ; \ 760 fi 761 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 762 || { echo "ERROR: files left in build directory after distclean:" ; \ 763 $(distcleancheck_listfiles) ; \ 764 exit 1; } >&2 765check-am: all-am 766check: check-recursive 767all-am: Makefile $(DATA) config.h 768installdirs: installdirs-recursive 769installdirs-am: 770 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 771 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 772 done 773install: install-recursive 774install-exec: install-exec-recursive 775install-data: install-data-recursive 776uninstall: uninstall-recursive 777 778install-am: all-am 779 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 780 781installcheck: installcheck-recursive 782install-strip: 783 if test -z '$(STRIP)'; then \ 784 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 785 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 786 install; \ 787 else \ 788 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 789 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 790 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 791 fi 792mostlyclean-generic: 793 794clean-generic: 795 796distclean-generic: 797 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 798 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 799 800maintainer-clean-generic: 801 @echo "This command is intended for maintainers to use" 802 @echo "it deletes files that may require special tools to rebuild." 803 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 804clean: clean-recursive 805 806clean-am: clean-generic clean-libtool mostlyclean-am 807 808distclean: distclean-recursive 809 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 810 -rm -f Makefile 811distclean-am: clean-am distclean-generic distclean-hdr \ 812 distclean-libtool distclean-tags 813 814dvi: dvi-recursive 815 816dvi-am: 817 818html: html-recursive 819 820html-am: 821 822info: info-recursive 823 824info-am: 825 826install-data-am: install-pkgconfigDATA 827 828install-dvi: install-dvi-recursive 829 830install-dvi-am: 831 832install-exec-am: 833 834install-html: install-html-recursive 835 836install-html-am: 837 838install-info: install-info-recursive 839 840install-info-am: 841 842install-man: 843 844install-pdf: install-pdf-recursive 845 846install-pdf-am: 847 848install-ps: install-ps-recursive 849 850install-ps-am: 851 852installcheck-am: 853 854maintainer-clean: maintainer-clean-recursive 855 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 856 -rm -rf $(top_srcdir)/autom4te.cache 857 -rm -f Makefile 858maintainer-clean-am: distclean-am maintainer-clean-generic 859 860mostlyclean: mostlyclean-recursive 861 862mostlyclean-am: mostlyclean-generic mostlyclean-libtool 863 864pdf: pdf-recursive 865 866pdf-am: 867 868ps: ps-recursive 869 870ps-am: 871 872uninstall-am: uninstall-pkgconfigDATA 873 874.MAKE: $(am__recursive_targets) all install-am install-strip 875 876.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 877 am--refresh check check-am clean clean-cscope clean-generic \ 878 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 879 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 880 dist-tarZ dist-xz dist-zip distcheck distclean \ 881 distclean-generic distclean-hdr distclean-libtool \ 882 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 883 dvi-am html html-am info info-am install install-am \ 884 install-data install-data-am install-dvi install-dvi-am \ 885 install-exec install-exec-am install-html install-html-am \ 886 install-info install-info-am install-man install-pdf \ 887 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 888 install-strip installcheck installcheck-am installdirs \ 889 installdirs-am maintainer-clean maintainer-clean-generic \ 890 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 891 ps ps-am tags tags-am uninstall uninstall-am \ 892 uninstall-pkgconfigDATA 893 894 895.PHONY: ChangeLog INSTALL 896 897INSTALL: 898 $(INSTALL_CMD) 899 900ChangeLog: 901 $(CHANGELOG_CMD) 902 903dist-hook: ChangeLog INSTALL 904 905# Tell versions [3.59,3.63) of GNU make to not export all variables. 906# Otherwise a system limit (for SysV at least) may be exceeded. 907.NOEXPORT: 908