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
17 # Tag Image File Format (TIFF) Software
19 # Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
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.
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.
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
40 # 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 = $(dist_doc_DATA) $(srcdir)/Makefile.am \
80 $(srcdir)/Makefile.in $(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 am__can_run_installinfo = \
108 case $$AM_UPDATE_INFO_DIR in \
110 *) (install-info --version) >/dev/null 2>&1;; \
112 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
113 am__vpath_adj = case $$p in \
114 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
117 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
119 am__nobase_strip_setup = \
120 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
122 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
123 am__nobase_list = $(am__nobase_strip_setup); \
124 for p in $$list; do echo "$$p $$p"; done | \
125 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
126 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
127 if (++n[$$2] == $(am__install_max)) \
128 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
129 END { for (dir in files) print dir, files[dir] }'
131 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
132 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
133 am__uninstall_files_from_dir = { \
135 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
136 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
137 $(am__cd) "$$dir" && rm -f $$files; }; \
139 am__installdirs = "$(DESTDIR)$(docdir)"
140 DATA = $(dist_doc_DATA)
141 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
147 AUTOCONF = @AUTOCONF@
148 AUTOHEADER = @AUTOHEADER@
149 AUTOMAKE = @AUTOMAKE@
152 CCDEPMODE = @CCDEPMODE@
155 CPPFLAGS = @CPPFLAGS@
158 CXXDEPMODE = @CXXDEPMODE@
159 CXXFLAGS = @CXXFLAGS@
160 CYGPATH_W = @CYGPATH_W@
164 DSYMUTIL = @DSYMUTIL@
172 GLUT_CFLAGS = @GLUT_CFLAGS@
173 GLUT_LIBS = @GLUT_LIBS@
174 GLU_CFLAGS = @GLU_CFLAGS@
175 GLU_LIBS = @GLU_LIBS@
176 GL_CFLAGS = @GL_CFLAGS@
180 INSTALL_DATA = @INSTALL_DATA@
181 INSTALL_PROGRAM = @INSTALL_PROGRAM@
182 INSTALL_SCRIPT = @INSTALL_SCRIPT@
183 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
189 LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
190 LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
191 LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
192 LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
193 LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
194 LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
195 LIBTIFF_VERSION = @LIBTIFF_VERSION@
196 LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
200 LTLIBOBJS = @LTLIBOBJS@
202 MAKEINFO = @MAKEINFO@
203 MANIFEST_TOOL = @MANIFEST_TOOL@
212 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
213 PACKAGE_NAME = @PACKAGE_NAME@
214 PACKAGE_STRING = @PACKAGE_STRING@
215 PACKAGE_TARNAME = @PACKAGE_TARNAME@
216 PACKAGE_URL = @PACKAGE_URL@
217 PACKAGE_VERSION = @PACKAGE_VERSION@
218 PATH_SEPARATOR = @PATH_SEPARATOR@
219 PTHREAD_CC = @PTHREAD_CC@
220 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
221 PTHREAD_LIBS = @PTHREAD_LIBS@
224 SET_MAKE = @SET_MAKE@
229 X_CFLAGS = @X_CFLAGS@
230 X_EXTRA_LIBS = @X_EXTRA_LIBS@
232 X_PRE_LIBS = @X_PRE_LIBS@
233 abs_builddir = @abs_builddir@
234 abs_srcdir = @abs_srcdir@
235 abs_top_builddir = @abs_top_builddir@
236 abs_top_srcdir = @abs_top_srcdir@
237 ac_ct_AR = @ac_ct_AR@
238 ac_ct_CC = @ac_ct_CC@
239 ac_ct_CXX = @ac_ct_CXX@
240 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241 am__include = @am__include@
242 am__leading_dot = @am__leading_dot@
243 am__quote = @am__quote@
245 am__untar = @am__untar@
246 ax_pthread_config = @ax_pthread_config@
249 build_alias = @build_alias@
250 build_cpu = @build_cpu@
251 build_os = @build_os@
252 build_vendor = @build_vendor@
253 builddir = @builddir@
255 datarootdir = @datarootdir@
256 docdir = $(LIBTIFF_DOCDIR)/html/images
258 exec_prefix = @exec_prefix@
260 host_alias = @host_alias@
261 host_cpu = @host_cpu@
263 host_vendor = @host_vendor@
265 includedir = @includedir@
267 install_sh = @install_sh@
269 libexecdir = @libexecdir@
270 localedir = @localedir@
271 localstatedir = @localstatedir@
274 oldincludedir = @oldincludedir@
277 program_transform_name = @program_transform_name@
280 sharedstatedir = @sharedstatedir@
282 sysconfdir = @sysconfdir@
283 target_alias = @target_alias@
284 tiff_libs_private = @tiff_libs_private@
285 top_build_prefix = @top_build_prefix@
286 top_builddir = @top_builddir@
287 top_srcdir = @top_srcdir@
306 dist_doc_DATA = $(docfiles)
310 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
312 case '$(am__configure_deps)' in \
314 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
315 && { if test -f $@; then exit 0; else break; fi; }; \
319 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign html/images/Makefile'; \
320 $(am__cd) $(top_srcdir) && \
321 $(AUTOMAKE) --foreign html/images/Makefile
323 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
328 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
332 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339 $(am__aclocal_m4_deps):
346 install-dist_docDATA: $(dist_doc_DATA)
348 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
349 if test -n "$$list"; then \
350 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
351 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
353 for p in $$list; do \
354 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
356 done | $(am__base_list) | \
357 while read files; do \
358 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
359 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
362 uninstall-dist_docDATA:
364 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
365 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
366 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
376 distdir: $(DISTFILES)
377 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
378 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
379 list='$(DISTFILES)'; \
380 dist_files=`for file in $$list; do echo $$file; done | \
381 sed -e "s|^$$srcdirstrip/||;t" \
382 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
383 case $$dist_files in \
384 */*) $(MKDIR_P) `echo "$$dist_files" | \
385 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
388 for file in $$dist_files; do \
389 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
390 if test -d $$d/$$file; then \
391 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
392 if test -d "$(distdir)/$$file"; then \
393 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
395 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
397 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
401 test -f "$(distdir)/$$file" \
402 || cp -p $$d/$$file "$(distdir)/$$file" \
408 all-am: Makefile $(DATA)
410 for dir in "$(DESTDIR)$(docdir)"; do \
411 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
414 install-exec: install-exec-am
415 install-data: install-data-am
416 uninstall: uninstall-am
419 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
421 installcheck: installcheck-am
423 if test -z '$(STRIP)'; then \
424 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
425 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
428 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
429 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
430 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
437 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
438 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
440 maintainer-clean-generic:
441 @echo "This command is intended for maintainers to use"
442 @echo "it deletes files that may require special tools to rebuild."
445 clean-am: clean-generic clean-libtool mostlyclean-am
447 distclean: distclean-am
449 distclean-am: clean-am distclean-generic
463 install-data-am: install-dist_docDATA
465 install-dvi: install-dvi-am
471 install-html: install-html-am
475 install-info: install-info-am
481 install-pdf: install-pdf-am
485 install-ps: install-ps-am
491 maintainer-clean: maintainer-clean-am
493 maintainer-clean-am: distclean-am maintainer-clean-generic
495 mostlyclean: mostlyclean-am
497 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
507 uninstall-am: uninstall-dist_docDATA
509 .MAKE: install-am install-strip
511 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
512 distclean distclean-generic distclean-libtool distdir dvi \
513 dvi-am html html-am info info-am install install-am \
514 install-data install-data-am install-dist_docDATA install-dvi \
515 install-dvi-am install-exec install-exec-am install-html \
516 install-html-am install-info install-info-am install-man \
517 install-pdf install-pdf-am install-ps install-ps-am \
518 install-strip installcheck installcheck-am installdirs \
519 maintainer-clean maintainer-clean-generic mostlyclean \
520 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
521 uninstall uninstall-am uninstall-dist_docDATA
524 # Tell versions [3.59,3.63) of GNU make to not export all variables.
525 # Otherwise a system limit (for SysV at least) may be exceeded.