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