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/mfs 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 mfs_file.c 304 305all: all-am 306 307.SUFFIXES: 308$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 309 @for dep in $?; do \ 310 case '$(am__configure_deps)' in \ 311 *$$dep*) \ 312 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 313 && { if test -f $@; then exit 0; else break; fi; }; \ 314 exit 1;; \ 315 esac; \ 316 done; \ 317 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/mfs/Makefile'; \ 318 $(am__cd) $(top_srcdir) && \ 319 $(AUTOMAKE) --foreign contrib/mfs/Makefile 320Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 321 @case '$?' in \ 322 *config.status*) \ 323 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 324 *) \ 325 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 326 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 327 esac; 328 329$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 331 332$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 334$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 336$(am__aclocal_m4_deps): 337 338mostlyclean-libtool: 339 -rm -f *.lo 340 341clean-libtool: 342 -rm -rf .libs _libs 343tags TAGS: 344 345ctags CTAGS: 346 347cscope cscopelist: 348 349 350distdir: $(DISTFILES) 351 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 352 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 353 list='$(DISTFILES)'; \ 354 dist_files=`for file in $$list; do echo $$file; done | \ 355 sed -e "s|^$$srcdirstrip/||;t" \ 356 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 357 case $$dist_files in \ 358 */*) $(MKDIR_P) `echo "$$dist_files" | \ 359 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 360 sort -u` ;; \ 361 esac; \ 362 for file in $$dist_files; do \ 363 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 364 if test -d $$d/$$file; then \ 365 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 366 if test -d "$(distdir)/$$file"; then \ 367 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 368 fi; \ 369 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 370 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 371 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 372 fi; \ 373 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 374 else \ 375 test -f "$(distdir)/$$file" \ 376 || cp -p $$d/$$file "$(distdir)/$$file" \ 377 || exit 1; \ 378 fi; \ 379 done 380check-am: all-am 381check: check-am 382all-am: Makefile 383installdirs: 384install: install-am 385install-exec: install-exec-am 386install-data: install-data-am 387uninstall: uninstall-am 388 389install-am: all-am 390 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 391 392installcheck: installcheck-am 393install-strip: 394 if test -z '$(STRIP)'; then \ 395 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 396 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 397 install; \ 398 else \ 399 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 400 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 401 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 402 fi 403mostlyclean-generic: 404 405clean-generic: 406 407distclean-generic: 408 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 409 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 410 411maintainer-clean-generic: 412 @echo "This command is intended for maintainers to use" 413 @echo "it deletes files that may require special tools to rebuild." 414clean: clean-am 415 416clean-am: clean-generic clean-libtool mostlyclean-am 417 418distclean: distclean-am 419 -rm -f Makefile 420distclean-am: clean-am distclean-generic 421 422dvi: dvi-am 423 424dvi-am: 425 426html: html-am 427 428html-am: 429 430info: info-am 431 432info-am: 433 434install-data-am: 435 436install-dvi: install-dvi-am 437 438install-dvi-am: 439 440install-exec-am: 441 442install-html: install-html-am 443 444install-html-am: 445 446install-info: install-info-am 447 448install-info-am: 449 450install-man: 451 452install-pdf: install-pdf-am 453 454install-pdf-am: 455 456install-ps: install-ps-am 457 458install-ps-am: 459 460installcheck-am: 461 462maintainer-clean: maintainer-clean-am 463 -rm -f Makefile 464maintainer-clean-am: distclean-am maintainer-clean-generic 465 466mostlyclean: mostlyclean-am 467 468mostlyclean-am: mostlyclean-generic mostlyclean-libtool 469 470pdf: pdf-am 471 472pdf-am: 473 474ps: ps-am 475 476ps-am: 477 478uninstall-am: 479 480.MAKE: install-am install-strip 481 482.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 483 cscopelist-am ctags-am distclean distclean-generic \ 484 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 485 install install-am install-data install-data-am install-dvi \ 486 install-dvi-am install-exec install-exec-am install-html \ 487 install-html-am install-info install-info-am install-man \ 488 install-pdf install-pdf-am install-ps install-ps-am \ 489 install-strip installcheck installcheck-am installdirs \ 490 maintainer-clean maintainer-clean-generic mostlyclean \ 491 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 492 tags-am uninstall uninstall-am 493 494.PRECIOUS: Makefile 495 496 497# Tell versions [3.59,3.63) of GNU make to not export all variables. 498# Otherwise a system limit (for SysV at least) may be exceeded. 499.NOEXPORT: 500