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