1# Makefile.in generated by automake 1.10.2 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 Free Software Foundation, Inc. 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# 18# Tag Image File Format (TIFF) Software 19# 20# Copyright (C) 2004, Andrey Kiselev <[email protected]> 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 43VPATH = @srcdir@ 44pkgdatadir = $(datadir)/@PACKAGE@ 45pkglibdir = $(libdir)/@PACKAGE@ 46pkgincludedir = $(includedir)/@PACKAGE@ 47am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 48install_sh_DATA = $(install_sh) -c -m 644 49install_sh_PROGRAM = $(install_sh) -c 50install_sh_SCRIPT = $(install_sh) -c 51INSTALL_HEADER = $(INSTALL_DATA) 52transform = $(program_transform_name) 53NORMAL_INSTALL = : 54PRE_INSTALL = : 55POST_INSTALL = : 56NORMAL_UNINSTALL = : 57PRE_UNINSTALL = : 58POST_UNINSTALL = : 59build_triplet = @build@ 60host_triplet = @host@ 61target_triplet = @target@ 62subdir = html 63DIST_COMMON = $(dist_doc_DATA) $(srcdir)/Makefile.am \ 64 $(srcdir)/Makefile.in 65ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 66am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ 67 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 68 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 69 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 70am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 71 $(ACLOCAL_M4) 72mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 73CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \ 74 $(top_builddir)/libtiff/tiffconf.h 75CONFIG_CLEAN_FILES = 76SOURCES = 77DIST_SOURCES = 78RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 79 html-recursive info-recursive install-data-recursive \ 80 install-dvi-recursive install-exec-recursive \ 81 install-html-recursive install-info-recursive \ 82 install-pdf-recursive install-ps-recursive install-recursive \ 83 installcheck-recursive installdirs-recursive pdf-recursive \ 84 ps-recursive uninstall-recursive 85am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 86am__vpath_adj = case $$p in \ 87 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 88 *) f=$$p;; \ 89 esac; 90am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 91am__installdirs = "$(DESTDIR)$(docdir)" 92dist_docDATA_INSTALL = $(INSTALL_DATA) 93DATA = $(dist_doc_DATA) 94RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 95 distclean-recursive maintainer-clean-recursive 96ETAGS = etags 97CTAGS = ctags 98DIST_SUBDIRS = $(SUBDIRS) 99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 100ACLOCAL = @ACLOCAL@ 101AMTAR = @AMTAR@ 102AR = @AR@ 103AS = @AS@ 104AUTOCONF = @AUTOCONF@ 105AUTOHEADER = @AUTOHEADER@ 106AUTOMAKE = @AUTOMAKE@ 107AWK = @AWK@ 108CC = @CC@ 109CCDEPMODE = @CCDEPMODE@ 110CFLAGS = @CFLAGS@ 111CPP = @CPP@ 112CPPFLAGS = @CPPFLAGS@ 113CXX = @CXX@ 114CXXCPP = @CXXCPP@ 115CXXDEPMODE = @CXXDEPMODE@ 116CXXFLAGS = @CXXFLAGS@ 117CYGPATH_W = @CYGPATH_W@ 118DEFS = @DEFS@ 119DEPDIR = @DEPDIR@ 120DLLTOOL = @DLLTOOL@ 121DSYMUTIL = @DSYMUTIL@ 122DUMPBIN = @DUMPBIN@ 123ECHO_C = @ECHO_C@ 124ECHO_N = @ECHO_N@ 125ECHO_T = @ECHO_T@ 126EGREP = @EGREP@ 127EXEEXT = @EXEEXT@ 128FGREP = @FGREP@ 129GLUT_CFLAGS = @GLUT_CFLAGS@ 130GLUT_LIBS = @GLUT_LIBS@ 131GLU_CFLAGS = @GLU_CFLAGS@ 132GLU_LIBS = @GLU_LIBS@ 133GL_CFLAGS = @GL_CFLAGS@ 134GL_LIBS = @GL_LIBS@ 135GREP = @GREP@ 136INSTALL = @INSTALL@ 137INSTALL_DATA = @INSTALL_DATA@ 138INSTALL_PROGRAM = @INSTALL_PROGRAM@ 139INSTALL_SCRIPT = @INSTALL_SCRIPT@ 140INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 141LD = @LD@ 142LDFLAGS = @LDFLAGS@ 143LIBDIR = @LIBDIR@ 144LIBOBJS = @LIBOBJS@ 145LIBS = @LIBS@ 146LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@ 147LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@ 148LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@ 149LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@ 150LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@ 151LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@ 152LIBTIFF_VERSION = @LIBTIFF_VERSION@ 153LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@ 154LIBTOOL = @LIBTOOL@ 155LIPO = @LIPO@ 156LN_S = @LN_S@ 157LTLIBOBJS = @LTLIBOBJS@ 158MAINT = @MAINT@ 159MAKEINFO = @MAKEINFO@ 160MKDIR_P = @MKDIR_P@ 161NM = @NM@ 162NMEDIT = @NMEDIT@ 163OBJDUMP = @OBJDUMP@ 164OBJEXT = @OBJEXT@ 165OTOOL = @OTOOL@ 166OTOOL64 = @OTOOL64@ 167PACKAGE = @PACKAGE@ 168PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 169PACKAGE_NAME = @PACKAGE_NAME@ 170PACKAGE_STRING = @PACKAGE_STRING@ 171PACKAGE_TARNAME = @PACKAGE_TARNAME@ 172PACKAGE_VERSION = @PACKAGE_VERSION@ 173PATH_SEPARATOR = @PATH_SEPARATOR@ 174PTHREAD_CC = @PTHREAD_CC@ 175PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 176PTHREAD_LIBS = @PTHREAD_LIBS@ 177RANLIB = @RANLIB@ 178SED = @SED@ 179SET_MAKE = @SET_MAKE@ 180SHELL = @SHELL@ 181STRIP = @STRIP@ 182VERSION = @VERSION@ 183XMKMF = @XMKMF@ 184X_CFLAGS = @X_CFLAGS@ 185X_EXTRA_LIBS = @X_EXTRA_LIBS@ 186X_LIBS = @X_LIBS@ 187X_PRE_LIBS = @X_PRE_LIBS@ 188abs_builddir = @abs_builddir@ 189abs_srcdir = @abs_srcdir@ 190abs_top_builddir = @abs_top_builddir@ 191abs_top_srcdir = @abs_top_srcdir@ 192ac_ct_CC = @ac_ct_CC@ 193ac_ct_CXX = @ac_ct_CXX@ 194ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 195acx_pthread_config = @acx_pthread_config@ 196am__include = @am__include@ 197am__leading_dot = @am__leading_dot@ 198am__quote = @am__quote@ 199am__tar = @am__tar@ 200am__untar = @am__untar@ 201bindir = @bindir@ 202build = @build@ 203build_alias = @build_alias@ 204build_cpu = @build_cpu@ 205build_os = @build_os@ 206build_vendor = @build_vendor@ 207builddir = @builddir@ 208datadir = @datadir@ 209datarootdir = @datarootdir@ 210docdir = $(LIBTIFF_DOCDIR)/html 211dvidir = @dvidir@ 212exec_prefix = @exec_prefix@ 213host = @host@ 214host_alias = @host_alias@ 215host_cpu = @host_cpu@ 216host_os = @host_os@ 217host_vendor = @host_vendor@ 218htmldir = @htmldir@ 219includedir = @includedir@ 220infodir = @infodir@ 221install_sh = @install_sh@ 222libdir = @libdir@ 223libexecdir = @libexecdir@ 224localedir = @localedir@ 225localstatedir = @localstatedir@ 226lt_ECHO = @lt_ECHO@ 227mandir = @mandir@ 228mkdir_p = @mkdir_p@ 229oldincludedir = @oldincludedir@ 230pdfdir = @pdfdir@ 231prefix = @prefix@ 232program_transform_name = @program_transform_name@ 233psdir = @psdir@ 234sbindir = @sbindir@ 235sharedstatedir = @sharedstatedir@ 236srcdir = @srcdir@ 237sysconfdir = @sysconfdir@ 238target = @target@ 239target_alias = @target_alias@ 240target_cpu = @target_cpu@ 241target_os = @target_os@ 242target_vendor = @target_vendor@ 243top_build_prefix = @top_build_prefix@ 244top_builddir = @top_builddir@ 245top_srcdir = @top_srcdir@ 246docfiles = \ 247 addingtags.html \ 248 bugs.html \ 249 build.html \ 250 contrib.html \ 251 document.html \ 252 images.html \ 253 index.html \ 254 internals.html \ 255 intro.html \ 256 libtiff.html \ 257 misc.html \ 258 support.html \ 259 TIFFTechNote2.html \ 260 tools.html \ 261 v3.4beta007.html \ 262 v3.4beta016.html \ 263 v3.4beta018.html \ 264 v3.4beta024.html \ 265 v3.4beta028.html \ 266 v3.4beta029.html \ 267 v3.4beta031.html \ 268 v3.4beta032.html \ 269 v3.4beta033.html \ 270 v3.4beta034.html \ 271 v3.4beta035.html \ 272 v3.4beta036.html \ 273 v3.5.1.html \ 274 v3.5.2.html \ 275 v3.5.3.html \ 276 v3.5.4.html \ 277 v3.5.5.html \ 278 v3.5.6-beta.html \ 279 v3.5.7.html \ 280 v3.6.0.html \ 281 v3.6.1.html \ 282 v3.7.0alpha.html \ 283 v3.7.0beta.html \ 284 v3.7.0beta2.html \ 285 v3.7.0.html \ 286 v3.7.1.html \ 287 v3.7.2.html \ 288 v3.7.3.html \ 289 v3.7.4.html \ 290 v3.8.0.html \ 291 v3.8.1.html \ 292 v3.8.2.html \ 293 v3.9.0beta.html \ 294 v4.0.0.html 295 296dist_doc_DATA = $(docfiles) 297SUBDIRS = images man 298all: all-recursive 299 300.SUFFIXES: 301$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 302 @for dep in $?; do \ 303 case '$(am__configure_deps)' in \ 304 *$$dep*) \ 305 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 306 && { if test -f $@; then exit 0; else break; fi; }; \ 307 exit 1;; \ 308 esac; \ 309 done; \ 310 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign html/Makefile'; \ 311 cd $(top_srcdir) && \ 312 $(AUTOMAKE) --foreign html/Makefile 313.PRECIOUS: Makefile 314Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 315 @case '$?' in \ 316 *config.status*) \ 317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 318 *) \ 319 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 320 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 321 esac; 322 323$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 325 326$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 328$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 330 331mostlyclean-libtool: 332 -rm -f *.lo 333 334clean-libtool: 335 -rm -rf .libs _libs 336install-dist_docDATA: $(dist_doc_DATA) 337 @$(NORMAL_INSTALL) 338 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" 339 @list='$(dist_doc_DATA)'; for p in $$list; do \ 340 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 341 f=$(am__strip_dir) \ 342 echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ 343 $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ 344 done 345 346uninstall-dist_docDATA: 347 @$(NORMAL_UNINSTALL) 348 @list='$(dist_doc_DATA)'; for p in $$list; do \ 349 f=$(am__strip_dir) \ 350 echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ 351 rm -f "$(DESTDIR)$(docdir)/$$f"; \ 352 done 353 354# This directory's subdirectories are mostly independent; you can cd 355# into them and run `make' without going through this Makefile. 356# To change the values of `make' variables: instead of editing Makefiles, 357# (1) if the variable is set in `config.status', edit `config.status' 358# (which will cause the Makefiles to be regenerated when you run `make'); 359# (2) otherwise, pass the desired values on the `make' command line. 360$(RECURSIVE_TARGETS): 361 @failcom='exit 1'; \ 362 for f in x $$MAKEFLAGS; do \ 363 case $$f in \ 364 *=* | --[!k]*);; \ 365 *k*) failcom='fail=yes';; \ 366 esac; \ 367 done; \ 368 dot_seen=no; \ 369 target=`echo $@ | sed s/-recursive//`; \ 370 list='$(SUBDIRS)'; for subdir in $$list; do \ 371 echo "Making $$target in $$subdir"; \ 372 if test "$$subdir" = "."; then \ 373 dot_seen=yes; \ 374 local_target="$$target-am"; \ 375 else \ 376 local_target="$$target"; \ 377 fi; \ 378 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 379 || eval $$failcom; \ 380 done; \ 381 if test "$$dot_seen" = "no"; then \ 382 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 383 fi; test -z "$$fail" 384 385$(RECURSIVE_CLEAN_TARGETS): 386 @failcom='exit 1'; \ 387 for f in x $$MAKEFLAGS; do \ 388 case $$f in \ 389 *=* | --[!k]*);; \ 390 *k*) failcom='fail=yes';; \ 391 esac; \ 392 done; \ 393 dot_seen=no; \ 394 case "$@" in \ 395 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 396 *) list='$(SUBDIRS)' ;; \ 397 esac; \ 398 rev=''; for subdir in $$list; do \ 399 if test "$$subdir" = "."; then :; else \ 400 rev="$$subdir $$rev"; \ 401 fi; \ 402 done; \ 403 rev="$$rev ."; \ 404 target=`echo $@ | sed s/-recursive//`; \ 405 for subdir in $$rev; do \ 406 echo "Making $$target in $$subdir"; \ 407 if test "$$subdir" = "."; then \ 408 local_target="$$target-am"; \ 409 else \ 410 local_target="$$target"; \ 411 fi; \ 412 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 413 || eval $$failcom; \ 414 done && test -z "$$fail" 415tags-recursive: 416 list='$(SUBDIRS)'; for subdir in $$list; do \ 417 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 418 done 419ctags-recursive: 420 list='$(SUBDIRS)'; for subdir in $$list; do \ 421 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 422 done 423 424ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 425 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 426 unique=`for i in $$list; do \ 427 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 428 done | \ 429 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 430 END { if (nonempty) { for (i in files) print i; }; }'`; \ 431 mkid -fID $$unique 432tags: TAGS 433 434TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 435 $(TAGS_FILES) $(LISP) 436 tags=; \ 437 here=`pwd`; \ 438 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 439 include_option=--etags-include; \ 440 empty_fix=.; \ 441 else \ 442 include_option=--include; \ 443 empty_fix=; \ 444 fi; \ 445 list='$(SUBDIRS)'; for subdir in $$list; do \ 446 if test "$$subdir" = .; then :; else \ 447 test ! -f $$subdir/TAGS || \ 448 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 449 fi; \ 450 done; \ 451 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 452 unique=`for i in $$list; do \ 453 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 454 done | \ 455 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 456 END { if (nonempty) { for (i in files) print i; }; }'`; \ 457 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 458 test -n "$$unique" || unique=$$empty_fix; \ 459 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 460 $$tags $$unique; \ 461 fi 462ctags: CTAGS 463CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 464 $(TAGS_FILES) $(LISP) 465 tags=; \ 466 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 467 unique=`for i in $$list; do \ 468 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 469 done | \ 470 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 471 END { if (nonempty) { for (i in files) print i; }; }'`; \ 472 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 473 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 474 $$tags $$unique 475 476GTAGS: 477 here=`$(am__cd) $(top_builddir) && pwd` \ 478 && cd $(top_srcdir) \ 479 && gtags -i $(GTAGS_ARGS) $$here 480 481distclean-tags: 482 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 483 484distdir: $(DISTFILES) 485 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 486 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 487 list='$(DISTFILES)'; \ 488 dist_files=`for file in $$list; do echo $$file; done | \ 489 sed -e "s|^$$srcdirstrip/||;t" \ 490 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 491 case $$dist_files in \ 492 */*) $(MKDIR_P) `echo "$$dist_files" | \ 493 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 494 sort -u` ;; \ 495 esac; \ 496 for file in $$dist_files; do \ 497 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 498 if test -d $$d/$$file; then \ 499 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 500 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 501 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 502 fi; \ 503 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 504 else \ 505 test -f $(distdir)/$$file \ 506 || cp -p $$d/$$file $(distdir)/$$file \ 507 || exit 1; \ 508 fi; \ 509 done 510 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 511 if test "$$subdir" = .; then :; else \ 512 test -d "$(distdir)/$$subdir" \ 513 || $(MKDIR_P) "$(distdir)/$$subdir" \ 514 || exit 1; \ 515 distdir=`$(am__cd) $(distdir) && pwd`; \ 516 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 517 (cd $$subdir && \ 518 $(MAKE) $(AM_MAKEFLAGS) \ 519 top_distdir="$$top_distdir" \ 520 distdir="$$distdir/$$subdir" \ 521 am__remove_distdir=: \ 522 am__skip_length_check=: \ 523 distdir) \ 524 || exit 1; \ 525 fi; \ 526 done 527check-am: all-am 528check: check-recursive 529all-am: Makefile $(DATA) 530installdirs: installdirs-recursive 531installdirs-am: 532 for dir in "$(DESTDIR)$(docdir)"; do \ 533 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 534 done 535install: install-recursive 536install-exec: install-exec-recursive 537install-data: install-data-recursive 538uninstall: uninstall-recursive 539 540install-am: all-am 541 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 542 543installcheck: installcheck-recursive 544install-strip: 545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 547 `test -z '$(STRIP)' || \ 548 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 549mostlyclean-generic: 550 551clean-generic: 552 553distclean-generic: 554 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 555 556maintainer-clean-generic: 557 @echo "This command is intended for maintainers to use" 558 @echo "it deletes files that may require special tools to rebuild." 559clean: clean-recursive 560 561clean-am: clean-generic clean-libtool mostlyclean-am 562 563distclean: distclean-recursive 564 -rm -f Makefile 565distclean-am: clean-am distclean-generic distclean-tags 566 567dvi: dvi-recursive 568 569dvi-am: 570 571html: html-recursive 572 573info: info-recursive 574 575info-am: 576 577install-data-am: install-dist_docDATA 578 579install-dvi: install-dvi-recursive 580 581install-exec-am: 582 583install-html: install-html-recursive 584 585install-info: install-info-recursive 586 587install-man: 588 589install-pdf: install-pdf-recursive 590 591install-ps: install-ps-recursive 592 593installcheck-am: 594 595maintainer-clean: maintainer-clean-recursive 596 -rm -f Makefile 597maintainer-clean-am: distclean-am maintainer-clean-generic 598 599mostlyclean: mostlyclean-recursive 600 601mostlyclean-am: mostlyclean-generic mostlyclean-libtool 602 603pdf: pdf-recursive 604 605pdf-am: 606 607ps: ps-recursive 608 609ps-am: 610 611uninstall-am: uninstall-dist_docDATA 612 613.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 614 install-strip 615 616.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 617 all all-am check check-am clean clean-generic clean-libtool \ 618 ctags ctags-recursive distclean distclean-generic \ 619 distclean-libtool distclean-tags distdir dvi dvi-am html \ 620 html-am info info-am install install-am install-data \ 621 install-data-am install-dist_docDATA install-dvi \ 622 install-dvi-am install-exec install-exec-am install-html \ 623 install-html-am install-info install-info-am install-man \ 624 install-pdf install-pdf-am install-ps install-ps-am \ 625 install-strip installcheck installcheck-am installdirs \ 626 installdirs-am maintainer-clean maintainer-clean-generic \ 627 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 628 ps ps-am tags tags-recursive uninstall uninstall-am \ 629 uninstall-dist_docDATA 630 631# Tell versions [3.59,3.63) of GNU make to not export all variables. 632# Otherwise a system limit (for SysV at least) may be exceeded. 633.NOEXPORT: 634