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