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