xref: /libtiff-4.0.7/Makefile.in (revision 7f67da5d)
1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Tag Image File Format (TIFF) Software
19#
20# Copyright (C) 2004, Andrey Kiselev <[email protected]>
21#
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.
29#
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.
33#
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
39# OF THIS SOFTWARE.
40
41# Process this file with automake to produce Makefile.in.
42
43VPATH = @srcdir@
44pkgdatadir = $(datadir)/@PACKAGE@
45pkgincludedir = $(includedir)/@PACKAGE@
46pkglibdir = $(libdir)/@PACKAGE@
47pkglibexecdir = $(libexecdir)/@PACKAGE@
48am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49install_sh_DATA = $(install_sh) -c -m 644
50install_sh_PROGRAM = $(install_sh) -c
51install_sh_SCRIPT = $(install_sh) -c
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = $(program_transform_name)
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_triplet = @build@
61host_triplet = @host@
62subdir = .
63DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
64	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
65	$(srcdir)/libtiff-4.pc.in $(top_srcdir)/configure ChangeLog \
66	TODO config/compile config/config.guess config/config.sub \
67	config/depcomp config/install-sh config/ltmain.sh \
68	config/missing config/mkinstalldirs
69ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
71	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
72	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
73	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
74am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75	$(ACLOCAL_M4)
76am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
77 configure.lineno config.status.lineno
78mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
79CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
80	$(top_builddir)/libtiff/tiffconf.h
81CONFIG_CLEAN_FILES = libtiff-4.pc
82CONFIG_CLEAN_VPATH_FILES =
83AM_V_GEN = $(am__v_GEN_@AM_V@)
84am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
85am__v_GEN_0 = @echo "  GEN   " $@;
86AM_V_at = $(am__v_at_@AM_V@)
87am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
88am__v_at_0 = @
89SOURCES =
90DIST_SOURCES =
91RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92	html-recursive info-recursive install-data-recursive \
93	install-dvi-recursive install-exec-recursive \
94	install-html-recursive install-info-recursive \
95	install-pdf-recursive install-ps-recursive install-recursive \
96	installcheck-recursive installdirs-recursive pdf-recursive \
97	ps-recursive uninstall-recursive
98am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
99am__vpath_adj = case $$p in \
100    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
101    *) f=$$p;; \
102  esac;
103am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
104am__install_max = 40
105am__nobase_strip_setup = \
106  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
107am__nobase_strip = \
108  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
109am__nobase_list = $(am__nobase_strip_setup); \
110  for p in $$list; do echo "$$p $$p"; done | \
111  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
112  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
113    if (++n[$$2] == $(am__install_max)) \
114      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
115    END { for (dir in files) print dir, files[dir] }'
116am__base_list = \
117  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
118  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
119am__uninstall_files_from_dir = { \
120  test -z "$$files" \
121    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
122    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
123         $(am__cd) "$$dir" && rm -f $$files; }; \
124  }
125am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"
126DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
127RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
128  distclean-recursive maintainer-clean-recursive
129AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
130	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
131	distdir dist dist-all distcheck
132ETAGS = etags
133CTAGS = ctags
134DIST_SUBDIRS = $(SUBDIRS)
135DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
136distdir = $(PACKAGE)-$(VERSION)
137top_distdir = $(distdir)
138am__remove_distdir = \
139  if test -d "$(distdir)"; then \
140    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
141      && rm -rf "$(distdir)" \
142      || { sleep 5 && rm -rf "$(distdir)"; }; \
143  else :; fi
144am__relativize = \
145  dir0=`pwd`; \
146  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
147  sed_rest='s,^[^/]*/*,,'; \
148  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
149  sed_butlast='s,/*[^/]*$$,,'; \
150  while test -n "$$dir1"; do \
151    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
152    if test "$$first" != "."; then \
153      if test "$$first" = ".."; then \
154        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
155        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
156      else \
157        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
158        if test "$$first2" = "$$first"; then \
159          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
160        else \
161          dir2="../$$dir2"; \
162        fi; \
163        dir0="$$dir0"/"$$first"; \
164      fi; \
165    fi; \
166    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
167  done; \
168  reldir="$$dir2"
169DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
170GZIP_ENV = --best
171distuninstallcheck_listfiles = find . -type f -print
172am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
173  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
174distcleancheck_listfiles = find . -type f -print
175ACLOCAL = @ACLOCAL@
176AMTAR = @AMTAR@
177AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
178AR = @AR@
179AS = @AS@
180AUTOCONF = @AUTOCONF@
181AUTOHEADER = @AUTOHEADER@
182AUTOMAKE = @AUTOMAKE@
183AWK = @AWK@
184CC = @CC@
185CCDEPMODE = @CCDEPMODE@
186CFLAGS = @CFLAGS@
187CPP = @CPP@
188CPPFLAGS = @CPPFLAGS@
189CXX = @CXX@
190CXXCPP = @CXXCPP@
191CXXDEPMODE = @CXXDEPMODE@
192CXXFLAGS = @CXXFLAGS@
193CYGPATH_W = @CYGPATH_W@
194DEFS = @DEFS@
195DEPDIR = @DEPDIR@
196DLLTOOL = @DLLTOOL@
197DSYMUTIL = @DSYMUTIL@
198DUMPBIN = @DUMPBIN@
199ECHO_C = @ECHO_C@
200ECHO_N = @ECHO_N@
201ECHO_T = @ECHO_T@
202EGREP = @EGREP@
203EXEEXT = @EXEEXT@
204FGREP = @FGREP@
205GLUT_CFLAGS = @GLUT_CFLAGS@
206GLUT_LIBS = @GLUT_LIBS@
207GLU_CFLAGS = @GLU_CFLAGS@
208GLU_LIBS = @GLU_LIBS@
209GL_CFLAGS = @GL_CFLAGS@
210GL_LIBS = @GL_LIBS@
211GREP = @GREP@
212INSTALL = @INSTALL@
213INSTALL_DATA = @INSTALL_DATA@
214INSTALL_PROGRAM = @INSTALL_PROGRAM@
215INSTALL_SCRIPT = @INSTALL_SCRIPT@
216INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
217LD = @LD@
218LDFLAGS = @LDFLAGS@
219LIBDIR = @LIBDIR@
220LIBOBJS = @LIBOBJS@
221LIBS = @LIBS@
222LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
223LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
224LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
225LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
226LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
227LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
228LIBTIFF_VERSION = @LIBTIFF_VERSION@
229LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
230LIBTOOL = @LIBTOOL@
231LIPO = @LIPO@
232LN_S = @LN_S@
233LTLIBOBJS = @LTLIBOBJS@
234MAINT = @MAINT@
235MAKEINFO = @MAKEINFO@
236MANIFEST_TOOL = @MANIFEST_TOOL@
237MKDIR_P = @MKDIR_P@
238NM = @NM@
239NMEDIT = @NMEDIT@
240OBJDUMP = @OBJDUMP@
241OBJEXT = @OBJEXT@
242OTOOL = @OTOOL@
243OTOOL64 = @OTOOL64@
244PACKAGE = @PACKAGE@
245PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
246PACKAGE_NAME = @PACKAGE_NAME@
247PACKAGE_STRING = @PACKAGE_STRING@
248PACKAGE_TARNAME = @PACKAGE_TARNAME@
249PACKAGE_URL = @PACKAGE_URL@
250PACKAGE_VERSION = @PACKAGE_VERSION@
251PATH_SEPARATOR = @PATH_SEPARATOR@
252PTHREAD_CC = @PTHREAD_CC@
253PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
254PTHREAD_LIBS = @PTHREAD_LIBS@
255RANLIB = @RANLIB@
256SED = @SED@
257SET_MAKE = @SET_MAKE@
258SHELL = @SHELL@
259STRIP = @STRIP@
260VERSION = @VERSION@
261XMKMF = @XMKMF@
262X_CFLAGS = @X_CFLAGS@
263X_EXTRA_LIBS = @X_EXTRA_LIBS@
264X_LIBS = @X_LIBS@
265X_PRE_LIBS = @X_PRE_LIBS@
266abs_builddir = @abs_builddir@
267abs_srcdir = @abs_srcdir@
268abs_top_builddir = @abs_top_builddir@
269abs_top_srcdir = @abs_top_srcdir@
270ac_ct_AR = @ac_ct_AR@
271ac_ct_CC = @ac_ct_CC@
272ac_ct_CXX = @ac_ct_CXX@
273ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
274am__include = @am__include@
275am__leading_dot = @am__leading_dot@
276am__quote = @am__quote@
277am__tar = @am__tar@
278am__untar = @am__untar@
279ax_pthread_config = @ax_pthread_config@
280bindir = @bindir@
281build = @build@
282build_alias = @build_alias@
283build_cpu = @build_cpu@
284build_os = @build_os@
285build_vendor = @build_vendor@
286builddir = @builddir@
287datadir = @datadir@
288datarootdir = @datarootdir@
289docdir = $(LIBTIFF_DOCDIR)
290dvidir = @dvidir@
291exec_prefix = @exec_prefix@
292host = @host@
293host_alias = @host_alias@
294host_cpu = @host_cpu@
295host_os = @host_os@
296host_vendor = @host_vendor@
297htmldir = @htmldir@
298includedir = @includedir@
299infodir = @infodir@
300install_sh = @install_sh@
301libdir = @libdir@
302libexecdir = @libexecdir@
303localedir = @localedir@
304localstatedir = @localstatedir@
305mandir = @mandir@
306mkdir_p = @mkdir_p@
307oldincludedir = @oldincludedir@
308pdfdir = @pdfdir@
309prefix = @prefix@
310program_transform_name = @program_transform_name@
311psdir = @psdir@
312sbindir = @sbindir@
313sharedstatedir = @sharedstatedir@
314srcdir = @srcdir@
315sysconfdir = @sysconfdir@
316target_alias = @target_alias@
317tiff_libs_private = @tiff_libs_private@
318top_build_prefix = @top_build_prefix@
319top_builddir = @top_builddir@
320top_srcdir = @top_srcdir@
321AUTOMAKE_OPTIONS = 1.11 dist-zip foreign
322ACLOCAL_AMFLAGS = -I m4
323docfiles = \
324	COPYRIGHT \
325	ChangeLog \
326	README \
327	README.vms \
328	RELEASE-DATE \
329	TODO \
330	VERSION
331
332EXTRA_DIST = \
333	HOWTO-RELEASE \
334	Makefile.vc \
335	SConstruct \
336	autogen.sh \
337	configure.com \
338	nmake.opt \
339	libtiff-4.pc.in
340
341dist_doc_DATA = $(docfiles)
342SUBDIRS = port libtiff tools build contrib test man html
343pkgconfigdir = $(libdir)/pkgconfig
344pkgconfig_DATA = libtiff-4.pc
345all: all-recursive
346
347.SUFFIXES:
348am--refresh: Makefile
349	@:
350$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
351	@for dep in $?; do \
352	  case '$(am__configure_deps)' in \
353	    *$$dep*) \
354	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
355	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
356		&& exit 0; \
357	      exit 1;; \
358	  esac; \
359	done; \
360	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
361	$(am__cd) $(top_srcdir) && \
362	  $(AUTOMAKE) --foreign Makefile
363.PRECIOUS: Makefile
364Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
365	@case '$?' in \
366	  *config.status*) \
367	    echo ' $(SHELL) ./config.status'; \
368	    $(SHELL) ./config.status;; \
369	  *) \
370	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
371	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
372	esac;
373
374$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
375	$(SHELL) ./config.status --recheck
376
377$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
378	$(am__cd) $(srcdir) && $(AUTOCONF)
379$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
380	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
381$(am__aclocal_m4_deps):
382libtiff-4.pc: $(top_builddir)/config.status $(srcdir)/libtiff-4.pc.in
383	cd $(top_builddir) && $(SHELL) ./config.status $@
384
385mostlyclean-libtool:
386	-rm -f *.lo
387
388clean-libtool:
389	-rm -rf .libs _libs
390
391distclean-libtool:
392	-rm -f libtool config.lt
393install-dist_docDATA: $(dist_doc_DATA)
394	@$(NORMAL_INSTALL)
395	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
396	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
397	for p in $$list; do \
398	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
399	  echo "$$d$$p"; \
400	done | $(am__base_list) | \
401	while read files; do \
402	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
403	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
404	done
405
406uninstall-dist_docDATA:
407	@$(NORMAL_UNINSTALL)
408	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
409	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
410	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
411install-pkgconfigDATA: $(pkgconfig_DATA)
412	@$(NORMAL_INSTALL)
413	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
414	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
415	for p in $$list; do \
416	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
417	  echo "$$d$$p"; \
418	done | $(am__base_list) | \
419	while read files; do \
420	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
421	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
422	done
423
424uninstall-pkgconfigDATA:
425	@$(NORMAL_UNINSTALL)
426	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
427	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
428	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
429
430# This directory's subdirectories are mostly independent; you can cd
431# into them and run `make' without going through this Makefile.
432# To change the values of `make' variables: instead of editing Makefiles,
433# (1) if the variable is set in `config.status', edit `config.status'
434#     (which will cause the Makefiles to be regenerated when you run `make');
435# (2) otherwise, pass the desired values on the `make' command line.
436$(RECURSIVE_TARGETS):
437	@fail= failcom='exit 1'; \
438	for f in x $$MAKEFLAGS; do \
439	  case $$f in \
440	    *=* | --[!k]*);; \
441	    *k*) failcom='fail=yes';; \
442	  esac; \
443	done; \
444	dot_seen=no; \
445	target=`echo $@ | sed s/-recursive//`; \
446	list='$(SUBDIRS)'; for subdir in $$list; do \
447	  echo "Making $$target in $$subdir"; \
448	  if test "$$subdir" = "."; then \
449	    dot_seen=yes; \
450	    local_target="$$target-am"; \
451	  else \
452	    local_target="$$target"; \
453	  fi; \
454	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
455	  || eval $$failcom; \
456	done; \
457	if test "$$dot_seen" = "no"; then \
458	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
459	fi; test -z "$$fail"
460
461$(RECURSIVE_CLEAN_TARGETS):
462	@fail= failcom='exit 1'; \
463	for f in x $$MAKEFLAGS; do \
464	  case $$f in \
465	    *=* | --[!k]*);; \
466	    *k*) failcom='fail=yes';; \
467	  esac; \
468	done; \
469	dot_seen=no; \
470	case "$@" in \
471	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
472	  *) list='$(SUBDIRS)' ;; \
473	esac; \
474	rev=''; for subdir in $$list; do \
475	  if test "$$subdir" = "."; then :; else \
476	    rev="$$subdir $$rev"; \
477	  fi; \
478	done; \
479	rev="$$rev ."; \
480	target=`echo $@ | sed s/-recursive//`; \
481	for subdir in $$rev; do \
482	  echo "Making $$target in $$subdir"; \
483	  if test "$$subdir" = "."; then \
484	    local_target="$$target-am"; \
485	  else \
486	    local_target="$$target"; \
487	  fi; \
488	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
489	  || eval $$failcom; \
490	done && test -z "$$fail"
491tags-recursive:
492	list='$(SUBDIRS)'; for subdir in $$list; do \
493	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
494	done
495ctags-recursive:
496	list='$(SUBDIRS)'; for subdir in $$list; do \
497	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
498	done
499
500ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
501	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
502	unique=`for i in $$list; do \
503	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
504	  done | \
505	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506	      END { if (nonempty) { for (i in files) print i; }; }'`; \
507	mkid -fID $$unique
508tags: TAGS
509
510TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
511		$(TAGS_FILES) $(LISP)
512	set x; \
513	here=`pwd`; \
514	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
515	  include_option=--etags-include; \
516	  empty_fix=.; \
517	else \
518	  include_option=--include; \
519	  empty_fix=; \
520	fi; \
521	list='$(SUBDIRS)'; for subdir in $$list; do \
522	  if test "$$subdir" = .; then :; else \
523	    test ! -f $$subdir/TAGS || \
524	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
525	  fi; \
526	done; \
527	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
528	unique=`for i in $$list; do \
529	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530	  done | \
531	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
532	      END { if (nonempty) { for (i in files) print i; }; }'`; \
533	shift; \
534	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
535	  test -n "$$unique" || unique=$$empty_fix; \
536	  if test $$# -gt 0; then \
537	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538	      "$$@" $$unique; \
539	  else \
540	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541	      $$unique; \
542	  fi; \
543	fi
544ctags: CTAGS
545CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
546		$(TAGS_FILES) $(LISP)
547	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
548	unique=`for i in $$list; do \
549	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
550	  done | \
551	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
552	      END { if (nonempty) { for (i in files) print i; }; }'`; \
553	test -z "$(CTAGS_ARGS)$$unique" \
554	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
555	     $$unique
556
557GTAGS:
558	here=`$(am__cd) $(top_builddir) && pwd` \
559	  && $(am__cd) $(top_srcdir) \
560	  && gtags -i $(GTAGS_ARGS) "$$here"
561
562distclean-tags:
563	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
564
565distdir: $(DISTFILES)
566	$(am__remove_distdir)
567	test -d "$(distdir)" || mkdir "$(distdir)"
568	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570	list='$(DISTFILES)'; \
571	  dist_files=`for file in $$list; do echo $$file; done | \
572	  sed -e "s|^$$srcdirstrip/||;t" \
573	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
574	case $$dist_files in \
575	  */*) $(MKDIR_P) `echo "$$dist_files" | \
576			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
577			   sort -u` ;; \
578	esac; \
579	for file in $$dist_files; do \
580	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
581	  if test -d $$d/$$file; then \
582	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
583	    if test -d "$(distdir)/$$file"; then \
584	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585	    fi; \
586	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
587	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
588	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
589	    fi; \
590	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
591	  else \
592	    test -f "$(distdir)/$$file" \
593	    || cp -p $$d/$$file "$(distdir)/$$file" \
594	    || exit 1; \
595	  fi; \
596	done
597	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
598	  if test "$$subdir" = .; then :; else \
599	    test -d "$(distdir)/$$subdir" \
600	    || $(MKDIR_P) "$(distdir)/$$subdir" \
601	    || exit 1; \
602	  fi; \
603	done
604	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
605	  if test "$$subdir" = .; then :; else \
606	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
607	    $(am__relativize); \
608	    new_distdir=$$reldir; \
609	    dir1=$$subdir; dir2="$(top_distdir)"; \
610	    $(am__relativize); \
611	    new_top_distdir=$$reldir; \
612	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
613	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
614	    ($(am__cd) $$subdir && \
615	      $(MAKE) $(AM_MAKEFLAGS) \
616	        top_distdir="$$new_top_distdir" \
617	        distdir="$$new_distdir" \
618		am__remove_distdir=: \
619		am__skip_length_check=: \
620		am__skip_mode_fix=: \
621	        distdir) \
622	      || exit 1; \
623	  fi; \
624	done
625	-test -n "$(am__skip_mode_fix)" \
626	|| find "$(distdir)" -type d ! -perm -755 \
627		-exec chmod u+rwx,go+rx {} \; -o \
628	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
629	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
630	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
631	|| chmod -R a+r "$(distdir)"
632dist-gzip: distdir
633	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
634	$(am__remove_distdir)
635
636dist-bzip2: distdir
637	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
638	$(am__remove_distdir)
639
640dist-lzip: distdir
641	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
642	$(am__remove_distdir)
643
644dist-lzma: distdir
645	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
646	$(am__remove_distdir)
647
648dist-xz: distdir
649	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
650	$(am__remove_distdir)
651
652dist-tarZ: distdir
653	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
654	$(am__remove_distdir)
655
656dist-shar: distdir
657	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
658	$(am__remove_distdir)
659dist-zip: distdir
660	-rm -f $(distdir).zip
661	zip -rq $(distdir).zip $(distdir)
662	$(am__remove_distdir)
663
664dist dist-all: distdir
665	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
666	-rm -f $(distdir).zip
667	zip -rq $(distdir).zip $(distdir)
668	$(am__remove_distdir)
669
670# This target untars the dist file and tries a VPATH configuration.  Then
671# it guarantees that the distribution is self-contained by making another
672# tarfile.
673distcheck: dist
674	case '$(DIST_ARCHIVES)' in \
675	*.tar.gz*) \
676	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
677	*.tar.bz2*) \
678	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
679	*.tar.lzma*) \
680	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
681	*.tar.lz*) \
682	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
683	*.tar.xz*) \
684	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
685	*.tar.Z*) \
686	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
687	*.shar.gz*) \
688	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
689	*.zip*) \
690	  unzip $(distdir).zip ;;\
691	esac
692	chmod -R a-w $(distdir); chmod a+w $(distdir)
693	mkdir $(distdir)/_build
694	mkdir $(distdir)/_inst
695	chmod a-w $(distdir)
696	test -d $(distdir)/_build || exit 0; \
697	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
698	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
699	  && am__cwd=`pwd` \
700	  && $(am__cd) $(distdir)/_build \
701	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
702	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
703	    $(DISTCHECK_CONFIGURE_FLAGS) \
704	  && $(MAKE) $(AM_MAKEFLAGS) \
705	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
706	  && $(MAKE) $(AM_MAKEFLAGS) check \
707	  && $(MAKE) $(AM_MAKEFLAGS) install \
708	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
709	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
710	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
711	        distuninstallcheck \
712	  && chmod -R a-w "$$dc_install_base" \
713	  && ({ \
714	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
715	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
716	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
717	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
718	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
719	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
720	  && rm -rf "$$dc_destdir" \
721	  && $(MAKE) $(AM_MAKEFLAGS) dist \
722	  && rm -rf $(DIST_ARCHIVES) \
723	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
724	  && cd "$$am__cwd" \
725	  || exit 1
726	$(am__remove_distdir)
727	@(echo "$(distdir) archives ready for distribution: "; \
728	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
729	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
730distuninstallcheck:
731	@test -n '$(distuninstallcheck_dir)' || { \
732	  echo 'ERROR: trying to run $@ with an empty' \
733	       '$$(distuninstallcheck_dir)' >&2; \
734	  exit 1; \
735	}; \
736	$(am__cd) '$(distuninstallcheck_dir)' || { \
737	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
738	  exit 1; \
739	}; \
740	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
741	   || { echo "ERROR: files left after uninstall:" ; \
742	        if test -n "$(DESTDIR)"; then \
743	          echo "  (check DESTDIR support)"; \
744	        fi ; \
745	        $(distuninstallcheck_listfiles) ; \
746	        exit 1; } >&2
747distcleancheck: distclean
748	@if test '$(srcdir)' = . ; then \
749	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
750	  exit 1 ; \
751	fi
752	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
753	  || { echo "ERROR: files left in build directory after distclean:" ; \
754	       $(distcleancheck_listfiles) ; \
755	       exit 1; } >&2
756check-am: all-am
757check: check-recursive
758all-am: Makefile $(DATA)
759installdirs: installdirs-recursive
760installdirs-am:
761	for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
762	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
763	done
764install: install-recursive
765install-exec: install-exec-recursive
766install-data: install-data-recursive
767uninstall: uninstall-recursive
768
769install-am: all-am
770	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
771
772installcheck: installcheck-recursive
773install-strip:
774	if test -z '$(STRIP)'; then \
775	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
776	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
777	      install; \
778	else \
779	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
780	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
781	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
782	fi
783mostlyclean-generic:
784
785clean-generic:
786
787distclean-generic:
788	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
789	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
790
791maintainer-clean-generic:
792	@echo "This command is intended for maintainers to use"
793	@echo "it deletes files that may require special tools to rebuild."
794clean: clean-recursive
795
796clean-am: clean-generic clean-libtool mostlyclean-am
797
798distclean: distclean-recursive
799	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
800	-rm -f Makefile
801distclean-am: clean-am distclean-generic distclean-libtool \
802	distclean-tags
803
804dvi: dvi-recursive
805
806dvi-am:
807
808html: html-recursive
809
810html-am:
811
812info: info-recursive
813
814info-am:
815
816install-data-am: install-dist_docDATA install-pkgconfigDATA
817
818install-dvi: install-dvi-recursive
819
820install-dvi-am:
821
822install-exec-am:
823
824install-html: install-html-recursive
825
826install-html-am:
827
828install-info: install-info-recursive
829
830install-info-am:
831
832install-man:
833
834install-pdf: install-pdf-recursive
835
836install-pdf-am:
837
838install-ps: install-ps-recursive
839
840install-ps-am:
841
842installcheck-am:
843
844maintainer-clean: maintainer-clean-recursive
845	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
846	-rm -rf $(top_srcdir)/autom4te.cache
847	-rm -f Makefile
848maintainer-clean-am: distclean-am maintainer-clean-generic
849
850mostlyclean: mostlyclean-recursive
851
852mostlyclean-am: mostlyclean-generic mostlyclean-libtool
853
854pdf: pdf-recursive
855
856pdf-am:
857
858ps: ps-recursive
859
860ps-am:
861
862uninstall-am: uninstall-dist_docDATA uninstall-pkgconfigDATA
863
864.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
865	install-am install-strip tags-recursive
866
867.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
868	all all-am am--refresh check check-am clean clean-generic \
869	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
870	dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
871	dist-zip distcheck distclean distclean-generic \
872	distclean-libtool distclean-tags distcleancheck distdir \
873	distuninstallcheck dvi dvi-am html html-am info info-am \
874	install install-am install-data install-data-am \
875	install-dist_docDATA install-dvi install-dvi-am install-exec \
876	install-exec-am install-html install-html-am install-info \
877	install-info-am install-man install-pdf install-pdf-am \
878	install-pkgconfigDATA install-ps install-ps-am install-strip \
879	installcheck installcheck-am installdirs installdirs-am \
880	maintainer-clean maintainer-clean-generic mostlyclean \
881	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
882	tags tags-recursive uninstall uninstall-am \
883	uninstall-dist_docDATA uninstall-pkgconfigDATA
884
885
886release:
887	(rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
888	(rm -f $(top_srcdir)/VERSION && echo $(LIBTIFF_VERSION) > $(top_srcdir)/VERSION)
889	(rm -f $(top_srcdir)/libtiff/tiffvers.h && sed 's,LIBTIFF_VERSION,$(LIBTIFF_VERSION),;s,LIBTIFF_RELEASE_DATE,$(LIBTIFF_RELEASE_DATE),' $(top_srcdir)/libtiff/tiffvers.h.in > $(top_srcdir)/libtiff/tiffvers.h)
890
891# Tell versions [3.59,3.63) of GNU make to not export all variables.
892# Otherwise a system limit (for SysV at least) may be exceeded.
893.NOEXPORT:
894