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