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