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 42VPATH = @srcdir@ 43am__is_gnu_make = { \ 44 if test -z '$(MAKELEVEL)'; then \ 45 false; \ 46 elif test -n '$(MAKE_HOST)'; then \ 47 true; \ 48 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 49 true; \ 50 else \ 51 false; \ 52 fi; \ 53} 54am__make_running_with_option = \ 55 case $${target_option-} in \ 56 ?) ;; \ 57 *) echo "am__make_running_with_option: internal error: invalid" \ 58 "target option '$${target_option-}' specified" >&2; \ 59 exit 1;; \ 60 esac; \ 61 has_opt=no; \ 62 sane_makeflags=$$MAKEFLAGS; \ 63 if $(am__is_gnu_make); then \ 64 sane_makeflags=$$MFLAGS; \ 65 else \ 66 case $$MAKEFLAGS in \ 67 *\\[\ \ ]*) \ 68 bs=\\; \ 69 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 70 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 71 esac; \ 72 fi; \ 73 skip_next=no; \ 74 strip_trailopt () \ 75 { \ 76 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 77 }; \ 78 for flg in $$sane_makeflags; do \ 79 test $$skip_next = yes && { skip_next=no; continue; }; \ 80 case $$flg in \ 81 *=*|--*) continue;; \ 82 -*I) strip_trailopt 'I'; skip_next=yes;; \ 83 -*I?*) strip_trailopt 'I';; \ 84 -*O) strip_trailopt 'O'; skip_next=yes;; \ 85 -*O?*) strip_trailopt 'O';; \ 86 -*l) strip_trailopt 'l'; skip_next=yes;; \ 87 -*l?*) strip_trailopt 'l';; \ 88 -[dEDm]) skip_next=yes;; \ 89 -[JT]) skip_next=yes;; \ 90 esac; \ 91 case $$flg in \ 92 *$$target_option*) has_opt=yes; break;; \ 93 esac; \ 94 done; \ 95 test $$has_opt = yes 96am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 97am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 98pkgdatadir = $(datadir)/@PACKAGE@ 99pkgincludedir = $(includedir)/@PACKAGE@ 100pkglibdir = $(libdir)/@PACKAGE@ 101pkglibexecdir = $(libexecdir)/@PACKAGE@ 102am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 103install_sh_DATA = $(install_sh) -c -m 644 104install_sh_PROGRAM = $(install_sh) -c 105install_sh_SCRIPT = $(install_sh) -c 106INSTALL_HEADER = $(INSTALL_DATA) 107transform = $(program_transform_name) 108NORMAL_INSTALL = : 109PRE_INSTALL = : 110POST_INSTALL = : 111NORMAL_UNINSTALL = : 112PRE_UNINSTALL = : 113POST_UNINSTALL = : 114build_triplet = @build@ 115host_triplet = @host@ 116subdir = . 117ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 118am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ 119 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 120 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 121 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 123 $(ACLOCAL_M4) 124DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 125 $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON) 126am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 127 configure.lineno config.status.lineno 128mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 129CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \ 130 $(top_builddir)/libtiff/tiffconf.h 131CONFIG_CLEAN_FILES = libtiff-4.pc 132CONFIG_CLEAN_VPATH_FILES = 133AM_V_P = $(am__v_P_@AM_V@) 134am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 135am__v_P_0 = false 136am__v_P_1 = : 137AM_V_GEN = $(am__v_GEN_@AM_V@) 138am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 139am__v_GEN_0 = @echo " GEN " $@; 140am__v_GEN_1 = 141AM_V_at = $(am__v_at_@AM_V@) 142am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 143am__v_at_0 = @ 144am__v_at_1 = 145SOURCES = 146DIST_SOURCES = 147RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 148 ctags-recursive dvi-recursive html-recursive info-recursive \ 149 install-data-recursive install-dvi-recursive \ 150 install-exec-recursive install-html-recursive \ 151 install-info-recursive install-pdf-recursive \ 152 install-ps-recursive install-recursive installcheck-recursive \ 153 installdirs-recursive pdf-recursive ps-recursive \ 154 tags-recursive uninstall-recursive 155am__can_run_installinfo = \ 156 case $$AM_UPDATE_INFO_DIR in \ 157 n|no|NO) false;; \ 158 *) (install-info --version) >/dev/null 2>&1;; \ 159 esac 160am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 161am__vpath_adj = case $$p in \ 162 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 163 *) f=$$p;; \ 164 esac; 165am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 166am__install_max = 40 167am__nobase_strip_setup = \ 168 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 169am__nobase_strip = \ 170 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 171am__nobase_list = $(am__nobase_strip_setup); \ 172 for p in $$list; do echo "$$p $$p"; done | \ 173 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 174 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 175 if (++n[$$2] == $(am__install_max)) \ 176 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 177 END { for (dir in files) print dir, files[dir] }' 178am__base_list = \ 179 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 180 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 181am__uninstall_files_from_dir = { \ 182 test -z "$$files" \ 183 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 184 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 185 $(am__cd) "$$dir" && rm -f $$files; }; \ 186 } 187am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" 188DATA = $(dist_doc_DATA) $(pkgconfig_DATA) 189RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 190 distclean-recursive maintainer-clean-recursive 191am__recursive_targets = \ 192 $(RECURSIVE_TARGETS) \ 193 $(RECURSIVE_CLEAN_TARGETS) \ 194 $(am__extra_recursive_targets) 195AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 196 cscope distdir dist dist-all distcheck 197am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 198# Read a list of newline-separated strings from the standard input, 199# and print each of them once, without duplicates. Input order is 200# *not* preserved. 201am__uniquify_input = $(AWK) '\ 202 BEGIN { nonempty = 0; } \ 203 { items[$$0] = 1; nonempty = 1; } \ 204 END { if (nonempty) { for (i in items) print i; }; } \ 205' 206# Make sure the list of sources is unique. This is necessary because, 207# e.g., the same source file might be shared among _SOURCES variables 208# for different programs/libraries. 209am__define_uniq_tagged_files = \ 210 list='$(am__tagged_files)'; \ 211 unique=`for i in $$list; do \ 212 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 213 done | $(am__uniquify_input)` 214ETAGS = etags 215CTAGS = ctags 216CSCOPE = cscope 217DIST_SUBDIRS = $(SUBDIRS) 218am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libtiff-4.pc.in \ 219 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ 220 $(top_srcdir)/config/config.sub \ 221 $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ 222 $(top_srcdir)/config/missing \ 223 $(top_srcdir)/config/mkinstalldirs ChangeLog README TODO \ 224 config/compile config/config.guess config/config.sub \ 225 config/depcomp config/install-sh config/ltmain.sh \ 226 config/missing config/mkinstalldirs 227DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 228distdir = $(PACKAGE)-$(VERSION) 229top_distdir = $(distdir) 230am__remove_distdir = \ 231 if test -d "$(distdir)"; then \ 232 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 233 && rm -rf "$(distdir)" \ 234 || { sleep 5 && rm -rf "$(distdir)"; }; \ 235 else :; fi 236am__post_remove_distdir = $(am__remove_distdir) 237am__relativize = \ 238 dir0=`pwd`; \ 239 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 240 sed_rest='s,^[^/]*/*,,'; \ 241 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 242 sed_butlast='s,/*[^/]*$$,,'; \ 243 while test -n "$$dir1"; do \ 244 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 245 if test "$$first" != "."; then \ 246 if test "$$first" = ".."; then \ 247 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 248 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 249 else \ 250 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 251 if test "$$first2" = "$$first"; then \ 252 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 253 else \ 254 dir2="../$$dir2"; \ 255 fi; \ 256 dir0="$$dir0"/"$$first"; \ 257 fi; \ 258 fi; \ 259 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 260 done; \ 261 reldir="$$dir2" 262DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip 263GZIP_ENV = --best 264DIST_TARGETS = dist-gzip dist-zip 265distuninstallcheck_listfiles = find . -type f -print 266am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 267 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 268distcleancheck_listfiles = find . -type f -print 269ACLOCAL = @ACLOCAL@ 270AMTAR = @AMTAR@ 271AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 272AR = @AR@ 273AS = @AS@ 274AUTOCONF = @AUTOCONF@ 275AUTOHEADER = @AUTOHEADER@ 276AUTOMAKE = @AUTOMAKE@ 277AWK = @AWK@ 278CC = @CC@ 279CCDEPMODE = @CCDEPMODE@ 280CFLAGS = @CFLAGS@ 281CMAKE = @CMAKE@ 282CPP = @CPP@ 283CPPFLAGS = @CPPFLAGS@ 284CXX = @CXX@ 285CXXCPP = @CXXCPP@ 286CXXDEPMODE = @CXXDEPMODE@ 287CXXFLAGS = @CXXFLAGS@ 288CYGPATH_W = @CYGPATH_W@ 289DEFS = @DEFS@ 290DEPDIR = @DEPDIR@ 291DLLTOOL = @DLLTOOL@ 292DSYMUTIL = @DSYMUTIL@ 293DUMPBIN = @DUMPBIN@ 294ECHO_C = @ECHO_C@ 295ECHO_N = @ECHO_N@ 296ECHO_T = @ECHO_T@ 297EGREP = @EGREP@ 298EXEEXT = @EXEEXT@ 299FGREP = @FGREP@ 300GLUT_CFLAGS = @GLUT_CFLAGS@ 301GLUT_LIBS = @GLUT_LIBS@ 302GLU_CFLAGS = @GLU_CFLAGS@ 303GLU_LIBS = @GLU_LIBS@ 304GL_CFLAGS = @GL_CFLAGS@ 305GL_LIBS = @GL_LIBS@ 306GREP = @GREP@ 307INSTALL = @INSTALL@ 308INSTALL_DATA = @INSTALL_DATA@ 309INSTALL_PROGRAM = @INSTALL_PROGRAM@ 310INSTALL_SCRIPT = @INSTALL_SCRIPT@ 311INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 312LD = @LD@ 313LDFLAGS = @LDFLAGS@ 314LIBDIR = @LIBDIR@ 315LIBOBJS = @LIBOBJS@ 316LIBS = @LIBS@ 317LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@ 318LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@ 319LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@ 320LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@ 321LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@ 322LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@ 323LIBTIFF_VERSION = @LIBTIFF_VERSION@ 324LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@ 325LIBTOOL = @LIBTOOL@ 326LIPO = @LIPO@ 327LN_S = @LN_S@ 328LTLIBOBJS = @LTLIBOBJS@ 329LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 330MAINT = @MAINT@ 331MAKEINFO = @MAKEINFO@ 332MANIFEST_TOOL = @MANIFEST_TOOL@ 333MKDIR_P = @MKDIR_P@ 334NM = @NM@ 335NMEDIT = @NMEDIT@ 336OBJDUMP = @OBJDUMP@ 337OBJEXT = @OBJEXT@ 338OTOOL = @OTOOL@ 339OTOOL64 = @OTOOL64@ 340PACKAGE = @PACKAGE@ 341PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 342PACKAGE_NAME = @PACKAGE_NAME@ 343PACKAGE_STRING = @PACKAGE_STRING@ 344PACKAGE_TARNAME = @PACKAGE_TARNAME@ 345PACKAGE_URL = @PACKAGE_URL@ 346PACKAGE_VERSION = @PACKAGE_VERSION@ 347PATH_SEPARATOR = @PATH_SEPARATOR@ 348PTHREAD_CC = @PTHREAD_CC@ 349PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 350PTHREAD_LIBS = @PTHREAD_LIBS@ 351RANLIB = @RANLIB@ 352SED = @SED@ 353SET_MAKE = @SET_MAKE@ 354SHELL = @SHELL@ 355STRIP = @STRIP@ 356VERSION = @VERSION@ 357XMKMF = @XMKMF@ 358X_CFLAGS = @X_CFLAGS@ 359X_EXTRA_LIBS = @X_EXTRA_LIBS@ 360X_LIBS = @X_LIBS@ 361X_PRE_LIBS = @X_PRE_LIBS@ 362abs_builddir = @abs_builddir@ 363abs_srcdir = @abs_srcdir@ 364abs_top_builddir = @abs_top_builddir@ 365abs_top_srcdir = @abs_top_srcdir@ 366ac_ct_AR = @ac_ct_AR@ 367ac_ct_CC = @ac_ct_CC@ 368ac_ct_CXX = @ac_ct_CXX@ 369ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 370am__include = @am__include@ 371am__leading_dot = @am__leading_dot@ 372am__quote = @am__quote@ 373am__tar = @am__tar@ 374am__untar = @am__untar@ 375ax_pthread_config = @ax_pthread_config@ 376bindir = @bindir@ 377build = @build@ 378build_alias = @build_alias@ 379build_cpu = @build_cpu@ 380build_os = @build_os@ 381build_vendor = @build_vendor@ 382builddir = @builddir@ 383datadir = @datadir@ 384datarootdir = @datarootdir@ 385docdir = $(LIBTIFF_DOCDIR) 386dvidir = @dvidir@ 387exec_prefix = @exec_prefix@ 388host = @host@ 389host_alias = @host_alias@ 390host_cpu = @host_cpu@ 391host_os = @host_os@ 392host_vendor = @host_vendor@ 393htmldir = @htmldir@ 394includedir = @includedir@ 395infodir = @infodir@ 396install_sh = @install_sh@ 397libdir = @libdir@ 398libexecdir = @libexecdir@ 399localedir = @localedir@ 400localstatedir = @localstatedir@ 401mandir = @mandir@ 402mkdir_p = @mkdir_p@ 403oldincludedir = @oldincludedir@ 404pdfdir = @pdfdir@ 405prefix = @prefix@ 406program_transform_name = @program_transform_name@ 407psdir = @psdir@ 408sbindir = @sbindir@ 409sharedstatedir = @sharedstatedir@ 410srcdir = @srcdir@ 411sysconfdir = @sysconfdir@ 412target_alias = @target_alias@ 413tiff_libs_private = @tiff_libs_private@ 414top_build_prefix = @top_build_prefix@ 415top_builddir = @top_builddir@ 416top_srcdir = @top_srcdir@ 417AUTOMAKE_OPTIONS = 1.12 dist-zip foreign 418ACLOCAL_AMFLAGS = -I m4 419docfiles = \ 420 COPYRIGHT \ 421 ChangeLog \ 422 README \ 423 README.vms \ 424 RELEASE-DATE \ 425 TODO \ 426 VERSION 427 428EXTRA_DIST = \ 429 CMakeLists.txt \ 430 HOWTO-RELEASE \ 431 Makefile.vc \ 432 SConstruct \ 433 autogen.sh \ 434 configure.com \ 435 libtiff-4.pc.in \ 436 nmake.opt 437 438dist_doc_DATA = $(docfiles) 439SUBDIRS = port libtiff tools build contrib test man html 440pkgconfigdir = $(libdir)/pkgconfig 441pkgconfig_DATA = libtiff-4.pc 442 443# Special rules to assist with Coverity submissions. 444PACKAGE_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` 445COVERITY_EMAIL = bfriesen@simple.dallas.tx.us 446COVERITY_TARBALL = libtiff.xz 447COVERITY_VERSION = devel-${PACKAGE_CHANGE_DATE} 448COVERITY_DESCRIPTION = 'libtiff development' 449all: all-recursive 450 451.SUFFIXES: 452am--refresh: Makefile 453 @: 454$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 455 @for dep in $?; do \ 456 case '$(am__configure_deps)' in \ 457 *$$dep*) \ 458 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 459 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 460 && exit 0; \ 461 exit 1;; \ 462 esac; \ 463 done; \ 464 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 465 $(am__cd) $(top_srcdir) && \ 466 $(AUTOMAKE) --foreign Makefile 467Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 468 @case '$?' in \ 469 *config.status*) \ 470 echo ' $(SHELL) ./config.status'; \ 471 $(SHELL) ./config.status;; \ 472 *) \ 473 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 474 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 475 esac; 476 477$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 478 $(SHELL) ./config.status --recheck 479 480$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 481 $(am__cd) $(srcdir) && $(AUTOCONF) 482$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 483 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 484$(am__aclocal_m4_deps): 485libtiff-4.pc: $(top_builddir)/config.status $(srcdir)/libtiff-4.pc.in 486 cd $(top_builddir) && $(SHELL) ./config.status $@ 487 488mostlyclean-libtool: 489 -rm -f *.lo 490 491clean-libtool: 492 -rm -rf .libs _libs 493 494distclean-libtool: 495 -rm -f libtool config.lt 496install-dist_docDATA: $(dist_doc_DATA) 497 @$(NORMAL_INSTALL) 498 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 499 if test -n "$$list"; then \ 500 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ 501 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ 502 fi; \ 503 for p in $$list; do \ 504 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 505 echo "$$d$$p"; \ 506 done | $(am__base_list) | \ 507 while read files; do \ 508 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 509 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 510 done 511 512uninstall-dist_docDATA: 513 @$(NORMAL_UNINSTALL) 514 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 515 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 516 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) 517install-pkgconfigDATA: $(pkgconfig_DATA) 518 @$(NORMAL_INSTALL) 519 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 520 if test -n "$$list"; then \ 521 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 522 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 523 fi; \ 524 for p in $$list; do \ 525 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 526 echo "$$d$$p"; \ 527 done | $(am__base_list) | \ 528 while read files; do \ 529 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 530 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 531 done 532 533uninstall-pkgconfigDATA: 534 @$(NORMAL_UNINSTALL) 535 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 536 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 537 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 538 539# This directory's subdirectories are mostly independent; you can cd 540# into them and run 'make' without going through this Makefile. 541# To change the values of 'make' variables: instead of editing Makefiles, 542# (1) if the variable is set in 'config.status', edit 'config.status' 543# (which will cause the Makefiles to be regenerated when you run 'make'); 544# (2) otherwise, pass the desired values on the 'make' command line. 545$(am__recursive_targets): 546 @fail=; \ 547 if $(am__make_keepgoing); then \ 548 failcom='fail=yes'; \ 549 else \ 550 failcom='exit 1'; \ 551 fi; \ 552 dot_seen=no; \ 553 target=`echo $@ | sed s/-recursive//`; \ 554 case "$@" in \ 555 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 556 *) list='$(SUBDIRS)' ;; \ 557 esac; \ 558 for subdir in $$list; do \ 559 echo "Making $$target in $$subdir"; \ 560 if test "$$subdir" = "."; then \ 561 dot_seen=yes; \ 562 local_target="$$target-am"; \ 563 else \ 564 local_target="$$target"; \ 565 fi; \ 566 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 567 || eval $$failcom; \ 568 done; \ 569 if test "$$dot_seen" = "no"; then \ 570 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 571 fi; test -z "$$fail" 572 573ID: $(am__tagged_files) 574 $(am__define_uniq_tagged_files); mkid -fID $$unique 575tags: tags-recursive 576TAGS: tags 577 578tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 579 set x; \ 580 here=`pwd`; \ 581 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 582 include_option=--etags-include; \ 583 empty_fix=.; \ 584 else \ 585 include_option=--include; \ 586 empty_fix=; \ 587 fi; \ 588 list='$(SUBDIRS)'; for subdir in $$list; do \ 589 if test "$$subdir" = .; then :; else \ 590 test ! -f $$subdir/TAGS || \ 591 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 592 fi; \ 593 done; \ 594 $(am__define_uniq_tagged_files); \ 595 shift; \ 596 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 597 test -n "$$unique" || unique=$$empty_fix; \ 598 if test $$# -gt 0; then \ 599 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 600 "$$@" $$unique; \ 601 else \ 602 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 603 $$unique; \ 604 fi; \ 605 fi 606ctags: ctags-recursive 607 608CTAGS: ctags 609ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 610 $(am__define_uniq_tagged_files); \ 611 test -z "$(CTAGS_ARGS)$$unique" \ 612 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 613 $$unique 614 615GTAGS: 616 here=`$(am__cd) $(top_builddir) && pwd` \ 617 && $(am__cd) $(top_srcdir) \ 618 && gtags -i $(GTAGS_ARGS) "$$here" 619cscope: cscope.files 620 test ! -s cscope.files \ 621 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 622clean-cscope: 623 -rm -f cscope.files 624cscope.files: clean-cscope cscopelist 625cscopelist: cscopelist-recursive 626 627cscopelist-am: $(am__tagged_files) 628 list='$(am__tagged_files)'; \ 629 case "$(srcdir)" in \ 630 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 631 *) sdir=$(subdir)/$(srcdir) ;; \ 632 esac; \ 633 for i in $$list; do \ 634 if test -f "$$i"; then \ 635 echo "$(subdir)/$$i"; \ 636 else \ 637 echo "$$sdir/$$i"; \ 638 fi; \ 639 done >> $(top_builddir)/cscope.files 640 641distclean-tags: 642 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 643 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 644 645distdir: $(DISTFILES) 646 $(am__remove_distdir) 647 test -d "$(distdir)" || mkdir "$(distdir)" 648 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 649 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 650 list='$(DISTFILES)'; \ 651 dist_files=`for file in $$list; do echo $$file; done | \ 652 sed -e "s|^$$srcdirstrip/||;t" \ 653 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 654 case $$dist_files in \ 655 */*) $(MKDIR_P) `echo "$$dist_files" | \ 656 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 657 sort -u` ;; \ 658 esac; \ 659 for file in $$dist_files; do \ 660 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 661 if test -d $$d/$$file; then \ 662 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 663 if test -d "$(distdir)/$$file"; then \ 664 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 665 fi; \ 666 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 667 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 668 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 669 fi; \ 670 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 671 else \ 672 test -f "$(distdir)/$$file" \ 673 || cp -p $$d/$$file "$(distdir)/$$file" \ 674 || exit 1; \ 675 fi; \ 676 done 677 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 678 if test "$$subdir" = .; then :; else \ 679 $(am__make_dryrun) \ 680 || test -d "$(distdir)/$$subdir" \ 681 || $(MKDIR_P) "$(distdir)/$$subdir" \ 682 || exit 1; \ 683 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 684 $(am__relativize); \ 685 new_distdir=$$reldir; \ 686 dir1=$$subdir; dir2="$(top_distdir)"; \ 687 $(am__relativize); \ 688 new_top_distdir=$$reldir; \ 689 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 690 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 691 ($(am__cd) $$subdir && \ 692 $(MAKE) $(AM_MAKEFLAGS) \ 693 top_distdir="$$new_top_distdir" \ 694 distdir="$$new_distdir" \ 695 am__remove_distdir=: \ 696 am__skip_length_check=: \ 697 am__skip_mode_fix=: \ 698 distdir) \ 699 || exit 1; \ 700 fi; \ 701 done 702 -test -n "$(am__skip_mode_fix)" \ 703 || find "$(distdir)" -type d ! -perm -755 \ 704 -exec chmod u+rwx,go+rx {} \; -o \ 705 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 706 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 707 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 708 || chmod -R a+r "$(distdir)" 709dist-gzip: distdir 710 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 711 $(am__post_remove_distdir) 712 713dist-bzip2: distdir 714 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 715 $(am__post_remove_distdir) 716 717dist-lzip: distdir 718 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 719 $(am__post_remove_distdir) 720 721dist-xz: distdir 722 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 723 $(am__post_remove_distdir) 724 725dist-tarZ: distdir 726 @echo WARNING: "Support for distribution archives compressed with" \ 727 "legacy program 'compress' is deprecated." >&2 728 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 729 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 730 $(am__post_remove_distdir) 731 732dist-shar: distdir 733 @echo WARNING: "Support for shar distribution archives is" \ 734 "deprecated." >&2 735 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 736 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 737 $(am__post_remove_distdir) 738dist-zip: distdir 739 -rm -f $(distdir).zip 740 zip -rq $(distdir).zip $(distdir) 741 $(am__post_remove_distdir) 742 743dist dist-all: 744 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 745 $(am__post_remove_distdir) 746 747# This target untars the dist file and tries a VPATH configuration. Then 748# it guarantees that the distribution is self-contained by making another 749# tarfile. 750distcheck: dist 751 case '$(DIST_ARCHIVES)' in \ 752 *.tar.gz*) \ 753 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 754 *.tar.bz2*) \ 755 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 756 *.tar.lz*) \ 757 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 758 *.tar.xz*) \ 759 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 760 *.tar.Z*) \ 761 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 762 *.shar.gz*) \ 763 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 764 *.zip*) \ 765 unzip $(distdir).zip ;;\ 766 esac 767 chmod -R a-w $(distdir) 768 chmod u+w $(distdir) 769 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 770 chmod a-w $(distdir) 771 test -d $(distdir)/_build || exit 0; \ 772 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 773 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 774 && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \ 775 && am__cwd=`pwd` \ 776 && $(am__cd) $(distdir)/_build/sub \ 777 && ../../configure \ 778 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 779 $(DISTCHECK_CONFIGURE_FLAGS) \ 780 --srcdir=../.. --prefix="$$dc_install_base" \ 781 && $(MAKE) $(AM_MAKEFLAGS) \ 782 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 783 && $(MAKE) $(AM_MAKEFLAGS) check \ 784 && $(MAKE) $(AM_MAKEFLAGS) install \ 785 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 786 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 787 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 788 distuninstallcheck \ 789 && chmod -R a-w "$$dc_install_base" \ 790 && ({ \ 791 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 792 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 793 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 794 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 795 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 796 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 797 && rm -rf "$$dc_destdir" \ 798 && $(MAKE) $(AM_MAKEFLAGS) dist \ 799 && rm -rf $(DIST_ARCHIVES) \ 800 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 801 && cd "$$am__cwd" \ 802 || exit 1 803 $(am__post_remove_distdir) 804 @(echo "$(distdir) archives ready for distribution: "; \ 805 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 806 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 807distuninstallcheck: 808 @test -n '$(distuninstallcheck_dir)' || { \ 809 echo 'ERROR: trying to run $@ with an empty' \ 810 '$$(distuninstallcheck_dir)' >&2; \ 811 exit 1; \ 812 }; \ 813 $(am__cd) '$(distuninstallcheck_dir)' || { \ 814 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 815 exit 1; \ 816 }; \ 817 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 818 || { echo "ERROR: files left after uninstall:" ; \ 819 if test -n "$(DESTDIR)"; then \ 820 echo " (check DESTDIR support)"; \ 821 fi ; \ 822 $(distuninstallcheck_listfiles) ; \ 823 exit 1; } >&2 824distcleancheck: distclean 825 @if test '$(srcdir)' = . ; then \ 826 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 827 exit 1 ; \ 828 fi 829 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 830 || { echo "ERROR: files left in build directory after distclean:" ; \ 831 $(distcleancheck_listfiles) ; \ 832 exit 1; } >&2 833check-am: all-am 834check: check-recursive 835all-am: Makefile $(DATA) 836installdirs: installdirs-recursive 837installdirs-am: 838 for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ 839 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 840 done 841install: install-recursive 842install-exec: install-exec-recursive 843install-data: install-data-recursive 844uninstall: uninstall-recursive 845 846install-am: all-am 847 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 848 849installcheck: installcheck-recursive 850install-strip: 851 if test -z '$(STRIP)'; then \ 852 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 853 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 854 install; \ 855 else \ 856 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 857 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 858 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 859 fi 860mostlyclean-generic: 861 862clean-generic: 863 864distclean-generic: 865 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 866 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 867 868maintainer-clean-generic: 869 @echo "This command is intended for maintainers to use" 870 @echo "it deletes files that may require special tools to rebuild." 871clean: clean-recursive 872 873clean-am: clean-generic clean-libtool mostlyclean-am 874 875distclean: distclean-recursive 876 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 877 -rm -f Makefile 878distclean-am: clean-am distclean-generic distclean-libtool \ 879 distclean-tags 880 881dvi: dvi-recursive 882 883dvi-am: 884 885html: html-recursive 886 887html-am: 888 889info: info-recursive 890 891info-am: 892 893install-data-am: install-dist_docDATA install-pkgconfigDATA 894 895install-dvi: install-dvi-recursive 896 897install-dvi-am: 898 899install-exec-am: 900 901install-html: install-html-recursive 902 903install-html-am: 904 905install-info: install-info-recursive 906 907install-info-am: 908 909install-man: 910 911install-pdf: install-pdf-recursive 912 913install-pdf-am: 914 915install-ps: install-ps-recursive 916 917install-ps-am: 918 919installcheck-am: 920 921maintainer-clean: maintainer-clean-recursive 922 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 923 -rm -rf $(top_srcdir)/autom4te.cache 924 -rm -f Makefile 925maintainer-clean-am: distclean-am maintainer-clean-generic 926 927mostlyclean: mostlyclean-recursive 928 929mostlyclean-am: mostlyclean-generic mostlyclean-libtool 930 931pdf: pdf-recursive 932 933pdf-am: 934 935ps: ps-recursive 936 937ps-am: 938 939uninstall-am: uninstall-dist_docDATA uninstall-pkgconfigDATA 940 941.MAKE: $(am__recursive_targets) install-am install-strip 942 943.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 944 am--refresh check check-am clean clean-cscope clean-generic \ 945 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 946 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 947 dist-xz dist-zip distcheck distclean distclean-generic \ 948 distclean-libtool distclean-tags distcleancheck distdir \ 949 distuninstallcheck dvi dvi-am html html-am info info-am \ 950 install install-am install-data install-data-am \ 951 install-dist_docDATA install-dvi install-dvi-am install-exec \ 952 install-exec-am install-html install-html-am install-info \ 953 install-info-am install-man install-pdf install-pdf-am \ 954 install-pkgconfigDATA install-ps install-ps-am install-strip \ 955 installcheck installcheck-am installdirs installdirs-am \ 956 maintainer-clean maintainer-clean-generic mostlyclean \ 957 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 958 tags tags-am uninstall uninstall-am uninstall-dist_docDATA \ 959 uninstall-pkgconfigDATA 960 961.PRECIOUS: Makefile 962 963 964distcheck-hook: 965 if [ -x "$(CMAKE)" ]; then \ 966 mkdir $(distdir)/_build/cmake \ 967 && cd $(distdir)/_build/cmake \ 968 && cmake ../.. \ 969 && $(MAKE) \ 970 && ctest -V \ 971 && $(MAKE) DESTDIR=../../_inst/cmake install ; \ 972 fi 973 rm -rf $(distdir)/_build/cmake 974 rm -rf $(distdir)/_inst/cmake 975 976release: 977 (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE) 978 (rm -f $(top_srcdir)/VERSION && echo $(LIBTIFF_VERSION) > $(top_srcdir)/VERSION) 979 (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) 980coverity: 981 $(MAKE) clean 982 cov-build --dir cov-int $(MAKE) 983 tar caf $(COVERITY_TARBALL) cov-int 984 curl --limit-rate 50K \ 985 --form token=`cat $$HOME/.coverity_key_tiff` \ 986 --form email=$(COVERITY_EMAIL) \ 987 --form file=@$(COVERITY_TARBALL) \ 988 --form version=$(COVERITY_VERSION) \ 989 --form description=$(COVERITY_DESCRIPTION) \ 990 https://scan.coverity.com/builds?project=tiff 991 $(RM) $(COVERITY_TARBALL) 992 993# Tell versions [3.59,3.63) of GNU make to not export all variables. 994# Otherwise a system limit (for SysV at least) may be exceeded. 995.NOEXPORT: 996