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