1# Makefile.in generated by automake 1.11 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  Free Software Foundation,
6# 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 <dron@ak4719.spb.edu>
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
43
44
45VPATH = @srcdir@
46pkgdatadir = $(datadir)/@PACKAGE@
47pkgincludedir = $(includedir)/@PACKAGE@
48pkglibdir = $(libdir)/@PACKAGE@
49pkglibexecdir = $(libexecdir)/@PACKAGE@
50am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51install_sh_DATA = $(install_sh) -c -m 644
52install_sh_PROGRAM = $(install_sh) -c
53install_sh_SCRIPT = $(install_sh) -c
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = $(program_transform_name)
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62build_triplet = @build@
63host_triplet = @host@
64target_triplet = @target@
65@HAVE_CXX_TRUE@am__append_1 = tiffio.hxx
66@HAVE_CXX_TRUE@am__append_2 = libtiffxx.la
67@HAVE_RPATH_TRUE@am__append_3 = $(LIBDIR)
68@HAVE_RPATH_TRUE@am__append_4 = $(LIBDIR)
69noinst_PROGRAMS = mkg3states$(EXEEXT)
70subdir = libtiff
71DIST_COMMON = $(am__libtiffinclude_HEADERS_DIST) $(noinst_HEADERS) \
72	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
73	$(srcdir)/tif_config.h.in $(srcdir)/tiffconf.h.in
74ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
76	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
77	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
78	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
79am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80	$(ACLOCAL_M4)
81mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
82CONFIG_HEADER = tif_config.h tiffconf.h
83CONFIG_CLEAN_FILES =
84CONFIG_CLEAN_VPATH_FILES =
85am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86am__vpath_adj = case $$p in \
87    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88    *) f=$$p;; \
89  esac;
90am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
91am__install_max = 40
92am__nobase_strip_setup = \
93  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
94am__nobase_strip = \
95  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
96am__nobase_list = $(am__nobase_strip_setup); \
97  for p in $$list; do echo "$$p $$p"; done | \
98  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
99  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
100    if (++n[$$2] == $(am__install_max)) \
101      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
102    END { for (dir in files) print dir, files[dir] }'
103am__base_list = \
104  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
105  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
106am__installdirs = "$(DESTDIR)$(libdir)" \
107	"$(DESTDIR)$(libtiffincludedir)" \
108	"$(DESTDIR)$(libtiffincludedir)"
109LTLIBRARIES = $(lib_LTLIBRARIES)
110libtiff_la_DEPENDENCIES = $(LIBPORT)
111am_libtiff_la_OBJECTS = tif_aux.lo tif_close.lo tif_codec.lo \
112	tif_color.lo tif_compress.lo tif_dir.lo tif_dirinfo.lo \
113	tif_dirread.lo tif_dirwrite.lo tif_dumpmode.lo tif_error.lo \
114	tif_extension.lo tif_fax3.lo tif_fax3sm.lo tif_flush.lo \
115	tif_getimage.lo tif_jbig.lo tif_jpeg.lo tif_luv.lo tif_lzw.lo \
116	tif_next.lo tif_ojpeg.lo tif_open.lo tif_packbits.lo \
117	tif_pixarlog.lo tif_predict.lo tif_print.lo tif_read.lo \
118	tif_strip.lo tif_swab.lo tif_thunder.lo tif_tile.lo \
119	tif_unix.lo tif_version.lo tif_warning.lo tif_write.lo \
120	tif_zip.lo
121libtiff_la_OBJECTS = $(am_libtiff_la_OBJECTS)
122AM_V_lt = $(am__v_lt_$(V))
123am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
124am__v_lt_0 = --silent
125libtiff_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
126	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
127	$(libtiff_la_LDFLAGS) $(LDFLAGS) -o $@
128am_libtiffxx_la_OBJECTS = tif_stream.lo
129libtiffxx_la_OBJECTS = $(am_libtiffxx_la_OBJECTS)
130libtiffxx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
131	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
132	$(CXXFLAGS) $(libtiffxx_la_LDFLAGS) $(LDFLAGS) -o $@
133@HAVE_CXX_TRUE@am_libtiffxx_la_rpath = -rpath $(libdir)
134PROGRAMS = $(noinst_PROGRAMS)
135am_mkg3states_OBJECTS = mkg3states.$(OBJEXT)
136mkg3states_OBJECTS = $(am_mkg3states_OBJECTS)
137mkg3states_DEPENDENCIES = $(LIBPORT)
138DEFAULT_INCLUDES = -I.@am__isrc@
139depcomp = $(SHELL) $(top_srcdir)/config/depcomp
140am__depfiles_maybe = depfiles
141am__mv = mv -f
142COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
143	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
146	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
147	$(AM_CFLAGS) $(CFLAGS)
148AM_V_CC = $(am__v_CC_$(V))
149am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
150am__v_CC_0 = @echo "  CC    " $@;
151AM_V_at = $(am__v_at_$(V))
152am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
153am__v_at_0 = @
154CCLD = $(CC)
155LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157	$(AM_LDFLAGS) $(LDFLAGS) -o $@
158AM_V_CCLD = $(am__v_CCLD_$(V))
159am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
160am__v_CCLD_0 = @echo "  CCLD  " $@;
161CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
162	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
163LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
164	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
165	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
166	$(AM_CXXFLAGS) $(CXXFLAGS)
167AM_V_CXX = $(am__v_CXX_$(V))
168am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
169am__v_CXX_0 = @echo "  CXX   " $@;
170CXXLD = $(CXX)
171CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
172	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
173	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
174AM_V_CXXLD = $(am__v_CXXLD_$(V))
175am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
176am__v_CXXLD_0 = @echo "  CXXLD " $@;
177AM_V_GEN = $(am__v_GEN_$(V))
178am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
179am__v_GEN_0 = @echo "  GEN   " $@;
180SOURCES = $(libtiff_la_SOURCES) $(libtiffxx_la_SOURCES) \
181	$(mkg3states_SOURCES)
182DIST_SOURCES = $(libtiff_la_SOURCES) $(libtiffxx_la_SOURCES) \
183	$(mkg3states_SOURCES)
184am__libtiffinclude_HEADERS_DIST = tiff.h tiffio.h tiffvers.h \
185	tiffio.hxx
186HEADERS = $(libtiffinclude_HEADERS) $(nodist_libtiffinclude_HEADERS) \
187	$(noinst_HEADERS)
188ETAGS = etags
189CTAGS = ctags
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191ACLOCAL = @ACLOCAL@
192AMTAR = @AMTAR@
193AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
194AR = @AR@
195AS = @AS@
196AUTOCONF = @AUTOCONF@
197AUTOHEADER = @AUTOHEADER@
198AUTOMAKE = @AUTOMAKE@
199AWK = @AWK@
200CC = @CC@
201CCDEPMODE = @CCDEPMODE@
202CFLAGS = @CFLAGS@
203CPP = @CPP@
204CPPFLAGS = @CPPFLAGS@
205CXX = @CXX@
206CXXCPP = @CXXCPP@
207CXXDEPMODE = @CXXDEPMODE@
208CXXFLAGS = @CXXFLAGS@
209CYGPATH_W = @CYGPATH_W@
210DEFS = @DEFS@
211DEPDIR = @DEPDIR@
212DLLTOOL = @DLLTOOL@
213DSYMUTIL = @DSYMUTIL@
214DUMPBIN = @DUMPBIN@
215ECHO_C = @ECHO_C@
216ECHO_N = @ECHO_N@
217ECHO_T = @ECHO_T@
218EGREP = @EGREP@
219EXEEXT = @EXEEXT@
220FGREP = @FGREP@
221GLUT_CFLAGS = @GLUT_CFLAGS@
222GLUT_LIBS = @GLUT_LIBS@
223GLU_CFLAGS = @GLU_CFLAGS@
224GLU_LIBS = @GLU_LIBS@
225GL_CFLAGS = @GL_CFLAGS@
226GL_LIBS = @GL_LIBS@
227GREP = @GREP@
228INSTALL = @INSTALL@
229INSTALL_DATA = @INSTALL_DATA@
230INSTALL_PROGRAM = @INSTALL_PROGRAM@
231INSTALL_SCRIPT = @INSTALL_SCRIPT@
232INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
233LD = @LD@
234LDFLAGS = @LDFLAGS@
235LIBDIR = @LIBDIR@
236LIBOBJS = @LIBOBJS@
237LIBS = @LIBS@
238LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
239LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
240LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
241LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
242LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
243LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
244LIBTIFF_VERSION = @LIBTIFF_VERSION@
245LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
246LIBTOOL = @LIBTOOL@
247LIPO = @LIPO@
248LN_S = @LN_S@
249LTLIBOBJS = @LTLIBOBJS@
250MAINT = @MAINT@
251MAKEINFO = @MAKEINFO@
252MKDIR_P = @MKDIR_P@
253NM = @NM@
254NMEDIT = @NMEDIT@
255OBJDUMP = @OBJDUMP@
256OBJEXT = @OBJEXT@
257OTOOL = @OTOOL@
258OTOOL64 = @OTOOL64@
259PACKAGE = @PACKAGE@
260PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261PACKAGE_NAME = @PACKAGE_NAME@
262PACKAGE_STRING = @PACKAGE_STRING@
263PACKAGE_TARNAME = @PACKAGE_TARNAME@
264PACKAGE_URL = @PACKAGE_URL@
265PACKAGE_VERSION = @PACKAGE_VERSION@
266PATH_SEPARATOR = @PATH_SEPARATOR@
267PTHREAD_CC = @PTHREAD_CC@
268PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
269PTHREAD_LIBS = @PTHREAD_LIBS@
270RANLIB = @RANLIB@
271SED = @SED@
272SET_MAKE = @SET_MAKE@
273SHELL = @SHELL@
274STRIP = @STRIP@
275VERSION = @VERSION@
276XMKMF = @XMKMF@
277X_CFLAGS = @X_CFLAGS@
278X_EXTRA_LIBS = @X_EXTRA_LIBS@
279X_LIBS = @X_LIBS@
280X_PRE_LIBS = @X_PRE_LIBS@
281abs_builddir = @abs_builddir@
282abs_srcdir = @abs_srcdir@
283abs_top_builddir = @abs_top_builddir@
284abs_top_srcdir = @abs_top_srcdir@
285ac_ct_CC = @ac_ct_CC@
286ac_ct_CXX = @ac_ct_CXX@
287ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
288acx_pthread_config = @acx_pthread_config@
289am__include = @am__include@
290am__leading_dot = @am__leading_dot@
291am__quote = @am__quote@
292am__tar = @am__tar@
293am__untar = @am__untar@
294bindir = @bindir@
295build = @build@
296build_alias = @build_alias@
297build_cpu = @build_cpu@
298build_os = @build_os@
299build_vendor = @build_vendor@
300builddir = @builddir@
301datadir = @datadir@
302datarootdir = @datarootdir@
303docdir = @docdir@
304dvidir = @dvidir@
305exec_prefix = @exec_prefix@
306host = @host@
307host_alias = @host_alias@
308host_cpu = @host_cpu@
309host_os = @host_os@
310host_vendor = @host_vendor@
311htmldir = @htmldir@
312includedir = @includedir@
313infodir = @infodir@
314install_sh = @install_sh@
315libdir = @libdir@
316libexecdir = @libexecdir@
317localedir = @localedir@
318localstatedir = @localstatedir@
319mandir = @mandir@
320mkdir_p = @mkdir_p@
321oldincludedir = @oldincludedir@
322pdfdir = @pdfdir@
323prefix = @prefix@
324program_transform_name = @program_transform_name@
325psdir = @psdir@
326sbindir = @sbindir@
327sharedstatedir = @sharedstatedir@
328srcdir = @srcdir@
329sysconfdir = @sysconfdir@
330target = @target@
331target_alias = @target_alias@
332target_cpu = @target_cpu@
333target_os = @target_os@
334target_vendor = @target_vendor@
335top_build_prefix = @top_build_prefix@
336top_builddir = @top_builddir@
337top_srcdir = @top_srcdir@
338LIBPORT = $(top_builddir)/port/libport.la
339LIBTIFF = $(top_builddir)/libtiff/libtiff.la
340libtiffincludedir = $(includedir)
341EXTRA_DIST = Makefile.vc \
342	     SConstruct \
343	     tif_config.h-vms \
344	     tif_config.vc.h \
345	     tif_config.wince.h \
346	     tiffconf.vc.h \
347	     tiffconf.wince.h \
348	     libtiff.def \
349	     $(EXTRA_SRCS)
350
351libtiffinclude_HEADERS = tiff.h tiffio.h tiffvers.h $(am__append_1)
352noinst_HEADERS = \
353	t4.h \
354	tif_dir.h \
355	tif_predict.h \
356	tiffiop.h \
357	uvcode.h
358
359nodist_libtiffinclude_HEADERS = \
360	tiffconf.h
361
362libtiff_la_SOURCES = \
363	tif_aux.c \
364	tif_close.c \
365	tif_codec.c \
366	tif_color.c \
367	tif_compress.c \
368	tif_dir.c \
369	tif_dirinfo.c \
370	tif_dirread.c \
371	tif_dirwrite.c \
372	tif_dumpmode.c \
373	tif_error.c \
374	tif_extension.c \
375	tif_fax3.c \
376	tif_fax3sm.c \
377	tif_flush.c \
378	tif_getimage.c \
379	tif_jbig.c \
380	tif_jpeg.c \
381	tif_luv.c \
382	tif_lzw.c \
383	tif_next.c \
384	tif_ojpeg.c \
385	tif_open.c \
386	tif_packbits.c \
387	tif_pixarlog.c \
388	tif_predict.c \
389	tif_print.c \
390	tif_read.c \
391	tif_strip.c \
392	tif_swab.c \
393	tif_thunder.c \
394	tif_tile.c \
395	tif_unix.c \
396	tif_version.c \
397	tif_warning.c \
398	tif_write.c \
399	tif_zip.c
400
401libtiffxx_la_SOURCES = \
402	tif_stream.cxx
403
404EXTRA_SRCS = \
405	tif_acorn.c \
406	tif_apple.c \
407	tif_atari.c \
408	tif_msdos.c \
409	tif_next.c \
410	tif_win3.c \
411	tif_win32.c
412
413lib_LTLIBRARIES = libtiff.la $(am__append_2)
414libtiff_la_LDFLAGS = -no-undefined -version-number \
415	$(LIBTIFF_VERSION_INFO) $(am__append_3)
416libtiff_la_LIBADD = $(LIBPORT)
417libtiffxx_la_LDFLAGS = -no-undefined -version-number \
418	$(LIBTIFF_VERSION_INFO) $(am__append_4)
419libtiffxx_la_LIBADD = $(LIBTIFF) $(LIBPORT)
420libtiffxx_la_DEPENDENCIES = libtiff.la
421mkg3states_SOURCES = mkg3states.c tif_fax3.h
422mkg3states_LDADD = $(LIBPORT)
423all: tif_config.h tiffconf.h
424	$(MAKE) $(AM_MAKEFLAGS) all-am
425
426.SUFFIXES:
427.SUFFIXES: .c .cxx .lo .o .obj
428$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
429	@for dep in $?; do \
430	  case '$(am__configure_deps)' in \
431	    *$$dep*) \
432	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
433	        && { if test -f $@; then exit 0; else break; fi; }; \
434	      exit 1;; \
435	  esac; \
436	done; \
437	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libtiff/Makefile'; \
438	$(am__cd) $(top_srcdir) && \
439	  $(AUTOMAKE) --foreign libtiff/Makefile
440.PRECIOUS: Makefile
441Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
442	@case '$?' in \
443	  *config.status*) \
444	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
445	  *) \
446	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
447	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
448	esac;
449
450$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
451	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452
453$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
454	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
456	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457$(am__aclocal_m4_deps):
458
459tif_config.h: stamp-h1
460	@if test ! -f $@; then \
461	  rm -f stamp-h1; \
462	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
463	else :; fi
464
465stamp-h1: $(srcdir)/tif_config.h.in $(top_builddir)/config.status
466	@rm -f stamp-h1
467	cd $(top_builddir) && $(SHELL) ./config.status libtiff/tif_config.h
468$(srcdir)/tif_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
469	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
470	rm -f stamp-h1
471	touch $@
472
473tiffconf.h: stamp-h2
474	@if test ! -f $@; then \
475	  rm -f stamp-h2; \
476	  $(MAKE) $(AM_MAKEFLAGS) stamp-h2; \
477	else :; fi
478
479stamp-h2: $(srcdir)/tiffconf.h.in $(top_builddir)/config.status
480	@rm -f stamp-h2
481	cd $(top_builddir) && $(SHELL) ./config.status libtiff/tiffconf.h
482
483distclean-hdr:
484	-rm -f tif_config.h stamp-h1 tiffconf.h stamp-h2
485install-libLTLIBRARIES: $(lib_LTLIBRARIES)
486	@$(NORMAL_INSTALL)
487	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
488	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
489	list2=; for p in $$list; do \
490	  if test -f $$p; then \
491	    list2="$$list2 $$p"; \
492	  else :; fi; \
493	done; \
494	test -z "$$list2" || { \
495	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
496	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
497	}
498
499uninstall-libLTLIBRARIES:
500	@$(NORMAL_UNINSTALL)
501	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
502	for p in $$list; do \
503	  $(am__strip_dir) \
504	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
505	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
506	done
507
508clean-libLTLIBRARIES:
509	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
510	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
511	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
512	  test "$$dir" != "$$p" || dir=.; \
513	  echo "rm -f \"$${dir}/so_locations\""; \
514	  rm -f "$${dir}/so_locations"; \
515	done
516libtiff.la: $(libtiff_la_OBJECTS) $(libtiff_la_DEPENDENCIES) 
517	$(AM_V_CCLD)$(libtiff_la_LINK) -rpath $(libdir) $(libtiff_la_OBJECTS) $(libtiff_la_LIBADD) $(LIBS)
518libtiffxx.la: $(libtiffxx_la_OBJECTS) $(libtiffxx_la_DEPENDENCIES) 
519	$(AM_V_CXXLD)$(libtiffxx_la_LINK) $(am_libtiffxx_la_rpath) $(libtiffxx_la_OBJECTS) $(libtiffxx_la_LIBADD) $(LIBS)
520
521clean-noinstPROGRAMS:
522	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
523	echo " rm -f" $$list; \
524	rm -f $$list || exit $$?; \
525	test -n "$(EXEEXT)" || exit 0; \
526	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
527	echo " rm -f" $$list; \
528	rm -f $$list
529mkg3states$(EXEEXT): $(mkg3states_OBJECTS) $(mkg3states_DEPENDENCIES) 
530	@rm -f mkg3states$(EXEEXT)
531	$(AM_V_CCLD)$(LINK) $(mkg3states_OBJECTS) $(mkg3states_LDADD) $(LIBS)
532
533mostlyclean-compile:
534	-rm -f *.$(OBJEXT)
535
536distclean-compile:
537	-rm -f *.tab.c
538
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkg3states.Po@am__quote@
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_aux.Plo@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_close.Plo@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_codec.Plo@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_color.Plo@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_compress.Plo@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_dir.Plo@am__quote@
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_dirinfo.Plo@am__quote@
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_dirread.Plo@am__quote@
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_dirwrite.Plo@am__quote@
549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_dumpmode.Plo@am__quote@
550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_error.Plo@am__quote@
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_extension.Plo@am__quote@
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_fax3.Plo@am__quote@
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_fax3sm.Plo@am__quote@
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_flush.Plo@am__quote@
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_getimage.Plo@am__quote@
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_jbig.Plo@am__quote@
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_jpeg.Plo@am__quote@
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_luv.Plo@am__quote@
559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_lzw.Plo@am__quote@
560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_next.Plo@am__quote@
561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_ojpeg.Plo@am__quote@
562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_open.Plo@am__quote@
563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_packbits.Plo@am__quote@
564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_pixarlog.Plo@am__quote@
565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_predict.Plo@am__quote@
566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_print.Plo@am__quote@
567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_read.Plo@am__quote@
568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_stream.Plo@am__quote@
569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_strip.Plo@am__quote@
570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_swab.Plo@am__quote@
571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_thunder.Plo@am__quote@
572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_tile.Plo@am__quote@
573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_unix.Plo@am__quote@
574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_version.Plo@am__quote@
575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_warning.Plo@am__quote@
576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_write.Plo@am__quote@
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_zip.Plo@am__quote@
578
579.c.o:
580@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
581@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
582@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
583@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
584@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585@am__fastdepCC_FALSE@	$(COMPILE) -c $<
586
587.c.obj:
588@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
589@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
590@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
591@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
592@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
594
595.c.lo:
596@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
597@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
598@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
599@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
600@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
602
603.cxx.o:
604@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
605@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
606@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
607@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
608@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
610
611.cxx.obj:
612@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
613@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
614@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
615@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
616@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
618
619.cxx.lo:
620@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
621@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
622@am__fastdepCXX_FALSE@	$(AM_V_CXX) @AM_BACKSLASH@
623@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
624@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
625@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
626
627mostlyclean-libtool:
628	-rm -f *.lo
629
630clean-libtool:
631	-rm -rf .libs _libs
632install-libtiffincludeHEADERS: $(libtiffinclude_HEADERS)
633	@$(NORMAL_INSTALL)
634	test -z "$(libtiffincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libtiffincludedir)"
635	@list='$(libtiffinclude_HEADERS)'; test -n "$(libtiffincludedir)" || list=; \
636	for p in $$list; do \
637	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
638	  echo "$$d$$p"; \
639	done | $(am__base_list) | \
640	while read files; do \
641	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libtiffincludedir)'"; \
642	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libtiffincludedir)" || exit $$?; \
643	done
644
645uninstall-libtiffincludeHEADERS:
646	@$(NORMAL_UNINSTALL)
647	@list='$(libtiffinclude_HEADERS)'; test -n "$(libtiffincludedir)" || list=; \
648	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
649	test -n "$$files" || exit 0; \
650	echo " ( cd '$(DESTDIR)$(libtiffincludedir)' && rm -f" $$files ")"; \
651	cd "$(DESTDIR)$(libtiffincludedir)" && rm -f $$files
652install-nodist_libtiffincludeHEADERS: $(nodist_libtiffinclude_HEADERS)
653	@$(NORMAL_INSTALL)
654	test -z "$(libtiffincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libtiffincludedir)"
655	@list='$(nodist_libtiffinclude_HEADERS)'; test -n "$(libtiffincludedir)" || list=; \
656	for p in $$list; do \
657	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
658	  echo "$$d$$p"; \
659	done | $(am__base_list) | \
660	while read files; do \
661	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libtiffincludedir)'"; \
662	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libtiffincludedir)" || exit $$?; \
663	done
664
665uninstall-nodist_libtiffincludeHEADERS:
666	@$(NORMAL_UNINSTALL)
667	@list='$(nodist_libtiffinclude_HEADERS)'; test -n "$(libtiffincludedir)" || list=; \
668	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
669	test -n "$$files" || exit 0; \
670	echo " ( cd '$(DESTDIR)$(libtiffincludedir)' && rm -f" $$files ")"; \
671	cd "$(DESTDIR)$(libtiffincludedir)" && rm -f $$files
672
673ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
674	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
675	unique=`for i in $$list; do \
676	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
677	  done | \
678	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
679	      END { if (nonempty) { for (i in files) print i; }; }'`; \
680	mkid -fID $$unique
681tags: TAGS
682
683TAGS:  $(HEADERS) $(SOURCES) tif_config.h.in tiffconf.h.in $(TAGS_DEPENDENCIES) \
684		$(TAGS_FILES) $(LISP)
685	set x; \
686	here=`pwd`; \
687	list='$(SOURCES) $(HEADERS) tif_config.h.in tiffconf.h.in $(LISP) $(TAGS_FILES)'; \
688	unique=`for i in $$list; do \
689	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
690	  done | \
691	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
692	      END { if (nonempty) { for (i in files) print i; }; }'`; \
693	shift; \
694	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
695	  test -n "$$unique" || unique=$$empty_fix; \
696	  if test $$# -gt 0; then \
697	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
698	      "$$@" $$unique; \
699	  else \
700	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
701	      $$unique; \
702	  fi; \
703	fi
704ctags: CTAGS
705CTAGS:  $(HEADERS) $(SOURCES) tif_config.h.in tiffconf.h.in $(TAGS_DEPENDENCIES) \
706		$(TAGS_FILES) $(LISP)
707	list='$(SOURCES) $(HEADERS) tif_config.h.in tiffconf.h.in $(LISP) $(TAGS_FILES)'; \
708	unique=`for i in $$list; do \
709	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
710	  done | \
711	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
712	      END { if (nonempty) { for (i in files) print i; }; }'`; \
713	test -z "$(CTAGS_ARGS)$$unique" \
714	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
715	     $$unique
716
717GTAGS:
718	here=`$(am__cd) $(top_builddir) && pwd` \
719	  && $(am__cd) $(top_srcdir) \
720	  && gtags -i $(GTAGS_ARGS) "$$here"
721
722distclean-tags:
723	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
724
725distdir: $(DISTFILES)
726	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
727	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
728	list='$(DISTFILES)'; \
729	  dist_files=`for file in $$list; do echo $$file; done | \
730	  sed -e "s|^$$srcdirstrip/||;t" \
731	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
732	case $$dist_files in \
733	  */*) $(MKDIR_P) `echo "$$dist_files" | \
734			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
735			   sort -u` ;; \
736	esac; \
737	for file in $$dist_files; do \
738	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
739	  if test -d $$d/$$file; then \
740	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
741	    if test -d "$(distdir)/$$file"; then \
742	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
743	    fi; \
744	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
745	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
746	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
747	    fi; \
748	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
749	  else \
750	    test -f "$(distdir)/$$file" \
751	    || cp -p $$d/$$file "$(distdir)/$$file" \
752	    || exit 1; \
753	  fi; \
754	done
755check-am: all-am
756check: check-am
757all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) tif_config.h \
758		tiffconf.h
759installdirs:
760	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libtiffincludedir)" "$(DESTDIR)$(libtiffincludedir)"; do \
761	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
762	done
763install: install-am
764install-exec: install-exec-am
765install-data: install-data-am
766uninstall: uninstall-am
767
768install-am: all-am
769	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
770
771installcheck: installcheck-am
772install-strip:
773	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
774	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
775	  `test -z '$(STRIP)' || \
776	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
777mostlyclean-generic:
778
779clean-generic:
780
781distclean-generic:
782	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
783	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
784
785maintainer-clean-generic:
786	@echo "This command is intended for maintainers to use"
787	@echo "it deletes files that may require special tools to rebuild."
788clean: clean-am
789
790clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
791	clean-noinstPROGRAMS mostlyclean-am
792
793distclean: distclean-am
794	-rm -rf ./$(DEPDIR)
795	-rm -f Makefile
796distclean-am: clean-am distclean-compile distclean-generic \
797	distclean-hdr distclean-tags
798
799dvi: dvi-am
800
801dvi-am:
802
803html: html-am
804
805html-am:
806
807info: info-am
808
809info-am:
810
811install-data-am: install-libtiffincludeHEADERS \
812	install-nodist_libtiffincludeHEADERS
813
814install-dvi: install-dvi-am
815
816install-dvi-am:
817
818install-exec-am: install-libLTLIBRARIES
819
820install-html: install-html-am
821
822install-html-am:
823
824install-info: install-info-am
825
826install-info-am:
827
828install-man:
829
830install-pdf: install-pdf-am
831
832install-pdf-am:
833
834install-ps: install-ps-am
835
836install-ps-am:
837
838installcheck-am:
839
840maintainer-clean: maintainer-clean-am
841	-rm -rf ./$(DEPDIR)
842	-rm -f Makefile
843maintainer-clean-am: distclean-am maintainer-clean-generic
844
845mostlyclean: mostlyclean-am
846
847mostlyclean-am: mostlyclean-compile mostlyclean-generic \
848	mostlyclean-libtool
849
850pdf: pdf-am
851
852pdf-am:
853
854ps: ps-am
855
856ps-am:
857
858uninstall-am: uninstall-libLTLIBRARIES uninstall-libtiffincludeHEADERS \
859	uninstall-nodist_libtiffincludeHEADERS
860
861.MAKE: all install-am install-strip
862
863.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
864	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
865	distclean distclean-compile distclean-generic distclean-hdr \
866	distclean-libtool distclean-tags distdir dvi dvi-am html \
867	html-am info info-am install install-am install-data \
868	install-data-am install-dvi install-dvi-am install-exec \
869	install-exec-am install-html install-html-am install-info \
870	install-info-am install-libLTLIBRARIES \
871	install-libtiffincludeHEADERS install-man \
872	install-nodist_libtiffincludeHEADERS install-pdf \
873	install-pdf-am install-ps install-ps-am install-strip \
874	installcheck installcheck-am installdirs maintainer-clean \
875	maintainer-clean-generic mostlyclean mostlyclean-compile \
876	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
877	tags uninstall uninstall-am uninstall-libLTLIBRARIES \
878	uninstall-libtiffincludeHEADERS \
879	uninstall-nodist_libtiffincludeHEADERS
880
881
882faxtable: mkg3states
883	(rm -f tif_fax3sm.c && ./mkg3states -b -c const tif_fax3sm.c)
884
885# Tell versions [3.59,3.63) of GNU make to not export all variables.
886# Otherwise a system limit (for SysV at least) may be exceeded.
887.NOEXPORT:
888