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