1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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 <dron@ak4719.spb.edu>
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@
43am__is_gnu_make = { \
44  if test -z '$(MAKELEVEL)'; then \
45    false; \
46  elif test -n '$(MAKE_HOST)'; then \
47    true; \
48  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
49    true; \
50  else \
51    false; \
52  fi; \
53}
54am__make_running_with_option = \
55  case $${target_option-} in \
56      ?) ;; \
57      *) echo "am__make_running_with_option: internal error: invalid" \
58              "target option '$${target_option-}' specified" >&2; \
59         exit 1;; \
60  esac; \
61  has_opt=no; \
62  sane_makeflags=$$MAKEFLAGS; \
63  if $(am__is_gnu_make); then \
64    sane_makeflags=$$MFLAGS; \
65  else \
66    case $$MAKEFLAGS in \
67      *\\[\ \	]*) \
68        bs=\\; \
69        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
70          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
71    esac; \
72  fi; \
73  skip_next=no; \
74  strip_trailopt () \
75  { \
76    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
77  }; \
78  for flg in $$sane_makeflags; do \
79    test $$skip_next = yes && { skip_next=no; continue; }; \
80    case $$flg in \
81      *=*|--*) continue;; \
82        -*I) strip_trailopt 'I'; skip_next=yes;; \
83      -*I?*) strip_trailopt 'I';; \
84        -*O) strip_trailopt 'O'; skip_next=yes;; \
85      -*O?*) strip_trailopt 'O';; \
86        -*l) strip_trailopt 'l'; skip_next=yes;; \
87      -*l?*) strip_trailopt 'l';; \
88      -[dEDm]) skip_next=yes;; \
89      -[JT]) skip_next=yes;; \
90    esac; \
91    case $$flg in \
92      *$$target_option*) has_opt=yes; break;; \
93    esac; \
94  done; \
95  test $$has_opt = yes
96am__make_dryrun = (target_option=n; $(am__make_running_with_option))
97am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
98pkgdatadir = $(datadir)/@PACKAGE@
99pkgincludedir = $(includedir)/@PACKAGE@
100pkglibdir = $(libdir)/@PACKAGE@
101pkglibexecdir = $(libexecdir)/@PACKAGE@
102am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
103install_sh_DATA = $(install_sh) -c -m 644
104install_sh_PROGRAM = $(install_sh) -c
105install_sh_SCRIPT = $(install_sh) -c
106INSTALL_HEADER = $(INSTALL_DATA)
107transform = $(program_transform_name)
108NORMAL_INSTALL = :
109PRE_INSTALL = :
110POST_INSTALL = :
111NORMAL_UNINSTALL = :
112PRE_UNINSTALL = :
113POST_UNINSTALL = :
114build_triplet = @build@
115host_triplet = @host@
116noinst_PROGRAMS = tiff-bi$(EXEEXT) tiff-grayscale$(EXEEXT) \
117	tiff-palette$(EXEEXT) tiff-rgb$(EXEEXT)
118subdir = contrib/dbs
119ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
121	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
122	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
123	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125	$(ACLOCAL_M4)
126DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
127mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
128CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
129	$(top_builddir)/libtiff/tiffconf.h
130CONFIG_CLEAN_FILES =
131CONFIG_CLEAN_VPATH_FILES =
132PROGRAMS = $(noinst_PROGRAMS)
133am_tiff_bi_OBJECTS = tiff-bi.$(OBJEXT)
134tiff_bi_OBJECTS = $(am_tiff_bi_OBJECTS)
135tiff_bi_DEPENDENCIES = $(LIBTIFF)
136AM_V_lt = $(am__v_lt_@AM_V@)
137am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138am__v_lt_0 = --silent
139am__v_lt_1 =
140am_tiff_grayscale_OBJECTS = tiff-grayscale.$(OBJEXT)
141tiff_grayscale_OBJECTS = $(am_tiff_grayscale_OBJECTS)
142tiff_grayscale_DEPENDENCIES = $(LIBTIFF)
143am_tiff_palette_OBJECTS = tiff-palette.$(OBJEXT)
144tiff_palette_OBJECTS = $(am_tiff_palette_OBJECTS)
145tiff_palette_DEPENDENCIES = $(LIBTIFF)
146am_tiff_rgb_OBJECTS = tiff-rgb.$(OBJEXT)
147tiff_rgb_OBJECTS = $(am_tiff_rgb_OBJECTS)
148tiff_rgb_DEPENDENCIES = $(LIBTIFF)
149AM_V_P = $(am__v_P_@AM_V@)
150am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151am__v_P_0 = false
152am__v_P_1 = :
153AM_V_GEN = $(am__v_GEN_@AM_V@)
154am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155am__v_GEN_0 = @echo "  GEN     " $@;
156am__v_GEN_1 =
157AM_V_at = $(am__v_at_@AM_V@)
158am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159am__v_at_0 = @
160am__v_at_1 =
161DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libtiff
162depcomp = $(SHELL) $(top_srcdir)/config/depcomp
163am__depfiles_maybe = depfiles
164am__mv = mv -f
165COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
166	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
169	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170	$(AM_CFLAGS) $(CFLAGS)
171AM_V_CC = $(am__v_CC_@AM_V@)
172am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
173am__v_CC_0 = @echo "  CC      " $@;
174am__v_CC_1 =
175CCLD = $(CC)
176LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178	$(AM_LDFLAGS) $(LDFLAGS) -o $@
179AM_V_CCLD = $(am__v_CCLD_@AM_V@)
180am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
181am__v_CCLD_0 = @echo "  CCLD    " $@;
182am__v_CCLD_1 =
183SOURCES = $(tiff_bi_SOURCES) $(tiff_grayscale_SOURCES) \
184	$(tiff_palette_SOURCES) $(tiff_rgb_SOURCES)
185DIST_SOURCES = $(tiff_bi_SOURCES) $(tiff_grayscale_SOURCES) \
186	$(tiff_palette_SOURCES) $(tiff_rgb_SOURCES)
187RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
188	ctags-recursive dvi-recursive html-recursive info-recursive \
189	install-data-recursive install-dvi-recursive \
190	install-exec-recursive install-html-recursive \
191	install-info-recursive install-pdf-recursive \
192	install-ps-recursive install-recursive installcheck-recursive \
193	installdirs-recursive pdf-recursive ps-recursive \
194	tags-recursive uninstall-recursive
195am__can_run_installinfo = \
196  case $$AM_UPDATE_INFO_DIR in \
197    n|no|NO) false;; \
198    *) (install-info --version) >/dev/null 2>&1;; \
199  esac
200RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
201  distclean-recursive maintainer-clean-recursive
202am__recursive_targets = \
203  $(RECURSIVE_TARGETS) \
204  $(RECURSIVE_CLEAN_TARGETS) \
205  $(am__extra_recursive_targets)
206AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
207	distdir
208am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
209# Read a list of newline-separated strings from the standard input,
210# and print each of them once, without duplicates.  Input order is
211# *not* preserved.
212am__uniquify_input = $(AWK) '\
213  BEGIN { nonempty = 0; } \
214  { items[$$0] = 1; nonempty = 1; } \
215  END { if (nonempty) { for (i in items) print i; }; } \
216'
217# Make sure the list of sources is unique.  This is necessary because,
218# e.g., the same source file might be shared among _SOURCES variables
219# for different programs/libraries.
220am__define_uniq_tagged_files = \
221  list='$(am__tagged_files)'; \
222  unique=`for i in $$list; do \
223    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
224  done | $(am__uniquify_input)`
225ETAGS = etags
226CTAGS = ctags
227DIST_SUBDIRS = $(SUBDIRS)
228am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
229	$(top_srcdir)/config/mkinstalldirs README
230DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
231am__relativize = \
232  dir0=`pwd`; \
233  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
234  sed_rest='s,^[^/]*/*,,'; \
235  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
236  sed_butlast='s,/*[^/]*$$,,'; \
237  while test -n "$$dir1"; do \
238    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
239    if test "$$first" != "."; then \
240      if test "$$first" = ".."; then \
241        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
242        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
243      else \
244        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
245        if test "$$first2" = "$$first"; then \
246          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
247        else \
248          dir2="../$$dir2"; \
249        fi; \
250        dir0="$$dir0"/"$$first"; \
251      fi; \
252    fi; \
253    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
254  done; \
255  reldir="$$dir2"
256ACLOCAL = @ACLOCAL@
257AMTAR = @AMTAR@
258AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
259AR = @AR@
260AS = @AS@
261AUTOCONF = @AUTOCONF@
262AUTOHEADER = @AUTOHEADER@
263AUTOMAKE = @AUTOMAKE@
264AWK = @AWK@
265CC = @CC@
266CCDEPMODE = @CCDEPMODE@
267CFLAGS = @CFLAGS@
268CMAKE = @CMAKE@
269CPP = @CPP@
270CPPFLAGS = @CPPFLAGS@
271CXX = @CXX@
272CXXCPP = @CXXCPP@
273CXXDEPMODE = @CXXDEPMODE@
274CXXFLAGS = @CXXFLAGS@
275CYGPATH_W = @CYGPATH_W@
276DEFS = @DEFS@
277DEPDIR = @DEPDIR@
278DLLTOOL = @DLLTOOL@
279DSYMUTIL = @DSYMUTIL@
280DUMPBIN = @DUMPBIN@
281ECHO_C = @ECHO_C@
282ECHO_N = @ECHO_N@
283ECHO_T = @ECHO_T@
284EGREP = @EGREP@
285EXEEXT = @EXEEXT@
286FGREP = @FGREP@
287GLUT_CFLAGS = @GLUT_CFLAGS@
288GLUT_LIBS = @GLUT_LIBS@
289GLU_CFLAGS = @GLU_CFLAGS@
290GLU_LIBS = @GLU_LIBS@
291GL_CFLAGS = @GL_CFLAGS@
292GL_LIBS = @GL_LIBS@
293GREP = @GREP@
294INSTALL = @INSTALL@
295INSTALL_DATA = @INSTALL_DATA@
296INSTALL_PROGRAM = @INSTALL_PROGRAM@
297INSTALL_SCRIPT = @INSTALL_SCRIPT@
298INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
299LD = @LD@
300LDFLAGS = @LDFLAGS@
301LIBDIR = @LIBDIR@
302LIBOBJS = @LIBOBJS@
303LIBS = @LIBS@
304LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
305LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
306LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
307LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
308LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
309LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
310LIBTIFF_VERSION = @LIBTIFF_VERSION@
311LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
312LIBTOOL = @LIBTOOL@
313LIPO = @LIPO@
314LN_S = @LN_S@
315LTLIBOBJS = @LTLIBOBJS@
316LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
317MAINT = @MAINT@
318MAKEINFO = @MAKEINFO@
319MANIFEST_TOOL = @MANIFEST_TOOL@
320MKDIR_P = @MKDIR_P@
321NM = @NM@
322NMEDIT = @NMEDIT@
323OBJDUMP = @OBJDUMP@
324OBJEXT = @OBJEXT@
325OTOOL = @OTOOL@
326OTOOL64 = @OTOOL64@
327PACKAGE = @PACKAGE@
328PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
329PACKAGE_NAME = @PACKAGE_NAME@
330PACKAGE_STRING = @PACKAGE_STRING@
331PACKAGE_TARNAME = @PACKAGE_TARNAME@
332PACKAGE_URL = @PACKAGE_URL@
333PACKAGE_VERSION = @PACKAGE_VERSION@
334PATH_SEPARATOR = @PATH_SEPARATOR@
335PTHREAD_CC = @PTHREAD_CC@
336PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
337PTHREAD_LIBS = @PTHREAD_LIBS@
338RANLIB = @RANLIB@
339SED = @SED@
340SET_MAKE = @SET_MAKE@
341SHELL = @SHELL@
342STRIP = @STRIP@
343VERSION = @VERSION@
344XMKMF = @XMKMF@
345X_CFLAGS = @X_CFLAGS@
346X_EXTRA_LIBS = @X_EXTRA_LIBS@
347X_LIBS = @X_LIBS@
348X_PRE_LIBS = @X_PRE_LIBS@
349abs_builddir = @abs_builddir@
350abs_srcdir = @abs_srcdir@
351abs_top_builddir = @abs_top_builddir@
352abs_top_srcdir = @abs_top_srcdir@
353ac_ct_AR = @ac_ct_AR@
354ac_ct_CC = @ac_ct_CC@
355ac_ct_CXX = @ac_ct_CXX@
356ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
357am__include = @am__include@
358am__leading_dot = @am__leading_dot@
359am__quote = @am__quote@
360am__tar = @am__tar@
361am__untar = @am__untar@
362ax_pthread_config = @ax_pthread_config@
363bindir = @bindir@
364build = @build@
365build_alias = @build_alias@
366build_cpu = @build_cpu@
367build_os = @build_os@
368build_vendor = @build_vendor@
369builddir = @builddir@
370datadir = @datadir@
371datarootdir = @datarootdir@
372docdir = @docdir@
373dvidir = @dvidir@
374exec_prefix = @exec_prefix@
375host = @host@
376host_alias = @host_alias@
377host_cpu = @host_cpu@
378host_os = @host_os@
379host_vendor = @host_vendor@
380htmldir = @htmldir@
381includedir = @includedir@
382infodir = @infodir@
383install_sh = @install_sh@
384libdir = @libdir@
385libexecdir = @libexecdir@
386localedir = @localedir@
387localstatedir = @localstatedir@
388mandir = @mandir@
389mkdir_p = @mkdir_p@
390oldincludedir = @oldincludedir@
391pdfdir = @pdfdir@
392prefix = @prefix@
393program_transform_name = @program_transform_name@
394psdir = @psdir@
395sbindir = @sbindir@
396sharedstatedir = @sharedstatedir@
397srcdir = @srcdir@
398sysconfdir = @sysconfdir@
399target_alias = @target_alias@
400tiff_libs_private = @tiff_libs_private@
401top_build_prefix = @top_build_prefix@
402top_builddir = @top_builddir@
403top_srcdir = @top_srcdir@
404SUBDIRS = xtiff
405LIBTIFF = $(top_builddir)/libtiff/libtiff.la
406EXTRA_DIST = \
407	CMakeLists.txt \
408	README
409
410tiff_bi_SOURCES = tiff-bi.c
411tiff_bi_LDADD = $(LIBTIFF)
412tiff_grayscale_SOURCES = tiff-grayscale.c
413tiff_grayscale_LDADD = $(LIBTIFF)
414tiff_palette_SOURCES = tiff-palette.c
415tiff_palette_LDADD = $(LIBTIFF)
416tiff_rgb_SOURCES = tiff-rgb.c
417tiff_rgb_LDADD = $(LIBTIFF)
418AM_CPPFLAGS = -I$(top_srcdir)/libtiff
419all: all-recursive
420
421.SUFFIXES:
422.SUFFIXES: .c .lo .o .obj
423$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
424	@for dep in $?; do \
425	  case '$(am__configure_deps)' in \
426	    *$$dep*) \
427	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
428	        && { if test -f $@; then exit 0; else break; fi; }; \
429	      exit 1;; \
430	  esac; \
431	done; \
432	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/dbs/Makefile'; \
433	$(am__cd) $(top_srcdir) && \
434	  $(AUTOMAKE) --foreign contrib/dbs/Makefile
435Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
436	@case '$?' in \
437	  *config.status*) \
438	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
439	  *) \
440	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
441	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
442	esac;
443
444$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
445	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446
447$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
448	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
450	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
451$(am__aclocal_m4_deps):
452
453clean-noinstPROGRAMS:
454	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
455	echo " rm -f" $$list; \
456	rm -f $$list || exit $$?; \
457	test -n "$(EXEEXT)" || exit 0; \
458	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
459	echo " rm -f" $$list; \
460	rm -f $$list
461
462tiff-bi$(EXEEXT): $(tiff_bi_OBJECTS) $(tiff_bi_DEPENDENCIES) $(EXTRA_tiff_bi_DEPENDENCIES)
463	@rm -f tiff-bi$(EXEEXT)
464	$(AM_V_CCLD)$(LINK) $(tiff_bi_OBJECTS) $(tiff_bi_LDADD) $(LIBS)
465
466tiff-grayscale$(EXEEXT): $(tiff_grayscale_OBJECTS) $(tiff_grayscale_DEPENDENCIES) $(EXTRA_tiff_grayscale_DEPENDENCIES)
467	@rm -f tiff-grayscale$(EXEEXT)
468	$(AM_V_CCLD)$(LINK) $(tiff_grayscale_OBJECTS) $(tiff_grayscale_LDADD) $(LIBS)
469
470tiff-palette$(EXEEXT): $(tiff_palette_OBJECTS) $(tiff_palette_DEPENDENCIES) $(EXTRA_tiff_palette_DEPENDENCIES)
471	@rm -f tiff-palette$(EXEEXT)
472	$(AM_V_CCLD)$(LINK) $(tiff_palette_OBJECTS) $(tiff_palette_LDADD) $(LIBS)
473
474tiff-rgb$(EXEEXT): $(tiff_rgb_OBJECTS) $(tiff_rgb_DEPENDENCIES) $(EXTRA_tiff_rgb_DEPENDENCIES)
475	@rm -f tiff-rgb$(EXEEXT)
476	$(AM_V_CCLD)$(LINK) $(tiff_rgb_OBJECTS) $(tiff_rgb_LDADD) $(LIBS)
477
478mostlyclean-compile:
479	-rm -f *.$(OBJEXT)
480
481distclean-compile:
482	-rm -f *.tab.c
483
484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-bi.Po@am__quote@
485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-grayscale.Po@am__quote@
486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-palette.Po@am__quote@
487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-rgb.Po@am__quote@
488
489.c.o:
490@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
491@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
492@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
493@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
495
496.c.obj:
497@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
498@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
499@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
500@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
502
503.c.lo:
504@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
505@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
506@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
507@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
509
510mostlyclean-libtool:
511	-rm -f *.lo
512
513clean-libtool:
514	-rm -rf .libs _libs
515
516# This directory's subdirectories are mostly independent; you can cd
517# into them and run 'make' without going through this Makefile.
518# To change the values of 'make' variables: instead of editing Makefiles,
519# (1) if the variable is set in 'config.status', edit 'config.status'
520#     (which will cause the Makefiles to be regenerated when you run 'make');
521# (2) otherwise, pass the desired values on the 'make' command line.
522$(am__recursive_targets):
523	@fail=; \
524	if $(am__make_keepgoing); then \
525	  failcom='fail=yes'; \
526	else \
527	  failcom='exit 1'; \
528	fi; \
529	dot_seen=no; \
530	target=`echo $@ | sed s/-recursive//`; \
531	case "$@" in \
532	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
533	  *) list='$(SUBDIRS)' ;; \
534	esac; \
535	for subdir in $$list; do \
536	  echo "Making $$target in $$subdir"; \
537	  if test "$$subdir" = "."; then \
538	    dot_seen=yes; \
539	    local_target="$$target-am"; \
540	  else \
541	    local_target="$$target"; \
542	  fi; \
543	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
544	  || eval $$failcom; \
545	done; \
546	if test "$$dot_seen" = "no"; then \
547	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
548	fi; test -z "$$fail"
549
550ID: $(am__tagged_files)
551	$(am__define_uniq_tagged_files); mkid -fID $$unique
552tags: tags-recursive
553TAGS: tags
554
555tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
556	set x; \
557	here=`pwd`; \
558	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
559	  include_option=--etags-include; \
560	  empty_fix=.; \
561	else \
562	  include_option=--include; \
563	  empty_fix=; \
564	fi; \
565	list='$(SUBDIRS)'; for subdir in $$list; do \
566	  if test "$$subdir" = .; then :; else \
567	    test ! -f $$subdir/TAGS || \
568	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
569	  fi; \
570	done; \
571	$(am__define_uniq_tagged_files); \
572	shift; \
573	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
574	  test -n "$$unique" || unique=$$empty_fix; \
575	  if test $$# -gt 0; then \
576	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
577	      "$$@" $$unique; \
578	  else \
579	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
580	      $$unique; \
581	  fi; \
582	fi
583ctags: ctags-recursive
584
585CTAGS: ctags
586ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
587	$(am__define_uniq_tagged_files); \
588	test -z "$(CTAGS_ARGS)$$unique" \
589	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
590	     $$unique
591
592GTAGS:
593	here=`$(am__cd) $(top_builddir) && pwd` \
594	  && $(am__cd) $(top_srcdir) \
595	  && gtags -i $(GTAGS_ARGS) "$$here"
596cscopelist: cscopelist-recursive
597
598cscopelist-am: $(am__tagged_files)
599	list='$(am__tagged_files)'; \
600	case "$(srcdir)" in \
601	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
602	  *) sdir=$(subdir)/$(srcdir) ;; \
603	esac; \
604	for i in $$list; do \
605	  if test -f "$$i"; then \
606	    echo "$(subdir)/$$i"; \
607	  else \
608	    echo "$$sdir/$$i"; \
609	  fi; \
610	done >> $(top_builddir)/cscope.files
611
612distclean-tags:
613	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
614
615distdir: $(DISTFILES)
616	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618	list='$(DISTFILES)'; \
619	  dist_files=`for file in $$list; do echo $$file; done | \
620	  sed -e "s|^$$srcdirstrip/||;t" \
621	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
622	case $$dist_files in \
623	  */*) $(MKDIR_P) `echo "$$dist_files" | \
624			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
625			   sort -u` ;; \
626	esac; \
627	for file in $$dist_files; do \
628	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
629	  if test -d $$d/$$file; then \
630	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
631	    if test -d "$(distdir)/$$file"; then \
632	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633	    fi; \
634	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
635	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
636	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637	    fi; \
638	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
639	  else \
640	    test -f "$(distdir)/$$file" \
641	    || cp -p $$d/$$file "$(distdir)/$$file" \
642	    || exit 1; \
643	  fi; \
644	done
645	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
646	  if test "$$subdir" = .; then :; else \
647	    $(am__make_dryrun) \
648	      || test -d "$(distdir)/$$subdir" \
649	      || $(MKDIR_P) "$(distdir)/$$subdir" \
650	      || exit 1; \
651	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
652	    $(am__relativize); \
653	    new_distdir=$$reldir; \
654	    dir1=$$subdir; dir2="$(top_distdir)"; \
655	    $(am__relativize); \
656	    new_top_distdir=$$reldir; \
657	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
658	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
659	    ($(am__cd) $$subdir && \
660	      $(MAKE) $(AM_MAKEFLAGS) \
661	        top_distdir="$$new_top_distdir" \
662	        distdir="$$new_distdir" \
663		am__remove_distdir=: \
664		am__skip_length_check=: \
665		am__skip_mode_fix=: \
666	        distdir) \
667	      || exit 1; \
668	  fi; \
669	done
670check-am: all-am
671check: check-recursive
672all-am: Makefile $(PROGRAMS)
673installdirs: installdirs-recursive
674installdirs-am:
675install: install-recursive
676install-exec: install-exec-recursive
677install-data: install-data-recursive
678uninstall: uninstall-recursive
679
680install-am: all-am
681	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
682
683installcheck: installcheck-recursive
684install-strip:
685	if test -z '$(STRIP)'; then \
686	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
687	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
688	      install; \
689	else \
690	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
691	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
692	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
693	fi
694mostlyclean-generic:
695
696clean-generic:
697
698distclean-generic:
699	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
700	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
701
702maintainer-clean-generic:
703	@echo "This command is intended for maintainers to use"
704	@echo "it deletes files that may require special tools to rebuild."
705clean: clean-recursive
706
707clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
708	mostlyclean-am
709
710distclean: distclean-recursive
711	-rm -rf ./$(DEPDIR)
712	-rm -f Makefile
713distclean-am: clean-am distclean-compile distclean-generic \
714	distclean-tags
715
716dvi: dvi-recursive
717
718dvi-am:
719
720html: html-recursive
721
722html-am:
723
724info: info-recursive
725
726info-am:
727
728install-data-am:
729
730install-dvi: install-dvi-recursive
731
732install-dvi-am:
733
734install-exec-am:
735
736install-html: install-html-recursive
737
738install-html-am:
739
740install-info: install-info-recursive
741
742install-info-am:
743
744install-man:
745
746install-pdf: install-pdf-recursive
747
748install-pdf-am:
749
750install-ps: install-ps-recursive
751
752install-ps-am:
753
754installcheck-am:
755
756maintainer-clean: maintainer-clean-recursive
757	-rm -rf ./$(DEPDIR)
758	-rm -f Makefile
759maintainer-clean-am: distclean-am maintainer-clean-generic
760
761mostlyclean: mostlyclean-recursive
762
763mostlyclean-am: mostlyclean-compile mostlyclean-generic \
764	mostlyclean-libtool
765
766pdf: pdf-recursive
767
768pdf-am:
769
770ps: ps-recursive
771
772ps-am:
773
774uninstall-am:
775
776.MAKE: $(am__recursive_targets) install-am install-strip
777
778.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
779	check-am clean clean-generic clean-libtool \
780	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
781	distclean-compile distclean-generic distclean-libtool \
782	distclean-tags distdir dvi dvi-am html html-am info info-am \
783	install install-am install-data install-data-am install-dvi \
784	install-dvi-am install-exec install-exec-am install-html \
785	install-html-am install-info install-info-am install-man \
786	install-pdf install-pdf-am install-ps install-ps-am \
787	install-strip installcheck installcheck-am installdirs \
788	installdirs-am maintainer-clean maintainer-clean-generic \
789	mostlyclean mostlyclean-compile mostlyclean-generic \
790	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
791	uninstall-am
792
793.PRECIOUS: Makefile
794
795
796# Tell versions [3.59,3.63) of GNU make to not export all variables.
797# Otherwise a system limit (for SysV at least) may be exceeded.
798.NOEXPORT:
799