xref: /libtiff-4.0.7/Makefile.in (revision a042a8d4)
1# Makefile.in generated by automake 1.10.2 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  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.
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 <[email protected]>
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.
41
42VPATH = @srcdir@
43pkgdatadir = $(datadir)/@PACKAGE@
44pkglibdir = $(libdir)/@PACKAGE@
45pkgincludedir = $(includedir)/@PACKAGE@
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47install_sh_DATA = $(install_sh) -c -m 644
48install_sh_PROGRAM = $(install_sh) -c
49install_sh_SCRIPT = $(install_sh) -c
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = $(program_transform_name)
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58build_triplet = @build@
59host_triplet = @host@
60target_triplet = @target@
61subdir = .
62DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
63	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
64	$(top_srcdir)/configure ChangeLog TODO config/compile \
65	config/config.guess config/config.sub config/depcomp \
66	config/install-sh config/ltmain.sh config/missing \
67	config/mkinstalldirs
68ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
70	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
71	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
72	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
73am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74	$(ACLOCAL_M4)
75am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
76 configure.lineno config.status.lineno
77mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
78CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
79	$(top_builddir)/libtiff/tiffconf.h
80CONFIG_CLEAN_FILES =
81SOURCES =
82DIST_SOURCES =
83RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
84	html-recursive info-recursive install-data-recursive \
85	install-dvi-recursive install-exec-recursive \
86	install-html-recursive install-info-recursive \
87	install-pdf-recursive install-ps-recursive install-recursive \
88	installcheck-recursive installdirs-recursive pdf-recursive \
89	ps-recursive uninstall-recursive
90am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
91am__vpath_adj = case $$p in \
92    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
93    *) f=$$p;; \
94  esac;
95am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
96am__installdirs = "$(DESTDIR)$(docdir)"
97dist_docDATA_INSTALL = $(INSTALL_DATA)
98DATA = $(dist_doc_DATA)
99RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
100  distclean-recursive maintainer-clean-recursive
101ETAGS = etags
102CTAGS = ctags
103DIST_SUBDIRS = $(SUBDIRS)
104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105distdir = $(PACKAGE)-$(VERSION)
106top_distdir = $(distdir)
107am__remove_distdir = \
108  { test ! -d $(distdir) \
109    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
110         && rm -fr $(distdir); }; }
111DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
112GZIP_ENV = --best
113distuninstallcheck_listfiles = find . -type f -print
114distcleancheck_listfiles = find . -type f -print
115ACLOCAL = @ACLOCAL@
116AMTAR = @AMTAR@
117AR = @AR@
118AS = @AS@
119AUTOCONF = @AUTOCONF@
120AUTOHEADER = @AUTOHEADER@
121AUTOMAKE = @AUTOMAKE@
122AWK = @AWK@
123CC = @CC@
124CCDEPMODE = @CCDEPMODE@
125CFLAGS = @CFLAGS@
126CPP = @CPP@
127CPPFLAGS = @CPPFLAGS@
128CXX = @CXX@
129CXXCPP = @CXXCPP@
130CXXDEPMODE = @CXXDEPMODE@
131CXXFLAGS = @CXXFLAGS@
132CYGPATH_W = @CYGPATH_W@
133DEFS = @DEFS@
134DEPDIR = @DEPDIR@
135DLLTOOL = @DLLTOOL@
136DSYMUTIL = @DSYMUTIL@
137DUMPBIN = @DUMPBIN@
138ECHO_C = @ECHO_C@
139ECHO_N = @ECHO_N@
140ECHO_T = @ECHO_T@
141EGREP = @EGREP@
142EXEEXT = @EXEEXT@
143FGREP = @FGREP@
144GLUT_CFLAGS = @GLUT_CFLAGS@
145GLUT_LIBS = @GLUT_LIBS@
146GLU_CFLAGS = @GLU_CFLAGS@
147GLU_LIBS = @GLU_LIBS@
148GL_CFLAGS = @GL_CFLAGS@
149GL_LIBS = @GL_LIBS@
150GREP = @GREP@
151INSTALL = @INSTALL@
152INSTALL_DATA = @INSTALL_DATA@
153INSTALL_PROGRAM = @INSTALL_PROGRAM@
154INSTALL_SCRIPT = @INSTALL_SCRIPT@
155INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156LD = @LD@
157LDFLAGS = @LDFLAGS@
158LIBDIR = @LIBDIR@
159LIBOBJS = @LIBOBJS@
160LIBS = @LIBS@
161LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
162LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
163LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
164LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
165LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
166LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
167LIBTIFF_VERSION = @LIBTIFF_VERSION@
168LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
169LIBTOOL = @LIBTOOL@
170LIPO = @LIPO@
171LN_S = @LN_S@
172LTLIBOBJS = @LTLIBOBJS@
173MAINT = @MAINT@
174MAKEINFO = @MAKEINFO@
175MKDIR_P = @MKDIR_P@
176NM = @NM@
177NMEDIT = @NMEDIT@
178OBJDUMP = @OBJDUMP@
179OBJEXT = @OBJEXT@
180OTOOL = @OTOOL@
181OTOOL64 = @OTOOL64@
182PACKAGE = @PACKAGE@
183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184PACKAGE_NAME = @PACKAGE_NAME@
185PACKAGE_STRING = @PACKAGE_STRING@
186PACKAGE_TARNAME = @PACKAGE_TARNAME@
187PACKAGE_VERSION = @PACKAGE_VERSION@
188PATH_SEPARATOR = @PATH_SEPARATOR@
189PTHREAD_CC = @PTHREAD_CC@
190PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
191PTHREAD_LIBS = @PTHREAD_LIBS@
192RANLIB = @RANLIB@
193SED = @SED@
194SET_MAKE = @SET_MAKE@
195SHELL = @SHELL@
196STRIP = @STRIP@
197VERSION = @VERSION@
198XMKMF = @XMKMF@
199X_CFLAGS = @X_CFLAGS@
200X_EXTRA_LIBS = @X_EXTRA_LIBS@
201X_LIBS = @X_LIBS@
202X_PRE_LIBS = @X_PRE_LIBS@
203abs_builddir = @abs_builddir@
204abs_srcdir = @abs_srcdir@
205abs_top_builddir = @abs_top_builddir@
206abs_top_srcdir = @abs_top_srcdir@
207ac_ct_CC = @ac_ct_CC@
208ac_ct_CXX = @ac_ct_CXX@
209ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
210acx_pthread_config = @acx_pthread_config@
211am__include = @am__include@
212am__leading_dot = @am__leading_dot@
213am__quote = @am__quote@
214am__tar = @am__tar@
215am__untar = @am__untar@
216bindir = @bindir@
217build = @build@
218build_alias = @build_alias@
219build_cpu = @build_cpu@
220build_os = @build_os@
221build_vendor = @build_vendor@
222builddir = @builddir@
223datadir = @datadir@
224datarootdir = @datarootdir@
225docdir = $(LIBTIFF_DOCDIR)
226dvidir = @dvidir@
227exec_prefix = @exec_prefix@
228host = @host@
229host_alias = @host_alias@
230host_cpu = @host_cpu@
231host_os = @host_os@
232host_vendor = @host_vendor@
233htmldir = @htmldir@
234includedir = @includedir@
235infodir = @infodir@
236install_sh = @install_sh@
237libdir = @libdir@
238libexecdir = @libexecdir@
239localedir = @localedir@
240localstatedir = @localstatedir@
241lt_ECHO = @lt_ECHO@
242mandir = @mandir@
243mkdir_p = @mkdir_p@
244oldincludedir = @oldincludedir@
245pdfdir = @pdfdir@
246prefix = @prefix@
247program_transform_name = @program_transform_name@
248psdir = @psdir@
249sbindir = @sbindir@
250sharedstatedir = @sharedstatedir@
251srcdir = @srcdir@
252sysconfdir = @sysconfdir@
253target = @target@
254target_alias = @target_alias@
255target_cpu = @target_cpu@
256target_os = @target_os@
257target_vendor = @target_vendor@
258top_build_prefix = @top_build_prefix@
259top_builddir = @top_builddir@
260top_srcdir = @top_srcdir@
261AUTOMAKE_OPTIONS = dist-zip foreign
262ACLOCAL_AMFLAGS = -I m4
263docfiles = \
264	COPYRIGHT \
265	ChangeLog \
266	README \
267	README.vms \
268	RELEASE-DATE \
269	TODO \
270	VERSION
271
272EXTRA_DIST = \
273	HOWTO-RELEASE \
274	Makefile.vc \
275	SConstruct \
276	autogen.sh \
277	configure.com \
278	nmake.opt
279
280dist_doc_DATA = $(docfiles)
281SUBDIRS = port libtiff tools build contrib test man html
282all: all-recursive
283
284.SUFFIXES:
285am--refresh:
286	@:
287$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
288	@for dep in $?; do \
289	  case '$(am__configure_deps)' in \
290	    *$$dep*) \
291	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
292	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
293		&& exit 0; \
294	      exit 1;; \
295	  esac; \
296	done; \
297	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
298	cd $(top_srcdir) && \
299	  $(AUTOMAKE) --foreign  Makefile
300.PRECIOUS: Makefile
301Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302	@case '$?' in \
303	  *config.status*) \
304	    echo ' $(SHELL) ./config.status'; \
305	    $(SHELL) ./config.status;; \
306	  *) \
307	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
308	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
309	esac;
310
311$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
312	$(SHELL) ./config.status --recheck
313
314$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
315	cd $(srcdir) && $(AUTOCONF)
316$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
317	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
318
319mostlyclean-libtool:
320	-rm -f *.lo
321
322clean-libtool:
323	-rm -rf .libs _libs
324
325distclean-libtool:
326	-rm -f libtool config.lt
327install-dist_docDATA: $(dist_doc_DATA)
328	@$(NORMAL_INSTALL)
329	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
330	@list='$(dist_doc_DATA)'; for p in $$list; do \
331	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
332	  f=$(am__strip_dir) \
333	  echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
334	  $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
335	done
336
337uninstall-dist_docDATA:
338	@$(NORMAL_UNINSTALL)
339	@list='$(dist_doc_DATA)'; for p in $$list; do \
340	  f=$(am__strip_dir) \
341	  echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
342	  rm -f "$(DESTDIR)$(docdir)/$$f"; \
343	done
344
345# This directory's subdirectories are mostly independent; you can cd
346# into them and run `make' without going through this Makefile.
347# To change the values of `make' variables: instead of editing Makefiles,
348# (1) if the variable is set in `config.status', edit `config.status'
349#     (which will cause the Makefiles to be regenerated when you run `make');
350# (2) otherwise, pass the desired values on the `make' command line.
351$(RECURSIVE_TARGETS):
352	@failcom='exit 1'; \
353	for f in x $$MAKEFLAGS; do \
354	  case $$f in \
355	    *=* | --[!k]*);; \
356	    *k*) failcom='fail=yes';; \
357	  esac; \
358	done; \
359	dot_seen=no; \
360	target=`echo $@ | sed s/-recursive//`; \
361	list='$(SUBDIRS)'; for subdir in $$list; do \
362	  echo "Making $$target in $$subdir"; \
363	  if test "$$subdir" = "."; then \
364	    dot_seen=yes; \
365	    local_target="$$target-am"; \
366	  else \
367	    local_target="$$target"; \
368	  fi; \
369	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370	  || eval $$failcom; \
371	done; \
372	if test "$$dot_seen" = "no"; then \
373	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
374	fi; test -z "$$fail"
375
376$(RECURSIVE_CLEAN_TARGETS):
377	@failcom='exit 1'; \
378	for f in x $$MAKEFLAGS; do \
379	  case $$f in \
380	    *=* | --[!k]*);; \
381	    *k*) failcom='fail=yes';; \
382	  esac; \
383	done; \
384	dot_seen=no; \
385	case "$@" in \
386	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
387	  *) list='$(SUBDIRS)' ;; \
388	esac; \
389	rev=''; for subdir in $$list; do \
390	  if test "$$subdir" = "."; then :; else \
391	    rev="$$subdir $$rev"; \
392	  fi; \
393	done; \
394	rev="$$rev ."; \
395	target=`echo $@ | sed s/-recursive//`; \
396	for subdir in $$rev; do \
397	  echo "Making $$target in $$subdir"; \
398	  if test "$$subdir" = "."; then \
399	    local_target="$$target-am"; \
400	  else \
401	    local_target="$$target"; \
402	  fi; \
403	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404	  || eval $$failcom; \
405	done && test -z "$$fail"
406tags-recursive:
407	list='$(SUBDIRS)'; for subdir in $$list; do \
408	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
409	done
410ctags-recursive:
411	list='$(SUBDIRS)'; for subdir in $$list; do \
412	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
413	done
414
415ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
416	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
417	unique=`for i in $$list; do \
418	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419	  done | \
420	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421	      END { if (nonempty) { for (i in files) print i; }; }'`; \
422	mkid -fID $$unique
423tags: TAGS
424
425TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
426		$(TAGS_FILES) $(LISP)
427	tags=; \
428	here=`pwd`; \
429	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
430	  include_option=--etags-include; \
431	  empty_fix=.; \
432	else \
433	  include_option=--include; \
434	  empty_fix=; \
435	fi; \
436	list='$(SUBDIRS)'; for subdir in $$list; do \
437	  if test "$$subdir" = .; then :; else \
438	    test ! -f $$subdir/TAGS || \
439	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
440	  fi; \
441	done; \
442	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443	unique=`for i in $$list; do \
444	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445	  done | \
446	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447	      END { if (nonempty) { for (i in files) print i; }; }'`; \
448	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
449	  test -n "$$unique" || unique=$$empty_fix; \
450	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451	    $$tags $$unique; \
452	fi
453ctags: CTAGS
454CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
455		$(TAGS_FILES) $(LISP)
456	tags=; \
457	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458	unique=`for i in $$list; do \
459	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460	  done | \
461	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462	      END { if (nonempty) { for (i in files) print i; }; }'`; \
463	test -z "$(CTAGS_ARGS)$$tags$$unique" \
464	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465	     $$tags $$unique
466
467GTAGS:
468	here=`$(am__cd) $(top_builddir) && pwd` \
469	  && cd $(top_srcdir) \
470	  && gtags -i $(GTAGS_ARGS) $$here
471
472distclean-tags:
473	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
474
475distdir: $(DISTFILES)
476	$(am__remove_distdir)
477	test -d $(distdir) || mkdir $(distdir)
478	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480	list='$(DISTFILES)'; \
481	  dist_files=`for file in $$list; do echo $$file; done | \
482	  sed -e "s|^$$srcdirstrip/||;t" \
483	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
484	case $$dist_files in \
485	  */*) $(MKDIR_P) `echo "$$dist_files" | \
486			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
487			   sort -u` ;; \
488	esac; \
489	for file in $$dist_files; do \
490	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
491	  if test -d $$d/$$file; then \
492	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
493	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
494	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
495	    fi; \
496	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
497	  else \
498	    test -f $(distdir)/$$file \
499	    || cp -p $$d/$$file $(distdir)/$$file \
500	    || exit 1; \
501	  fi; \
502	done
503	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
504	  if test "$$subdir" = .; then :; else \
505	    test -d "$(distdir)/$$subdir" \
506	    || $(MKDIR_P) "$(distdir)/$$subdir" \
507	    || exit 1; \
508	    distdir=`$(am__cd) $(distdir) && pwd`; \
509	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
510	    (cd $$subdir && \
511	      $(MAKE) $(AM_MAKEFLAGS) \
512	        top_distdir="$$top_distdir" \
513	        distdir="$$distdir/$$subdir" \
514		am__remove_distdir=: \
515		am__skip_length_check=: \
516	        distdir) \
517	      || exit 1; \
518	  fi; \
519	done
520	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
521	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
522	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
523	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
524	|| chmod -R a+r $(distdir)
525dist-gzip: distdir
526	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
527	$(am__remove_distdir)
528
529dist-bzip2: distdir
530	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
531	$(am__remove_distdir)
532
533dist-lzma: distdir
534	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
535	$(am__remove_distdir)
536
537dist-tarZ: distdir
538	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
539	$(am__remove_distdir)
540
541dist-shar: distdir
542	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
543	$(am__remove_distdir)
544dist-zip: distdir
545	-rm -f $(distdir).zip
546	zip -rq $(distdir).zip $(distdir)
547	$(am__remove_distdir)
548
549dist dist-all: distdir
550	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
551	-rm -f $(distdir).zip
552	zip -rq $(distdir).zip $(distdir)
553	$(am__remove_distdir)
554
555# This target untars the dist file and tries a VPATH configuration.  Then
556# it guarantees that the distribution is self-contained by making another
557# tarfile.
558distcheck: dist
559	case '$(DIST_ARCHIVES)' in \
560	*.tar.gz*) \
561	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
562	*.tar.bz2*) \
563	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
564	*.tar.lzma*) \
565	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
566	*.tar.Z*) \
567	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
568	*.shar.gz*) \
569	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
570	*.zip*) \
571	  unzip $(distdir).zip ;;\
572	esac
573	chmod -R a-w $(distdir); chmod a+w $(distdir)
574	mkdir $(distdir)/_build
575	mkdir $(distdir)/_inst
576	chmod a-w $(distdir)
577	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
578	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
579	  && cd $(distdir)/_build \
580	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
581	    $(DISTCHECK_CONFIGURE_FLAGS) \
582	  && $(MAKE) $(AM_MAKEFLAGS) \
583	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
584	  && $(MAKE) $(AM_MAKEFLAGS) check \
585	  && $(MAKE) $(AM_MAKEFLAGS) install \
586	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
587	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
588	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
589	        distuninstallcheck \
590	  && chmod -R a-w "$$dc_install_base" \
591	  && ({ \
592	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
593	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
594	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
595	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
596	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
597	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
598	  && rm -rf "$$dc_destdir" \
599	  && $(MAKE) $(AM_MAKEFLAGS) dist \
600	  && rm -rf $(DIST_ARCHIVES) \
601	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
602	$(am__remove_distdir)
603	@(echo "$(distdir) archives ready for distribution: "; \
604	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
605	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
606distuninstallcheck:
607	@cd $(distuninstallcheck_dir) \
608	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
609	   || { echo "ERROR: files left after uninstall:" ; \
610	        if test -n "$(DESTDIR)"; then \
611	          echo "  (check DESTDIR support)"; \
612	        fi ; \
613	        $(distuninstallcheck_listfiles) ; \
614	        exit 1; } >&2
615distcleancheck: distclean
616	@if test '$(srcdir)' = . ; then \
617	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
618	  exit 1 ; \
619	fi
620	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
621	  || { echo "ERROR: files left in build directory after distclean:" ; \
622	       $(distcleancheck_listfiles) ; \
623	       exit 1; } >&2
624check-am: all-am
625check: check-recursive
626all-am: Makefile $(DATA)
627installdirs: installdirs-recursive
628installdirs-am:
629	for dir in "$(DESTDIR)$(docdir)"; do \
630	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
631	done
632install: install-recursive
633install-exec: install-exec-recursive
634install-data: install-data-recursive
635uninstall: uninstall-recursive
636
637install-am: all-am
638	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
639
640installcheck: installcheck-recursive
641install-strip:
642	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
643	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
644	  `test -z '$(STRIP)' || \
645	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
646mostlyclean-generic:
647
648clean-generic:
649
650distclean-generic:
651	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
652
653maintainer-clean-generic:
654	@echo "This command is intended for maintainers to use"
655	@echo "it deletes files that may require special tools to rebuild."
656clean: clean-recursive
657
658clean-am: clean-generic clean-libtool mostlyclean-am
659
660distclean: distclean-recursive
661	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
662	-rm -f Makefile
663distclean-am: clean-am distclean-generic distclean-libtool \
664	distclean-tags
665
666dvi: dvi-recursive
667
668dvi-am:
669
670html: html-recursive
671
672info: info-recursive
673
674info-am:
675
676install-data-am: install-dist_docDATA
677
678install-dvi: install-dvi-recursive
679
680install-exec-am:
681
682install-html: install-html-recursive
683
684install-info: install-info-recursive
685
686install-man:
687
688install-pdf: install-pdf-recursive
689
690install-ps: install-ps-recursive
691
692installcheck-am:
693
694maintainer-clean: maintainer-clean-recursive
695	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
696	-rm -rf $(top_srcdir)/autom4te.cache
697	-rm -f Makefile
698maintainer-clean-am: distclean-am maintainer-clean-generic
699
700mostlyclean: mostlyclean-recursive
701
702mostlyclean-am: mostlyclean-generic mostlyclean-libtool
703
704pdf: pdf-recursive
705
706pdf-am:
707
708ps: ps-recursive
709
710ps-am:
711
712uninstall-am: uninstall-dist_docDATA
713
714.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
715	install-strip
716
717.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
718	all all-am am--refresh check check-am clean clean-generic \
719	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
720	dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
721	distclean distclean-generic distclean-libtool distclean-tags \
722	distcleancheck distdir distuninstallcheck dvi dvi-am html \
723	html-am info info-am install install-am install-data \
724	install-data-am install-dist_docDATA install-dvi \
725	install-dvi-am install-exec install-exec-am install-html \
726	install-html-am install-info install-info-am install-man \
727	install-pdf install-pdf-am install-ps install-ps-am \
728	install-strip installcheck installcheck-am installdirs \
729	installdirs-am maintainer-clean maintainer-clean-generic \
730	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
731	ps ps-am tags tags-recursive uninstall uninstall-am \
732	uninstall-dist_docDATA
733
734
735release:
736	(rm -f RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > RELEASE-DATE)
737	(rm -f VERSION && echo $(LIBTIFF_VERSION) > VERSION)
738	(rm -f ./libtiff/tiffvers.h && sed 's,LIBTIFF_VERSION,$(LIBTIFF_VERSION),;s,LIBTIFF_RELEASE_DATE,$(LIBTIFF_RELEASE_DATE),' ./libtiff/tiffvers.h.in > ./libtiff/tiffvers.h)
739# Tell versions [3.59,3.63) of GNU make to not export all variables.
740# Otherwise a system limit (for SysV at least) may be exceeded.
741.NOEXPORT:
742