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