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 v4.0.0.html 348 349dist_doc_DATA = $(docfiles) 350SUBDIRS = images man 351all: all-recursive 352 353.SUFFIXES: 354$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 355 @for dep in $?; do \ 356 case '$(am__configure_deps)' in \ 357 *$$dep*) \ 358 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 359 && { if test -f $@; then exit 0; else break; fi; }; \ 360 exit 1;; \ 361 esac; \ 362 done; \ 363 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign html/Makefile'; \ 364 $(am__cd) $(top_srcdir) && \ 365 $(AUTOMAKE) --foreign html/Makefile 366.PRECIOUS: Makefile 367Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 368 @case '$?' in \ 369 *config.status*) \ 370 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 371 *) \ 372 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 373 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 374 esac; 375 376$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 378 379$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 381$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 383$(am__aclocal_m4_deps): 384 385mostlyclean-libtool: 386 -rm -f *.lo 387 388clean-libtool: 389 -rm -rf .libs _libs 390install-dist_docDATA: $(dist_doc_DATA) 391 @$(NORMAL_INSTALL) 392 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" 393 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 394 for p in $$list; do \ 395 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 396 echo "$$d$$p"; \ 397 done | $(am__base_list) | \ 398 while read files; do \ 399 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 400 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 401 done 402 403uninstall-dist_docDATA: 404 @$(NORMAL_UNINSTALL) 405 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 406 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 407 test -n "$$files" || exit 0; \ 408 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ 409 cd "$(DESTDIR)$(docdir)" && rm -f $$files 410 411# This directory's subdirectories are mostly independent; you can cd 412# into them and run `make' without going through this Makefile. 413# To change the values of `make' variables: instead of editing Makefiles, 414# (1) if the variable is set in `config.status', edit `config.status' 415# (which will cause the Makefiles to be regenerated when you run `make'); 416# (2) otherwise, pass the desired values on the `make' command line. 417$(RECURSIVE_TARGETS): 418 @failcom='exit 1'; \ 419 for f in x $$MAKEFLAGS; do \ 420 case $$f in \ 421 *=* | --[!k]*);; \ 422 *k*) failcom='fail=yes';; \ 423 esac; \ 424 done; \ 425 dot_seen=no; \ 426 target=`echo $@ | sed s/-recursive//`; \ 427 list='$(SUBDIRS)'; for subdir in $$list; do \ 428 echo "Making $$target in $$subdir"; \ 429 if test "$$subdir" = "."; then \ 430 dot_seen=yes; \ 431 local_target="$$target-am"; \ 432 else \ 433 local_target="$$target"; \ 434 fi; \ 435 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 436 || eval $$failcom; \ 437 done; \ 438 if test "$$dot_seen" = "no"; then \ 439 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 440 fi; test -z "$$fail" 441 442$(RECURSIVE_CLEAN_TARGETS): 443 @failcom='exit 1'; \ 444 for f in x $$MAKEFLAGS; do \ 445 case $$f in \ 446 *=* | --[!k]*);; \ 447 *k*) failcom='fail=yes';; \ 448 esac; \ 449 done; \ 450 dot_seen=no; \ 451 case "$@" in \ 452 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 453 *) list='$(SUBDIRS)' ;; \ 454 esac; \ 455 rev=''; for subdir in $$list; do \ 456 if test "$$subdir" = "."; then :; else \ 457 rev="$$subdir $$rev"; \ 458 fi; \ 459 done; \ 460 rev="$$rev ."; \ 461 target=`echo $@ | sed s/-recursive//`; \ 462 for subdir in $$rev; do \ 463 echo "Making $$target in $$subdir"; \ 464 if test "$$subdir" = "."; then \ 465 local_target="$$target-am"; \ 466 else \ 467 local_target="$$target"; \ 468 fi; \ 469 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 470 || eval $$failcom; \ 471 done && test -z "$$fail" 472tags-recursive: 473 list='$(SUBDIRS)'; for subdir in $$list; do \ 474 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 475 done 476ctags-recursive: 477 list='$(SUBDIRS)'; for subdir in $$list; do \ 478 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 479 done 480 481ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 482 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 483 unique=`for i in $$list; do \ 484 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 485 done | \ 486 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 487 END { if (nonempty) { for (i in files) print i; }; }'`; \ 488 mkid -fID $$unique 489tags: TAGS 490 491TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 492 $(TAGS_FILES) $(LISP) 493 set x; \ 494 here=`pwd`; \ 495 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 496 include_option=--etags-include; \ 497 empty_fix=.; \ 498 else \ 499 include_option=--include; \ 500 empty_fix=; \ 501 fi; \ 502 list='$(SUBDIRS)'; for subdir in $$list; do \ 503 if test "$$subdir" = .; then :; else \ 504 test ! -f $$subdir/TAGS || \ 505 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 506 fi; \ 507 done; \ 508 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 509 unique=`for i in $$list; do \ 510 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 511 done | \ 512 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 513 END { if (nonempty) { for (i in files) print i; }; }'`; \ 514 shift; \ 515 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 516 test -n "$$unique" || unique=$$empty_fix; \ 517 if test $$# -gt 0; then \ 518 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 519 "$$@" $$unique; \ 520 else \ 521 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 522 $$unique; \ 523 fi; \ 524 fi 525ctags: CTAGS 526CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 527 $(TAGS_FILES) $(LISP) 528 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 529 unique=`for i in $$list; do \ 530 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 531 done | \ 532 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 533 END { if (nonempty) { for (i in files) print i; }; }'`; \ 534 test -z "$(CTAGS_ARGS)$$unique" \ 535 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 536 $$unique 537 538GTAGS: 539 here=`$(am__cd) $(top_builddir) && pwd` \ 540 && $(am__cd) $(top_srcdir) \ 541 && gtags -i $(GTAGS_ARGS) "$$here" 542 543distclean-tags: 544 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 545 546distdir: $(DISTFILES) 547 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 548 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 549 list='$(DISTFILES)'; \ 550 dist_files=`for file in $$list; do echo $$file; done | \ 551 sed -e "s|^$$srcdirstrip/||;t" \ 552 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 553 case $$dist_files in \ 554 */*) $(MKDIR_P) `echo "$$dist_files" | \ 555 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 556 sort -u` ;; \ 557 esac; \ 558 for file in $$dist_files; do \ 559 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 560 if test -d $$d/$$file; then \ 561 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 562 if test -d "$(distdir)/$$file"; then \ 563 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 564 fi; \ 565 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 566 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 567 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 568 fi; \ 569 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 570 else \ 571 test -f "$(distdir)/$$file" \ 572 || cp -p $$d/$$file "$(distdir)/$$file" \ 573 || exit 1; \ 574 fi; \ 575 done 576 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 577 if test "$$subdir" = .; then :; else \ 578 test -d "$(distdir)/$$subdir" \ 579 || $(MKDIR_P) "$(distdir)/$$subdir" \ 580 || exit 1; \ 581 fi; \ 582 done 583 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 584 if test "$$subdir" = .; then :; else \ 585 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 586 $(am__relativize); \ 587 new_distdir=$$reldir; \ 588 dir1=$$subdir; dir2="$(top_distdir)"; \ 589 $(am__relativize); \ 590 new_top_distdir=$$reldir; \ 591 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 592 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 593 ($(am__cd) $$subdir && \ 594 $(MAKE) $(AM_MAKEFLAGS) \ 595 top_distdir="$$new_top_distdir" \ 596 distdir="$$new_distdir" \ 597 am__remove_distdir=: \ 598 am__skip_length_check=: \ 599 am__skip_mode_fix=: \ 600 distdir) \ 601 || exit 1; \ 602 fi; \ 603 done 604check-am: all-am 605check: check-recursive 606all-am: Makefile $(DATA) 607installdirs: installdirs-recursive 608installdirs-am: 609 for dir in "$(DESTDIR)$(docdir)"; do \ 610 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 611 done 612install: install-recursive 613install-exec: install-exec-recursive 614install-data: install-data-recursive 615uninstall: uninstall-recursive 616 617install-am: all-am 618 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 619 620installcheck: installcheck-recursive 621install-strip: 622 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 623 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 624 `test -z '$(STRIP)' || \ 625 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 626mostlyclean-generic: 627 628clean-generic: 629 630distclean-generic: 631 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 632 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 633 634maintainer-clean-generic: 635 @echo "This command is intended for maintainers to use" 636 @echo "it deletes files that may require special tools to rebuild." 637clean: clean-recursive 638 639clean-am: clean-generic clean-libtool mostlyclean-am 640 641distclean: distclean-recursive 642 -rm -f Makefile 643distclean-am: clean-am distclean-generic distclean-tags 644 645dvi: dvi-recursive 646 647dvi-am: 648 649html: html-recursive 650 651html-am: 652 653info: info-recursive 654 655info-am: 656 657install-data-am: install-dist_docDATA 658 659install-dvi: install-dvi-recursive 660 661install-dvi-am: 662 663install-exec-am: 664 665install-html: install-html-recursive 666 667install-html-am: 668 669install-info: install-info-recursive 670 671install-info-am: 672 673install-man: 674 675install-pdf: install-pdf-recursive 676 677install-pdf-am: 678 679install-ps: install-ps-recursive 680 681install-ps-am: 682 683installcheck-am: 684 685maintainer-clean: maintainer-clean-recursive 686 -rm -f Makefile 687maintainer-clean-am: distclean-am maintainer-clean-generic 688 689mostlyclean: mostlyclean-recursive 690 691mostlyclean-am: mostlyclean-generic mostlyclean-libtool 692 693pdf: pdf-recursive 694 695pdf-am: 696 697ps: ps-recursive 698 699ps-am: 700 701uninstall-am: uninstall-dist_docDATA 702 703.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 704 install-am install-strip tags-recursive 705 706.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 707 all all-am check check-am clean clean-generic clean-libtool \ 708 ctags ctags-recursive distclean distclean-generic \ 709 distclean-libtool distclean-tags distdir dvi dvi-am html \ 710 html-am info info-am install install-am install-data \ 711 install-data-am install-dist_docDATA install-dvi \ 712 install-dvi-am install-exec install-exec-am install-html \ 713 install-html-am install-info install-info-am install-man \ 714 install-pdf install-pdf-am install-ps install-ps-am \ 715 install-strip installcheck installcheck-am installdirs \ 716 installdirs-am maintainer-clean maintainer-clean-generic \ 717 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 718 ps ps-am tags tags-recursive uninstall uninstall-am \ 719 uninstall-dist_docDATA 720 721 722# Tell versions [3.59,3.63) of GNU make to not export all variables. 723# Otherwise a system limit (for SysV at least) may be exceeded. 724.NOEXPORT: 725