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# 18# Tag Image File Format (TIFF) Software 19# 20# Copyright (C) 2004, Andrey Kiselev <[email protected]> 21# 22# Permission to use, copy, modify, distribute, and sell this software and 23# its documentation for any purpose is hereby granted without fee, provided 24# that (i) the above copyright notices and this permission notice appear in 25# all copies of the software and related documentation, and (ii) the names of 26# Sam Leffler and Silicon Graphics may not be used in any advertising or 27# publicity relating to the software without the specific, prior written 28# permission of Sam Leffler and Silicon Graphics. 29# 30# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 31# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 32# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 33# 34# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR 35# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, 36# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 37# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 38# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 39# OF THIS SOFTWARE. 40 41# Process this file with automake to produce Makefile.in. 42 43VPATH = @srcdir@ 44am__is_gnu_make = { \ 45 if test -z '$(MAKELEVEL)'; then \ 46 false; \ 47 elif test -n '$(MAKE_HOST)'; then \ 48 true; \ 49 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 50 true; \ 51 else \ 52 false; \ 53 fi; \ 54} 55am__make_running_with_option = \ 56 case $${target_option-} in \ 57 ?) ;; \ 58 *) echo "am__make_running_with_option: internal error: invalid" \ 59 "target option '$${target_option-}' specified" >&2; \ 60 exit 1;; \ 61 esac; \ 62 has_opt=no; \ 63 sane_makeflags=$$MAKEFLAGS; \ 64 if $(am__is_gnu_make); then \ 65 sane_makeflags=$$MFLAGS; \ 66 else \ 67 case $$MAKEFLAGS in \ 68 *\\[\ \ ]*) \ 69 bs=\\; \ 70 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 71 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 72 esac; \ 73 fi; \ 74 skip_next=no; \ 75 strip_trailopt () \ 76 { \ 77 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 78 }; \ 79 for flg in $$sane_makeflags; do \ 80 test $$skip_next = yes && { skip_next=no; continue; }; \ 81 case $$flg in \ 82 *=*|--*) continue;; \ 83 -*I) strip_trailopt 'I'; skip_next=yes;; \ 84 -*I?*) strip_trailopt 'I';; \ 85 -*O) strip_trailopt 'O'; skip_next=yes;; \ 86 -*O?*) strip_trailopt 'O';; \ 87 -*l) strip_trailopt 'l'; skip_next=yes;; \ 88 -*l?*) strip_trailopt 'l';; \ 89 -[dEDm]) skip_next=yes;; \ 90 -[JT]) skip_next=yes;; \ 91 esac; \ 92 case $$flg in \ 93 *$$target_option*) has_opt=yes; break;; \ 94 esac; \ 95 done; \ 96 test $$has_opt = yes 97am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 98am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 99pkgdatadir = $(datadir)/@PACKAGE@ 100pkgincludedir = $(includedir)/@PACKAGE@ 101pkglibdir = $(libdir)/@PACKAGE@ 102pkglibexecdir = $(libexecdir)/@PACKAGE@ 103am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 104install_sh_DATA = $(install_sh) -c -m 644 105install_sh_PROGRAM = $(install_sh) -c 106install_sh_SCRIPT = $(install_sh) -c 107INSTALL_HEADER = $(INSTALL_DATA) 108transform = $(program_transform_name) 109NORMAL_INSTALL = : 110PRE_INSTALL = : 111POST_INSTALL = : 112NORMAL_UNINSTALL = : 113PRE_UNINSTALL = : 114POST_UNINSTALL = : 115build_triplet = @build@ 116host_triplet = @host@ 117subdir = html 118ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 119am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ 120 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 121 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 122 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 124 $(ACLOCAL_M4) 125DIST_COMMON = $(srcdir)/Makefile.am $(dist_doc_DATA) \ 126 $(am__DIST_COMMON) 127mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 128CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \ 129 $(top_builddir)/libtiff/tiffconf.h 130CONFIG_CLEAN_FILES = 131CONFIG_CLEAN_VPATH_FILES = 132AM_V_P = $(am__v_P_@AM_V@) 133am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 134am__v_P_0 = false 135am__v_P_1 = : 136AM_V_GEN = $(am__v_GEN_@AM_V@) 137am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 138am__v_GEN_0 = @echo " GEN " $@; 139am__v_GEN_1 = 140AM_V_at = $(am__v_at_@AM_V@) 141am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 142am__v_at_0 = @ 143am__v_at_1 = 144SOURCES = 145DIST_SOURCES = 146RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 147 ctags-recursive dvi-recursive html-recursive info-recursive \ 148 install-data-recursive install-dvi-recursive \ 149 install-exec-recursive install-html-recursive \ 150 install-info-recursive install-pdf-recursive \ 151 install-ps-recursive install-recursive installcheck-recursive \ 152 installdirs-recursive pdf-recursive ps-recursive \ 153 tags-recursive uninstall-recursive 154am__can_run_installinfo = \ 155 case $$AM_UPDATE_INFO_DIR in \ 156 n|no|NO) false;; \ 157 *) (install-info --version) >/dev/null 2>&1;; \ 158 esac 159am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 160am__vpath_adj = case $$p in \ 161 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 162 *) f=$$p;; \ 163 esac; 164am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 165am__install_max = 40 166am__nobase_strip_setup = \ 167 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 168am__nobase_strip = \ 169 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 170am__nobase_list = $(am__nobase_strip_setup); \ 171 for p in $$list; do echo "$$p $$p"; done | \ 172 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 173 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 174 if (++n[$$2] == $(am__install_max)) \ 175 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 176 END { for (dir in files) print dir, files[dir] }' 177am__base_list = \ 178 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 179 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 180am__uninstall_files_from_dir = { \ 181 test -z "$$files" \ 182 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 183 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 184 $(am__cd) "$$dir" && rm -f $$files; }; \ 185 } 186am__installdirs = "$(DESTDIR)$(docdir)" 187DATA = $(dist_doc_DATA) 188RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 189 distclean-recursive maintainer-clean-recursive 190am__recursive_targets = \ 191 $(RECURSIVE_TARGETS) \ 192 $(RECURSIVE_CLEAN_TARGETS) \ 193 $(am__extra_recursive_targets) 194AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 195 distdir 196am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 197# Read a list of newline-separated strings from the standard input, 198# and print each of them once, without duplicates. Input order is 199# *not* preserved. 200am__uniquify_input = $(AWK) '\ 201 BEGIN { nonempty = 0; } \ 202 { items[$$0] = 1; nonempty = 1; } \ 203 END { if (nonempty) { for (i in items) print i; }; } \ 204' 205# Make sure the list of sources is unique. This is necessary because, 206# e.g., the same source file might be shared among _SOURCES variables 207# for different programs/libraries. 208am__define_uniq_tagged_files = \ 209 list='$(am__tagged_files)'; \ 210 unique=`for i in $$list; do \ 211 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 212 done | $(am__uniquify_input)` 213ETAGS = etags 214CTAGS = ctags 215DIST_SUBDIRS = $(SUBDIRS) 216am__DIST_COMMON = $(srcdir)/Makefile.in \ 217 $(top_srcdir)/config/mkinstalldirs 218DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 219am__relativize = \ 220 dir0=`pwd`; \ 221 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 222 sed_rest='s,^[^/]*/*,,'; \ 223 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 224 sed_butlast='s,/*[^/]*$$,,'; \ 225 while test -n "$$dir1"; do \ 226 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 227 if test "$$first" != "."; then \ 228 if test "$$first" = ".."; then \ 229 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 230 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 231 else \ 232 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 233 if test "$$first2" = "$$first"; then \ 234 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 235 else \ 236 dir2="../$$dir2"; \ 237 fi; \ 238 dir0="$$dir0"/"$$first"; \ 239 fi; \ 240 fi; \ 241 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 242 done; \ 243 reldir="$$dir2" 244ACLOCAL = @ACLOCAL@ 245AMTAR = @AMTAR@ 246AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 247AR = @AR@ 248AS = @AS@ 249AUTOCONF = @AUTOCONF@ 250AUTOHEADER = @AUTOHEADER@ 251AUTOMAKE = @AUTOMAKE@ 252AWK = @AWK@ 253CC = @CC@ 254CCDEPMODE = @CCDEPMODE@ 255CFLAGS = @CFLAGS@ 256CMAKE = @CMAKE@ 257CPP = @CPP@ 258CPPFLAGS = @CPPFLAGS@ 259CXX = @CXX@ 260CXXCPP = @CXXCPP@ 261CXXDEPMODE = @CXXDEPMODE@ 262CXXFLAGS = @CXXFLAGS@ 263CYGPATH_W = @CYGPATH_W@ 264DEFS = @DEFS@ 265DEPDIR = @DEPDIR@ 266DLLTOOL = @DLLTOOL@ 267DSYMUTIL = @DSYMUTIL@ 268DUMPBIN = @DUMPBIN@ 269ECHO_C = @ECHO_C@ 270ECHO_N = @ECHO_N@ 271ECHO_T = @ECHO_T@ 272EGREP = @EGREP@ 273EXEEXT = @EXEEXT@ 274FGREP = @FGREP@ 275GLUT_CFLAGS = @GLUT_CFLAGS@ 276GLUT_LIBS = @GLUT_LIBS@ 277GLU_CFLAGS = @GLU_CFLAGS@ 278GLU_LIBS = @GLU_LIBS@ 279GL_CFLAGS = @GL_CFLAGS@ 280GL_LIBS = @GL_LIBS@ 281GREP = @GREP@ 282INSTALL = @INSTALL@ 283INSTALL_DATA = @INSTALL_DATA@ 284INSTALL_PROGRAM = @INSTALL_PROGRAM@ 285INSTALL_SCRIPT = @INSTALL_SCRIPT@ 286INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 287LD = @LD@ 288LDFLAGS = @LDFLAGS@ 289LIBDIR = @LIBDIR@ 290LIBOBJS = @LIBOBJS@ 291LIBS = @LIBS@ 292LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@ 293LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@ 294LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@ 295LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@ 296LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@ 297LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@ 298LIBTIFF_VERSION = @LIBTIFF_VERSION@ 299LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@ 300LIBTOOL = @LIBTOOL@ 301LIPO = @LIPO@ 302LN_S = @LN_S@ 303LTLIBOBJS = @LTLIBOBJS@ 304LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 305MAINT = @MAINT@ 306MAKEINFO = @MAKEINFO@ 307MANIFEST_TOOL = @MANIFEST_TOOL@ 308MKDIR_P = @MKDIR_P@ 309NM = @NM@ 310NMEDIT = @NMEDIT@ 311OBJDUMP = @OBJDUMP@ 312OBJEXT = @OBJEXT@ 313OTOOL = @OTOOL@ 314OTOOL64 = @OTOOL64@ 315PACKAGE = @PACKAGE@ 316PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 317PACKAGE_NAME = @PACKAGE_NAME@ 318PACKAGE_STRING = @PACKAGE_STRING@ 319PACKAGE_TARNAME = @PACKAGE_TARNAME@ 320PACKAGE_URL = @PACKAGE_URL@ 321PACKAGE_VERSION = @PACKAGE_VERSION@ 322PATH_SEPARATOR = @PATH_SEPARATOR@ 323PTHREAD_CC = @PTHREAD_CC@ 324PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 325PTHREAD_LIBS = @PTHREAD_LIBS@ 326RANLIB = @RANLIB@ 327SED = @SED@ 328SET_MAKE = @SET_MAKE@ 329SHELL = @SHELL@ 330STRIP = @STRIP@ 331VERSION = @VERSION@ 332XMKMF = @XMKMF@ 333X_CFLAGS = @X_CFLAGS@ 334X_EXTRA_LIBS = @X_EXTRA_LIBS@ 335X_LIBS = @X_LIBS@ 336X_PRE_LIBS = @X_PRE_LIBS@ 337abs_builddir = @abs_builddir@ 338abs_srcdir = @abs_srcdir@ 339abs_top_builddir = @abs_top_builddir@ 340abs_top_srcdir = @abs_top_srcdir@ 341ac_ct_AR = @ac_ct_AR@ 342ac_ct_CC = @ac_ct_CC@ 343ac_ct_CXX = @ac_ct_CXX@ 344ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 345am__include = @am__include@ 346am__leading_dot = @am__leading_dot@ 347am__quote = @am__quote@ 348am__tar = @am__tar@ 349am__untar = @am__untar@ 350ax_pthread_config = @ax_pthread_config@ 351bindir = @bindir@ 352build = @build@ 353build_alias = @build_alias@ 354build_cpu = @build_cpu@ 355build_os = @build_os@ 356build_vendor = @build_vendor@ 357builddir = @builddir@ 358datadir = @datadir@ 359datarootdir = @datarootdir@ 360docdir = $(LIBTIFF_DOCDIR)/html 361dvidir = @dvidir@ 362exec_prefix = @exec_prefix@ 363host = @host@ 364host_alias = @host_alias@ 365host_cpu = @host_cpu@ 366host_os = @host_os@ 367host_vendor = @host_vendor@ 368htmldir = @htmldir@ 369includedir = @includedir@ 370infodir = @infodir@ 371install_sh = @install_sh@ 372libdir = @libdir@ 373libexecdir = @libexecdir@ 374localedir = @localedir@ 375localstatedir = @localstatedir@ 376mandir = @mandir@ 377mkdir_p = @mkdir_p@ 378oldincludedir = @oldincludedir@ 379pdfdir = @pdfdir@ 380prefix = @prefix@ 381program_transform_name = @program_transform_name@ 382psdir = @psdir@ 383sbindir = @sbindir@ 384sharedstatedir = @sharedstatedir@ 385srcdir = @srcdir@ 386sysconfdir = @sysconfdir@ 387target_alias = @target_alias@ 388tiff_libs_private = @tiff_libs_private@ 389top_build_prefix = @top_build_prefix@ 390top_builddir = @top_builddir@ 391top_srcdir = @top_srcdir@ 392docfiles = \ 393 addingtags.html \ 394 bugs.html \ 395 build.html \ 396 contrib.html \ 397 document.html \ 398 images.html \ 399 index.html \ 400 internals.html \ 401 intro.html \ 402 libtiff.html \ 403 misc.html \ 404 support.html \ 405 TIFFTechNote2.html \ 406 tools.html \ 407 v3.4beta007.html \ 408 v3.4beta016.html \ 409 v3.4beta018.html \ 410 v3.4beta024.html \ 411 v3.4beta028.html \ 412 v3.4beta029.html \ 413 v3.4beta031.html \ 414 v3.4beta032.html \ 415 v3.4beta033.html \ 416 v3.4beta034.html \ 417 v3.4beta035.html \ 418 v3.4beta036.html \ 419 v3.5.1.html \ 420 v3.5.2.html \ 421 v3.5.3.html \ 422 v3.5.4.html \ 423 v3.5.5.html \ 424 v3.5.6-beta.html \ 425 v3.5.7.html \ 426 v3.6.0.html \ 427 v3.6.1.html \ 428 v3.7.0alpha.html \ 429 v3.7.0beta.html \ 430 v3.7.0beta2.html \ 431 v3.7.0.html \ 432 v3.7.1.html \ 433 v3.7.2.html \ 434 v3.7.3.html \ 435 v3.7.4.html \ 436 v3.8.0.html \ 437 v3.8.1.html \ 438 v3.8.2.html \ 439 v3.9.0beta.html \ 440 v3.9.1.html \ 441 v3.9.2.html \ 442 v4.0.0.html \ 443 v4.0.1.html \ 444 v4.0.2.html \ 445 v4.0.3.html \ 446 v4.0.4beta.html \ 447 v4.0.4.html \ 448 v4.0.5.html \ 449 v4.0.6.html \ 450 v4.0.7.html 451 452dist_doc_DATA = $(docfiles) 453SUBDIRS = images man 454EXTRA_DIST = \ 455 CMakeLists.txt 456 457all: all-recursive 458 459.SUFFIXES: 460$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 461 @for dep in $?; do \ 462 case '$(am__configure_deps)' in \ 463 *$$dep*) \ 464 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 465 && { if test -f $@; then exit 0; else break; fi; }; \ 466 exit 1;; \ 467 esac; \ 468 done; \ 469 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign html/Makefile'; \ 470 $(am__cd) $(top_srcdir) && \ 471 $(AUTOMAKE) --foreign html/Makefile 472Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 473 @case '$?' in \ 474 *config.status*) \ 475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 476 *) \ 477 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 478 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 479 esac; 480 481$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 482 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 483 484$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 485 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 486$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 487 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 488$(am__aclocal_m4_deps): 489 490mostlyclean-libtool: 491 -rm -f *.lo 492 493clean-libtool: 494 -rm -rf .libs _libs 495install-dist_docDATA: $(dist_doc_DATA) 496 @$(NORMAL_INSTALL) 497 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 498 if test -n "$$list"; then \ 499 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ 500 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ 501 fi; \ 502 for p in $$list; do \ 503 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 504 echo "$$d$$p"; \ 505 done | $(am__base_list) | \ 506 while read files; do \ 507 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 508 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 509 done 510 511uninstall-dist_docDATA: 512 @$(NORMAL_UNINSTALL) 513 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 514 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 515 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) 516 517# This directory's subdirectories are mostly independent; you can cd 518# into them and run 'make' without going through this Makefile. 519# To change the values of 'make' variables: instead of editing Makefiles, 520# (1) if the variable is set in 'config.status', edit 'config.status' 521# (which will cause the Makefiles to be regenerated when you run 'make'); 522# (2) otherwise, pass the desired values on the 'make' command line. 523$(am__recursive_targets): 524 @fail=; \ 525 if $(am__make_keepgoing); then \ 526 failcom='fail=yes'; \ 527 else \ 528 failcom='exit 1'; \ 529 fi; \ 530 dot_seen=no; \ 531 target=`echo $@ | sed s/-recursive//`; \ 532 case "$@" in \ 533 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 534 *) list='$(SUBDIRS)' ;; \ 535 esac; \ 536 for subdir in $$list; do \ 537 echo "Making $$target in $$subdir"; \ 538 if test "$$subdir" = "."; then \ 539 dot_seen=yes; \ 540 local_target="$$target-am"; \ 541 else \ 542 local_target="$$target"; \ 543 fi; \ 544 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 545 || eval $$failcom; \ 546 done; \ 547 if test "$$dot_seen" = "no"; then \ 548 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 549 fi; test -z "$$fail" 550 551ID: $(am__tagged_files) 552 $(am__define_uniq_tagged_files); mkid -fID $$unique 553tags: tags-recursive 554TAGS: tags 555 556tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 557 set x; \ 558 here=`pwd`; \ 559 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 560 include_option=--etags-include; \ 561 empty_fix=.; \ 562 else \ 563 include_option=--include; \ 564 empty_fix=; \ 565 fi; \ 566 list='$(SUBDIRS)'; for subdir in $$list; do \ 567 if test "$$subdir" = .; then :; else \ 568 test ! -f $$subdir/TAGS || \ 569 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 570 fi; \ 571 done; \ 572 $(am__define_uniq_tagged_files); \ 573 shift; \ 574 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 575 test -n "$$unique" || unique=$$empty_fix; \ 576 if test $$# -gt 0; then \ 577 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 578 "$$@" $$unique; \ 579 else \ 580 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 581 $$unique; \ 582 fi; \ 583 fi 584ctags: ctags-recursive 585 586CTAGS: ctags 587ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 588 $(am__define_uniq_tagged_files); \ 589 test -z "$(CTAGS_ARGS)$$unique" \ 590 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 591 $$unique 592 593GTAGS: 594 here=`$(am__cd) $(top_builddir) && pwd` \ 595 && $(am__cd) $(top_srcdir) \ 596 && gtags -i $(GTAGS_ARGS) "$$here" 597cscopelist: cscopelist-recursive 598 599cscopelist-am: $(am__tagged_files) 600 list='$(am__tagged_files)'; \ 601 case "$(srcdir)" in \ 602 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 603 *) sdir=$(subdir)/$(srcdir) ;; \ 604 esac; \ 605 for i in $$list; do \ 606 if test -f "$$i"; then \ 607 echo "$(subdir)/$$i"; \ 608 else \ 609 echo "$$sdir/$$i"; \ 610 fi; \ 611 done >> $(top_builddir)/cscope.files 612 613distclean-tags: 614 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 615 616distdir: $(DISTFILES) 617 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 618 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 619 list='$(DISTFILES)'; \ 620 dist_files=`for file in $$list; do echo $$file; done | \ 621 sed -e "s|^$$srcdirstrip/||;t" \ 622 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 623 case $$dist_files in \ 624 */*) $(MKDIR_P) `echo "$$dist_files" | \ 625 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 626 sort -u` ;; \ 627 esac; \ 628 for file in $$dist_files; do \ 629 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 630 if test -d $$d/$$file; then \ 631 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 632 if test -d "$(distdir)/$$file"; then \ 633 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 634 fi; \ 635 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 636 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 637 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 638 fi; \ 639 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 640 else \ 641 test -f "$(distdir)/$$file" \ 642 || cp -p $$d/$$file "$(distdir)/$$file" \ 643 || exit 1; \ 644 fi; \ 645 done 646 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 647 if test "$$subdir" = .; then :; else \ 648 $(am__make_dryrun) \ 649 || test -d "$(distdir)/$$subdir" \ 650 || $(MKDIR_P) "$(distdir)/$$subdir" \ 651 || exit 1; \ 652 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 653 $(am__relativize); \ 654 new_distdir=$$reldir; \ 655 dir1=$$subdir; dir2="$(top_distdir)"; \ 656 $(am__relativize); \ 657 new_top_distdir=$$reldir; \ 658 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 659 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 660 ($(am__cd) $$subdir && \ 661 $(MAKE) $(AM_MAKEFLAGS) \ 662 top_distdir="$$new_top_distdir" \ 663 distdir="$$new_distdir" \ 664 am__remove_distdir=: \ 665 am__skip_length_check=: \ 666 am__skip_mode_fix=: \ 667 distdir) \ 668 || exit 1; \ 669 fi; \ 670 done 671check-am: all-am 672check: check-recursive 673all-am: Makefile $(DATA) 674installdirs: installdirs-recursive 675installdirs-am: 676 for dir in "$(DESTDIR)$(docdir)"; do \ 677 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 678 done 679install: install-recursive 680install-exec: install-exec-recursive 681install-data: install-data-recursive 682uninstall: uninstall-recursive 683 684install-am: all-am 685 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 686 687installcheck: installcheck-recursive 688install-strip: 689 if test -z '$(STRIP)'; then \ 690 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 691 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 692 install; \ 693 else \ 694 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 695 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 696 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 697 fi 698mostlyclean-generic: 699 700clean-generic: 701 702distclean-generic: 703 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 704 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 705 706maintainer-clean-generic: 707 @echo "This command is intended for maintainers to use" 708 @echo "it deletes files that may require special tools to rebuild." 709clean: clean-recursive 710 711clean-am: clean-generic clean-libtool mostlyclean-am 712 713distclean: distclean-recursive 714 -rm -f Makefile 715distclean-am: clean-am distclean-generic distclean-tags 716 717dvi: dvi-recursive 718 719dvi-am: 720 721html: html-recursive 722 723html-am: 724 725info: info-recursive 726 727info-am: 728 729install-data-am: install-dist_docDATA 730 731install-dvi: install-dvi-recursive 732 733install-dvi-am: 734 735install-exec-am: 736 737install-html: install-html-recursive 738 739install-html-am: 740 741install-info: install-info-recursive 742 743install-info-am: 744 745install-man: 746 747install-pdf: install-pdf-recursive 748 749install-pdf-am: 750 751install-ps: install-ps-recursive 752 753install-ps-am: 754 755installcheck-am: 756 757maintainer-clean: maintainer-clean-recursive 758 -rm -f Makefile 759maintainer-clean-am: distclean-am maintainer-clean-generic 760 761mostlyclean: mostlyclean-recursive 762 763mostlyclean-am: mostlyclean-generic mostlyclean-libtool 764 765pdf: pdf-recursive 766 767pdf-am: 768 769ps: ps-recursive 770 771ps-am: 772 773uninstall-am: uninstall-dist_docDATA 774 775.MAKE: $(am__recursive_targets) install-am install-strip 776 777.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 778 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 779 ctags-am distclean distclean-generic distclean-libtool \ 780 distclean-tags distdir dvi dvi-am html html-am info info-am \ 781 install install-am install-data install-data-am \ 782 install-dist_docDATA install-dvi install-dvi-am install-exec \ 783 install-exec-am install-html install-html-am install-info \ 784 install-info-am install-man install-pdf install-pdf-am \ 785 install-ps install-ps-am install-strip installcheck \ 786 installcheck-am installdirs installdirs-am maintainer-clean \ 787 maintainer-clean-generic mostlyclean mostlyclean-generic \ 788 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 789 uninstall-am uninstall-dist_docDATA 790 791.PRECIOUS: Makefile 792 793 794# Tell versions [3.59,3.63) of GNU make to not export all variables. 795# Otherwise a system limit (for SysV at least) may be exceeded. 796.NOEXPORT: 797