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 = html/man 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 $(dist_doc_DATA) \ 125 $(am__DIST_COMMON) 126mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 127CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \ 128 $(top_builddir)/libtiff/tiffconf.h 129CONFIG_CLEAN_FILES = 130CONFIG_CLEAN_VPATH_FILES = 131AM_V_P = $(am__v_P_@AM_V@) 132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 133am__v_P_0 = false 134am__v_P_1 = : 135AM_V_GEN = $(am__v_GEN_@AM_V@) 136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 137am__v_GEN_0 = @echo " GEN " $@; 138am__v_GEN_1 = 139AM_V_at = $(am__v_at_@AM_V@) 140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 141am__v_at_0 = @ 142am__v_at_1 = 143SOURCES = 144DIST_SOURCES = 145am__can_run_installinfo = \ 146 case $$AM_UPDATE_INFO_DIR in \ 147 n|no|NO) false;; \ 148 *) (install-info --version) >/dev/null 2>&1;; \ 149 esac 150am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 151am__vpath_adj = case $$p in \ 152 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 153 *) f=$$p;; \ 154 esac; 155am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 156am__install_max = 40 157am__nobase_strip_setup = \ 158 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 159am__nobase_strip = \ 160 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 161am__nobase_list = $(am__nobase_strip_setup); \ 162 for p in $$list; do echo "$$p $$p"; done | \ 163 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 164 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 165 if (++n[$$2] == $(am__install_max)) \ 166 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 167 END { for (dir in files) print dir, files[dir] }' 168am__base_list = \ 169 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 170 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 171am__uninstall_files_from_dir = { \ 172 test -z "$$files" \ 173 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 174 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 175 $(am__cd) "$$dir" && rm -f $$files; }; \ 176 } 177am__installdirs = "$(DESTDIR)$(docdir)" 178DATA = $(dist_doc_DATA) 179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 180am__DIST_COMMON = $(srcdir)/Makefile.in \ 181 $(top_srcdir)/config/mkinstalldirs 182DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 183ACLOCAL = @ACLOCAL@ 184AMTAR = @AMTAR@ 185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 186AR = @AR@ 187AS = @AS@ 188AUTOCONF = @AUTOCONF@ 189AUTOHEADER = @AUTOHEADER@ 190AUTOMAKE = @AUTOMAKE@ 191AWK = @AWK@ 192CC = @CC@ 193CCDEPMODE = @CCDEPMODE@ 194CFLAGS = @CFLAGS@ 195CMAKE = @CMAKE@ 196CPP = @CPP@ 197CPPFLAGS = @CPPFLAGS@ 198CXX = @CXX@ 199CXXCPP = @CXXCPP@ 200CXXDEPMODE = @CXXDEPMODE@ 201CXXFLAGS = @CXXFLAGS@ 202CYGPATH_W = @CYGPATH_W@ 203DEFS = @DEFS@ 204DEPDIR = @DEPDIR@ 205DLLTOOL = @DLLTOOL@ 206DSYMUTIL = @DSYMUTIL@ 207DUMPBIN = @DUMPBIN@ 208ECHO_C = @ECHO_C@ 209ECHO_N = @ECHO_N@ 210ECHO_T = @ECHO_T@ 211EGREP = @EGREP@ 212EXEEXT = @EXEEXT@ 213FGREP = @FGREP@ 214GLUT_CFLAGS = @GLUT_CFLAGS@ 215GLUT_LIBS = @GLUT_LIBS@ 216GLU_CFLAGS = @GLU_CFLAGS@ 217GLU_LIBS = @GLU_LIBS@ 218GL_CFLAGS = @GL_CFLAGS@ 219GL_LIBS = @GL_LIBS@ 220GREP = @GREP@ 221INSTALL = @INSTALL@ 222INSTALL_DATA = @INSTALL_DATA@ 223INSTALL_PROGRAM = @INSTALL_PROGRAM@ 224INSTALL_SCRIPT = @INSTALL_SCRIPT@ 225INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 226LD = @LD@ 227LDFLAGS = @LDFLAGS@ 228LIBDIR = @LIBDIR@ 229LIBOBJS = @LIBOBJS@ 230LIBS = @LIBS@ 231LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@ 232LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@ 233LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@ 234LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@ 235LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@ 236LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@ 237LIBTIFF_VERSION = @LIBTIFF_VERSION@ 238LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@ 239LIBTOOL = @LIBTOOL@ 240LIPO = @LIPO@ 241LN_S = @LN_S@ 242LTLIBOBJS = @LTLIBOBJS@ 243LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 244MAINT = @MAINT@ 245MAKEINFO = @MAKEINFO@ 246MANIFEST_TOOL = @MANIFEST_TOOL@ 247MKDIR_P = @MKDIR_P@ 248NM = @NM@ 249NMEDIT = @NMEDIT@ 250OBJDUMP = @OBJDUMP@ 251OBJEXT = @OBJEXT@ 252OTOOL = @OTOOL@ 253OTOOL64 = @OTOOL64@ 254PACKAGE = @PACKAGE@ 255PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 256PACKAGE_NAME = @PACKAGE_NAME@ 257PACKAGE_STRING = @PACKAGE_STRING@ 258PACKAGE_TARNAME = @PACKAGE_TARNAME@ 259PACKAGE_URL = @PACKAGE_URL@ 260PACKAGE_VERSION = @PACKAGE_VERSION@ 261PATH_SEPARATOR = @PATH_SEPARATOR@ 262PTHREAD_CC = @PTHREAD_CC@ 263PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 264PTHREAD_LIBS = @PTHREAD_LIBS@ 265RANLIB = @RANLIB@ 266SED = @SED@ 267SET_MAKE = @SET_MAKE@ 268SHELL = @SHELL@ 269STRIP = @STRIP@ 270VERSION = @VERSION@ 271XMKMF = @XMKMF@ 272X_CFLAGS = @X_CFLAGS@ 273X_EXTRA_LIBS = @X_EXTRA_LIBS@ 274X_LIBS = @X_LIBS@ 275X_PRE_LIBS = @X_PRE_LIBS@ 276abs_builddir = @abs_builddir@ 277abs_srcdir = @abs_srcdir@ 278abs_top_builddir = @abs_top_builddir@ 279abs_top_srcdir = @abs_top_srcdir@ 280ac_ct_AR = @ac_ct_AR@ 281ac_ct_CC = @ac_ct_CC@ 282ac_ct_CXX = @ac_ct_CXX@ 283ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 284am__include = @am__include@ 285am__leading_dot = @am__leading_dot@ 286am__quote = @am__quote@ 287am__tar = @am__tar@ 288am__untar = @am__untar@ 289ax_pthread_config = @ax_pthread_config@ 290bindir = @bindir@ 291build = @build@ 292build_alias = @build_alias@ 293build_cpu = @build_cpu@ 294build_os = @build_os@ 295build_vendor = @build_vendor@ 296builddir = @builddir@ 297datadir = @datadir@ 298datarootdir = @datarootdir@ 299docdir = $(LIBTIFF_DOCDIR)/html/man 300dvidir = @dvidir@ 301exec_prefix = @exec_prefix@ 302host = @host@ 303host_alias = @host_alias@ 304host_cpu = @host_cpu@ 305host_os = @host_os@ 306host_vendor = @host_vendor@ 307htmldir = @htmldir@ 308includedir = @includedir@ 309infodir = @infodir@ 310install_sh = @install_sh@ 311libdir = @libdir@ 312libexecdir = @libexecdir@ 313localedir = @localedir@ 314localstatedir = @localstatedir@ 315mandir = @mandir@ 316mkdir_p = @mkdir_p@ 317oldincludedir = @oldincludedir@ 318pdfdir = @pdfdir@ 319prefix = @prefix@ 320program_transform_name = @program_transform_name@ 321psdir = @psdir@ 322sbindir = @sbindir@ 323sharedstatedir = @sharedstatedir@ 324srcdir = @srcdir@ 325sysconfdir = @sysconfdir@ 326target_alias = @target_alias@ 327tiff_libs_private = @tiff_libs_private@ 328top_build_prefix = @top_build_prefix@ 329top_builddir = @top_builddir@ 330top_srcdir = @top_srcdir@ 331MANSRCDIR = $(top_srcdir)/man 332HTMLMANDIR = $(top_srcdir)/html/man 333GROFF = groff -Thtml -mandoc 334ECHO = echo 335indexfile = index.html 336docfiles = \ 337 libtiff.3tiff.html \ 338 TIFFbuffer.3tiff.html \ 339 TIFFClose.3tiff.html \ 340 TIFFcodec.3tiff.html \ 341 TIFFcolor.3tiff.html \ 342 TIFFDataWidth.3tiff.html \ 343 TIFFError.3tiff.html \ 344 TIFFFieldDataType.3tiff.html \ 345 TIFFFieldName.3tiff.html \ 346 TIFFFieldPassCount.3tiff.html \ 347 TIFFFieldReadCount.3tiff.html \ 348 TIFFFieldTag.3tiff.html \ 349 TIFFFieldWriteCount.3tiff.html \ 350 TIFFFlush.3tiff.html \ 351 TIFFGetField.3tiff.html \ 352 TIFFmemory.3tiff.html \ 353 TIFFOpen.3tiff.html \ 354 TIFFPrintDirectory.3tiff.html \ 355 TIFFquery.3tiff.html \ 356 TIFFReadDirectory.3tiff.html \ 357 TIFFReadEncodedStrip.3tiff.html \ 358 TIFFReadEncodedTile.3tiff.html \ 359 TIFFReadRawStrip.3tiff.html \ 360 TIFFReadRawTile.3tiff.html \ 361 TIFFReadRGBAImage.3tiff.html \ 362 TIFFReadRGBAStrip.3tiff.html \ 363 TIFFReadRGBATile.3tiff.html \ 364 TIFFReadScanline.3tiff.html \ 365 TIFFReadTile.3tiff.html \ 366 TIFFRGBAImage.3tiff.html \ 367 TIFFSetDirectory.3tiff.html \ 368 TIFFSetField.3tiff.html \ 369 TIFFsize.3tiff.html \ 370 TIFFstrip.3tiff.html \ 371 TIFFswab.3tiff.html \ 372 TIFFtile.3tiff.html \ 373 TIFFWarning.3tiff.html \ 374 TIFFWriteDirectory.3tiff.html \ 375 TIFFWriteEncodedStrip.3tiff.html \ 376 TIFFWriteEncodedTile.3tiff.html \ 377 TIFFWriteRawStrip.3tiff.html \ 378 TIFFWriteRawTile.3tiff.html \ 379 TIFFWriteScanline.3tiff.html \ 380 TIFFWriteTile.3tiff.html \ 381 fax2ps.1.html \ 382 fax2tiff.1.html \ 383 pal2rgb.1.html \ 384 ppm2tiff.1.html \ 385 raw2tiff.1.html \ 386 rgb2ycbcr.1.html \ 387 thumbnail.1.html \ 388 tiff2bw.1.html \ 389 tiff2pdf.1.html \ 390 tiff2ps.1.html \ 391 tiff2rgba.1.html \ 392 tiffcmp.1.html \ 393 tiffcp.1.html \ 394 tiffcrop.1.html \ 395 tiffdither.1.html \ 396 tiffdump.1.html \ 397 tiffgt.1.html \ 398 tiffinfo.1.html \ 399 tiffmedian.1.html \ 400 tiffset.1.html \ 401 tiffsplit.1.html 402 403dist_doc_DATA = $(indexfile) $(docfiles) 404INDEXSTART = '<HTML><HEAD><TITLE>Libtiff HTML manpage index</TITLE></HEAD><BODY BGCOLOR=white><ul><H2>Man Pages</h2><p>' 405INDEXEND = '</ul></BODY></HTML>' 406manpages = $(docfiles:.html=) 407EXTRA_DIST = \ 408 CMakeLists.txt \ 409 HtmlDoc.cmake 410 411all: all-am 412 413.SUFFIXES: 414$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 415 @for dep in $?; do \ 416 case '$(am__configure_deps)' in \ 417 *$$dep*) \ 418 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 419 && { if test -f $@; then exit 0; else break; fi; }; \ 420 exit 1;; \ 421 esac; \ 422 done; \ 423 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign html/man/Makefile'; \ 424 $(am__cd) $(top_srcdir) && \ 425 $(AUTOMAKE) --foreign html/man/Makefile 426Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 427 @case '$?' in \ 428 *config.status*) \ 429 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 430 *) \ 431 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 432 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 433 esac; 434 435$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 436 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 437 438$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 439 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 440$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 442$(am__aclocal_m4_deps): 443 444mostlyclean-libtool: 445 -rm -f *.lo 446 447clean-libtool: 448 -rm -rf .libs _libs 449install-dist_docDATA: $(dist_doc_DATA) 450 @$(NORMAL_INSTALL) 451 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 452 if test -n "$$list"; then \ 453 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ 454 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ 455 fi; \ 456 for p in $$list; do \ 457 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 458 echo "$$d$$p"; \ 459 done | $(am__base_list) | \ 460 while read files; do \ 461 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 462 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 463 done 464 465uninstall-dist_docDATA: 466 @$(NORMAL_UNINSTALL) 467 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 468 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 469 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) 470tags TAGS: 471 472ctags CTAGS: 473 474cscope cscopelist: 475 476 477distdir: $(DISTFILES) 478 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 479 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 480 list='$(DISTFILES)'; \ 481 dist_files=`for file in $$list; do echo $$file; done | \ 482 sed -e "s|^$$srcdirstrip/||;t" \ 483 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 484 case $$dist_files in \ 485 */*) $(MKDIR_P) `echo "$$dist_files" | \ 486 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 487 sort -u` ;; \ 488 esac; \ 489 for file in $$dist_files; do \ 490 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 491 if test -d $$d/$$file; then \ 492 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 493 if test -d "$(distdir)/$$file"; then \ 494 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 495 fi; \ 496 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 497 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 499 fi; \ 500 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 501 else \ 502 test -f "$(distdir)/$$file" \ 503 || cp -p $$d/$$file "$(distdir)/$$file" \ 504 || exit 1; \ 505 fi; \ 506 done 507check-am: all-am 508check: check-am 509all-am: Makefile $(DATA) 510installdirs: 511 for dir in "$(DESTDIR)$(docdir)"; do \ 512 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 513 done 514install: install-am 515install-exec: install-exec-am 516install-data: install-data-am 517uninstall: uninstall-am 518 519install-am: all-am 520 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 521 522installcheck: installcheck-am 523install-strip: 524 if test -z '$(STRIP)'; then \ 525 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 526 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 527 install; \ 528 else \ 529 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 530 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 531 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 532 fi 533mostlyclean-generic: 534 535clean-generic: 536 537distclean-generic: 538 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 539 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 540 541maintainer-clean-generic: 542 @echo "This command is intended for maintainers to use" 543 @echo "it deletes files that may require special tools to rebuild." 544clean: clean-am 545 546clean-am: clean-generic clean-libtool mostlyclean-am 547 548distclean: distclean-am 549 -rm -f Makefile 550distclean-am: clean-am distclean-generic 551 552dvi: dvi-am 553 554dvi-am: 555 556html: html-am 557 558html-am: 559 560info: info-am 561 562info-am: 563 564install-data-am: install-dist_docDATA 565 566install-dvi: install-dvi-am 567 568install-dvi-am: 569 570install-exec-am: 571 572install-html: install-html-am 573 574install-html-am: 575 576install-info: install-info-am 577 578install-info-am: 579 580install-man: 581 582install-pdf: install-pdf-am 583 584install-pdf-am: 585 586install-ps: install-ps-am 587 588install-ps-am: 589 590installcheck-am: 591 592maintainer-clean: maintainer-clean-am 593 -rm -f Makefile 594maintainer-clean-am: distclean-am maintainer-clean-generic 595 596mostlyclean: mostlyclean-am 597 598mostlyclean-am: mostlyclean-generic mostlyclean-libtool 599 600pdf: pdf-am 601 602pdf-am: 603 604ps: ps-am 605 606ps-am: 607 608uninstall-am: uninstall-dist_docDATA 609 610.MAKE: install-am install-strip 611 612.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 613 cscopelist-am ctags-am distclean distclean-generic \ 614 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 615 install install-am install-data install-data-am \ 616 install-dist_docDATA install-dvi install-dvi-am install-exec \ 617 install-exec-am install-html install-html-am install-info \ 618 install-info-am install-man install-pdf install-pdf-am \ 619 install-ps install-ps-am install-strip installcheck \ 620 installcheck-am installdirs maintainer-clean \ 621 maintainer-clean-generic mostlyclean mostlyclean-generic \ 622 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 623 uninstall-am uninstall-dist_docDATA 624 625.PRECIOUS: Makefile 626 627 628.PHONY: index 629index: 630 ${ECHO} ${INDEXSTART} > $(indexfile) 631 for i in $(docfiles); do \ 632 ${ECHO} '<li><A HREF='$$i'>'$$i'</a>' >> $(indexfile); \ 633 done 634 ${ECHO} ${INDEXEND} >> $(indexfile) 635 636.PHONY: htmldoc 637htmldoc: 638 for i in $(manpages); do \ 639 ${GROFF} $(MANSRCDIR)/$$i > $(HTMLMANDIR)/$$i.html; \ 640 done 641 642# Tell versions [3.59,3.63) of GNU make to not export all variables. 643# Otherwise a system limit (for SysV at least) may be exceeded. 644.NOEXPORT: 645