| /libtiff-4.0.7/test/ |
| H A D | Makefile.in | 1091 --log-file $$b.log --trs-file $$b.trs \ 1098 --log-file $$b.log --trs-file $$b.trs \ 1105 --log-file $$b.log --trs-file $$b.trs \ 1112 --log-file $$b.log --trs-file $$b.trs \ 1119 --log-file $$b.log --trs-file $$b.trs \ 1126 --log-file $$b.log --trs-file $$b.trs \ 1133 --log-file $$b.log --trs-file $$b.trs \ 1140 --log-file $$b.log --trs-file $$b.trs \ 1147 --log-file $$b.log --trs-file $$b.trs \ 1154 --log-file $$b.log --trs-file $$b.trs \ [all …]
|
| H A D | TiffTestCommon.cmake | 30 file(TO_NATIVE_PATH "${infile}" native_infile) 31 file(TO_NATIVE_PATH "${outfile}" native_outfile) 32 file(REMOVE "${outfile}") 46 foreach(file ${infile}) 47 file(TO_NATIVE_PATH "${file}" native_file) 51 file(REMOVE "${outfile}") 64 file(TO_NATIVE_PATH "${infile}" native_infile) 66 file(REMOVE "${outfile}") 81 file(TO_NATIVE_PATH "${infile}" native_infile) 94 macro(tiffinfo_validate file) [all …]
|
| H A D | Makefile.am | 211 for file in $(TIFFIMAGES) ; \ 213 base=`basename $$file .tiff` ; \ 219 echo "infile=\"\$$srcdir/$$file\"" ; \ 229 for file in $(TIFFIMAGES) ; \ 231 base=`basename $$file .tiff` ; \ 247 for file in $(TIFFIMAGES) ; \ 249 base=`basename $$file .tiff` ; \ 265 for file in $(TIFFIMAGES) ; \ 267 base=`basename $$file .tiff` ; \ 283 for file in $(TIFFIMAGES) ; \ [all …]
|
| /libtiff-4.0.7/config/ |
| H A D | compile | 47 file=$1 48 case $file in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` 87 lib_path=$file 148 set x "$@" -Fo"$file" 161 set x "$@" -I"$file" 166 set x "$@" -I"$file" 209 set x "$@" -Tp"$file" [all …]
|
| H A D | mkinstalldirs | 59 for file 61 if test -d "$file"; then 107 for file 109 case $file in 115 set fnord $file
|
| H A D | ltmain.sh | 3849 case $file in 3913 for file 3915 case $file in 4220 case $file in 4240 case $file in 4417 case $file in 4439 wrapper=$file 7529 case $file in 9341 $ECHO "*** using a file magic. Last file checked: $potlib" 10995 rmfiles=$file [all …]
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_config.h.cmake.in | 20 /* Define to 1 if you have the <assert.h> header file. */ 23 /* Define to 1 if you have the <dlfcn.h> header file. */ 26 /* Define to 1 if you have the <fcntl.h> header file. */ 38 /* Define to 1 if you have the <GL/glut.h> header file. */ 41 /* Define to 1 if you have the <GL/glu.h> header file. */ 44 /* Define to 1 if you have the <GL/gl.h> header file. */ 50 /* Define to 1 if you have the <io.h> header file. */ 62 /* Define to 1 if you have the <limits.h> header file. */ 65 /* Define to 1 if you have the <malloc.h> header file. */ 71 /* Define to 1 if you have the <memory.h> header file. */ [all …]
|
| H A D | tif_config.h.in | 27 /* Define to 1 if you have the <assert.h> header file. */ 34 /* Define to 1 if you have the <dlfcn.h> header file. */ 37 /* Define to 1 if you have the <fcntl.h> header file. */ 52 /* Define to 1 if you have the <GL/glut.h> header file. */ 55 /* Define to 1 if you have the <GL/glu.h> header file. */ 58 /* Define to 1 if you have the <GL/gl.h> header file. */ 77 /* Define to 1 if you have the <io.h> header file. */ 89 /* Define to 1 if you have the <limits.h> header file. */ 92 /* Define to 1 if you have the <malloc.h> header file. */ 98 /* Define to 1 if you have the <memory.h> header file. */ [all …]
|
| H A D | tif_config.h-vms | 1 /* Define to 1 if you have the <assert.h> header file. */ 4 /* Define to 1 if you have the <fcntl.h> header file. */ 14 /* Define to 1 if you have the <sys/types.h> header file. */ 17 /* Define to 1 if you have the <io.h> header file. */ 20 /* Define to 1 if you have the <search.h> header file. */
|
| /libtiff-4.0.7/man/ |
| H A D | Makefile.in | 463 list=; while read file base inst; do \ 504 list=; while read file base inst; do \ 535 dist_files=`for file in $$list; do echo $$file; done | \ 543 for file in $$dist_files; do \ 544 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 545 if test -d $$d/$$file; then \ 546 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 547 if test -d "$(distdir)/$$file"; then \ 554 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 556 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | Makefile.in | 354 dist_files=`for file in $$list; do echo $$file; done | \ 362 for file in $$dist_files; do \ 363 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 364 if test -d $$d/$$file; then \ 365 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 366 if test -d "$(distdir)/$$file"; then \ 369 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 370 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 373 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 375 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | Makefile.in | 357 dist_files=`for file in $$list; do echo $$file; done | \ 365 for file in $$dist_files; do \ 366 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 367 if test -d $$d/$$file; then \ 368 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 369 if test -d "$(distdir)/$$file"; then \ 372 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 373 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 376 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 378 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/contrib/dbs/xtiff/ |
| H A D | Makefile.in | 359 dist_files=`for file in $$list; do echo $$file; done | \ 367 for file in $$dist_files; do \ 368 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 369 if test -d $$d/$$file; then \ 370 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 371 if test -d "$(distdir)/$$file"; then \ 374 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 375 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 378 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 380 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | Makefile.in | 358 dist_files=`for file in $$list; do echo $$file; done | \ 366 for file in $$dist_files; do \ 367 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 368 if test -d $$d/$$file; then \ 369 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 370 if test -d "$(distdir)/$$file"; then \ 373 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 374 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 377 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 379 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/contrib/stream/ |
| H A D | Makefile.in | 355 dist_files=`for file in $$list; do echo $$file; done | \ 363 for file in $$dist_files; do \ 364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 365 if test -d $$d/$$file; then \ 366 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 367 if test -d "$(distdir)/$$file"; then \ 370 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 371 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 374 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 376 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/contrib/ras/ |
| H A D | Makefile.in | 355 dist_files=`for file in $$list; do echo $$file; done | \ 363 for file in $$dist_files; do \ 364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 365 if test -d $$d/$$file; then \ 366 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 367 if test -d "$(distdir)/$$file"; then \ 370 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 371 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 374 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 376 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | Makefile.in | 357 dist_files=`for file in $$list; do echo $$file; done | \ 365 for file in $$dist_files; do \ 366 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 367 if test -d $$d/$$file; then \ 368 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 369 if test -d "$(distdir)/$$file"; then \ 372 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 373 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 376 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 378 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/html/images/ |
| H A D | Makefile.in | 423 dist_files=`for file in $$list; do echo $$file; done | \ 431 for file in $$dist_files; do \ 432 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 433 if test -d $$d/$$file; then \ 434 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 435 if test -d "$(distdir)/$$file"; then \ 438 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 439 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 442 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 444 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/html/man/ |
| H A D | Makefile.in | 481 dist_files=`for file in $$list; do echo $$file; done | \ 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 \ 496 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 497 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 500 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 502 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/contrib/ |
| H A D | Makefile.in | 507 dist_files=`for file in $$list; do echo $$file; done | \ 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 \ 522 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 523 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 526 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 528 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/build/ |
| H A D | Makefile.in | 508 dist_files=`for file in $$list; do echo $$file; done | \ 516 for file in $$dist_files; do \ 517 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 518 if test -d $$d/$$file; then \ 519 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 520 if test -d "$(distdir)/$$file"; then \ 523 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 524 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 527 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 529 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/contrib/addtiffo/ |
| H A D | Makefile.in | 500 dist_files=`for file in $$list; do echo $$file; done | \ 508 for file in $$dist_files; do \ 509 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 510 if test -d $$d/$$file; then \ 511 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 512 if test -d "$(distdir)/$$file"; then \ 515 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 516 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 519 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 521 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | Makefile.in | 498 dist_files=`for file in $$list; do echo $$file; done | \ 506 for file in $$dist_files; do \ 507 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 508 if test -d $$d/$$file; then \ 509 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 510 if test -d "$(distdir)/$$file"; then \ 513 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 514 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 517 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 519 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/port/ |
| H A D | Makefile.in | 504 dist_files=`for file in $$list; do echo $$file; done | \ 512 for file in $$dist_files; do \ 513 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 514 if test -d $$d/$$file; then \ 515 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 516 if test -d "$(distdir)/$$file"; then \ 519 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 520 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 523 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 525 test -f "$(distdir)/$$file" \ [all …]
|
| /libtiff-4.0.7/ |
| H A D | aclocal.m4 | 5 # This file is free software; the Free Software Foundation 18 [m4_warning([this file was generated for autoconf 2.69. 381 for file in `sed -n " 385 test -f "$dirpart/$file" && continue 386 fdir=`AS_DIRNAME(["$file"])` 388 # echo "creating $dirpart/$file" 389 echo '# dummy' > "$dirpart/$file" 924 test "$[2]" = conftest.file 948 rm -f conftest.file 1171 echo GrepMe > conftest.dir/file [all …]
|