1 # Makefile.in generated by automake 1.12.4 from Makefile.am.
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
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.
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
18 # Tag Image File Format (TIFF) Software
20 # Copyright (C) 2007, Andrey Kiselev <dron@ak4719.spb.edu>
22 # Permission to use, copy, modify, distribute, and sell this software and
23 # its documentation for any purpose is hereby granted without fee, provided
24 # that (i) the above copyright notices and this permission notice appear in
25 # all copies of the software and related documentation, and (ii) the names of
26 # Sam Leffler and Silicon Graphics may not be used in any advertising or
27 # publicity relating to the software without the specific, prior written
28 # permission of Sam Leffler and Silicon Graphics.
30 # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
31 # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
32 # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
34 # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
35 # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
36 # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
37 # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
38 # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
41 # Process this file with automake to produce Makefile.in.
48 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
49 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
51 for am__flg in $$MAKEFLAGS; do \
54 *n*) am__dry=yes; break;; \
58 test $$am__dry = yes; \
60 pkgdatadir = $(datadir)/@PACKAGE@
61 pkgincludedir = $(includedir)/@PACKAGE@
62 pkglibdir = $(libdir)/@PACKAGE@
63 pkglibexecdir = $(libexecdir)/@PACKAGE@
64 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
65 install_sh_DATA = $(install_sh) -c -m 644
66 install_sh_PROGRAM = $(install_sh) -c
67 install_sh_SCRIPT = $(install_sh) -c
68 INSTALL_HEADER = $(INSTALL_DATA)
69 transform = $(program_transform_name)
76 build_triplet = @build@
79 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
80 $(top_srcdir)/config/mkinstalldirs
81 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
83 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
84 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
85 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
86 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
89 CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
90 $(top_builddir)/libtiff/tiffconf.h
92 CONFIG_CLEAN_VPATH_FILES =
93 AM_V_P = $(am__v_P_@AM_V@)
94 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97 AM_V_GEN = $(am__v_GEN_@AM_V@)
98 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
99 am__v_GEN_0 = @echo " GEN " $@;
101 AM_V_at = $(am__v_at_@AM_V@)
102 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
107 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
108 html-recursive info-recursive install-data-recursive \
109 install-dvi-recursive install-exec-recursive \
110 install-html-recursive install-info-recursive \
111 install-pdf-recursive install-ps-recursive install-recursive \
112 installcheck-recursive installdirs-recursive pdf-recursive \
113 ps-recursive uninstall-recursive
114 am__can_run_installinfo = \
115 case $$AM_UPDATE_INFO_DIR in \
117 *) (install-info --version) >/dev/null 2>&1;; \
119 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
120 distclean-recursive maintainer-clean-recursive
121 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
122 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
126 DIST_SUBDIRS = $(SUBDIRS)
127 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
131 sed_rest='s,^[^/]*/*,,'; \
132 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
133 sed_butlast='s,/*[^/]*$$,,'; \
134 while test -n "$$dir1"; do \
135 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
136 if test "$$first" != "."; then \
137 if test "$$first" = ".."; then \
138 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
139 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
141 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
142 if test "$$first2" = "$$first"; then \
143 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
147 dir0="$$dir0"/"$$first"; \
150 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
155 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
158 AUTOCONF = @AUTOCONF@
159 AUTOHEADER = @AUTOHEADER@
160 AUTOMAKE = @AUTOMAKE@
163 CCDEPMODE = @CCDEPMODE@
166 CPPFLAGS = @CPPFLAGS@
169 CXXDEPMODE = @CXXDEPMODE@
170 CXXFLAGS = @CXXFLAGS@
171 CYGPATH_W = @CYGPATH_W@
175 DSYMUTIL = @DSYMUTIL@
183 GLUT_CFLAGS = @GLUT_CFLAGS@
184 GLUT_LIBS = @GLUT_LIBS@
185 GLU_CFLAGS = @GLU_CFLAGS@
186 GLU_LIBS = @GLU_LIBS@
187 GL_CFLAGS = @GL_CFLAGS@
191 INSTALL_DATA = @INSTALL_DATA@
192 INSTALL_PROGRAM = @INSTALL_PROGRAM@
193 INSTALL_SCRIPT = @INSTALL_SCRIPT@
194 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
200 LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
201 LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
202 LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
203 LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
204 LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
205 LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
206 LIBTIFF_VERSION = @LIBTIFF_VERSION@
207 LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
211 LTLIBOBJS = @LTLIBOBJS@
213 MAKEINFO = @MAKEINFO@
214 MANIFEST_TOOL = @MANIFEST_TOOL@
223 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
224 PACKAGE_NAME = @PACKAGE_NAME@
225 PACKAGE_STRING = @PACKAGE_STRING@
226 PACKAGE_TARNAME = @PACKAGE_TARNAME@
227 PACKAGE_URL = @PACKAGE_URL@
228 PACKAGE_VERSION = @PACKAGE_VERSION@
229 PATH_SEPARATOR = @PATH_SEPARATOR@
230 PTHREAD_CC = @PTHREAD_CC@
231 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
232 PTHREAD_LIBS = @PTHREAD_LIBS@
235 SET_MAKE = @SET_MAKE@
240 X_CFLAGS = @X_CFLAGS@
241 X_EXTRA_LIBS = @X_EXTRA_LIBS@
243 X_PRE_LIBS = @X_PRE_LIBS@
244 abs_builddir = @abs_builddir@
245 abs_srcdir = @abs_srcdir@
246 abs_top_builddir = @abs_top_builddir@
247 abs_top_srcdir = @abs_top_srcdir@
248 ac_ct_AR = @ac_ct_AR@
249 ac_ct_CC = @ac_ct_CC@
250 ac_ct_CXX = @ac_ct_CXX@
251 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
252 am__include = @am__include@
253 am__leading_dot = @am__leading_dot@
254 am__quote = @am__quote@
256 am__untar = @am__untar@
257 ax_pthread_config = @ax_pthread_config@
260 build_alias = @build_alias@
261 build_cpu = @build_cpu@
262 build_os = @build_os@
263 build_vendor = @build_vendor@
264 builddir = @builddir@
266 datarootdir = @datarootdir@
269 exec_prefix = @exec_prefix@
271 host_alias = @host_alias@
272 host_cpu = @host_cpu@
274 host_vendor = @host_vendor@
276 includedir = @includedir@
278 install_sh = @install_sh@
280 libexecdir = @libexecdir@
281 localedir = @localedir@
282 localstatedir = @localstatedir@
285 oldincludedir = @oldincludedir@
288 program_transform_name = @program_transform_name@
291 sharedstatedir = @sharedstatedir@
293 sysconfdir = @sysconfdir@
294 target_alias = @target_alias@
295 tiff_libs_private = @tiff_libs_private@
296 top_build_prefix = @top_build_prefix@
297 top_builddir = @top_builddir@
298 top_srcdir = @top_srcdir@
304 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
306 case '$(am__configure_deps)' in \
308 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
309 && { if test -f $@; then exit 0; else break; fi; }; \
313 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign build/Makefile'; \
314 $(am__cd) $(top_srcdir) && \
315 $(AUTOMAKE) --foreign build/Makefile
317 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
322 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
323 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
326 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333 $(am__aclocal_m4_deps):
341 # This directory's subdirectories are mostly independent; you can cd
342 # into them and run 'make' without going through this Makefile.
343 # To change the values of 'make' variables: instead of editing Makefiles,
344 # (1) if the variable is set in 'config.status', edit 'config.status'
345 # (which will cause the Makefiles to be regenerated when you run 'make');
346 # (2) otherwise, pass the desired values on the 'make' command line.
347 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
348 @fail= failcom='exit 1'; \
349 for f in x $$MAKEFLAGS; do \
352 *k*) failcom='fail=yes';; \
356 target=`echo $@ | sed s/-recursive//`; \
358 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
359 *) list='$(SUBDIRS)' ;; \
361 for subdir in $$list; do \
362 echo "Making $$target in $$subdir"; \
363 if test "$$subdir" = "."; then \
365 local_target="$$target-am"; \
367 local_target="$$target"; \
369 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
372 if test "$$dot_seen" = "no"; then \
373 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
376 list='$(SUBDIRS)'; for subdir in $$list; do \
377 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
380 list='$(SUBDIRS)'; for subdir in $$list; do \
381 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
383 cscopelist-recursive:
384 list='$(SUBDIRS)'; for subdir in $$list; do \
385 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
388 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
389 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
390 unique=`for i in $$list; do \
391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394 END { if (nonempty) { for (i in files) print i; }; }'`; \
398 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
399 $(TAGS_FILES) $(LISP)
402 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
403 include_option=--etags-include; \
406 include_option=--include; \
409 list='$(SUBDIRS)'; for subdir in $$list; do \
410 if test "$$subdir" = .; then :; else \
411 test ! -f $$subdir/TAGS || \
412 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
415 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
416 unique=`for i in $$list; do \
417 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420 END { if (nonempty) { for (i in files) print i; }; }'`; \
422 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
423 test -n "$$unique" || unique=$$empty_fix; \
424 if test $$# -gt 0; then \
425 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
434 $(TAGS_FILES) $(LISP)
435 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
436 unique=`for i in $$list; do \
437 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440 END { if (nonempty) { for (i in files) print i; }; }'`; \
441 test -z "$(CTAGS_ARGS)$$unique" \
442 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
446 here=`$(am__cd) $(top_builddir) && pwd` \
447 && $(am__cd) $(top_srcdir) \
448 && gtags -i $(GTAGS_ARGS) "$$here"
450 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
451 list='$(SOURCES) $(HEADERS) $(LISP)'; \
452 case "$(srcdir)" in \
453 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
454 *) sdir=$(subdir)/$(srcdir) ;; \
456 for i in $$list; do \
457 if test -f "$$i"; then \
458 echo "$(subdir)/$$i"; \
462 done >> $(top_builddir)/cscope.files
465 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467 distdir: $(DISTFILES)
468 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470 list='$(DISTFILES)'; \
471 dist_files=`for file in $$list; do echo $$file; done | \
472 sed -e "s|^$$srcdirstrip/||;t" \
473 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
474 case $$dist_files in \
475 */*) $(MKDIR_P) `echo "$$dist_files" | \
476 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479 for file in $$dist_files; do \
480 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481 if test -d $$d/$$file; then \
482 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483 if test -d "$(distdir)/$$file"; then \
484 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
492 test -f "$(distdir)/$$file" \
493 || cp -p $$d/$$file "$(distdir)/$$file" \
497 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498 if test "$$subdir" = .; then :; else \
500 || test -d "$(distdir)/$$subdir" \
501 || $(MKDIR_P) "$(distdir)/$$subdir" \
503 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
505 new_distdir=$$reldir; \
506 dir1=$$subdir; dir2="$(top_distdir)"; \
508 new_top_distdir=$$reldir; \
509 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
510 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
511 ($(am__cd) $$subdir && \
512 $(MAKE) $(AM_MAKEFLAGS) \
513 top_distdir="$$new_top_distdir" \
514 distdir="$$new_distdir" \
515 am__remove_distdir=: \
516 am__skip_length_check=: \
517 am__skip_mode_fix=: \
523 check: check-recursive
525 installdirs: installdirs-recursive
527 install: install-recursive
528 install-exec: install-exec-recursive
529 install-data: install-data-recursive
530 uninstall: uninstall-recursive
533 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535 installcheck: installcheck-recursive
537 if test -z '$(STRIP)'; then \
538 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
543 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
544 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
551 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
552 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
554 maintainer-clean-generic:
555 @echo "This command is intended for maintainers to use"
556 @echo "it deletes files that may require special tools to rebuild."
557 clean: clean-recursive
559 clean-am: clean-generic clean-libtool mostlyclean-am
561 distclean: distclean-recursive
563 distclean-am: clean-am distclean-generic distclean-tags
579 install-dvi: install-dvi-recursive
585 install-html: install-html-recursive
589 install-info: install-info-recursive
595 install-pdf: install-pdf-recursive
599 install-ps: install-ps-recursive
605 maintainer-clean: maintainer-clean-recursive
607 maintainer-clean-am: distclean-am maintainer-clean-generic
609 mostlyclean: mostlyclean-recursive
611 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
623 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
624 cscopelist-recursive ctags-recursive install-am install-strip \
627 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
628 all all-am check check-am clean clean-generic clean-libtool \
629 cscopelist cscopelist-recursive ctags ctags-recursive \
630 distclean distclean-generic distclean-libtool distclean-tags \
631 distdir dvi dvi-am html html-am info info-am install \
632 install-am install-data install-data-am install-dvi \
633 install-dvi-am install-exec install-exec-am install-html \
634 install-html-am install-info install-info-am install-man \
635 install-pdf install-pdf-am install-ps install-ps-am \
636 install-strip installcheck installcheck-am installdirs \
637 installdirs-am maintainer-clean maintainer-clean-generic \
638 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
639 ps ps-am tags tags-recursive uninstall uninstall-am
642 # Tell versions [3.59,3.63) of GNU make to not export all variables.
643 # Otherwise a system limit (for SysV at least) may be exceeded.