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/man
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@
288 MANSRCDIR = $(top_srcdir)/man
289 HTMLMANDIR = $(top_srcdir)/html/man
290 GROFF = groff -Thtml -mandoc
292 indexfile = index.html
295 TIFFbuffer.3tiff.html \
296 TIFFClose.3tiff.html \
297 TIFFcodec.3tiff.html \
298 TIFFcolor.3tiff.html \
299 TIFFDataWidth.3tiff.html \
300 TIFFError.3tiff.html \
301 TIFFFieldDataType.3tiff.html \
302 TIFFFieldName.3tiff.html \
303 TIFFFieldPassCount.3tiff.html \
304 TIFFFieldReadCount.3tiff.html \
305 TIFFFieldTag.3tiff.html \
306 TIFFFieldWriteCount.3tiff.html \
307 TIFFFlush.3tiff.html \
308 TIFFGetField.3tiff.html \
309 TIFFmemory.3tiff.html \
310 TIFFOpen.3tiff.html \
311 TIFFPrintDirectory.3tiff.html \
312 TIFFquery.3tiff.html \
313 TIFFReadDirectory.3tiff.html \
314 TIFFReadEncodedStrip.3tiff.html \
315 TIFFReadEncodedTile.3tiff.html \
316 TIFFReadRawStrip.3tiff.html \
317 TIFFReadRawTile.3tiff.html \
318 TIFFReadRGBAImage.3tiff.html \
319 TIFFReadRGBAStrip.3tiff.html \
320 TIFFReadRGBATile.3tiff.html \
321 TIFFReadScanline.3tiff.html \
322 TIFFReadTile.3tiff.html \
323 TIFFRGBAImage.3tiff.html \
324 TIFFSetDirectory.3tiff.html \
325 TIFFSetField.3tiff.html \
326 TIFFsize.3tiff.html \
327 TIFFstrip.3tiff.html \
328 TIFFswab.3tiff.html \
329 TIFFtile.3tiff.html \
330 TIFFWarning.3tiff.html \
331 TIFFWriteDirectory.3tiff.html \
332 TIFFWriteEncodedStrip.3tiff.html \
333 TIFFWriteEncodedTile.3tiff.html \
334 TIFFWriteRawStrip.3tiff.html \
335 TIFFWriteRawTile.3tiff.html \
336 TIFFWriteScanline.3tiff.html \
337 TIFFWriteTile.3tiff.html \
365 dist_doc_DATA = $(indexfile) $(docfiles)
366 INDEXSTART = '<HTML><HEAD><TITLE>Libtiff HTML manpage index</TITLE></HEAD><BODY BGCOLOR=white><ul><H2>Man Pages</h2><p>'
367 INDEXEND = '</ul></BODY></HTML>'
368 manpages = $(docfiles:.html=)
372 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
374 case '$(am__configure_deps)' in \
376 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
377 && { if test -f $@; then exit 0; else break; fi; }; \
381 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign html/man/Makefile'; \
382 $(am__cd) $(top_srcdir) && \
383 $(AUTOMAKE) --foreign html/man/Makefile
385 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
390 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
391 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
394 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401 $(am__aclocal_m4_deps):
408 install-dist_docDATA: $(dist_doc_DATA)
410 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
411 if test -n "$$list"; then \
412 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
413 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
415 for p in $$list; do \
416 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
418 done | $(am__base_list) | \
419 while read files; do \
420 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
421 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
424 uninstall-dist_docDATA:
426 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
427 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
428 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
438 distdir: $(DISTFILES)
439 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441 list='$(DISTFILES)'; \
442 dist_files=`for file in $$list; do echo $$file; done | \
443 sed -e "s|^$$srcdirstrip/||;t" \
444 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
445 case $$dist_files in \
446 */*) $(MKDIR_P) `echo "$$dist_files" | \
447 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
450 for file in $$dist_files; do \
451 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452 if test -d $$d/$$file; then \
453 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
454 if test -d "$(distdir)/$$file"; then \
455 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
459 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
463 test -f "$(distdir)/$$file" \
464 || cp -p $$d/$$file "$(distdir)/$$file" \
470 all-am: Makefile $(DATA)
472 for dir in "$(DESTDIR)$(docdir)"; do \
473 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
476 install-exec: install-exec-am
477 install-data: install-data-am
478 uninstall: uninstall-am
481 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
483 installcheck: installcheck-am
485 if test -z '$(STRIP)'; then \
486 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
490 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
499 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
500 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
502 maintainer-clean-generic:
503 @echo "This command is intended for maintainers to use"
504 @echo "it deletes files that may require special tools to rebuild."
507 clean-am: clean-generic clean-libtool mostlyclean-am
509 distclean: distclean-am
511 distclean-am: clean-am distclean-generic
525 install-data-am: install-dist_docDATA
527 install-dvi: install-dvi-am
533 install-html: install-html-am
537 install-info: install-info-am
543 install-pdf: install-pdf-am
547 install-ps: install-ps-am
553 maintainer-clean: maintainer-clean-am
555 maintainer-clean-am: distclean-am maintainer-clean-generic
557 mostlyclean: mostlyclean-am
559 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
569 uninstall-am: uninstall-dist_docDATA
571 .MAKE: install-am install-strip
573 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
574 distclean distclean-generic distclean-libtool distdir dvi \
575 dvi-am html html-am info info-am install install-am \
576 install-data install-data-am install-dist_docDATA install-dvi \
577 install-dvi-am install-exec install-exec-am install-html \
578 install-html-am install-info install-info-am install-man \
579 install-pdf install-pdf-am install-ps install-ps-am \
580 install-strip installcheck installcheck-am installdirs \
581 maintainer-clean maintainer-clean-generic mostlyclean \
582 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
583 uninstall uninstall-am uninstall-dist_docDATA
588 ${ECHO} ${INDEXSTART} > $(indexfile)
589 for i in $(docfiles); do \
590 ${ECHO} '<li><A HREF='$$i'>'$$i'</a>' >> $(indexfile); \
592 ${ECHO} ${INDEXEND} >> $(indexfile)
596 for i in $(manpages); do \
597 ${GROFF} $(MANSRCDIR)/$$i > $(HTMLMANDIR)/$$i.html; \
600 # Tell versions [3.59,3.63) of GNU make to not export all variables.
601 # Otherwise a system limit (for SysV at least) may be exceeded.