]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/contrib/dbs/xtiff/Makefile.in
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / tiff / contrib / dbs / xtiff / 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
8414a40c
VZ
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.
80ed523f
VZ
42
43#LIBTIFF = $(top_builddir)/libtiff/libtiff.la
8414a40c 44VPATH = @srcdir@
80ed523f
VZ
45am__make_dryrun = \
46 { \
47 am__dry=no; \
48 case $$MAKEFLAGS in \
49 *\\[\ \ ]*) \
50 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
51 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
52 *) \
53 for am__flg in $$MAKEFLAGS; do \
54 case $$am__flg in \
55 *=*|--*) ;; \
56 *n*) am__dry=yes; break;; \
57 esac; \
58 done;; \
59 esac; \
60 test $$am__dry = yes; \
61 }
8414a40c 62pkgdatadir = $(datadir)/@PACKAGE@
8414a40c 63pkgincludedir = $(includedir)/@PACKAGE@
80ed523f
VZ
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
8414a40c 66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
8414a40c
VZ
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
8414a40c 80subdir = contrib/dbs/xtiff
80ed523f
VZ
81DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
82 $(top_srcdir)/config/mkinstalldirs
8414a40c
VZ
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
85 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
86 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
80ed523f 87 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
8414a40c
VZ
88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89 $(ACLOCAL_M4)
90mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
91CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
92 $(top_builddir)/libtiff/tiffconf.h
93CONFIG_CLEAN_FILES =
80ed523f
VZ
94CONFIG_CLEAN_VPATH_FILES =
95AM_V_P = $(am__v_P_@AM_V@)
96am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97am__v_P_0 = false
98am__v_P_1 = :
99AM_V_GEN = $(am__v_GEN_@AM_V@)
100am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101am__v_GEN_0 = @echo " GEN " $@;
102am__v_GEN_1 =
103AM_V_at = $(am__v_at_@AM_V@)
104am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105am__v_at_0 = @
106am__v_at_1 =
8414a40c
VZ
107SOURCES =
108DIST_SOURCES =
80ed523f
VZ
109am__can_run_installinfo = \
110 case $$AM_UPDATE_INFO_DIR in \
111 n|no|NO) false;; \
112 *) (install-info --version) >/dev/null 2>&1;; \
113 esac
8414a40c
VZ
114DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115ACLOCAL = @ACLOCAL@
8414a40c 116AMTAR = @AMTAR@
80ed523f 117AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
8414a40c
VZ
118AR = @AR@
119AS = @AS@
120AUTOCONF = @AUTOCONF@
121AUTOHEADER = @AUTOHEADER@
122AUTOMAKE = @AUTOMAKE@
123AWK = @AWK@
124CC = @CC@
125CCDEPMODE = @CCDEPMODE@
126CFLAGS = @CFLAGS@
127CPP = @CPP@
128CPPFLAGS = @CPPFLAGS@
129CXX = @CXX@
130CXXCPP = @CXXCPP@
131CXXDEPMODE = @CXXDEPMODE@
132CXXFLAGS = @CXXFLAGS@
133CYGPATH_W = @CYGPATH_W@
134DEFS = @DEFS@
135DEPDIR = @DEPDIR@
136DLLTOOL = @DLLTOOL@
80ed523f 137DSYMUTIL = @DSYMUTIL@
8414a40c
VZ
138DUMPBIN = @DUMPBIN@
139ECHO_C = @ECHO_C@
140ECHO_N = @ECHO_N@
141ECHO_T = @ECHO_T@
142EGREP = @EGREP@
143EXEEXT = @EXEEXT@
144FGREP = @FGREP@
145GLUT_CFLAGS = @GLUT_CFLAGS@
146GLUT_LIBS = @GLUT_LIBS@
147GLU_CFLAGS = @GLU_CFLAGS@
148GLU_LIBS = @GLU_LIBS@
149GL_CFLAGS = @GL_CFLAGS@
150GL_LIBS = @GL_LIBS@
151GREP = @GREP@
80ed523f 152INSTALL = @INSTALL@
8414a40c
VZ
153INSTALL_DATA = @INSTALL_DATA@
154INSTALL_PROGRAM = @INSTALL_PROGRAM@
155INSTALL_SCRIPT = @INSTALL_SCRIPT@
156INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157LD = @LD@
158LDFLAGS = @LDFLAGS@
159LIBDIR = @LIBDIR@
160LIBOBJS = @LIBOBJS@
161LIBS = @LIBS@
162LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
163LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
164LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
165LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
166LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
167LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
168LIBTIFF_VERSION = @LIBTIFF_VERSION@
169LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
170LIBTOOL = @LIBTOOL@
80ed523f 171LIPO = @LIPO@
8414a40c
VZ
172LN_S = @LN_S@
173LTLIBOBJS = @LTLIBOBJS@
174MAINT = @MAINT@
8414a40c 175MAKEINFO = @MAKEINFO@
80ed523f
VZ
176MANIFEST_TOOL = @MANIFEST_TOOL@
177MKDIR_P = @MKDIR_P@
8414a40c 178NM = @NM@
80ed523f 179NMEDIT = @NMEDIT@
8414a40c
VZ
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
80ed523f
VZ
182OTOOL = @OTOOL@
183OTOOL64 = @OTOOL64@
8414a40c
VZ
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
80ed523f 189PACKAGE_URL = @PACKAGE_URL@
8414a40c
VZ
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192PTHREAD_CC = @PTHREAD_CC@
193PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
194PTHREAD_LIBS = @PTHREAD_LIBS@
195RANLIB = @RANLIB@
196SED = @SED@
197SET_MAKE = @SET_MAKE@
198SHELL = @SHELL@
199STRIP = @STRIP@
200VERSION = @VERSION@
80ed523f 201XMKMF = @XMKMF@
8414a40c
VZ
202X_CFLAGS = @X_CFLAGS@
203X_EXTRA_LIBS = @X_EXTRA_LIBS@
204X_LIBS = @X_LIBS@
205X_PRE_LIBS = @X_PRE_LIBS@
80ed523f
VZ
206abs_builddir = @abs_builddir@
207abs_srcdir = @abs_srcdir@
208abs_top_builddir = @abs_top_builddir@
209abs_top_srcdir = @abs_top_srcdir@
8414a40c 210ac_ct_AR = @ac_ct_AR@
8414a40c
VZ
211ac_ct_CC = @ac_ct_CC@
212ac_ct_CXX = @ac_ct_CXX@
8414a40c 213ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
8414a40c
VZ
214am__include = @am__include@
215am__leading_dot = @am__leading_dot@
216am__quote = @am__quote@
217am__tar = @am__tar@
218am__untar = @am__untar@
80ed523f 219ax_pthread_config = @ax_pthread_config@
8414a40c
VZ
220bindir = @bindir@
221build = @build@
222build_alias = @build_alias@
223build_cpu = @build_cpu@
224build_os = @build_os@
225build_vendor = @build_vendor@
80ed523f 226builddir = @builddir@
8414a40c 227datadir = @datadir@
80ed523f
VZ
228datarootdir = @datarootdir@
229docdir = @docdir@
230dvidir = @dvidir@
8414a40c
VZ
231exec_prefix = @exec_prefix@
232host = @host@
233host_alias = @host_alias@
234host_cpu = @host_cpu@
235host_os = @host_os@
236host_vendor = @host_vendor@
80ed523f 237htmldir = @htmldir@
8414a40c
VZ
238includedir = @includedir@
239infodir = @infodir@
240install_sh = @install_sh@
241libdir = @libdir@
242libexecdir = @libexecdir@
80ed523f 243localedir = @localedir@
8414a40c 244localstatedir = @localstatedir@
8414a40c
VZ
245mandir = @mandir@
246mkdir_p = @mkdir_p@
247oldincludedir = @oldincludedir@
80ed523f 248pdfdir = @pdfdir@
8414a40c
VZ
249prefix = @prefix@
250program_transform_name = @program_transform_name@
80ed523f 251psdir = @psdir@
8414a40c
VZ
252sbindir = @sbindir@
253sharedstatedir = @sharedstatedir@
80ed523f 254srcdir = @srcdir@
8414a40c 255sysconfdir = @sysconfdir@
8414a40c 256target_alias = @target_alias@
80ed523f
VZ
257tiff_libs_private = @tiff_libs_private@
258top_build_prefix = @top_build_prefix@
259top_builddir = @top_builddir@
260top_srcdir = @top_srcdir@
261EXTRA_DIST = README patchlevel.h xtiff.c xtifficon.h
8414a40c
VZ
262all: all-am
263
264.SUFFIXES:
265$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
266 @for dep in $?; do \
267 case '$(am__configure_deps)' in \
268 *$$dep*) \
80ed523f
VZ
269 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
270 && { if test -f $@; then exit 0; else break; fi; }; \
8414a40c
VZ
271 exit 1;; \
272 esac; \
273 done; \
80ed523f
VZ
274 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/dbs/xtiff/Makefile'; \
275 $(am__cd) $(top_srcdir) && \
276 $(AUTOMAKE) --foreign contrib/dbs/xtiff/Makefile
8414a40c
VZ
277.PRECIOUS: Makefile
278Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279 @case '$?' in \
280 *config.status*) \
281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
282 *) \
283 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
284 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
285 esac;
286
287$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
290$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
291 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
293 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
80ed523f 294$(am__aclocal_m4_deps):
8414a40c
VZ
295
296mostlyclean-libtool:
297 -rm -f *.lo
298
299clean-libtool:
300 -rm -rf .libs _libs
8414a40c
VZ
301tags: TAGS
302TAGS:
303
304ctags: CTAGS
305CTAGS:
306
80ed523f
VZ
307cscope cscopelist:
308
8414a40c
VZ
309
310distdir: $(DISTFILES)
80ed523f
VZ
311 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
312 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
313 list='$(DISTFILES)'; \
314 dist_files=`for file in $$list; do echo $$file; done | \
315 sed -e "s|^$$srcdirstrip/||;t" \
316 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
317 case $$dist_files in \
318 */*) $(MKDIR_P) `echo "$$dist_files" | \
319 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
320 sort -u` ;; \
321 esac; \
322 for file in $$dist_files; do \
8414a40c 323 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
8414a40c 324 if test -d $$d/$$file; then \
80ed523f
VZ
325 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
326 if test -d "$(distdir)/$$file"; then \
327 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
328 fi; \
8414a40c 329 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
80ed523f
VZ
330 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
331 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
8414a40c 332 fi; \
80ed523f 333 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
8414a40c 334 else \
80ed523f
VZ
335 test -f "$(distdir)/$$file" \
336 || cp -p $$d/$$file "$(distdir)/$$file" \
8414a40c
VZ
337 || exit 1; \
338 fi; \
339 done
340check-am: all-am
341check: check-am
342all-am: Makefile
343installdirs:
344install: install-am
345install-exec: install-exec-am
346install-data: install-data-am
347uninstall: uninstall-am
348
349install-am: all-am
350 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
351
352installcheck: installcheck-am
353install-strip:
80ed523f
VZ
354 if test -z '$(STRIP)'; then \
355 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
356 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
357 install; \
358 else \
359 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
360 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
361 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
362 fi
8414a40c
VZ
363mostlyclean-generic:
364
365clean-generic:
366
367distclean-generic:
368 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
80ed523f 369 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
8414a40c
VZ
370
371maintainer-clean-generic:
372 @echo "This command is intended for maintainers to use"
373 @echo "it deletes files that may require special tools to rebuild."
374clean: clean-am
375
376clean-am: clean-generic clean-libtool mostlyclean-am
377
378distclean: distclean-am
379 -rm -f Makefile
80ed523f 380distclean-am: clean-am distclean-generic
8414a40c
VZ
381
382dvi: dvi-am
383
384dvi-am:
385
386html: html-am
387
80ed523f
VZ
388html-am:
389
8414a40c
VZ
390info: info-am
391
392info-am:
393
394install-data-am:
395
80ed523f
VZ
396install-dvi: install-dvi-am
397
398install-dvi-am:
399
8414a40c
VZ
400install-exec-am:
401
80ed523f
VZ
402install-html: install-html-am
403
404install-html-am:
405
8414a40c
VZ
406install-info: install-info-am
407
80ed523f
VZ
408install-info-am:
409
8414a40c
VZ
410install-man:
411
80ed523f
VZ
412install-pdf: install-pdf-am
413
414install-pdf-am:
415
416install-ps: install-ps-am
417
418install-ps-am:
419
8414a40c
VZ
420installcheck-am:
421
422maintainer-clean: maintainer-clean-am
423 -rm -f Makefile
424maintainer-clean-am: distclean-am maintainer-clean-generic
425
426mostlyclean: mostlyclean-am
427
428mostlyclean-am: mostlyclean-generic mostlyclean-libtool
429
430pdf: pdf-am
431
432pdf-am:
433
434ps: ps-am
435
436ps-am:
437
80ed523f
VZ
438uninstall-am:
439
440.MAKE: install-am install-strip
8414a40c
VZ
441
442.PHONY: all all-am check check-am clean clean-generic clean-libtool \
443 distclean distclean-generic distclean-libtool distdir dvi \
444 dvi-am html html-am info info-am install install-am \
80ed523f
VZ
445 install-data install-data-am install-dvi install-dvi-am \
446 install-exec install-exec-am install-html install-html-am \
447 install-info install-info-am install-man install-pdf \
448 install-pdf-am install-ps install-ps-am install-strip \
8414a40c
VZ
449 installcheck installcheck-am installdirs maintainer-clean \
450 maintainer-clean-generic mostlyclean mostlyclean-generic \
80ed523f
VZ
451 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
452
453
454#noinst_PROGRAMS =
455
456#if HAVE_XAW
457#noinst_PROGRAMS += xtiff
458#endif
459
460#xtiff_SOURCES = patchlevel.h xtiff.c xtifficon.h
461#xtiff_CFLAGS = $(CFLAGS) $(XAW_CFLAGS) $(AM_CFLAGS)
462#xtiff_LDADD = $(LIBTIFF) $(X_LIBS) $(XAW_LIBS)
463
464#INCLUDES = -I$(top_srcdir)/libtiff
8414a40c
VZ
465
466# Tell versions [3.59,3.63) of GNU make to not export all variables.
467# Otherwise a system limit (for SysV at least) may be exceeded.
468.NOEXPORT: