Blame Makefile.in

Packit 85355f
# Makefile.in generated by automake 1.15 from Makefile.am.
Packit 85355f
# @configure_input@
Packit 85355f
Packit 85355f
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Packit 85355f
Packit 85355f
# This Makefile.in is free software; the Free Software Foundation
Packit 85355f
# gives unlimited permission to copy and/or distribute it,
Packit 85355f
# with or without modifications, as long as this notice is preserved.
Packit 85355f
Packit 85355f
# This program is distributed in the hope that it will be useful,
Packit 85355f
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit 85355f
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit 85355f
# PARTICULAR PURPOSE.
Packit 85355f
Packit 85355f
@SET_MAKE@
Packit 85355f
Packit 85355f
# Tag Image File Format (TIFF) Software
Packit 85355f
#
Packit 85355f
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
Packit 85355f
#
Packit 85355f
# Permission to use, copy, modify, distribute, and sell this software and 
Packit 85355f
# its documentation for any purpose is hereby granted without fee, provided
Packit 85355f
# that (i) the above copyright notices and this permission notice appear in
Packit 85355f
# all copies of the software and related documentation, and (ii) the names of
Packit 85355f
# Sam Leffler and Silicon Graphics may not be used in any advertising or
Packit 85355f
# publicity relating to the software without the specific, prior written
Packit 85355f
# permission of Sam Leffler and Silicon Graphics.
Packit 85355f
# 
Packit 85355f
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
Packit 85355f
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
Packit 85355f
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
Packit 85355f
# 
Packit 85355f
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
Packit 85355f
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
Packit 85355f
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
Packit 85355f
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
Packit 85355f
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
Packit 85355f
# OF THIS SOFTWARE.
Packit 85355f
Packit 85355f
# Process this file with automake to produce Makefile.in.
Packit 85355f
Packit 85355f
VPATH = @srcdir@
Packit 85355f
am__is_gnu_make = { \
Packit 85355f
  if test -z '$(MAKELEVEL)'; then \
Packit 85355f
    false; \
Packit 85355f
  elif test -n '$(MAKE_HOST)'; then \
Packit 85355f
    true; \
Packit 85355f
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit 85355f
    true; \
Packit 85355f
  else \
Packit 85355f
    false; \
Packit 85355f
  fi; \
Packit 85355f
}
Packit 85355f
am__make_running_with_option = \
Packit 85355f
  case $${target_option-} in \
Packit 85355f
      ?) ;; \
Packit 85355f
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit 85355f
              "target option '$${target_option-}' specified" >&2; \
Packit 85355f
         exit 1;; \
Packit 85355f
  esac; \
Packit 85355f
  has_opt=no; \
Packit 85355f
  sane_makeflags=$$MAKEFLAGS; \
Packit 85355f
  if $(am__is_gnu_make); then \
Packit 85355f
    sane_makeflags=$$MFLAGS; \
Packit 85355f
  else \
Packit 85355f
    case $$MAKEFLAGS in \
Packit 85355f
      *\\[\ \	]*) \
Packit 85355f
        bs=\\; \
Packit 85355f
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit 85355f
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit 85355f
    esac; \
Packit 85355f
  fi; \
Packit 85355f
  skip_next=no; \
Packit 85355f
  strip_trailopt () \
Packit 85355f
  { \
Packit 85355f
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit 85355f
  }; \
Packit 85355f
  for flg in $$sane_makeflags; do \
Packit 85355f
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit 85355f
    case $$flg in \
Packit 85355f
      *=*|--*) continue;; \
Packit 85355f
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit 85355f
      -*I?*) strip_trailopt 'I';; \
Packit 85355f
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit 85355f
      -*O?*) strip_trailopt 'O';; \
Packit 85355f
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit 85355f
      -*l?*) strip_trailopt 'l';; \
Packit 85355f
      -[dEDm]) skip_next=yes;; \
Packit 85355f
      -[JT]) skip_next=yes;; \
Packit 85355f
    esac; \
Packit 85355f
    case $$flg in \
Packit 85355f
      *$$target_option*) has_opt=yes; break;; \
Packit 85355f
    esac; \
Packit 85355f
  done; \
Packit 85355f
  test $$has_opt = yes
Packit 85355f
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit 85355f
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit 85355f
pkgdatadir = $(datadir)/@PACKAGE@
Packit 85355f
pkgincludedir = $(includedir)/@PACKAGE@
Packit 85355f
pkglibdir = $(libdir)/@PACKAGE@
Packit 85355f
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit 85355f
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit 85355f
install_sh_DATA = $(install_sh) -c -m 644
Packit 85355f
install_sh_PROGRAM = $(install_sh) -c
Packit 85355f
install_sh_SCRIPT = $(install_sh) -c
Packit 85355f
INSTALL_HEADER = $(INSTALL_DATA)
Packit 85355f
transform = $(program_transform_name)
Packit 85355f
NORMAL_INSTALL = :
Packit 85355f
PRE_INSTALL = :
Packit 85355f
POST_INSTALL = :
Packit 85355f
NORMAL_UNINSTALL = :
Packit 85355f
PRE_UNINSTALL = :
Packit 85355f
POST_UNINSTALL = :
Packit 85355f
build_triplet = @build@
Packit 85355f
host_triplet = @host@
Packit 85355f
subdir = .
Packit 85355f
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit 85355f
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
Packit 85355f
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
Packit 85355f
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
Packit 85355f
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
Packit 85355f
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit 85355f
	$(ACLOCAL_M4)
Packit 85355f
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Packit 85355f
	$(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
Packit 85355f
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit 85355f
 configure.lineno config.status.lineno
Packit 85355f
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
Packit 85355f
CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
Packit 85355f
	$(top_builddir)/libtiff/tiffconf.h
Packit 85355f
CONFIG_CLEAN_FILES = libtiff-4.pc
Packit 85355f
CONFIG_CLEAN_VPATH_FILES =
Packit 85355f
AM_V_P = $(am__v_P_@AM_V@)
Packit 85355f
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit 85355f
am__v_P_0 = false
Packit 85355f
am__v_P_1 = :
Packit 85355f
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit 85355f
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit 85355f
am__v_GEN_0 = @echo "  GEN     " $@;
Packit 85355f
am__v_GEN_1 = 
Packit 85355f
AM_V_at = $(am__v_at_@AM_V@)
Packit 85355f
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit 85355f
am__v_at_0 = @
Packit 85355f
am__v_at_1 = 
Packit 85355f
SOURCES =
Packit 85355f
DIST_SOURCES =
Packit 85355f
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit 85355f
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit 85355f
	install-data-recursive install-dvi-recursive \
Packit 85355f
	install-exec-recursive install-html-recursive \
Packit 85355f
	install-info-recursive install-pdf-recursive \
Packit 85355f
	install-ps-recursive install-recursive installcheck-recursive \
Packit 85355f
	installdirs-recursive pdf-recursive ps-recursive \
Packit 85355f
	tags-recursive uninstall-recursive
Packit 85355f
am__can_run_installinfo = \
Packit 85355f
  case $$AM_UPDATE_INFO_DIR in \
Packit 85355f
    n|no|NO) false;; \
Packit 85355f
    *) (install-info --version) >/dev/null 2>&1;; \
Packit 85355f
  esac
Packit 85355f
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit 85355f
am__vpath_adj = case $$p in \
Packit 85355f
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit 85355f
    *) f=$$p;; \
Packit 85355f
  esac;
Packit 85355f
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit 85355f
am__install_max = 40
Packit 85355f
am__nobase_strip_setup = \
Packit 85355f
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit 85355f
am__nobase_strip = \
Packit 85355f
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit 85355f
am__nobase_list = $(am__nobase_strip_setup); \
Packit 85355f
  for p in $$list; do echo "$$p $$p"; done | \
Packit 85355f
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit 85355f
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit 85355f
    if (++n[$$2] == $(am__install_max)) \
Packit 85355f
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit 85355f
    END { for (dir in files) print dir, files[dir] }'
Packit 85355f
am__base_list = \
Packit 85355f
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit 85355f
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit 85355f
am__uninstall_files_from_dir = { \
Packit 85355f
  test -z "$$files" \
Packit 85355f
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit 85355f
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit 85355f
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit 85355f
  }
Packit 85355f
am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"
Packit 85355f
DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
Packit 85355f
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit 85355f
  distclean-recursive maintainer-clean-recursive
Packit 85355f
am__recursive_targets = \
Packit 85355f
  $(RECURSIVE_TARGETS) \
Packit 85355f
  $(RECURSIVE_CLEAN_TARGETS) \
Packit 85355f
  $(am__extra_recursive_targets)
Packit 85355f
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit 85355f
	cscope distdir dist dist-all distcheck
Packit 85355f
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit 85355f
# Read a list of newline-separated strings from the standard input,
Packit 85355f
# and print each of them once, without duplicates.  Input order is
Packit 85355f
# *not* preserved.
Packit 85355f
am__uniquify_input = $(AWK) '\
Packit 85355f
  BEGIN { nonempty = 0; } \
Packit 85355f
  { items[$$0] = 1; nonempty = 1; } \
Packit 85355f
  END { if (nonempty) { for (i in items) print i; }; } \
Packit 85355f
'
Packit 85355f
# Make sure the list of sources is unique.  This is necessary because,
Packit 85355f
# e.g., the same source file might be shared among _SOURCES variables
Packit 85355f
# for different programs/libraries.
Packit 85355f
am__define_uniq_tagged_files = \
Packit 85355f
  list='$(am__tagged_files)'; \
Packit 85355f
  unique=`for i in $$list; do \
Packit 85355f
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit 85355f
  done | $(am__uniquify_input)`
Packit 85355f
ETAGS = etags
Packit 85355f
CTAGS = ctags
Packit 85355f
CSCOPE = cscope
Packit 85355f
DIST_SUBDIRS = $(SUBDIRS)
Packit 85355f
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libtiff-4.pc.in \
Packit 85355f
	$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
Packit 85355f
	$(top_srcdir)/config/config.sub \
Packit 85355f
	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
Packit 85355f
	$(top_srcdir)/config/missing \
Packit 85355f
	$(top_srcdir)/config/mkinstalldirs ChangeLog README TODO \
Packit 85355f
	config/compile config/config.guess config/config.sub \
Packit 85355f
	config/depcomp config/install-sh config/ltmain.sh \
Packit 85355f
	config/missing config/mkinstalldirs
Packit 85355f
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit 85355f
distdir = $(PACKAGE)-$(VERSION)
Packit 85355f
top_distdir = $(distdir)
Packit 85355f
am__remove_distdir = \
Packit 85355f
  if test -d "$(distdir)"; then \
Packit 85355f
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit 85355f
      && rm -rf "$(distdir)" \
Packit 85355f
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit 85355f
  else :; fi
Packit 85355f
am__post_remove_distdir = $(am__remove_distdir)
Packit 85355f
am__relativize = \
Packit 85355f
  dir0=`pwd`; \
Packit 85355f
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit 85355f
  sed_rest='s,^[^/]*/*,,'; \
Packit 85355f
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit 85355f
  sed_butlast='s,/*[^/]*$$,,'; \
Packit 85355f
  while test -n "$$dir1"; do \
Packit 85355f
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit 85355f
    if test "$$first" != "."; then \
Packit 85355f
      if test "$$first" = ".."; then \
Packit 85355f
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit 85355f
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit 85355f
      else \
Packit 85355f
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit 85355f
        if test "$$first2" = "$$first"; then \
Packit 85355f
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit 85355f
        else \
Packit 85355f
          dir2="../$$dir2"; \
Packit 85355f
        fi; \
Packit 85355f
        dir0="$$dir0"/"$$first"; \
Packit 85355f
      fi; \
Packit 85355f
    fi; \
Packit 85355f
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit 85355f
  done; \
Packit 85355f
  reldir="$$dir2"
Packit 85355f
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
Packit 85355f
GZIP_ENV = --best
Packit 85355f
DIST_TARGETS = dist-gzip dist-zip
Packit 85355f
distuninstallcheck_listfiles = find . -type f -print
Packit 85355f
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit 85355f
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit 85355f
distcleancheck_listfiles = find . -type f -print
Packit 85355f
ACLOCAL = @ACLOCAL@
Packit 85355f
AMTAR = @AMTAR@
Packit 85355f
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit 85355f
AR = @AR@
Packit 85355f
AS = @AS@
Packit 85355f
AUTOCONF = @AUTOCONF@
Packit 85355f
AUTOHEADER = @AUTOHEADER@
Packit 85355f
AUTOMAKE = @AUTOMAKE@
Packit 85355f
AWK = @AWK@
Packit 85355f
CC = @CC@
Packit 85355f
CCDEPMODE = @CCDEPMODE@
Packit 85355f
CFLAGS = @CFLAGS@
Packit 85355f
CMAKE = @CMAKE@
Packit 85355f
CPP = @CPP@
Packit 85355f
CPPFLAGS = @CPPFLAGS@
Packit 85355f
CXX = @CXX@
Packit 85355f
CXXCPP = @CXXCPP@
Packit 85355f
CXXDEPMODE = @CXXDEPMODE@
Packit 85355f
CXXFLAGS = @CXXFLAGS@
Packit 85355f
CYGPATH_W = @CYGPATH_W@
Packit 85355f
DEFS = @DEFS@
Packit 85355f
DEPDIR = @DEPDIR@
Packit 85355f
DLLTOOL = @DLLTOOL@
Packit 85355f
DSYMUTIL = @DSYMUTIL@
Packit 85355f
DUMPBIN = @DUMPBIN@
Packit 85355f
ECHO_C = @ECHO_C@
Packit 85355f
ECHO_N = @ECHO_N@
Packit 85355f
ECHO_T = @ECHO_T@
Packit 85355f
EGREP = @EGREP@
Packit 85355f
EXEEXT = @EXEEXT@
Packit 85355f
FGREP = @FGREP@
Packit 85355f
GLUT_CFLAGS = @GLUT_CFLAGS@
Packit 85355f
GLUT_LIBS = @GLUT_LIBS@
Packit 85355f
GLU_CFLAGS = @GLU_CFLAGS@
Packit 85355f
GLU_LIBS = @GLU_LIBS@
Packit 85355f
GL_CFLAGS = @GL_CFLAGS@
Packit 85355f
GL_LIBS = @GL_LIBS@
Packit 85355f
GREP = @GREP@
Packit 85355f
INSTALL = @INSTALL@
Packit 85355f
INSTALL_DATA = @INSTALL_DATA@
Packit 85355f
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit 85355f
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit 85355f
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit 85355f
LD = @LD@
Packit 85355f
LDFLAGS = @LDFLAGS@
Packit 85355f
LIBDIR = @LIBDIR@
Packit 85355f
LIBOBJS = @LIBOBJS@
Packit 85355f
LIBS = @LIBS@
Packit 85355f
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
Packit 85355f
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
Packit 85355f
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
Packit 85355f
LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
Packit 85355f
LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
Packit 85355f
LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
Packit 85355f
LIBTIFF_VERSION = @LIBTIFF_VERSION@
Packit 85355f
LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
Packit 85355f
LIBTOOL = @LIBTOOL@
Packit 85355f
LIPO = @LIPO@
Packit 85355f
LN_S = @LN_S@
Packit 85355f
LTLIBOBJS = @LTLIBOBJS@
Packit 85355f
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit 85355f
MAINT = @MAINT@
Packit 85355f
MAKEINFO = @MAKEINFO@
Packit 85355f
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit 85355f
MKDIR_P = @MKDIR_P@
Packit 85355f
NM = @NM@
Packit 85355f
NMEDIT = @NMEDIT@
Packit 85355f
OBJDUMP = @OBJDUMP@
Packit 85355f
OBJEXT = @OBJEXT@
Packit 85355f
OTOOL = @OTOOL@
Packit 85355f
OTOOL64 = @OTOOL64@
Packit 85355f
PACKAGE = @PACKAGE@
Packit 85355f
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit 85355f
PACKAGE_NAME = @PACKAGE_NAME@
Packit 85355f
PACKAGE_STRING = @PACKAGE_STRING@
Packit 85355f
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit 85355f
PACKAGE_URL = @PACKAGE_URL@
Packit 85355f
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit 85355f
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit 85355f
PTHREAD_CC = @PTHREAD_CC@
Packit 85355f
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
Packit 85355f
PTHREAD_LIBS = @PTHREAD_LIBS@
Packit 85355f
RANLIB = @RANLIB@
Packit 85355f
SED = @SED@
Packit 85355f
SET_MAKE = @SET_MAKE@
Packit 85355f
SHELL = @SHELL@
Packit 85355f
STRIP = @STRIP@
Packit 85355f
VERSION = @VERSION@
Packit 85355f
XMKMF = @XMKMF@
Packit 85355f
X_CFLAGS = @X_CFLAGS@
Packit 85355f
X_EXTRA_LIBS = @X_EXTRA_LIBS@
Packit 85355f
X_LIBS = @X_LIBS@
Packit 85355f
X_PRE_LIBS = @X_PRE_LIBS@
Packit 85355f
abs_builddir = @abs_builddir@
Packit 85355f
abs_srcdir = @abs_srcdir@
Packit 85355f
abs_top_builddir = @abs_top_builddir@
Packit 85355f
abs_top_srcdir = @abs_top_srcdir@
Packit 85355f
ac_ct_AR = @ac_ct_AR@
Packit 85355f
ac_ct_CC = @ac_ct_CC@
Packit 85355f
ac_ct_CXX = @ac_ct_CXX@
Packit 85355f
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit 85355f
am__include = @am__include@
Packit 85355f
am__leading_dot = @am__leading_dot@
Packit 85355f
am__quote = @am__quote@
Packit 85355f
am__tar = @am__tar@
Packit 85355f
am__untar = @am__untar@
Packit 85355f
ax_pthread_config = @ax_pthread_config@
Packit 85355f
bindir = @bindir@
Packit 85355f
build = @build@
Packit 85355f
build_alias = @build_alias@
Packit 85355f
build_cpu = @build_cpu@
Packit 85355f
build_os = @build_os@
Packit 85355f
build_vendor = @build_vendor@
Packit 85355f
builddir = @builddir@
Packit 85355f
datadir = @datadir@
Packit 85355f
datarootdir = @datarootdir@
Packit 85355f
docdir = $(LIBTIFF_DOCDIR)
Packit 85355f
dvidir = @dvidir@
Packit 85355f
exec_prefix = @exec_prefix@
Packit 85355f
host = @host@
Packit 85355f
host_alias = @host_alias@
Packit 85355f
host_cpu = @host_cpu@
Packit 85355f
host_os = @host_os@
Packit 85355f
host_vendor = @host_vendor@
Packit 85355f
htmldir = @htmldir@
Packit 85355f
includedir = @includedir@
Packit 85355f
infodir = @infodir@
Packit 85355f
install_sh = @install_sh@
Packit 85355f
libdir = @libdir@
Packit 85355f
libexecdir = @libexecdir@
Packit 85355f
localedir = @localedir@
Packit 85355f
localstatedir = @localstatedir@
Packit 85355f
mandir = @mandir@
Packit 85355f
mkdir_p = @mkdir_p@
Packit 85355f
oldincludedir = @oldincludedir@
Packit 85355f
pdfdir = @pdfdir@
Packit 85355f
prefix = @prefix@
Packit 85355f
program_transform_name = @program_transform_name@
Packit 85355f
psdir = @psdir@
Packit 85355f
sbindir = @sbindir@
Packit 85355f
sharedstatedir = @sharedstatedir@
Packit 85355f
srcdir = @srcdir@
Packit 85355f
sysconfdir = @sysconfdir@
Packit 85355f
target_alias = @target_alias@
Packit 85355f
tiff_libs_private = @tiff_libs_private@
Packit 85355f
top_build_prefix = @top_build_prefix@
Packit 85355f
top_builddir = @top_builddir@
Packit 85355f
top_srcdir = @top_srcdir@
Packit 85355f
AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
Packit 85355f
ACLOCAL_AMFLAGS = -I m4
Packit 85355f
docfiles = \
Packit 85355f
	COPYRIGHT \
Packit 85355f
	ChangeLog \
Packit 85355f
	README \
Packit 85355f
	README.vms \
Packit 85355f
	RELEASE-DATE \
Packit 85355f
	TODO \
Packit 85355f
	VERSION
Packit 85355f
Packit 85355f
EXTRA_DIST = \
Packit 85355f
	CMakeLists.txt \
Packit 85355f
	HOWTO-RELEASE \
Packit 85355f
	Makefile.vc \
Packit 85355f
	SConstruct \
Packit 85355f
	autogen.sh \
Packit 85355f
	configure.com \
Packit 85355f
	libtiff-4.pc.in \
Packit 85355f
	nmake.opt
Packit 85355f
Packit 85355f
dist_doc_DATA = $(docfiles)
Packit 85355f
SUBDIRS = port libtiff tools build contrib test man html
Packit 85355f
pkgconfigdir = $(libdir)/pkgconfig
Packit 85355f
pkgconfig_DATA = libtiff-4.pc
Packit 85355f
Packit 85355f
# Special rules to assist with Coverity submissions.
Packit 85355f
PACKAGE_CHANGE_DATE = `awk '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { print substr($$1,1,4) substr($$1,6,2) substr($$1,9,2); exit; }' $(top_srcdir)/ChangeLog`
Packit 85355f
COVERITY_EMAIL = bfriesen@simple.dallas.tx.us
Packit 85355f
COVERITY_TARBALL = libtiff.xz
Packit 85355f
COVERITY_VERSION = devel-${PACKAGE_CHANGE_DATE}
Packit 85355f
COVERITY_DESCRIPTION = 'libtiff development'
Packit 85355f
all: all-recursive
Packit 85355f
Packit 85355f
.SUFFIXES:
Packit 85355f
am--refresh: Makefile
Packit 85355f
	@:
Packit 85355f
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit 85355f
	@for dep in $?; do \
Packit 85355f
	  case '$(am__configure_deps)' in \
Packit 85355f
	    *$$dep*) \
Packit 85355f
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
Packit 85355f
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
Packit 85355f
		&& exit 0; \
Packit 85355f
	      exit 1;; \
Packit 85355f
	  esac; \
Packit 85355f
	done; \
Packit 85355f
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Packit 85355f
	$(am__cd) $(top_srcdir) && \
Packit 85355f
	  $(AUTOMAKE) --foreign Makefile
Packit 85355f
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit 85355f
	@case '$?' in \
Packit 85355f
	  *config.status*) \
Packit 85355f
	    echo ' $(SHELL) ./config.status'; \
Packit 85355f
	    $(SHELL) ./config.status;; \
Packit 85355f
	  *) \
Packit 85355f
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
Packit 85355f
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
Packit 85355f
	esac;
Packit 85355f
Packit 85355f
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit 85355f
	$(SHELL) ./config.status --recheck
Packit 85355f
Packit 85355f
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit 85355f
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit 85355f
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit 85355f
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit 85355f
$(am__aclocal_m4_deps):
Packit 85355f
libtiff-4.pc: $(top_builddir)/config.status $(srcdir)/libtiff-4.pc.in
Packit 85355f
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit 85355f
Packit 85355f
mostlyclean-libtool:
Packit 85355f
	-rm -f *.lo
Packit 85355f
Packit 85355f
clean-libtool:
Packit 85355f
	-rm -rf .libs _libs
Packit 85355f
Packit 85355f
distclean-libtool:
Packit 85355f
	-rm -f libtool config.lt
Packit 85355f
install-dist_docDATA: $(dist_doc_DATA)
Packit 85355f
	@$(NORMAL_INSTALL)
Packit 85355f
	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
Packit 85355f
	if test -n "$$list"; then \
Packit 85355f
	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
Packit 85355f
	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
Packit 85355f
	fi; \
Packit 85355f
	for p in $$list; do \
Packit 85355f
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 85355f
	  echo "$$d$$p"; \
Packit 85355f
	done | $(am__base_list) | \
Packit 85355f
	while read files; do \
Packit 85355f
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
Packit 85355f
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
Packit 85355f
	done
Packit 85355f
Packit 85355f
uninstall-dist_docDATA:
Packit 85355f
	@$(NORMAL_UNINSTALL)
Packit 85355f
	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
Packit 85355f
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 85355f
	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
Packit 85355f
install-pkgconfigDATA: $(pkgconfig_DATA)
Packit 85355f
	@$(NORMAL_INSTALL)
Packit 85355f
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit 85355f
	if test -n "$$list"; then \
Packit 85355f
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
Packit 85355f
	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
Packit 85355f
	fi; \
Packit 85355f
	for p in $$list; do \
Packit 85355f
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 85355f
	  echo "$$d$$p"; \
Packit 85355f
	done | $(am__base_list) | \
Packit 85355f
	while read files; do \
Packit 85355f
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
Packit 85355f
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
Packit 85355f
	done
Packit 85355f
Packit 85355f
uninstall-pkgconfigDATA:
Packit 85355f
	@$(NORMAL_UNINSTALL)
Packit 85355f
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit 85355f
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 85355f
	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
Packit 85355f
Packit 85355f
# This directory's subdirectories are mostly independent; you can cd
Packit 85355f
# into them and run 'make' without going through this Makefile.
Packit 85355f
# To change the values of 'make' variables: instead of editing Makefiles,
Packit 85355f
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit 85355f
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit 85355f
# (2) otherwise, pass the desired values on the 'make' command line.
Packit 85355f
$(am__recursive_targets):
Packit 85355f
	@fail=; \
Packit 85355f
	if $(am__make_keepgoing); then \
Packit 85355f
	  failcom='fail=yes'; \
Packit 85355f
	else \
Packit 85355f
	  failcom='exit 1'; \
Packit 85355f
	fi; \
Packit 85355f
	dot_seen=no; \
Packit 85355f
	target=`echo $@ | sed s/-recursive//`; \
Packit 85355f
	case "$@" in \
Packit 85355f
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit 85355f
	  *) list='$(SUBDIRS)' ;; \
Packit 85355f
	esac; \
Packit 85355f
	for subdir in $$list; do \
Packit 85355f
	  echo "Making $$target in $$subdir"; \
Packit 85355f
	  if test "$$subdir" = "."; then \
Packit 85355f
	    dot_seen=yes; \
Packit 85355f
	    local_target="$$target-am"; \
Packit 85355f
	  else \
Packit 85355f
	    local_target="$$target"; \
Packit 85355f
	  fi; \
Packit 85355f
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit 85355f
	  || eval $$failcom; \
Packit 85355f
	done; \
Packit 85355f
	if test "$$dot_seen" = "no"; then \
Packit 85355f
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit 85355f
	fi; test -z "$$fail"
Packit 85355f
Packit 85355f
ID: $(am__tagged_files)
Packit 85355f
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit 85355f
tags: tags-recursive
Packit 85355f
TAGS: tags
Packit 85355f
Packit 85355f
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 85355f
	set x; \
Packit 85355f
	here=`pwd`; \
Packit 85355f
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit 85355f
	  include_option=--etags-include; \
Packit 85355f
	  empty_fix=.; \
Packit 85355f
	else \
Packit 85355f
	  include_option=--include; \
Packit 85355f
	  empty_fix=; \
Packit 85355f
	fi; \
Packit 85355f
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit 85355f
	  if test "$$subdir" = .; then :; else \
Packit 85355f
	    test ! -f $$subdir/TAGS || \
Packit 85355f
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit 85355f
	  fi; \
Packit 85355f
	done; \
Packit 85355f
	$(am__define_uniq_tagged_files); \
Packit 85355f
	shift; \
Packit 85355f
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit 85355f
	  test -n "$$unique" || unique=$$empty_fix; \
Packit 85355f
	  if test $$# -gt 0; then \
Packit 85355f
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 85355f
	      "$$@" $$unique; \
Packit 85355f
	  else \
Packit 85355f
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 85355f
	      $$unique; \
Packit 85355f
	  fi; \
Packit 85355f
	fi
Packit 85355f
ctags: ctags-recursive
Packit 85355f
Packit 85355f
CTAGS: ctags
Packit 85355f
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 85355f
	$(am__define_uniq_tagged_files); \
Packit 85355f
	test -z "$(CTAGS_ARGS)$$unique" \
Packit 85355f
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit 85355f
	     $$unique
Packit 85355f
Packit 85355f
GTAGS:
Packit 85355f
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit 85355f
	  && $(am__cd) $(top_srcdir) \
Packit 85355f
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit 85355f
cscope: cscope.files
Packit 85355f
	test ! -s cscope.files \
Packit 85355f
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit 85355f
clean-cscope:
Packit 85355f
	-rm -f cscope.files
Packit 85355f
cscope.files: clean-cscope cscopelist
Packit 85355f
cscopelist: cscopelist-recursive
Packit 85355f
Packit 85355f
cscopelist-am: $(am__tagged_files)
Packit 85355f
	list='$(am__tagged_files)'; \
Packit 85355f
	case "$(srcdir)" in \
Packit 85355f
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit 85355f
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit 85355f
	esac; \
Packit 85355f
	for i in $$list; do \
Packit 85355f
	  if test -f "$$i"; then \
Packit 85355f
	    echo "$(subdir)/$$i"; \
Packit 85355f
	  else \
Packit 85355f
	    echo "$$sdir/$$i"; \
Packit 85355f
	  fi; \
Packit 85355f
	done >> $(top_builddir)/cscope.files
Packit 85355f
Packit 85355f
distclean-tags:
Packit 85355f
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit 85355f
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Packit 85355f
Packit 85355f
distdir: $(DISTFILES)
Packit 85355f
	$(am__remove_distdir)
Packit 85355f
	test -d "$(distdir)" || mkdir "$(distdir)"
Packit 85355f
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 85355f
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 85355f
	list='$(DISTFILES)'; \
Packit 85355f
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit 85355f
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit 85355f
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit 85355f
	case $$dist_files in \
Packit 85355f
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit 85355f
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit 85355f
			   sort -u` ;; \
Packit 85355f
	esac; \
Packit 85355f
	for file in $$dist_files; do \
Packit 85355f
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit 85355f
	  if test -d $$d/$$file; then \
Packit 85355f
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit 85355f
	    if test -d "$(distdir)/$$file"; then \
Packit 85355f
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 85355f
	    fi; \
Packit 85355f
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit 85355f
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit 85355f
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 85355f
	    fi; \
Packit 85355f
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit 85355f
	  else \
Packit 85355f
	    test -f "$(distdir)/$$file" \
Packit 85355f
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit 85355f
	    || exit 1; \
Packit 85355f
	  fi; \
Packit 85355f
	done
Packit 85355f
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit 85355f
	  if test "$$subdir" = .; then :; else \
Packit 85355f
	    $(am__make_dryrun) \
Packit 85355f
	      || test -d "$(distdir)/$$subdir" \
Packit 85355f
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit 85355f
	      || exit 1; \
Packit 85355f
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit 85355f
	    $(am__relativize); \
Packit 85355f
	    new_distdir=$$reldir; \
Packit 85355f
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit 85355f
	    $(am__relativize); \
Packit 85355f
	    new_top_distdir=$$reldir; \
Packit 85355f
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit 85355f
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit 85355f
	    ($(am__cd) $$subdir && \
Packit 85355f
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit 85355f
	        top_distdir="$$new_top_distdir" \
Packit 85355f
	        distdir="$$new_distdir" \
Packit 85355f
		am__remove_distdir=: \
Packit 85355f
		am__skip_length_check=: \
Packit 85355f
		am__skip_mode_fix=: \
Packit 85355f
	        distdir) \
Packit 85355f
	      || exit 1; \
Packit 85355f
	  fi; \
Packit 85355f
	done
Packit 85355f
	-test -n "$(am__skip_mode_fix)" \
Packit 85355f
	|| find "$(distdir)" -type d ! -perm -755 \
Packit 85355f
		-exec chmod u+rwx,go+rx {} \; -o \
Packit 85355f
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit 85355f
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit 85355f
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit 85355f
	|| chmod -R a+r "$(distdir)"
Packit 85355f
dist-gzip: distdir
Packit 85355f
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Packit 85355f
	$(am__post_remove_distdir)
Packit 85355f
Packit 85355f
dist-bzip2: distdir
Packit 85355f
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit 85355f
	$(am__post_remove_distdir)
Packit 85355f
Packit 85355f
dist-lzip: distdir
Packit 85355f
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit 85355f
	$(am__post_remove_distdir)
Packit 85355f
Packit 85355f
dist-xz: distdir
Packit 85355f
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit 85355f
	$(am__post_remove_distdir)
Packit 85355f
Packit 85355f
dist-tarZ: distdir
Packit 85355f
	@echo WARNING: "Support for distribution archives compressed with" \
Packit 85355f
		       "legacy program 'compress' is deprecated." >&2
Packit 85355f
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit 85355f
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit 85355f
	$(am__post_remove_distdir)
Packit 85355f
Packit 85355f
dist-shar: distdir
Packit 85355f
	@echo WARNING: "Support for shar distribution archives is" \
Packit 85355f
	               "deprecated." >&2
Packit 85355f
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit 85355f
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
Packit 85355f
	$(am__post_remove_distdir)
Packit 85355f
dist-zip: distdir
Packit 85355f
	-rm -f $(distdir).zip
Packit 85355f
	zip -rq $(distdir).zip $(distdir)
Packit 85355f
	$(am__post_remove_distdir)
Packit 85355f
Packit 85355f
dist dist-all:
Packit 85355f
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit 85355f
	$(am__post_remove_distdir)
Packit 85355f
Packit 85355f
# This target untars the dist file and tries a VPATH configuration.  Then
Packit 85355f
# it guarantees that the distribution is self-contained by making another
Packit 85355f
# tarfile.
Packit 85355f
distcheck: dist
Packit 85355f
	case '$(DIST_ARCHIVES)' in \
Packit 85355f
	*.tar.gz*) \
Packit 85355f
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit 85355f
	*.tar.bz2*) \
Packit 85355f
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit 85355f
	*.tar.lz*) \
Packit 85355f
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit 85355f
	*.tar.xz*) \
Packit 85355f
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit 85355f
	*.tar.Z*) \
Packit 85355f
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit 85355f
	*.shar.gz*) \
Packit 85355f
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
Packit 85355f
	*.zip*) \
Packit 85355f
	  unzip $(distdir).zip ;;\
Packit 85355f
	esac
Packit 85355f
	chmod -R a-w $(distdir)
Packit 85355f
	chmod u+w $(distdir)
Packit 85355f
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit 85355f
	chmod a-w $(distdir)
Packit 85355f
	test -d $(distdir)/_build || exit 0; \
Packit 85355f
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit 85355f
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit 85355f
	  && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
Packit 85355f
	  && am__cwd=`pwd` \
Packit 85355f
	  && $(am__cd) $(distdir)/_build/sub \
Packit 85355f
	  && ../../configure \
Packit 85355f
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit 85355f
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit 85355f
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit 85355f
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit 85355f
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit 85355f
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit 85355f
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit 85355f
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit 85355f
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit 85355f
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit 85355f
	        distuninstallcheck \
Packit 85355f
	  && chmod -R a-w "$$dc_install_base" \
Packit 85355f
	  && ({ \
Packit 85355f
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit 85355f
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit 85355f
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit 85355f
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit 85355f
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit 85355f
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit 85355f
	  && rm -rf "$$dc_destdir" \
Packit 85355f
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit 85355f
	  && rm -rf $(DIST_ARCHIVES) \
Packit 85355f
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit 85355f
	  && cd "$$am__cwd" \
Packit 85355f
	  || exit 1
Packit 85355f
	$(am__post_remove_distdir)
Packit 85355f
	@(echo "$(distdir) archives ready for distribution: "; \
Packit 85355f
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit 85355f
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit 85355f
distuninstallcheck:
Packit 85355f
	@test -n '$(distuninstallcheck_dir)' || { \
Packit 85355f
	  echo 'ERROR: trying to run $@ with an empty' \
Packit 85355f
	       '$$(distuninstallcheck_dir)' >&2; \
Packit 85355f
	  exit 1; \
Packit 85355f
	}; \
Packit 85355f
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit 85355f
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit 85355f
	  exit 1; \
Packit 85355f
	}; \
Packit 85355f
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit 85355f
	   || { echo "ERROR: files left after uninstall:" ; \
Packit 85355f
	        if test -n "$(DESTDIR)"; then \
Packit 85355f
	          echo "  (check DESTDIR support)"; \
Packit 85355f
	        fi ; \
Packit 85355f
	        $(distuninstallcheck_listfiles) ; \
Packit 85355f
	        exit 1; } >&2
Packit 85355f
distcleancheck: distclean
Packit 85355f
	@if test '$(srcdir)' = . ; then \
Packit 85355f
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit 85355f
	  exit 1 ; \
Packit 85355f
	fi
Packit 85355f
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit 85355f
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit 85355f
	       $(distcleancheck_listfiles) ; \
Packit 85355f
	       exit 1; } >&2
Packit 85355f
check-am: all-am
Packit 85355f
check: check-recursive
Packit 85355f
all-am: Makefile $(DATA)
Packit 85355f
installdirs: installdirs-recursive
Packit 85355f
installdirs-am:
Packit 85355f
	for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
Packit 85355f
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit 85355f
	done
Packit 85355f
install: install-recursive
Packit 85355f
install-exec: install-exec-recursive
Packit 85355f
install-data: install-data-recursive
Packit 85355f
uninstall: uninstall-recursive
Packit 85355f
Packit 85355f
install-am: all-am
Packit 85355f
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit 85355f
Packit 85355f
installcheck: installcheck-recursive
Packit 85355f
install-strip:
Packit 85355f
	if test -z '$(STRIP)'; then \
Packit 85355f
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 85355f
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 85355f
	      install; \
Packit 85355f
	else \
Packit 85355f
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 85355f
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 85355f
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit 85355f
	fi
Packit 85355f
mostlyclean-generic:
Packit 85355f
Packit 85355f
clean-generic:
Packit 85355f
Packit 85355f
distclean-generic:
Packit 85355f
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit 85355f
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit 85355f
Packit 85355f
maintainer-clean-generic:
Packit 85355f
	@echo "This command is intended for maintainers to use"
Packit 85355f
	@echo "it deletes files that may require special tools to rebuild."
Packit 85355f
clean: clean-recursive
Packit 85355f
Packit 85355f
clean-am: clean-generic clean-libtool mostlyclean-am
Packit 85355f
Packit 85355f
distclean: distclean-recursive
Packit 85355f
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit 85355f
	-rm -f Makefile
Packit 85355f
distclean-am: clean-am distclean-generic distclean-libtool \
Packit 85355f
	distclean-tags
Packit 85355f
Packit 85355f
dvi: dvi-recursive
Packit 85355f
Packit 85355f
dvi-am:
Packit 85355f
Packit 85355f
html: html-recursive
Packit 85355f
Packit 85355f
html-am:
Packit 85355f
Packit 85355f
info: info-recursive
Packit 85355f
Packit 85355f
info-am:
Packit 85355f
Packit 85355f
install-data-am: install-dist_docDATA install-pkgconfigDATA
Packit 85355f
Packit 85355f
install-dvi: install-dvi-recursive
Packit 85355f
Packit 85355f
install-dvi-am:
Packit 85355f
Packit 85355f
install-exec-am:
Packit 85355f
Packit 85355f
install-html: install-html-recursive
Packit 85355f
Packit 85355f
install-html-am:
Packit 85355f
Packit 85355f
install-info: install-info-recursive
Packit 85355f
Packit 85355f
install-info-am:
Packit 85355f
Packit 85355f
install-man:
Packit 85355f
Packit 85355f
install-pdf: install-pdf-recursive
Packit 85355f
Packit 85355f
install-pdf-am:
Packit 85355f
Packit 85355f
install-ps: install-ps-recursive
Packit 85355f
Packit 85355f
install-ps-am:
Packit 85355f
Packit 85355f
installcheck-am:
Packit 85355f
Packit 85355f
maintainer-clean: maintainer-clean-recursive
Packit 85355f
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit 85355f
	-rm -rf $(top_srcdir)/autom4te.cache
Packit 85355f
	-rm -f Makefile
Packit 85355f
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit 85355f
Packit 85355f
mostlyclean: mostlyclean-recursive
Packit 85355f
Packit 85355f
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit 85355f
Packit 85355f
pdf: pdf-recursive
Packit 85355f
Packit 85355f
pdf-am:
Packit 85355f
Packit 85355f
ps: ps-recursive
Packit 85355f
Packit 85355f
ps-am:
Packit 85355f
Packit 85355f
uninstall-am: uninstall-dist_docDATA uninstall-pkgconfigDATA
Packit 85355f
Packit 85355f
.MAKE: $(am__recursive_targets) install-am install-strip
Packit 85355f
Packit 85355f
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit 85355f
	am--refresh check check-am clean clean-cscope clean-generic \
Packit 85355f
	clean-libtool cscope cscopelist-am ctags ctags-am dist \
Packit 85355f
	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
Packit 85355f
	dist-xz dist-zip distcheck distclean distclean-generic \
Packit 85355f
	distclean-libtool distclean-tags distcleancheck distdir \
Packit 85355f
	distuninstallcheck dvi dvi-am html html-am info info-am \
Packit 85355f
	install install-am install-data install-data-am \
Packit 85355f
	install-dist_docDATA install-dvi install-dvi-am install-exec \
Packit 85355f
	install-exec-am install-html install-html-am install-info \
Packit 85355f
	install-info-am install-man install-pdf install-pdf-am \
Packit 85355f
	install-pkgconfigDATA install-ps install-ps-am install-strip \
Packit 85355f
	installcheck installcheck-am installdirs installdirs-am \
Packit 85355f
	maintainer-clean maintainer-clean-generic mostlyclean \
Packit 85355f
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit 85355f
	tags tags-am uninstall uninstall-am uninstall-dist_docDATA \
Packit 85355f
	uninstall-pkgconfigDATA
Packit 85355f
Packit 85355f
.PRECIOUS: Makefile
Packit 85355f
Packit 85355f
Packit 85355f
distcheck-hook:
Packit 85355f
	if [ -x "$(CMAKE)" ]; then \
Packit 85355f
	  mkdir $(distdir)/_build/cmake \
Packit 85355f
	  && cd $(distdir)/_build/cmake \
Packit 85355f
	  && cmake ../.. \
Packit 85355f
	  && $(MAKE) \
Packit 85355f
	  && ctest -V \
Packit 85355f
	  && $(MAKE) DESTDIR=../../_inst/cmake install ; \
Packit 85355f
	fi
Packit 85355f
	rm -rf $(distdir)/_build/cmake
Packit 85355f
	rm -rf $(distdir)/_inst/cmake
Packit 85355f
Packit 85355f
release:
Packit 85355f
	(rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
Packit 85355f
	(rm -f $(top_srcdir)/VERSION && echo $(LIBTIFF_VERSION) > $(top_srcdir)/VERSION)
Packit 85355f
	(rm -f $(top_srcdir)/libtiff/tiffvers.h && sed 's,LIBTIFF_VERSION,$(LIBTIFF_VERSION),;s,LIBTIFF_RELEASE_DATE,$(LIBTIFF_RELEASE_DATE),' $(top_srcdir)/libtiff/tiffvers.h.in > $(top_srcdir)/libtiff/tiffvers.h)
Packit 85355f
coverity:
Packit 85355f
	$(MAKE) clean
Packit 85355f
	cov-build --dir cov-int $(MAKE)
Packit 85355f
	tar caf $(COVERITY_TARBALL) cov-int
Packit 85355f
	curl --limit-rate 50K \
Packit 85355f
	--form token=`cat $$HOME/.coverity_key_tiff` \
Packit 85355f
	--form email=$(COVERITY_EMAIL) \
Packit 85355f
	--form file=@$(COVERITY_TARBALL) \
Packit 85355f
	--form version=$(COVERITY_VERSION) \
Packit 85355f
	--form description=$(COVERITY_DESCRIPTION) \
Packit 85355f
	https://scan.coverity.com/builds?project=tiff
Packit 85355f
	$(RM) $(COVERITY_TARBALL)
Packit 85355f
Packit 85355f
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit 85355f
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit 85355f
.NOEXPORT: