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# Tag Image File Format (TIFF) Software 18# 19# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu> 20# 21# Permission to use, copy, modify, distribute, and sell this software and 22# its documentation for any purpose is hereby granted without fee, provided 23# that (i) the above copyright notices and this permission notice appear in 24# all copies of the software and related documentation, and (ii) the names of 25# Sam Leffler and Silicon Graphics may not be used in any advertising or 26# publicity relating to the software without the specific, prior written 27# permission of Sam Leffler and Silicon Graphics. 28# 29# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 30# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 31# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 32# 33# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR 34# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, 35# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 36# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 37# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 38# OF THIS SOFTWARE. 39 40# Process this file with automake to produce Makefile.in. 41VPATH = @srcdir@ 42am__is_gnu_make = { \ 43 if test -z '$(MAKELEVEL)'; then \ 44 false; \ 45 elif test -n '$(MAKE_HOST)'; then \ 46 true; \ 47 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 48 true; \ 49 else \ 50 false; \ 51 fi; \ 52} 53am__make_running_with_option = \ 54 case $${target_option-} in \ 55 ?) ;; \ 56 *) echo "am__make_running_with_option: internal error: invalid" \ 57 "target option '$${target_option-}' specified" >&2; \ 58 exit 1;; \ 59 esac; \ 60 has_opt=no; \ 61 sane_makeflags=$$MAKEFLAGS; \ 62 if $(am__is_gnu_make); then \ 63 sane_makeflags=$$MFLAGS; \ 64 else \ 65 case $$MAKEFLAGS in \ 66 *\\[\ \ ]*) \ 67 bs=\\; \ 68 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 69 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 70 esac; \ 71 fi; \ 72 skip_next=no; \ 73 strip_trailopt () \ 74 { \ 75 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 76 }; \ 77 for flg in $$sane_makeflags; do \ 78 test $$skip_next = yes && { skip_next=no; continue; }; \ 79 case $$flg in \ 80 *=*|--*) continue;; \ 81 -*I) strip_trailopt 'I'; skip_next=yes;; \ 82 -*I?*) strip_trailopt 'I';; \ 83 -*O) strip_trailopt 'O'; skip_next=yes;; \ 84 -*O?*) strip_trailopt 'O';; \ 85 -*l) strip_trailopt 'l'; skip_next=yes;; \ 86 -*l?*) strip_trailopt 'l';; \ 87 -[dEDm]) skip_next=yes;; \ 88 -[JT]) skip_next=yes;; \ 89 esac; \ 90 case $$flg in \ 91 *$$target_option*) has_opt=yes; break;; \ 92 esac; \ 93 done; \ 94 test $$has_opt = yes 95am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 96am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 97pkgdatadir = $(datadir)/@PACKAGE@ 98pkgincludedir = $(includedir)/@PACKAGE@ 99pkglibdir = $(libdir)/@PACKAGE@ 100pkglibexecdir = $(libexecdir)/@PACKAGE@ 101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 102install_sh_DATA = $(install_sh) -c -m 644 103install_sh_PROGRAM = $(install_sh) -c 104install_sh_SCRIPT = $(install_sh) -c 105INSTALL_HEADER = $(INSTALL_DATA) 106transform = $(program_transform_name) 107NORMAL_INSTALL = : 108PRE_INSTALL = : 109POST_INSTALL = : 110NORMAL_UNINSTALL = : 111PRE_UNINSTALL = : 112POST_UNINSTALL = : 113build_triplet = @build@ 114host_triplet = @host@ 115subdir = contrib/stream 116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 117am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ 118 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 119 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 120 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 122 $(ACLOCAL_M4) 123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 124mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 125CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \ 126 $(top_builddir)/libtiff/tiffconf.h 127CONFIG_CLEAN_FILES = 128CONFIG_CLEAN_VPATH_FILES = 129AM_V_P = $(am__v_P_@AM_V@) 130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 131am__v_P_0 = false 132am__v_P_1 = : 133AM_V_GEN = $(am__v_GEN_@AM_V@) 134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 135am__v_GEN_0 = @echo " GEN " $@; 136am__v_GEN_1 = 137AM_V_at = $(am__v_at_@AM_V@) 138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 139am__v_at_0 = @ 140am__v_at_1 = 141SOURCES = 142DIST_SOURCES = 143am__can_run_installinfo = \ 144 case $$AM_UPDATE_INFO_DIR in \ 145 n|no|NO) false;; \ 146 *) (install-info --version) >/dev/null 2>&1;; \ 147 esac 148am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 149am__DIST_COMMON = $(srcdir)/Makefile.in \ 150 $(top_srcdir)/config/mkinstalldirs README 151DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 152ACLOCAL = @ACLOCAL@ 153AMTAR = @AMTAR@ 154AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 155AR = @AR@ 156AS = @AS@ 157AUTOCONF = @AUTOCONF@ 158AUTOHEADER = @AUTOHEADER@ 159AUTOMAKE = @AUTOMAKE@ 160AWK = @AWK@ 161CC = @CC@ 162CCDEPMODE = @CCDEPMODE@ 163CFLAGS = @CFLAGS@ 164CMAKE = @CMAKE@ 165CPP = @CPP@ 166CPPFLAGS = @CPPFLAGS@ 167CXX = @CXX@ 168CXXCPP = @CXXCPP@ 169CXXDEPMODE = @CXXDEPMODE@ 170CXXFLAGS = @CXXFLAGS@ 171CYGPATH_W = @CYGPATH_W@ 172DEFS = @DEFS@ 173DEPDIR = @DEPDIR@ 174DLLTOOL = @DLLTOOL@ 175DSYMUTIL = @DSYMUTIL@ 176DUMPBIN = @DUMPBIN@ 177ECHO_C = @ECHO_C@ 178ECHO_N = @ECHO_N@ 179ECHO_T = @ECHO_T@ 180EGREP = @EGREP@ 181EXEEXT = @EXEEXT@ 182FGREP = @FGREP@ 183GLUT_CFLAGS = @GLUT_CFLAGS@ 184GLUT_LIBS = @GLUT_LIBS@ 185GLU_CFLAGS = @GLU_CFLAGS@ 186GLU_LIBS = @GLU_LIBS@ 187GL_CFLAGS = @GL_CFLAGS@ 188GL_LIBS = @GL_LIBS@ 189GREP = @GREP@ 190INSTALL = @INSTALL@ 191INSTALL_DATA = @INSTALL_DATA@ 192INSTALL_PROGRAM = @INSTALL_PROGRAM@ 193INSTALL_SCRIPT = @INSTALL_SCRIPT@ 194INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 195LD = @LD@ 196LDFLAGS = @LDFLAGS@ 197LIBDIR = @LIBDIR@ 198LIBOBJS = @LIBOBJS@ 199LIBS = @LIBS@ 200LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@ 201LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@ 202LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@ 203LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@ 204LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@ 205LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@ 206LIBTIFF_VERSION = @LIBTIFF_VERSION@ 207LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@ 208LIBTOOL = @LIBTOOL@ 209LIPO = @LIPO@ 210LN_S = @LN_S@ 211LTLIBOBJS = @LTLIBOBJS@ 212LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 213MAINT = @MAINT@ 214MAKEINFO = @MAKEINFO@ 215MANIFEST_TOOL = @MANIFEST_TOOL@ 216MKDIR_P = @MKDIR_P@ 217NM = @NM@ 218NMEDIT = @NMEDIT@ 219OBJDUMP = @OBJDUMP@ 220OBJEXT = @OBJEXT@ 221OTOOL = @OTOOL@ 222OTOOL64 = @OTOOL64@ 223PACKAGE = @PACKAGE@ 224PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 225PACKAGE_NAME = @PACKAGE_NAME@ 226PACKAGE_STRING = @PACKAGE_STRING@ 227PACKAGE_TARNAME = @PACKAGE_TARNAME@ 228PACKAGE_URL = @PACKAGE_URL@ 229PACKAGE_VERSION = @PACKAGE_VERSION@ 230PATH_SEPARATOR = @PATH_SEPARATOR@ 231PTHREAD_CC = @PTHREAD_CC@ 232PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 233PTHREAD_LIBS = @PTHREAD_LIBS@ 234RANLIB = @RANLIB@ 235SED = @SED@ 236SET_MAKE = @SET_MAKE@ 237SHELL = @SHELL@ 238STRIP = @STRIP@ 239VERSION = @VERSION@ 240XMKMF = @XMKMF@ 241X_CFLAGS = @X_CFLAGS@ 242X_EXTRA_LIBS = @X_EXTRA_LIBS@ 243X_LIBS = @X_LIBS@ 244X_PRE_LIBS = @X_PRE_LIBS@ 245abs_builddir = @abs_builddir@ 246abs_srcdir = @abs_srcdir@ 247abs_top_builddir = @abs_top_builddir@ 248abs_top_srcdir = @abs_top_srcdir@ 249ac_ct_AR = @ac_ct_AR@ 250ac_ct_CC = @ac_ct_CC@ 251ac_ct_CXX = @ac_ct_CXX@ 252ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 253am__include = @am__include@ 254am__leading_dot = @am__leading_dot@ 255am__quote = @am__quote@ 256am__tar = @am__tar@ 257am__untar = @am__untar@ 258ax_pthread_config = @ax_pthread_config@ 259bindir = @bindir@ 260build = @build@ 261build_alias = @build_alias@ 262build_cpu = @build_cpu@ 263build_os = @build_os@ 264build_vendor = @build_vendor@ 265builddir = @builddir@ 266datadir = @datadir@ 267datarootdir = @datarootdir@ 268docdir = @docdir@ 269dvidir = @dvidir@ 270exec_prefix = @exec_prefix@ 271host = @host@ 272host_alias = @host_alias@ 273host_cpu = @host_cpu@ 274host_os = @host_os@ 275host_vendor = @host_vendor@ 276htmldir = @htmldir@ 277includedir = @includedir@ 278infodir = @infodir@ 279install_sh = @install_sh@ 280libdir = @libdir@ 281libexecdir = @libexecdir@ 282localedir = @localedir@ 283localstatedir = @localstatedir@ 284mandir = @mandir@ 285mkdir_p = @mkdir_p@ 286oldincludedir = @oldincludedir@ 287pdfdir = @pdfdir@ 288prefix = @prefix@ 289program_transform_name = @program_transform_name@ 290psdir = @psdir@ 291sbindir = @sbindir@ 292sharedstatedir = @sharedstatedir@ 293srcdir = @srcdir@ 294sysconfdir = @sysconfdir@ 295target_alias = @target_alias@ 296tiff_libs_private = @tiff_libs_private@ 297top_build_prefix = @top_build_prefix@ 298top_builddir = @top_builddir@ 299top_srcdir = @top_srcdir@ 300EXTRA_DIST = \ 301 CMakeLists.txt \ 302 README \ 303 tiffstream.cpp \ 304 tiffstream.h 305 306all: all-am 307 308.SUFFIXES: 309$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 310 @for dep in $?; do \ 311 case '$(am__configure_deps)' in \ 312 *$$dep*) \ 313 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 314 && { if test -f $@; then exit 0; else break; fi; }; \ 315 exit 1;; \ 316 esac; \ 317 done; \ 318 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/stream/Makefile'; \ 319 $(am__cd) $(top_srcdir) && \ 320 $(AUTOMAKE) --foreign contrib/stream/Makefile 321Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 322 @case '$?' in \ 323 *config.status*) \ 324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 325 *) \ 326 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 328 esac; 329 330$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 332 333$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 335$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 337$(am__aclocal_m4_deps): 338 339mostlyclean-libtool: 340 -rm -f *.lo 341 342clean-libtool: 343 -rm -rf .libs _libs 344tags TAGS: 345 346ctags CTAGS: 347 348cscope cscopelist: 349 350 351distdir: $(DISTFILES) 352 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 353 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 354 list='$(DISTFILES)'; \ 355 dist_files=`for file in $$list; do echo $$file; done | \ 356 sed -e "s|^$$srcdirstrip/||;t" \ 357 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 358 case $$dist_files in \ 359 */*) $(MKDIR_P) `echo "$$dist_files" | \ 360 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 361 sort -u` ;; \ 362 esac; \ 363 for file in $$dist_files; do \ 364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 365 if test -d $$d/$$file; then \ 366 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 367 if test -d "$(distdir)/$$file"; then \ 368 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 369 fi; \ 370 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 371 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 372 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 373 fi; \ 374 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 375 else \ 376 test -f "$(distdir)/$$file" \ 377 || cp -p $$d/$$file "$(distdir)/$$file" \ 378 || exit 1; \ 379 fi; \ 380 done 381check-am: all-am 382check: check-am 383all-am: Makefile 384installdirs: 385install: install-am 386install-exec: install-exec-am 387install-data: install-data-am 388uninstall: uninstall-am 389 390install-am: all-am 391 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 392 393installcheck: installcheck-am 394install-strip: 395 if test -z '$(STRIP)'; then \ 396 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 397 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 398 install; \ 399 else \ 400 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 401 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 402 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 403 fi 404mostlyclean-generic: 405 406clean-generic: 407 408distclean-generic: 409 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 410 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 411 412maintainer-clean-generic: 413 @echo "This command is intended for maintainers to use" 414 @echo "it deletes files that may require special tools to rebuild." 415clean: clean-am 416 417clean-am: clean-generic clean-libtool mostlyclean-am 418 419distclean: distclean-am 420 -rm -f Makefile 421distclean-am: clean-am distclean-generic 422 423dvi: dvi-am 424 425dvi-am: 426 427html: html-am 428 429html-am: 430 431info: info-am 432 433info-am: 434 435install-data-am: 436 437install-dvi: install-dvi-am 438 439install-dvi-am: 440 441install-exec-am: 442 443install-html: install-html-am 444 445install-html-am: 446 447install-info: install-info-am 448 449install-info-am: 450 451install-man: 452 453install-pdf: install-pdf-am 454 455install-pdf-am: 456 457install-ps: install-ps-am 458 459install-ps-am: 460 461installcheck-am: 462 463maintainer-clean: maintainer-clean-am 464 -rm -f Makefile 465maintainer-clean-am: distclean-am maintainer-clean-generic 466 467mostlyclean: mostlyclean-am 468 469mostlyclean-am: mostlyclean-generic mostlyclean-libtool 470 471pdf: pdf-am 472 473pdf-am: 474 475ps: ps-am 476 477ps-am: 478 479uninstall-am: 480 481.MAKE: install-am install-strip 482 483.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 484 cscopelist-am ctags-am distclean distclean-generic \ 485 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 486 install install-am install-data install-data-am install-dvi \ 487 install-dvi-am install-exec install-exec-am install-html \ 488 install-html-am install-info install-info-am install-man \ 489 install-pdf install-pdf-am install-ps install-ps-am \ 490 install-strip installcheck installcheck-am installdirs \ 491 maintainer-clean maintainer-clean-generic mostlyclean \ 492 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 493 tags-am uninstall uninstall-am 494 495.PRECIOUS: Makefile 496 497 498# Tell versions [3.59,3.63) of GNU make to not export all variables. 499# Otherwise a system limit (for SysV at least) may be exceeded. 500.NOEXPORT: 501