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 <dron@ak4719.spb.edu> 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. 41VPATH = @srcdir@ 42am__is_gnu_make = { \ 43 if test -z '$(MAKELEVEL)'; then \ 44 false; \ 45 elif test -n '$(MAKE_HOST)'; then \ 46 true; \ 47 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 48 true; \ 49 else \ 50 false; \ 51 fi; \ 52} 53am__make_running_with_option = \ 54 case $${target_option-} in \ 55 ?) ;; \ 56 *) echo "am__make_running_with_option: internal error: invalid" \ 57 "target option '$${target_option-}' specified" >&2; \ 58 exit 1;; \ 59 esac; \ 60 has_opt=no; \ 61 sane_makeflags=$$MAKEFLAGS; \ 62 if $(am__is_gnu_make); then \ 63 sane_makeflags=$$MFLAGS; \ 64 else \ 65 case $$MAKEFLAGS in \ 66 *\\[\ \ ]*) \ 67 bs=\\; \ 68 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 69 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 70 esac; \ 71 fi; \ 72 skip_next=no; \ 73 strip_trailopt () \ 74 { \ 75 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 76 }; \ 77 for flg in $$sane_makeflags; do \ 78 test $$skip_next = yes && { skip_next=no; continue; }; \ 79 case $$flg in \ 80 *=*|--*) continue;; \ 81 -*I) strip_trailopt 'I'; skip_next=yes;; \ 82 -*I?*) strip_trailopt 'I';; \ 83 -*O) strip_trailopt 'O'; skip_next=yes;; \ 84 -*O?*) strip_trailopt 'O';; \ 85 -*l) strip_trailopt 'l'; skip_next=yes;; \ 86 -*l?*) strip_trailopt 'l';; \ 87 -[dEDm]) skip_next=yes;; \ 88 -[JT]) skip_next=yes;; \ 89 esac; \ 90 case $$flg in \ 91 *$$target_option*) has_opt=yes; break;; \ 92 esac; \ 93 done; \ 94 test $$has_opt = yes 95am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 96am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 97pkgdatadir = $(datadir)/@PACKAGE@ 98pkgincludedir = $(includedir)/@PACKAGE@ 99pkglibdir = $(libdir)/@PACKAGE@ 100pkglibexecdir = $(libexecdir)/@PACKAGE@ 101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 102install_sh_DATA = $(install_sh) -c -m 644 103install_sh_PROGRAM = $(install_sh) -c 104install_sh_SCRIPT = $(install_sh) -c 105INSTALL_HEADER = $(INSTALL_DATA) 106transform = $(program_transform_name) 107NORMAL_INSTALL = : 108PRE_INSTALL = : 109POST_INSTALL = : 110NORMAL_UNINSTALL = : 111PRE_UNINSTALL = : 112POST_UNINSTALL = : 113build_triplet = @build@ 114host_triplet = @host@ 115subdir = contrib 116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 117am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ 118 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 119 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 120 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 122 $(ACLOCAL_M4) 123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 124mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 125CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \ 126 $(top_builddir)/libtiff/tiffconf.h 127CONFIG_CLEAN_FILES = 128CONFIG_CLEAN_VPATH_FILES = 129AM_V_P = $(am__v_P_@AM_V@) 130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 131am__v_P_0 = false 132am__v_P_1 = : 133AM_V_GEN = $(am__v_GEN_@AM_V@) 134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 135am__v_GEN_0 = @echo " GEN " $@; 136am__v_GEN_1 = 137AM_V_at = $(am__v_at_@AM_V@) 138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 139am__v_at_0 = @ 140am__v_at_1 = 141SOURCES = 142DIST_SOURCES = 143RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 144 ctags-recursive dvi-recursive html-recursive info-recursive \ 145 install-data-recursive install-dvi-recursive \ 146 install-exec-recursive install-html-recursive \ 147 install-info-recursive install-pdf-recursive \ 148 install-ps-recursive install-recursive installcheck-recursive \ 149 installdirs-recursive pdf-recursive ps-recursive \ 150 tags-recursive uninstall-recursive 151am__can_run_installinfo = \ 152 case $$AM_UPDATE_INFO_DIR in \ 153 n|no|NO) false;; \ 154 *) (install-info --version) >/dev/null 2>&1;; \ 155 esac 156RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 157 distclean-recursive maintainer-clean-recursive 158am__recursive_targets = \ 159 $(RECURSIVE_TARGETS) \ 160 $(RECURSIVE_CLEAN_TARGETS) \ 161 $(am__extra_recursive_targets) 162AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 163 distdir 164am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 165# Read a list of newline-separated strings from the standard input, 166# and print each of them once, without duplicates. Input order is 167# *not* preserved. 168am__uniquify_input = $(AWK) '\ 169 BEGIN { nonempty = 0; } \ 170 { items[$$0] = 1; nonempty = 1; } \ 171 END { if (nonempty) { for (i in items) print i; }; } \ 172' 173# Make sure the list of sources is unique. This is necessary because, 174# e.g., the same source file might be shared among _SOURCES variables 175# for different programs/libraries. 176am__define_uniq_tagged_files = \ 177 list='$(am__tagged_files)'; \ 178 unique=`for i in $$list; do \ 179 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 180 done | $(am__uniquify_input)` 181ETAGS = etags 182CTAGS = ctags 183DIST_SUBDIRS = $(SUBDIRS) 184am__DIST_COMMON = $(srcdir)/Makefile.in \ 185 $(top_srcdir)/config/mkinstalldirs README 186DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 187am__relativize = \ 188 dir0=`pwd`; \ 189 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 190 sed_rest='s,^[^/]*/*,,'; \ 191 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 192 sed_butlast='s,/*[^/]*$$,,'; \ 193 while test -n "$$dir1"; do \ 194 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 195 if test "$$first" != "."; then \ 196 if test "$$first" = ".."; then \ 197 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 198 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 199 else \ 200 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 201 if test "$$first2" = "$$first"; then \ 202 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 203 else \ 204 dir2="../$$dir2"; \ 205 fi; \ 206 dir0="$$dir0"/"$$first"; \ 207 fi; \ 208 fi; \ 209 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 210 done; \ 211 reldir="$$dir2" 212ACLOCAL = @ACLOCAL@ 213AMTAR = @AMTAR@ 214AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 215AR = @AR@ 216AS = @AS@ 217AUTOCONF = @AUTOCONF@ 218AUTOHEADER = @AUTOHEADER@ 219AUTOMAKE = @AUTOMAKE@ 220AWK = @AWK@ 221CC = @CC@ 222CCDEPMODE = @CCDEPMODE@ 223CFLAGS = @CFLAGS@ 224CMAKE = @CMAKE@ 225CPP = @CPP@ 226CPPFLAGS = @CPPFLAGS@ 227CXX = @CXX@ 228CXXCPP = @CXXCPP@ 229CXXDEPMODE = @CXXDEPMODE@ 230CXXFLAGS = @CXXFLAGS@ 231CYGPATH_W = @CYGPATH_W@ 232DEFS = @DEFS@ 233DEPDIR = @DEPDIR@ 234DLLTOOL = @DLLTOOL@ 235DSYMUTIL = @DSYMUTIL@ 236DUMPBIN = @DUMPBIN@ 237ECHO_C = @ECHO_C@ 238ECHO_N = @ECHO_N@ 239ECHO_T = @ECHO_T@ 240EGREP = @EGREP@ 241EXEEXT = @EXEEXT@ 242FGREP = @FGREP@ 243GLUT_CFLAGS = @GLUT_CFLAGS@ 244GLUT_LIBS = @GLUT_LIBS@ 245GLU_CFLAGS = @GLU_CFLAGS@ 246GLU_LIBS = @GLU_LIBS@ 247GL_CFLAGS = @GL_CFLAGS@ 248GL_LIBS = @GL_LIBS@ 249GREP = @GREP@ 250INSTALL = @INSTALL@ 251INSTALL_DATA = @INSTALL_DATA@ 252INSTALL_PROGRAM = @INSTALL_PROGRAM@ 253INSTALL_SCRIPT = @INSTALL_SCRIPT@ 254INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 255LD = @LD@ 256LDFLAGS = @LDFLAGS@ 257LIBDIR = @LIBDIR@ 258LIBOBJS = @LIBOBJS@ 259LIBS = @LIBS@ 260LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@ 261LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@ 262LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@ 263LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@ 264LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@ 265LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@ 266LIBTIFF_VERSION = @LIBTIFF_VERSION@ 267LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@ 268LIBTOOL = @LIBTOOL@ 269LIPO = @LIPO@ 270LN_S = @LN_S@ 271LTLIBOBJS = @LTLIBOBJS@ 272LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 273MAINT = @MAINT@ 274MAKEINFO = @MAKEINFO@ 275MANIFEST_TOOL = @MANIFEST_TOOL@ 276MKDIR_P = @MKDIR_P@ 277NM = @NM@ 278NMEDIT = @NMEDIT@ 279OBJDUMP = @OBJDUMP@ 280OBJEXT = @OBJEXT@ 281OTOOL = @OTOOL@ 282OTOOL64 = @OTOOL64@ 283PACKAGE = @PACKAGE@ 284PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 285PACKAGE_NAME = @PACKAGE_NAME@ 286PACKAGE_STRING = @PACKAGE_STRING@ 287PACKAGE_TARNAME = @PACKAGE_TARNAME@ 288PACKAGE_URL = @PACKAGE_URL@ 289PACKAGE_VERSION = @PACKAGE_VERSION@ 290PATH_SEPARATOR = @PATH_SEPARATOR@ 291PTHREAD_CC = @PTHREAD_CC@ 292PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 293PTHREAD_LIBS = @PTHREAD_LIBS@ 294RANLIB = @RANLIB@ 295SED = @SED@ 296SET_MAKE = @SET_MAKE@ 297SHELL = @SHELL@ 298STRIP = @STRIP@ 299VERSION = @VERSION@ 300XMKMF = @XMKMF@ 301X_CFLAGS = @X_CFLAGS@ 302X_EXTRA_LIBS = @X_EXTRA_LIBS@ 303X_LIBS = @X_LIBS@ 304X_PRE_LIBS = @X_PRE_LIBS@ 305abs_builddir = @abs_builddir@ 306abs_srcdir = @abs_srcdir@ 307abs_top_builddir = @abs_top_builddir@ 308abs_top_srcdir = @abs_top_srcdir@ 309ac_ct_AR = @ac_ct_AR@ 310ac_ct_CC = @ac_ct_CC@ 311ac_ct_CXX = @ac_ct_CXX@ 312ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 313am__include = @am__include@ 314am__leading_dot = @am__leading_dot@ 315am__quote = @am__quote@ 316am__tar = @am__tar@ 317am__untar = @am__untar@ 318ax_pthread_config = @ax_pthread_config@ 319bindir = @bindir@ 320build = @build@ 321build_alias = @build_alias@ 322build_cpu = @build_cpu@ 323build_os = @build_os@ 324build_vendor = @build_vendor@ 325builddir = @builddir@ 326datadir = @datadir@ 327datarootdir = @datarootdir@ 328docdir = @docdir@ 329dvidir = @dvidir@ 330exec_prefix = @exec_prefix@ 331host = @host@ 332host_alias = @host_alias@ 333host_cpu = @host_cpu@ 334host_os = @host_os@ 335host_vendor = @host_vendor@ 336htmldir = @htmldir@ 337includedir = @includedir@ 338infodir = @infodir@ 339install_sh = @install_sh@ 340libdir = @libdir@ 341libexecdir = @libexecdir@ 342localedir = @localedir@ 343localstatedir = @localstatedir@ 344mandir = @mandir@ 345mkdir_p = @mkdir_p@ 346oldincludedir = @oldincludedir@ 347pdfdir = @pdfdir@ 348prefix = @prefix@ 349program_transform_name = @program_transform_name@ 350psdir = @psdir@ 351sbindir = @sbindir@ 352sharedstatedir = @sharedstatedir@ 353srcdir = @srcdir@ 354sysconfdir = @sysconfdir@ 355target_alias = @target_alias@ 356tiff_libs_private = @tiff_libs_private@ 357top_build_prefix = @top_build_prefix@ 358top_builddir = @top_builddir@ 359top_srcdir = @top_srcdir@ 360EXTRA_DIST = \ 361 CMakeLists.txt \ 362 README 363 364SUBDIRS = addtiffo dbs iptcutil mfs pds ras stream tags win_dib 365all: all-recursive 366 367.SUFFIXES: 368$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 369 @for dep in $?; do \ 370 case '$(am__configure_deps)' in \ 371 *$$dep*) \ 372 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 373 && { if test -f $@; then exit 0; else break; fi; }; \ 374 exit 1;; \ 375 esac; \ 376 done; \ 377 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \ 378 $(am__cd) $(top_srcdir) && \ 379 $(AUTOMAKE) --foreign contrib/Makefile 380Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 381 @case '$?' in \ 382 *config.status*) \ 383 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 384 *) \ 385 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 386 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 387 esac; 388 389$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 391 392$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 394$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 396$(am__aclocal_m4_deps): 397 398mostlyclean-libtool: 399 -rm -f *.lo 400 401clean-libtool: 402 -rm -rf .libs _libs 403 404# This directory's subdirectories are mostly independent; you can cd 405# into them and run 'make' without going through this Makefile. 406# To change the values of 'make' variables: instead of editing Makefiles, 407# (1) if the variable is set in 'config.status', edit 'config.status' 408# (which will cause the Makefiles to be regenerated when you run 'make'); 409# (2) otherwise, pass the desired values on the 'make' command line. 410$(am__recursive_targets): 411 @fail=; \ 412 if $(am__make_keepgoing); then \ 413 failcom='fail=yes'; \ 414 else \ 415 failcom='exit 1'; \ 416 fi; \ 417 dot_seen=no; \ 418 target=`echo $@ | sed s/-recursive//`; \ 419 case "$@" in \ 420 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 421 *) list='$(SUBDIRS)' ;; \ 422 esac; \ 423 for subdir in $$list; do \ 424 echo "Making $$target in $$subdir"; \ 425 if test "$$subdir" = "."; then \ 426 dot_seen=yes; \ 427 local_target="$$target-am"; \ 428 else \ 429 local_target="$$target"; \ 430 fi; \ 431 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 432 || eval $$failcom; \ 433 done; \ 434 if test "$$dot_seen" = "no"; then \ 435 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 436 fi; test -z "$$fail" 437 438ID: $(am__tagged_files) 439 $(am__define_uniq_tagged_files); mkid -fID $$unique 440tags: tags-recursive 441TAGS: tags 442 443tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 444 set x; \ 445 here=`pwd`; \ 446 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 447 include_option=--etags-include; \ 448 empty_fix=.; \ 449 else \ 450 include_option=--include; \ 451 empty_fix=; \ 452 fi; \ 453 list='$(SUBDIRS)'; for subdir in $$list; do \ 454 if test "$$subdir" = .; then :; else \ 455 test ! -f $$subdir/TAGS || \ 456 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 457 fi; \ 458 done; \ 459 $(am__define_uniq_tagged_files); \ 460 shift; \ 461 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 462 test -n "$$unique" || unique=$$empty_fix; \ 463 if test $$# -gt 0; then \ 464 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 465 "$$@" $$unique; \ 466 else \ 467 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 468 $$unique; \ 469 fi; \ 470 fi 471ctags: ctags-recursive 472 473CTAGS: ctags 474ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 475 $(am__define_uniq_tagged_files); \ 476 test -z "$(CTAGS_ARGS)$$unique" \ 477 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 478 $$unique 479 480GTAGS: 481 here=`$(am__cd) $(top_builddir) && pwd` \ 482 && $(am__cd) $(top_srcdir) \ 483 && gtags -i $(GTAGS_ARGS) "$$here" 484cscopelist: cscopelist-recursive 485 486cscopelist-am: $(am__tagged_files) 487 list='$(am__tagged_files)'; \ 488 case "$(srcdir)" in \ 489 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 490 *) sdir=$(subdir)/$(srcdir) ;; \ 491 esac; \ 492 for i in $$list; do \ 493 if test -f "$$i"; then \ 494 echo "$(subdir)/$$i"; \ 495 else \ 496 echo "$$sdir/$$i"; \ 497 fi; \ 498 done >> $(top_builddir)/cscope.files 499 500distclean-tags: 501 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 502 503distdir: $(DISTFILES) 504 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 505 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 506 list='$(DISTFILES)'; \ 507 dist_files=`for file in $$list; do echo $$file; done | \ 508 sed -e "s|^$$srcdirstrip/||;t" \ 509 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 510 case $$dist_files in \ 511 */*) $(MKDIR_P) `echo "$$dist_files" | \ 512 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 513 sort -u` ;; \ 514 esac; \ 515 for file in $$dist_files; do \ 516 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 517 if test -d $$d/$$file; then \ 518 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 519 if test -d "$(distdir)/$$file"; then \ 520 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 521 fi; \ 522 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 523 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 524 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 525 fi; \ 526 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 527 else \ 528 test -f "$(distdir)/$$file" \ 529 || cp -p $$d/$$file "$(distdir)/$$file" \ 530 || exit 1; \ 531 fi; \ 532 done 533 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 534 if test "$$subdir" = .; then :; else \ 535 $(am__make_dryrun) \ 536 || test -d "$(distdir)/$$subdir" \ 537 || $(MKDIR_P) "$(distdir)/$$subdir" \ 538 || exit 1; \ 539 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 540 $(am__relativize); \ 541 new_distdir=$$reldir; \ 542 dir1=$$subdir; dir2="$(top_distdir)"; \ 543 $(am__relativize); \ 544 new_top_distdir=$$reldir; \ 545 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 546 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 547 ($(am__cd) $$subdir && \ 548 $(MAKE) $(AM_MAKEFLAGS) \ 549 top_distdir="$$new_top_distdir" \ 550 distdir="$$new_distdir" \ 551 am__remove_distdir=: \ 552 am__skip_length_check=: \ 553 am__skip_mode_fix=: \ 554 distdir) \ 555 || exit 1; \ 556 fi; \ 557 done 558check-am: all-am 559check: check-recursive 560all-am: Makefile 561installdirs: installdirs-recursive 562installdirs-am: 563install: install-recursive 564install-exec: install-exec-recursive 565install-data: install-data-recursive 566uninstall: uninstall-recursive 567 568install-am: all-am 569 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 570 571installcheck: installcheck-recursive 572install-strip: 573 if test -z '$(STRIP)'; then \ 574 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 575 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 576 install; \ 577 else \ 578 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 579 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 580 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 581 fi 582mostlyclean-generic: 583 584clean-generic: 585 586distclean-generic: 587 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 588 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 589 590maintainer-clean-generic: 591 @echo "This command is intended for maintainers to use" 592 @echo "it deletes files that may require special tools to rebuild." 593clean: clean-recursive 594 595clean-am: clean-generic clean-libtool mostlyclean-am 596 597distclean: distclean-recursive 598 -rm -f Makefile 599distclean-am: clean-am distclean-generic distclean-tags 600 601dvi: dvi-recursive 602 603dvi-am: 604 605html: html-recursive 606 607html-am: 608 609info: info-recursive 610 611info-am: 612 613install-data-am: 614 615install-dvi: install-dvi-recursive 616 617install-dvi-am: 618 619install-exec-am: 620 621install-html: install-html-recursive 622 623install-html-am: 624 625install-info: install-info-recursive 626 627install-info-am: 628 629install-man: 630 631install-pdf: install-pdf-recursive 632 633install-pdf-am: 634 635install-ps: install-ps-recursive 636 637install-ps-am: 638 639installcheck-am: 640 641maintainer-clean: maintainer-clean-recursive 642 -rm -f Makefile 643maintainer-clean-am: distclean-am maintainer-clean-generic 644 645mostlyclean: mostlyclean-recursive 646 647mostlyclean-am: mostlyclean-generic mostlyclean-libtool 648 649pdf: pdf-recursive 650 651pdf-am: 652 653ps: ps-recursive 654 655ps-am: 656 657uninstall-am: 658 659.MAKE: $(am__recursive_targets) install-am install-strip 660 661.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 662 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 663 ctags-am distclean distclean-generic distclean-libtool \ 664 distclean-tags distdir dvi dvi-am html html-am info info-am \ 665 install install-am install-data install-data-am install-dvi \ 666 install-dvi-am install-exec install-exec-am install-html \ 667 install-html-am install-info install-info-am install-man \ 668 install-pdf install-pdf-am install-ps install-ps-am \ 669 install-strip installcheck installcheck-am installdirs \ 670 installdirs-am maintainer-clean maintainer-clean-generic \ 671 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 672 ps ps-am tags tags-am uninstall uninstall-am 673 674.PRECIOUS: Makefile 675 676 677# Tell versions [3.59,3.63) of GNU make to not export all variables. 678# Otherwise a system limit (for SysV at least) may be exceeded. 679.NOEXPORT: 680