| /libtiff-4.0.7/libtiff/ |
| H A D | Makefile.in | 554 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 569 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 570 for p in $$list; do \ 594 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 595 echo " rm -f" $$list; \ 598 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 600 rm -f $$list 709 for p in $$list; do \ 730 for p in $$list; do \ 786 for i in $$list; do \ [all …]
|
| H A D | CMakeLists.txt | 107 list(APPEND tiff_SOURCES tif_win32.c) 110 list(APPEND tiff_SOURCES tif_unix.c)
|
| /libtiff-4.0.7/ |
| H A D | Makefile.in | 498 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 503 for p in $$list; do \ 514 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 519 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 524 for p in $$list; do \ 535 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 588 list='$(SUBDIRS)'; for subdir in $$list; do \ 633 for i in $$list; do \ 650 list='$(DISTFILES)'; \ 677 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ [all …]
|
| H A D | CMakeLists.txt | 111 list(APPEND EXTRA_DIST "${relfile}") 150 list(APPEND test_flags 156 list(APPEND test_flags 162 list(APPEND test_flags 165 list(APPEND test_flags 169 list(APPEND test_flags 681 list(APPEND TIFF_INCLUDES ${ZLIB_INCLUDE_DIRS}) 684 list(APPEND TIFF_INCLUDES ${JPEG_INCLUDE_DIR}) 687 list(APPEND TIFF_INCLUDES ${JPEG12_INCLUDE_DIR}) 690 list(APPEND TIFF_INCLUDES ${JBIG_INCLUDE_DIR}) [all …]
|
| H A D | HOWTO-RELEASE | 31 3. Add vX.X.html file to the list of EXTRA_DIST files in the html/Makefile.am. 118 16. Announce to list, [email protected]
|
| H A D | HOWTO-SECURITY-RELEASE | 13 1) The mailing list [email protected] can be used to notify folks
|
| /libtiff-4.0.7/html/ |
| H A D | Makefile.in | 209 list='$(am__tagged_files)'; \ 497 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 498 if test -n "$$list"; then \ 502 for p in $$list; do \ 513 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 534 *) list='$(SUBDIRS)' ;; \ 536 for subdir in $$list; do \ 566 list='$(SUBDIRS)'; for subdir in $$list; do \ 605 for i in $$list; do \ 619 list='$(DISTFILES)'; \ [all …]
|
| /libtiff-4.0.7/port/ |
| H A D | CMakeLists.txt | 37 list(APPEND port_USED_FILES getopt.c) 40 list(APPEND port_USED_FILES lfind.c) 43 list(APPEND port_USED_FILES snprintf.c) 46 list(APPEND port_USED_FILES strcasecmp.c) 49 list(APPEND port_USED_FILES strtoul.c) 52 list(APPEND port_USED_FILES strtoull.c) 58 list(APPEND tiff_port_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/${file}")
|
| H A D | Makefile.in | 192 list='$(am__tagged_files)'; \ 193 unique=`for i in $$list; do \ 395 @list='$(noinst_LTLIBRARIES)'; \ 396 locs=`for p in $$list; do echo $$p; done | \ 484 list='$(am__tagged_files)'; \ 489 for i in $$list; do \ 503 list='$(DISTFILES)'; \ 504 dist_files=`for file in $$list; do echo $$file; done | \
|
| /libtiff-4.0.7/tools/ |
| H A D | Makefile.in | 525 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 555 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 565 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 566 echo " rm -f" $$list; \ 569 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 571 rm -f $$list 574 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 578 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 580 rm -f $$list 776 for i in $$list; do \ [all …]
|
| /libtiff-4.0.7/man/ |
| H A D | Makefile.in | 160 for p in $$list; do echo "$$p $$p"; done | \ 463 list=; while read file base inst; do \ 464 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 469 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 479 files=`{ for i in $$list; do echo "$$i"; done; \ 504 list=; while read file base inst; do \ 505 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 510 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 520 files=`{ for i in $$list; do echo "$$i"; done; \ 534 list='$(DISTFILES)'; \ [all …]
|
| /libtiff-4.0.7/contrib/dbs/ |
| H A D | Makefile.in | 454 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 455 echo " rm -f" $$list; \ 456 rm -f $$list || exit $$?; \ 458 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 459 echo " rm -f" $$list; \ 460 rm -f $$list 535 for subdir in $$list; do \ 565 list='$(SUBDIRS)'; for subdir in $$list; do \ 604 for i in $$list; do \ 618 list='$(DISTFILES)'; \ [all …]
|
| /libtiff-4.0.7/contrib/ |
| H A D | Makefile.in | 177 list='$(am__tagged_files)'; \ 178 unique=`for i in $$list; do \ 420 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 421 *) list='$(SUBDIRS)' ;; \ 423 for subdir in $$list; do \ 453 list='$(SUBDIRS)'; for subdir in $$list; do \ 487 list='$(am__tagged_files)'; \ 492 for i in $$list; do \ 506 list='$(DISTFILES)'; \ 507 dist_files=`for file in $$list; do echo $$file; done | \ [all …]
|
| /libtiff-4.0.7/build/ |
| H A D | Makefile.in | 178 list='$(am__tagged_files)'; \ 179 unique=`for i in $$list; do \ 421 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 422 *) list='$(SUBDIRS)' ;; \ 424 for subdir in $$list; do \ 454 list='$(SUBDIRS)'; for subdir in $$list; do \ 488 list='$(am__tagged_files)'; \ 493 for i in $$list; do \ 507 list='$(DISTFILES)'; \ 508 dist_files=`for file in $$list; do echo $$file; done | \ [all …]
|
| /libtiff-4.0.7/contrib/addtiffo/ |
| H A D | Makefile.in | 194 list='$(am__tagged_files)'; \ 195 unique=`for i in $$list; do \ 395 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 396 echo " rm -f" $$list; \ 397 rm -f $$list || exit $$?; \ 399 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 400 echo " rm -f" $$list; \ 401 rm -f $$list 480 list='$(am__tagged_files)'; \ 485 for i in $$list; do \ [all …]
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | Makefile.in | 193 list='$(am__tagged_files)'; \ 194 unique=`for i in $$list; do \ 395 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 396 echo " rm -f" $$list; \ 397 rm -f $$list || exit $$?; \ 399 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 400 echo " rm -f" $$list; \ 401 rm -f $$list 478 list='$(am__tagged_files)'; \ 483 for i in $$list; do \ [all …]
|
| /libtiff-4.0.7/html/images/ |
| H A D | Makefile.in | 160 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 162 for p in $$list; do echo "$$p $$p"; done | \ 393 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 394 if test -n "$$list"; then \ 398 for p in $$list; do \ 409 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 410 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 422 list='$(DISTFILES)'; \ 423 dist_files=`for file in $$list; do echo $$file; done | \
|
| /libtiff-4.0.7/html/man/ |
| H A D | Makefile.in | 160 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 162 for p in $$list; do echo "$$p $$p"; done | \ 451 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 452 if test -n "$$list"; then \ 456 for p in $$list; do \ 467 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 468 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 480 list='$(DISTFILES)'; \ 481 dist_files=`for file in $$list; do echo $$file; done | \
|
| /libtiff-4.0.7/test/ |
| H A D | Makefile.in | 222 list='$(am__tagged_files)'; \ 814 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 815 echo " rm -f" $$list; \ 816 rm -f $$list || exit $$?; \ 818 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 819 echo " rm -f" $$list; \ 820 rm -f $$list 935 for i in $$list; do \ 1067 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1068 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list [all …]
|
| H A D | CMakeLists.txt | 107 # This list should contain all of the TIFF files in the 'images' 145 # This list should include all of the files in the 'images' 339 list(APPEND ESCAPED_UNCOMPRESSED "${CMAKE_CURRENT_SOURCE_DIR}/${image}")
|
| /libtiff-4.0.7/m4/ |
| H A D | ltsugar.m4 | 64 # Produce a SEP delimited list of all paired combinations of elements of 65 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
| H A D | ltoptions.m4 | 58 # OPTION-LIST is a space-separated list of Libtool options associated 176 # Look at the argument we got. We use all the common list separators. 230 # Look at the argument we got. We use all the common list separators. 284 # Look at the argument we got. We use all the common list separators. 391 # Look at the argument we got. We use all the common list separators.
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | README | 87 file called "newtif.tif", install the fake tags, and then list them out 108 private tag values and list them.
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | README | 61 TIFFWritePrivateDataSubDirectory(), which takes a list of tags and a 64 TIFFReadPrivateDataSubDirectory(), which takes an offset, a list of
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | Makefile.in | 353 list='$(DISTFILES)'; \ 354 dist_files=`for file in $$list; do echo $$file; done | \
|