2
0

Makefile.am 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # Tag Image File Format (TIFF) Software
  2. #
  3. # Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
  4. #
  5. # Permission to use, copy, modify, distribute, and sell this software and
  6. # its documentation for any purpose is hereby granted without fee, provided
  7. # that (i) the above copyright notices and this permission notice appear in
  8. # all copies of the software and related documentation, and (ii) the names of
  9. # Sam Leffler and Silicon Graphics may not be used in any advertising or
  10. # publicity relating to the software without the specific, prior written
  11. # permission of Sam Leffler and Silicon Graphics.
  12. #
  13. # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  14. # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  15. # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  16. #
  17. # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  18. # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  19. # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  20. # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
  21. # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  22. # OF THIS SOFTWARE.
  23. # Process this file with automake to produce Makefile.in.
  24. dist_man1_MANS = \
  25. bmp2tiff.1 \
  26. fax2ps.1 \
  27. fax2tiff.1 \
  28. gif2tiff.1 \
  29. pal2rgb.1 \
  30. ppm2tiff.1 \
  31. ras2tiff.1 \
  32. raw2tiff.1 \
  33. rgb2ycbcr.1 \
  34. sgi2tiff.1 \
  35. thumbnail.1 \
  36. tiff2bw.1 \
  37. tiff2pdf.1 \
  38. tiff2ps.1 \
  39. tiff2rgba.1 \
  40. tiffcmp.1 \
  41. tiffcp.1 \
  42. tiffcrop.1 \
  43. tiffdither.1 \
  44. tiffdump.1 \
  45. tiffgt.1 \
  46. tiffinfo.1 \
  47. tiffmedian.1 \
  48. tiffset.1 \
  49. tiffsplit.1 \
  50. tiffsv.1
  51. dist_man3_MANS = \
  52. libtiff.3tiff \
  53. TIFFbuffer.3tiff \
  54. TIFFClose.3tiff \
  55. TIFFcodec.3tiff \
  56. TIFFcolor.3tiff \
  57. TIFFDataWidth.3tiff \
  58. TIFFError.3tiff \
  59. TIFFFlush.3tiff \
  60. TIFFGetField.3tiff \
  61. TIFFmemory.3tiff \
  62. TIFFOpen.3tiff \
  63. TIFFPrintDirectory.3tiff \
  64. TIFFquery.3tiff \
  65. TIFFReadDirectory.3tiff \
  66. TIFFReadEncodedStrip.3tiff \
  67. TIFFReadEncodedTile.3tiff \
  68. TIFFReadRawStrip.3tiff \
  69. TIFFReadRawTile.3tiff \
  70. TIFFReadRGBAImage.3tiff \
  71. TIFFReadRGBAStrip.3tiff \
  72. TIFFReadRGBATile.3tiff \
  73. TIFFReadScanline.3tiff \
  74. TIFFReadTile.3tiff \
  75. TIFFRGBAImage.3tiff \
  76. TIFFSetDirectory.3tiff \
  77. TIFFSetField.3tiff \
  78. TIFFsize.3tiff \
  79. TIFFstrip.3tiff \
  80. TIFFswab.3tiff \
  81. TIFFtile.3tiff \
  82. TIFFWarning.3tiff \
  83. TIFFWriteDirectory.3tiff \
  84. TIFFWriteEncodedStrip.3tiff \
  85. TIFFWriteEncodedTile.3tiff \
  86. TIFFWriteRawStrip.3tiff \
  87. TIFFWriteRawTile.3tiff \
  88. TIFFWriteScanline.3tiff \
  89. TIFFWriteTile.3tiff