Blame docker-builder-data/build/script/packet/opentoonz-master.files/Makefile.in

e14835
# Makefile.in generated by automake 1.14.1 from Makefile.am.
e14835
# @configure_input@
e14835
e14835
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
e14835
e14835
# This Makefile.in is free software; the Free Software Foundation
e14835
# gives unlimited permission to copy and/or distribute it,
e14835
# with or without modifications, as long as this notice is preserved.
e14835
e14835
# This program is distributed in the hope that it will be useful,
e14835
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
e14835
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
e14835
# PARTICULAR PURPOSE.
e14835
e14835
@SET_MAKE@
e14835
e14835
# Tag Image File Format (TIFF) Software
e14835
#
e14835
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu></dron@ak4719.spb.edu>
e14835
#
e14835
# Permission to use, copy, modify, distribute, and sell this software and 
e14835
# its documentation for any purpose is hereby granted without fee, provided
e14835
# that (i) the above copyright notices and this permission notice appear in
e14835
# all copies of the software and related documentation, and (ii) the names of
e14835
# Sam Leffler and Silicon Graphics may not be used in any advertising or
e14835
# publicity relating to the software without the specific, prior written
e14835
# permission of Sam Leffler and Silicon Graphics.
e14835
# 
e14835
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
e14835
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
e14835
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
e14835
# 
e14835
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
e14835
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
e14835
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
e14835
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
e14835
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
e14835
# OF THIS SOFTWARE.
e14835
e14835
# Process this file with automake to produce Makefile.in.
e14835
e14835
e14835
e14835
VPATH = @srcdir@
e14835
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
e14835
am__make_running_with_option = \
e14835
  case $${target_option-} in \
e14835
      ?) ;; \
e14835
      *) echo "am__make_running_with_option: internal error: invalid" \
e14835
              "target option '$${target_option-}' specified" >&2; \
e14835
         exit 1;; \
e14835
  esac; \
e14835
  has_opt=no; \
e14835
  sane_makeflags=$$MAKEFLAGS; \
e14835
  if $(am__is_gnu_make); then \
e14835
    sane_makeflags=$$MFLAGS; \
e14835
  else \
e14835
    case $$MAKEFLAGS in \
e14835
      *\\[\ \	]*) \
e14835
        bs=\\; \
e14835
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
e14835
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
e14835
    esac; \
e14835
  fi; \
e14835
  skip_next=no; \
e14835
  strip_trailopt () \
e14835
  { \
e14835
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
e14835
  }; \
e14835
  for flg in $$sane_makeflags; do \
e14835
    test $$skip_next = yes && { skip_next=no; continue; }; \
e14835
    case $$flg in \
e14835
      *=*|--*) continue;; \
e14835
        -*I) strip_trailopt 'I'; skip_next=yes;; \
e14835
      -*I?*) strip_trailopt 'I';; \
e14835
        -*O) strip_trailopt 'O'; skip_next=yes;; \
e14835
      -*O?*) strip_trailopt 'O';; \
e14835
        -*l) strip_trailopt 'l'; skip_next=yes;; \
e14835
      -*l?*) strip_trailopt 'l';; \
e14835
      -[dEDm]) skip_next=yes;; \
e14835
      -[JT]) skip_next=yes;; \
e14835
    esac; \
e14835
    case $$flg in \
e14835
      *$$target_option*) has_opt=yes; break;; \
e14835
    esac; \
e14835
  done; \
e14835
  test $$has_opt = yes
e14835
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
e14835
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
e14835
pkgdatadir = $(datadir)/@PACKAGE@
e14835
pkgincludedir = $(includedir)/@PACKAGE@
e14835
pkglibdir = $(libdir)/@PACKAGE@
e14835
pkglibexecdir = $(libexecdir)/@PACKAGE@
e14835
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
e14835
install_sh_DATA = $(install_sh) -c -m 644
e14835
install_sh_PROGRAM = $(install_sh) -c
e14835
install_sh_SCRIPT = $(install_sh) -c
e14835
INSTALL_HEADER = $(INSTALL_DATA)
e14835
transform = $(program_transform_name)
e14835
NORMAL_INSTALL = :
e14835
PRE_INSTALL = :
e14835
POST_INSTALL = :
e14835
NORMAL_UNINSTALL = :
e14835
PRE_UNINSTALL = :
e14835
POST_UNINSTALL = :
e14835
build_triplet = @build@
e14835
host_triplet = @host@
e14835
@HAVE_CXX_TRUE@am__append_1 = tiffio.hxx
e14835
@WIN32_IO_TRUE@am__append_2 = tif_unix.c
e14835
@WIN32_IO_TRUE@am__append_3 = tif_win32.c
e14835
@WIN32_IO_FALSE@am__append_4 = tif_win32.c
e14835
@WIN32_IO_FALSE@am__append_5 = tif_unix.c
e14835
@HAVE_CXX_TRUE@am__append_6 = libtiffxx.la
e14835
@HAVE_RPATH_TRUE@am__append_7 = $(LIBDIR)
e14835
@HAVE_LD_VERSION_SCRIPT_TRUE@am__append_8 = -Wl,--version-script=$(srcdir)/libtiff.map
e14835
@HAVE_RPATH_TRUE@am__append_9 = $(LIBDIR)
e14835
@HAVE_LD_VERSION_SCRIPT_TRUE@am__append_10 = -Wl,--version-script=$(srcdir)/libtiffxx.map
e14835
noinst_PROGRAMS = mkg3states$(EXEEXT)
e14835
subdir = libtiff
e14835
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
e14835
	$(srcdir)/tif_config.h.in $(srcdir)/tiffconf.h.in \
e14835
	$(top_srcdir)/config/mkinstalldirs \
e14835
	$(top_srcdir)/config/depcomp \
e14835
	$(am__libtiffinclude_HEADERS_DIST) $(noinst_HEADERS)
e14835
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
e14835
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
e14835
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
e14835
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
e14835
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
e14835
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
e14835
	$(ACLOCAL_M4)
e14835
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
e14835
CONFIG_HEADER = tif_config.h tiffconf.h
e14835
CONFIG_CLEAN_FILES =
e14835
CONFIG_CLEAN_VPATH_FILES =
e14835
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
e14835
am__vpath_adj = case $$p in \
e14835
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
e14835
    *) f=$$p;; \
e14835
  esac;
e14835
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
e14835
am__install_max = 40
e14835
am__nobase_strip_setup = \
e14835
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
e14835
am__nobase_strip = \
e14835
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
e14835
am__nobase_list = $(am__nobase_strip_setup); \
e14835
  for p in $$list; do echo "$$p $$p"; done | \
e14835
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
e14835
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
e14835
    if (++n[$$2] == $(am__install_max)) \
e14835
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
e14835
    END { for (dir in files) print dir, files[dir] }'
e14835
am__base_list = \
e14835
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
e14835
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
e14835
am__uninstall_files_from_dir = { \
e14835
  test -z "$$files" \
e14835
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
e14835
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
e14835
         $(am__cd) "$$dir" && rm -f $$files; }; \
e14835
  }
e14835
am__installdirs = "$(DESTDIR)$(libdir)" \
e14835
	"$(DESTDIR)$(libtiffincludedir)" \
e14835
	"$(DESTDIR)$(libtiffincludedir)"
e14835
LTLIBRARIES = $(lib_LTLIBRARIES)
e14835
libtiff_la_DEPENDENCIES = $(LIBPORT)
e14835
am__libtiff_la_SOURCES_DIST = tif_aux.c tif_close.c tif_codec.c \
e14835
	tif_color.c tif_compress.c tif_dir.c tif_dirinfo.c \
e14835
	tif_dirread.c tif_dirwrite.c tif_dumpmode.c tif_error.c \
e14835
	tif_extension.c tif_fax3.c tif_fax3sm.c tif_flush.c \
e14835
	tif_getimage.c tif_getimage_64.c tif_jbig.c tif_jpeg.c \
e14835
	tif_jpeg_12.c tif_luv.c tif_lzma.c tif_lzw.c tif_next.c \
e14835
	tif_ojpeg.c tif_open.c tif_packbits.c tif_pixarlog.c \
e14835
	tif_predict.c tif_print.c tif_read.c tif_strip.c tif_swab.c \
e14835
	tif_thunder.c tif_tile.c tif_version.c tif_warning.c \
e14835
	tif_write.c tif_zip.c tif_win32.c tif_unix.c
e14835
@WIN32_IO_TRUE@am__objects_1 = tif_win32.lo
e14835
@WIN32_IO_FALSE@am__objects_2 = tif_unix.lo
e14835
am_libtiff_la_OBJECTS = tif_aux.lo tif_close.lo tif_codec.lo \
e14835
	tif_color.lo tif_compress.lo tif_dir.lo tif_dirinfo.lo \
e14835
	tif_dirread.lo tif_dirwrite.lo tif_dumpmode.lo tif_error.lo \
e14835
	tif_extension.lo tif_fax3.lo tif_fax3sm.lo tif_flush.lo \
e14835
	tif_getimage.lo tif_getimage_64.lo tif_jbig.lo tif_jpeg.lo \
e14835
	tif_jpeg_12.lo tif_luv.lo tif_lzma.lo tif_lzw.lo tif_next.lo \
e14835
	tif_ojpeg.lo tif_open.lo tif_packbits.lo tif_pixarlog.lo \
e14835
	tif_predict.lo tif_print.lo tif_read.lo tif_strip.lo \
e14835
	tif_swab.lo tif_thunder.lo tif_tile.lo tif_version.lo \
e14835
	tif_warning.lo tif_write.lo tif_zip.lo $(am__objects_1) \
e14835
	$(am__objects_2)
e14835
libtiff_la_OBJECTS = $(am_libtiff_la_OBJECTS)
e14835
AM_V_lt = $(am__v_lt_@AM_V@)
e14835
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
e14835
am__v_lt_0 = --silent
e14835
am__v_lt_1 = 
e14835
libtiff_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
e14835
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
e14835
	$(libtiff_la_LDFLAGS) $(LDFLAGS) -o $@
e14835
am_libtiffxx_la_OBJECTS = tif_stream.lo
e14835
libtiffxx_la_OBJECTS = $(am_libtiffxx_la_OBJECTS)
e14835
libtiffxx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
e14835
	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
e14835
	$(CXXFLAGS) $(libtiffxx_la_LDFLAGS) $(LDFLAGS) -o $@
e14835
@HAVE_CXX_TRUE@am_libtiffxx_la_rpath = -rpath $(libdir)
e14835
PROGRAMS = $(noinst_PROGRAMS)
e14835
am_mkg3states_OBJECTS = mkg3states.$(OBJEXT)
e14835
mkg3states_OBJECTS = $(am_mkg3states_OBJECTS)
e14835
mkg3states_DEPENDENCIES = $(LIBPORT)
e14835
AM_V_P = $(am__v_P_@AM_V@)
e14835
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
e14835
am__v_P_0 = false
e14835
am__v_P_1 = :
e14835
AM_V_GEN = $(am__v_GEN_@AM_V@)
e14835
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
e14835
am__v_GEN_0 = @echo "  GEN     " $@;
e14835
am__v_GEN_1 = 
e14835
AM_V_at = $(am__v_at_@AM_V@)
e14835
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
e14835
am__v_at_0 = @
e14835
am__v_at_1 = 
e14835
DEFAULT_INCLUDES = -I.@am__isrc@
e14835
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
e14835
am__depfiles_maybe = depfiles
e14835
am__mv = mv -f
e14835
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
e14835
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
e14835
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
e14835
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
e14835
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
e14835
	$(AM_CFLAGS) $(CFLAGS)
e14835
AM_V_CC = $(am__v_CC_@AM_V@)
e14835
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
e14835
am__v_CC_0 = @echo "  CC      " $@;
e14835
am__v_CC_1 = 
e14835
CCLD = $(CC)
e14835
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
e14835
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
e14835
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
e14835
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
e14835
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
e14835
am__v_CCLD_0 = @echo "  CCLD    " $@;
e14835
am__v_CCLD_1 = 
e14835
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
e14835
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
e14835
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
e14835
	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
e14835
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
e14835
	$(AM_CXXFLAGS) $(CXXFLAGS)
e14835
AM_V_CXX = $(am__v_CXX_@AM_V@)
e14835
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
e14835
am__v_CXX_0 = @echo "  CXX     " $@;
e14835
am__v_CXX_1 = 
e14835
CXXLD = $(CXX)
e14835
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
e14835
	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
e14835
	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
e14835
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
e14835
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
e14835
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
e14835
am__v_CXXLD_1 = 
e14835
SOURCES = $(libtiff_la_SOURCES) $(libtiffxx_la_SOURCES) \
e14835
	$(mkg3states_SOURCES)
e14835
DIST_SOURCES = $(am__libtiff_la_SOURCES_DIST) $(libtiffxx_la_SOURCES) \
e14835
	$(mkg3states_SOURCES)
e14835
am__can_run_installinfo = \
e14835
  case $$AM_UPDATE_INFO_DIR in \
e14835
    n|no|NO) false;; \
e14835
    *) (install-info --version) >/dev/null 2>&1;; \
e14835
  esac
e14835
am__libtiffinclude_HEADERS_DIST = tiff.h tiffio.h tiffvers.h \
e14835
	tiffio.hxx
e14835
HEADERS = $(libtiffinclude_HEADERS) $(nodist_libtiffinclude_HEADERS) \
e14835
	$(noinst_HEADERS)
e14835
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
e14835
	$(LISP)tif_config.h.in tiffconf.h.in
e14835
# Read a list of newline-separated strings from the standard input,
e14835
# and print each of them once, without duplicates.  Input order is
e14835
# *not* preserved.
e14835
am__uniquify_input = $(AWK) '\
e14835
  BEGIN { nonempty = 0; } \
e14835
  { items[$$0] = 1; nonempty = 1; } \
e14835
  END { if (nonempty) { for (i in items) print i; }; } \
e14835
'
e14835
# Make sure the list of sources is unique.  This is necessary because,
e14835
# e.g., the same source file might be shared among _SOURCES variables
e14835
# for different programs/libraries.
e14835
am__define_uniq_tagged_files = \
e14835
  list='$(am__tagged_files)'; \
e14835
  unique=`for i in $$list; do \
e14835
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
e14835
  done | $(am__uniquify_input)`
e14835
ETAGS = etags
e14835
CTAGS = ctags
e14835
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
e14835
ACLOCAL = @ACLOCAL@
e14835
AMTAR = @AMTAR@
e14835
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
e14835
AR = @AR@
e14835
AS = @AS@
e14835
AUTOCONF = @AUTOCONF@
e14835
AUTOHEADER = @AUTOHEADER@
e14835
AUTOMAKE = @AUTOMAKE@
e14835
AWK = @AWK@
e14835
CC = @CC@
e14835
CCDEPMODE = @CCDEPMODE@
e14835
CFLAGS = @CFLAGS@
e14835
CPP = @CPP@
e14835
CPPFLAGS = @CPPFLAGS@
e14835
CXX = @CXX@
e14835
CXXCPP = @CXXCPP@
e14835
CXXDEPMODE = @CXXDEPMODE@
e14835
CXXFLAGS = @CXXFLAGS@
e14835
CYGPATH_W = @CYGPATH_W@
e14835
DEFS = @DEFS@
e14835
DEPDIR = @DEPDIR@
e14835
DLLTOOL = @DLLTOOL@
e14835
DSYMUTIL = @DSYMUTIL@
e14835
DUMPBIN = @DUMPBIN@
e14835
ECHO_C = @ECHO_C@
e14835
ECHO_N = @ECHO_N@
e14835
ECHO_T = @ECHO_T@
e14835
EGREP = @EGREP@
e14835
EXEEXT = @EXEEXT@
e14835
FGREP = @FGREP@
e14835
GLUT_CFLAGS = @GLUT_CFLAGS@
e14835
GLUT_LIBS = @GLUT_LIBS@
e14835
GLU_CFLAGS = @GLU_CFLAGS@
e14835
GLU_LIBS = @GLU_LIBS@
e14835
GL_CFLAGS = @GL_CFLAGS@
e14835
GL_LIBS = @GL_LIBS@
e14835
GREP = @GREP@
e14835
INSTALL = @INSTALL@
e14835
INSTALL_DATA = @INSTALL_DATA@
e14835
INSTALL_PROGRAM = @INSTALL_PROGRAM@
e14835
INSTALL_SCRIPT = @INSTALL_SCRIPT@
e14835
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
e14835
LD = @LD@
e14835
LDFLAGS = @LDFLAGS@
e14835
LIBDIR = @LIBDIR@
e14835
LIBOBJS = @LIBOBJS@
e14835
LIBS = @LIBS@
e14835
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
e14835
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
e14835
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
e14835
LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
e14835
LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
e14835
LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
e14835
LIBTIFF_VERSION = @LIBTIFF_VERSION@
e14835
LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
e14835
LIBTOOL = @LIBTOOL@
e14835
LIPO = @LIPO@
e14835
LN_S = @LN_S@
e14835
LTLIBOBJS = @LTLIBOBJS@
e14835
MAINT = @MAINT@
e14835
MAKEINFO = @MAKEINFO@
e14835
MANIFEST_TOOL = @MANIFEST_TOOL@
e14835
MKDIR_P = @MKDIR_P@
e14835
NM = @NM@
e14835
NMEDIT = @NMEDIT@
e14835
OBJDUMP = @OBJDUMP@
e14835
OBJEXT = @OBJEXT@
e14835
OTOOL = @OTOOL@
e14835
OTOOL64 = @OTOOL64@
e14835
PACKAGE = @PACKAGE@
e14835
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
e14835
PACKAGE_NAME = @PACKAGE_NAME@
e14835
PACKAGE_STRING = @PACKAGE_STRING@
e14835
PACKAGE_TARNAME = @PACKAGE_TARNAME@
e14835
PACKAGE_URL = @PACKAGE_URL@
e14835
PACKAGE_VERSION = @PACKAGE_VERSION@
e14835
PATH_SEPARATOR = @PATH_SEPARATOR@
e14835
PTHREAD_CC = @PTHREAD_CC@
e14835
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
e14835
PTHREAD_LIBS = @PTHREAD_LIBS@
e14835
RANLIB = @RANLIB@
e14835
SED = @SED@
e14835
SET_MAKE = @SET_MAKE@
e14835
SHELL = @SHELL@
e14835
STRIP = @STRIP@
e14835
VERSION = @VERSION@
e14835
XMKMF = @XMKMF@
e14835
X_CFLAGS = @X_CFLAGS@
e14835
X_EXTRA_LIBS = @X_EXTRA_LIBS@
e14835
X_LIBS = @X_LIBS@
e14835
X_PRE_LIBS = @X_PRE_LIBS@
e14835
abs_builddir = @abs_builddir@
e14835
abs_srcdir = @abs_srcdir@
e14835
abs_top_builddir = @abs_top_builddir@
e14835
abs_top_srcdir = @abs_top_srcdir@
e14835
ac_ct_AR = @ac_ct_AR@
e14835
ac_ct_CC = @ac_ct_CC@
e14835
ac_ct_CXX = @ac_ct_CXX@
e14835
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
e14835
am__include = @am__include@
e14835
am__leading_dot = @am__leading_dot@
e14835
am__quote = @am__quote@
e14835
am__tar = @am__tar@
e14835
am__untar = @am__untar@
e14835
ax_pthread_config = @ax_pthread_config@
e14835
bindir = @bindir@
e14835
build = @build@
e14835
build_alias = @build_alias@
e14835
build_cpu = @build_cpu@
e14835
build_os = @build_os@
e14835
build_vendor = @build_vendor@
e14835
builddir = @builddir@
e14835
datadir = @datadir@
e14835
datarootdir = @datarootdir@
e14835
docdir = @docdir@
e14835
dvidir = @dvidir@
e14835
exec_prefix = @exec_prefix@
e14835
host = @host@
e14835
host_alias = @host_alias@
e14835
host_cpu = @host_cpu@
e14835
host_os = @host_os@
e14835
host_vendor = @host_vendor@
e14835
htmldir = @htmldir@
e14835
includedir = @includedir@
e14835
infodir = @infodir@
e14835
install_sh = @install_sh@
e14835
libdir = @libdir@
e14835
libexecdir = @libexecdir@
e14835
localedir = @localedir@
e14835
localstatedir = @localstatedir@
e14835
mandir = @mandir@
e14835
mkdir_p = @mkdir_p@
e14835
oldincludedir = @oldincludedir@
e14835
pdfdir = @pdfdir@
e14835
prefix = @prefix@
e14835
program_transform_name = @program_transform_name@
e14835
psdir = @psdir@
e14835
sbindir = @sbindir@
e14835
sharedstatedir = @sharedstatedir@
e14835
srcdir = @srcdir@
e14835
sysconfdir = @sysconfdir@
e14835
target_alias = @target_alias@
e14835
tiff_libs_private = @tiff_libs_private@
e14835
top_build_prefix = @top_build_prefix@
e14835
top_builddir = @top_builddir@
e14835
top_srcdir = @top_srcdir@
e14835
LIBPORT = $(top_builddir)/port/libport.la
e14835
LIBTIFF = $(top_builddir)/libtiff/libtiff.la
e14835
libtiffincludedir = $(includedir)
e14835
EXTRA_DIST = Makefile.vc SConstruct tif_config.h-vms tif_config.vc.h \
e14835
	tif_config.wince.h tiffconf.vc.h tiffconf.wince.h libtiff.def \
e14835
	libtiff.map libtiffxx.map $(am__append_2) $(am__append_4)
e14835
libtiffinclude_HEADERS = tiff.h tiffio.h tiffvers.h $(am__append_1)
e14835
noinst_HEADERS = \
e14835
	t4.h \
e14835
	tif_dir.h \
e14835
	tif_predict.h \
e14835
	tiffiop.h \
e14835
	uvcode.h
e14835
e14835
nodist_libtiffinclude_HEADERS = \
e14835
	tiffconf.h
e14835
e14835
libtiff_la_SOURCES = tif_aux.c tif_close.c tif_codec.c tif_color.c \
e14835
	tif_compress.c tif_dir.c tif_dirinfo.c tif_dirread.c \
e14835
	tif_dirwrite.c tif_dumpmode.c tif_error.c tif_extension.c \
e14835
	tif_fax3.c tif_fax3sm.c tif_flush.c tif_getimage.c \
e14835
	tif_getimage_64.c tif_jbig.c tif_jpeg.c tif_jpeg_12.c \
e14835
	tif_luv.c tif_lzma.c tif_lzw.c tif_next.c tif_ojpeg.c \
e14835
	tif_open.c tif_packbits.c tif_pixarlog.c tif_predict.c \
e14835
	tif_print.c tif_read.c tif_strip.c tif_swab.c tif_thunder.c \
e14835
	tif_tile.c tif_version.c tif_warning.c tif_write.c tif_zip.c \
e14835
	$(am__append_3) $(am__append_5)
e14835
libtiffxx_la_SOURCES = \
e14835
	tif_stream.cxx
e14835
e14835
lib_LTLIBRARIES = libtiff.la $(am__append_6)
e14835
libtiff_la_LDFLAGS = -no-undefined -version-info \
e14835
	$(LIBTIFF_VERSION_INFO) $(am__append_7) $(am__append_8)
e14835
libtiff_la_LIBADD = $(LIBPORT)
e14835
libtiffxx_la_LDFLAGS = -no-undefined -version-info \
e14835
	$(LIBTIFF_VERSION_INFO) $(am__append_9) $(am__append_10)
e14835
libtiffxx_la_LIBADD = $(LIBTIFF) $(LIBPORT)
e14835
libtiffxx_la_DEPENDENCIES = libtiff.la
e14835
mkg3states_SOURCES = mkg3states.c tif_fax3.h
e14835
mkg3states_LDADD = $(LIBPORT)
e14835
all: tif_config.h tiffconf.h
e14835
	$(MAKE) $(AM_MAKEFLAGS) all-am
e14835
e14835
.SUFFIXES:
e14835
.SUFFIXES: .c .cxx .lo .o .obj
e14835
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
e14835
	@for dep in $?; do \
e14835
	  case '$(am__configure_deps)' in \
e14835
	    *$$dep*) \
e14835
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
e14835
	        && { if test -f $@; then exit 0; else break; fi; }; \
e14835
	      exit 1;; \
e14835
	  esac; \
e14835
	done; \
e14835
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libtiff/Makefile'; \
e14835
	$(am__cd) $(top_srcdir) && \
e14835
	  $(AUTOMAKE) --foreign libtiff/Makefile
e14835
.PRECIOUS: Makefile
e14835
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
e14835
	@case '$?' in \
e14835
	  *config.status*) \
e14835
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
e14835
	  *) \
e14835
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
e14835
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
e14835
	esac;
e14835
e14835
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
e14835
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
e14835
e14835
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
e14835
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
e14835
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
e14835
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
e14835
$(am__aclocal_m4_deps):
e14835
e14835
tif_config.h: stamp-h1
e14835
	@test -f $@ || rm -f stamp-h1
e14835
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
e14835
e14835
stamp-h1: $(srcdir)/tif_config.h.in $(top_builddir)/config.status
e14835
	@rm -f stamp-h1
e14835
	cd $(top_builddir) && $(SHELL) ./config.status libtiff/tif_config.h
e14835
$(srcdir)/tif_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
e14835
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
e14835
	rm -f stamp-h1
e14835
	touch $@
e14835
e14835
tiffconf.h: stamp-h2
e14835
	@test -f $@ || rm -f stamp-h2
e14835
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
e14835
e14835
stamp-h2: $(srcdir)/tiffconf.h.in $(top_builddir)/config.status
e14835
	@rm -f stamp-h2
e14835
	cd $(top_builddir) && $(SHELL) ./config.status libtiff/tiffconf.h
e14835
e14835
distclean-hdr:
e14835
	-rm -f tif_config.h stamp-h1 tiffconf.h stamp-h2
e14835
e14835
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
e14835
	@$(NORMAL_INSTALL)
e14835
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
e14835
	list2=; for p in $$list; do \
e14835
	  if test -f $$p; then \
e14835
	    list2="$$list2 $$p"; \
e14835
	  else :; fi; \
e14835
	done; \
e14835
	test -z "$$list2" || { \
e14835
	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
e14835
	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
e14835
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
e14835
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
e14835
	}
e14835
e14835
uninstall-libLTLIBRARIES:
e14835
	@$(NORMAL_UNINSTALL)
e14835
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
e14835
	for p in $$list; do \
e14835
	  $(am__strip_dir) \
e14835
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
e14835
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
e14835
	done
e14835
e14835
clean-libLTLIBRARIES:
e14835
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
e14835
	@list='$(lib_LTLIBRARIES)'; \
e14835
	locs=`for p in $$list; do echo $$p; done | \
e14835
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
e14835
	      sort -u`; \
e14835
	test -z "$$locs" || { \
e14835
	  echo rm -f $${locs}; \
e14835
	  rm -f $${locs}; \
e14835
	}
e14835
e14835
libtiff.la: $(libtiff_la_OBJECTS) $(libtiff_la_DEPENDENCIES) $(EXTRA_libtiff_la_DEPENDENCIES) 
e14835
	$(AM_V_CCLD)$(libtiff_la_LINK) -rpath $(libdir) $(libtiff_la_OBJECTS) $(libtiff_la_LIBADD) $(LIBS)
e14835
e14835
libtiffxx.la: $(libtiffxx_la_OBJECTS) $(libtiffxx_la_DEPENDENCIES) $(EXTRA_libtiffxx_la_DEPENDENCIES) 
e14835
	$(AM_V_CXXLD)$(libtiffxx_la_LINK) $(am_libtiffxx_la_rpath) $(libtiffxx_la_OBJECTS) $(libtiffxx_la_LIBADD) $(LIBS)
e14835
e14835
clean-noinstPROGRAMS:
e14835
	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
e14835
	echo " rm -f" $$list; \
e14835
	rm -f $$list || exit $$?; \
e14835
	test -n "$(EXEEXT)" || exit 0; \
e14835
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
e14835
	echo " rm -f" $$list; \
e14835
	rm -f $$list
e14835
e14835
mkg3states$(EXEEXT): $(mkg3states_OBJECTS) $(mkg3states_DEPENDENCIES) $(EXTRA_mkg3states_DEPENDENCIES) 
e14835
	@rm -f mkg3states$(EXEEXT)
e14835
	$(AM_V_CCLD)$(LINK) $(mkg3states_OBJECTS) $(mkg3states_LDADD) $(LIBS)
e14835
e14835
mostlyclean-compile:
e14835
	-rm -f *.$(OBJEXT)
e14835
e14835
distclean-compile:
e14835
	-rm -f *.tab.c
e14835
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkg3states.Po@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_aux.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_close.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_codec.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_color.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_compress.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_dir.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_dirinfo.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_dirread.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_dirwrite.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_dumpmode.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_error.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_extension.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_fax3.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_fax3sm.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_flush.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_getimage.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_getimage_64.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_jbig.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_jpeg.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_jpeg_12.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_luv.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_lzma.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_lzw.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_next.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_ojpeg.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_open.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_packbits.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_pixarlog.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_predict.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_print.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_read.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_stream.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_strip.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_swab.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_thunder.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_tile.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_unix.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_version.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_warning.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_win32.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_write.Plo@am__quote@
e14835
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tif_zip.Plo@am__quote@
e14835
e14835
.c.o:
e14835
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
e14835
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
e14835
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
e14835
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
e14835
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
e14835
e14835
.c.obj:
e14835
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
e14835
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
e14835
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
e14835
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
e14835
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
e14835
e14835
.c.lo:
e14835
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
e14835
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
e14835
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
e14835
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
e14835
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
e14835
e14835
.cxx.o:
e14835
@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
e14835
@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
e14835
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
e14835
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
e14835
@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
e14835
e14835
.cxx.obj:
e14835
@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
e14835
@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
e14835
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
e14835
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
e14835
@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
e14835
e14835
.cxx.lo:
e14835
@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
e14835
@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
e14835
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
e14835
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
e14835
@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
e14835
e14835
mostlyclean-libtool:
e14835
	-rm -f *.lo
e14835
e14835
clean-libtool:
e14835
	-rm -rf .libs _libs
e14835
install-libtiffincludeHEADERS: $(libtiffinclude_HEADERS)
e14835
	@$(NORMAL_INSTALL)
e14835
	@list='$(libtiffinclude_HEADERS)'; test -n "$(libtiffincludedir)" || list=; \
e14835
	if test -n "$$list"; then \
e14835
	  echo " $(MKDIR_P) '$(DESTDIR)$(libtiffincludedir)'"; \
e14835
	  $(MKDIR_P) "$(DESTDIR)$(libtiffincludedir)" || exit 1; \
e14835
	fi; \
e14835
	for p in $$list; do \
e14835
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
e14835
	  echo "$$d$$p"; \
e14835
	done | $(am__base_list) | \
e14835
	while read files; do \
e14835
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libtiffincludedir)'"; \
e14835
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libtiffincludedir)" || exit $$?; \
e14835
	done
e14835
e14835
uninstall-libtiffincludeHEADERS:
e14835
	@$(NORMAL_UNINSTALL)
e14835
	@list='$(libtiffinclude_HEADERS)'; test -n "$(libtiffincludedir)" || list=; \
e14835
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
e14835
	dir='$(DESTDIR)$(libtiffincludedir)'; $(am__uninstall_files_from_dir)
e14835
install-nodist_libtiffincludeHEADERS: $(nodist_libtiffinclude_HEADERS)
e14835
	@$(NORMAL_INSTALL)
e14835
	@list='$(nodist_libtiffinclude_HEADERS)'; test -n "$(libtiffincludedir)" || list=; \
e14835
	if test -n "$$list"; then \
e14835
	  echo " $(MKDIR_P) '$(DESTDIR)$(libtiffincludedir)'"; \
e14835
	  $(MKDIR_P) "$(DESTDIR)$(libtiffincludedir)" || exit 1; \
e14835
	fi; \
e14835
	for p in $$list; do \
e14835
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
e14835
	  echo "$$d$$p"; \
e14835
	done | $(am__base_list) | \
e14835
	while read files; do \
e14835
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libtiffincludedir)'"; \
e14835
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libtiffincludedir)" || exit $$?; \
e14835
	done
e14835
e14835
uninstall-nodist_libtiffincludeHEADERS:
e14835
	@$(NORMAL_UNINSTALL)
e14835
	@list='$(nodist_libtiffinclude_HEADERS)'; test -n "$(libtiffincludedir)" || list=; \
e14835
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
e14835
	dir='$(DESTDIR)$(libtiffincludedir)'; $(am__uninstall_files_from_dir)
e14835
e14835
ID: $(am__tagged_files)
e14835
	$(am__define_uniq_tagged_files); mkid -fID $$unique
e14835
tags: tags-am
e14835
TAGS: tags
e14835
e14835
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
e14835
	set x; \
e14835
	here=`pwd`; \
e14835
	$(am__define_uniq_tagged_files); \
e14835
	shift; \
e14835
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
e14835
	  test -n "$$unique" || unique=$$empty_fix; \
e14835
	  if test $$# -gt 0; then \
e14835
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
e14835
	      "$$@" $$unique; \
e14835
	  else \
e14835
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
e14835
	      $$unique; \
e14835
	  fi; \
e14835
	fi
e14835
ctags: ctags-am
e14835
e14835
CTAGS: ctags
e14835
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
e14835
	$(am__define_uniq_tagged_files); \
e14835
	test -z "$(CTAGS_ARGS)$$unique" \
e14835
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
e14835
	     $$unique
e14835
e14835
GTAGS:
e14835
	here=`$(am__cd) $(top_builddir) && pwd` \
e14835
	  && $(am__cd) $(top_srcdir) \
e14835
	  && gtags -i $(GTAGS_ARGS) "$$here"
e14835
cscopelist: cscopelist-am
e14835
e14835
cscopelist-am: $(am__tagged_files)
e14835
	list='$(am__tagged_files)'; \
e14835
	case "$(srcdir)" in \
e14835
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
e14835
	  *) sdir=$(subdir)/$(srcdir) ;; \
e14835
	esac; \
e14835
	for i in $$list; do \
e14835
	  if test -f "$$i"; then \
e14835
	    echo "$(subdir)/$$i"; \
e14835
	  else \
e14835
	    echo "$$sdir/$$i"; \
e14835
	  fi; \
e14835
	done >> $(top_builddir)/cscope.files
e14835
e14835
distclean-tags:
e14835
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
e14835
e14835
distdir: $(DISTFILES)
e14835
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
e14835
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
e14835
	list='$(DISTFILES)'; \
e14835
	  dist_files=`for file in $$list; do echo $$file; done | \
e14835
	  sed -e "s|^$$srcdirstrip/||;t" \
e14835
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
e14835
	case $$dist_files in \
e14835
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
e14835
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
e14835
			   sort -u` ;; \
e14835
	esac; \
e14835
	for file in $$dist_files; do \
e14835
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
e14835
	  if test -d $$d/$$file; then \
e14835
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
e14835
	    if test -d "$(distdir)/$$file"; then \
e14835
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
e14835
	    fi; \
e14835
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
e14835
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
e14835
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
e14835
	    fi; \
e14835
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
e14835
	  else \
e14835
	    test -f "$(distdir)/$$file" \
e14835
	    || cp -p $$d/$$file "$(distdir)/$$file" \
e14835
	    || exit 1; \
e14835
	  fi; \
e14835
	done
e14835
check-am: all-am
e14835
check: check-am
e14835
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) tif_config.h \
e14835
		tiffconf.h
e14835
installdirs:
e14835
	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libtiffincludedir)" "$(DESTDIR)$(libtiffincludedir)"; do \
e14835
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
e14835
	done
e14835
install: install-am
e14835
install-exec: install-exec-am
e14835
install-data: install-data-am
e14835
uninstall: uninstall-am
e14835
e14835
install-am: all-am
e14835
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
e14835
e14835
installcheck: installcheck-am
e14835
install-strip:
e14835
	if test -z '$(STRIP)'; then \
e14835
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
e14835
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
e14835
	      install; \
e14835
	else \
e14835
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
e14835
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
e14835
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
e14835
	fi
e14835
mostlyclean-generic:
e14835
e14835
clean-generic:
e14835
e14835
distclean-generic:
e14835
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
e14835
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
e14835
e14835
maintainer-clean-generic:
e14835
	@echo "This command is intended for maintainers to use"
e14835
	@echo "it deletes files that may require special tools to rebuild."
e14835
clean: clean-am
e14835
e14835
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
e14835
	clean-noinstPROGRAMS mostlyclean-am
e14835
e14835
distclean: distclean-am
e14835
	-rm -rf ./$(DEPDIR)
e14835
	-rm -f Makefile
e14835
distclean-am: clean-am distclean-compile distclean-generic \
e14835
	distclean-hdr distclean-tags
e14835
e14835
dvi: dvi-am
e14835
e14835
dvi-am:
e14835
e14835
html: html-am
e14835
e14835
html-am:
e14835
e14835
info: info-am
e14835
e14835
info-am:
e14835
e14835
install-data-am: install-libtiffincludeHEADERS \
e14835
	install-nodist_libtiffincludeHEADERS
e14835
e14835
install-dvi: install-dvi-am
e14835
e14835
install-dvi-am:
e14835
e14835
install-exec-am: install-libLTLIBRARIES
e14835
e14835
install-html: install-html-am
e14835
e14835
install-html-am:
e14835
e14835
install-info: install-info-am
e14835
e14835
install-info-am:
e14835
e14835
install-man:
e14835
e14835
install-pdf: install-pdf-am
e14835
e14835
install-pdf-am:
e14835
e14835
install-ps: install-ps-am
e14835
e14835
install-ps-am:
e14835
e14835
installcheck-am:
e14835
e14835
maintainer-clean: maintainer-clean-am
e14835
	-rm -rf ./$(DEPDIR)
e14835
	-rm -f Makefile
e14835
maintainer-clean-am: distclean-am maintainer-clean-generic
e14835
e14835
mostlyclean: mostlyclean-am
e14835
e14835
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
e14835
	mostlyclean-libtool
e14835
e14835
pdf: pdf-am
e14835
e14835
pdf-am:
e14835
e14835
ps: ps-am
e14835
e14835
ps-am:
e14835
e14835
uninstall-am: uninstall-libLTLIBRARIES uninstall-libtiffincludeHEADERS \
e14835
	uninstall-nodist_libtiffincludeHEADERS
e14835
e14835
.MAKE: all install-am install-strip
e14835
e14835
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
e14835
	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
e14835
	cscopelist-am ctags ctags-am distclean distclean-compile \
e14835
	distclean-generic distclean-hdr distclean-libtool \
e14835
	distclean-tags distdir dvi dvi-am html html-am info info-am \
e14835
	install install-am install-data install-data-am install-dvi \
e14835
	install-dvi-am install-exec install-exec-am install-html \
e14835
	install-html-am install-info install-info-am \
e14835
	install-libLTLIBRARIES install-libtiffincludeHEADERS \
e14835
	install-man install-nodist_libtiffincludeHEADERS install-pdf \
e14835
	install-pdf-am install-ps install-ps-am install-strip \
e14835
	installcheck installcheck-am installdirs maintainer-clean \
e14835
	maintainer-clean-generic mostlyclean mostlyclean-compile \
e14835
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
e14835
	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
e14835
	uninstall-libtiffincludeHEADERS \
e14835
	uninstall-nodist_libtiffincludeHEADERS
e14835
e14835
e14835
faxtable: mkg3states
e14835
	(rm -f tif_fax3sm.c && ./mkg3states -b -c const tif_fax3sm.c)
e14835
e14835
# Tell versions [3.59,3.63) of GNU make to not export all variables.
e14835
# Otherwise a system limit (for SysV at least) may be exceeded.
e14835
.NOEXPORT: