/src/FreeImage/Source/OpenEXR/IlmImf/Makefile.am

https://bitbucket.org/cabalistic/ogredeps/ · Makefile · 128 lines · 112 code · 15 blank · 1 comment · 0 complexity · 46eccfead22b165989a88de779b8e56f MD5 · raw file

  1. ## Process this file with automake to produce Makefile.in
  2. lib_LTLIBRARIES = libIlmImf.la
  3. libIlmImf_la_SOURCES = ImfAttribute.cpp ImfBoxAttribute.cpp ImfCRgbaFile.cpp \
  4. ImfChannelList.cpp ImfChannelListAttribute.cpp \
  5. ImfFloatAttribute.cpp ImfFrameBuffer.cpp \
  6. ImfHeader.cpp ImfIO.cpp ImfInputFile.cpp \
  7. ImfIntAttribute.cpp ImfLineOrderAttribute.cpp \
  8. ImfMatrixAttribute.cpp ImfOpaqueAttribute.cpp \
  9. ImfOutputFile.cpp ImfRgbaFile.cpp \
  10. ImfStringAttribute.cpp ImfVecAttribute.cpp ImfHuf.cpp \
  11. ImfThreading.cpp \
  12. ImfWav.cpp ImfLut.cpp ImfCompressor.cpp \
  13. ImfRleCompressor.cpp ImfZipCompressor.cpp \
  14. ImfPizCompressor.cpp ImfB44Compressor.cpp ImfMisc.cpp \
  15. ImfCompressionAttribute.cpp ImfDoubleAttribute.cpp \
  16. ImfAttribute.h ImfBoxAttribute.h \
  17. ImfCRgbaFile.h ImfChannelList.h \
  18. ImfChannelListAttribute.h \
  19. ImfCompressionAttribute.h \
  20. ImfDoubleAttribute.h ImfFloatAttribute.h \
  21. ImfFrameBuffer.h ImfHeader.h ImfIO.h \
  22. ImfInputFile.h ImfIntAttribute.h \
  23. ImfLineOrderAttribute.h ImfMatrixAttribute.h \
  24. ImfOpaqueAttribute.h ImfOutputFile.h \
  25. ImfRgbaFile.h ImfStringAttribute.h \
  26. ImfVecAttribute.h ImfHuf.h ImfWav.h ImfLut.h \
  27. ImfArray.h ImfCompression.h ImfLineOrder.h \
  28. ImfName.h ImfPixelType.h ImfVersion.h ImfXdr.h \
  29. ImfCompressor.h ImfRleCompressor.h ImfZipCompressor.h \
  30. ImfPizCompressor.h ImfMisc.h ImfAutoArray.h \
  31. ImfConvert.cpp ImfConvert.h ImfPreviewImage.cpp \
  32. ImfPreviewImage.h ImfPreviewImageAttribute.cpp \
  33. ImfPreviewImageAttribute.h ImfVersion.cpp \
  34. ImfChromaticities.cpp ImfChromaticities.h \
  35. ImfChromaticitiesAttribute.cpp \
  36. ImfChromaticitiesAttribute.h \
  37. ImfKeyCode.cpp ImfKeyCode.h \
  38. ImfKeyCodeAttribute.cpp ImfKeyCodeAttribute.h \
  39. ImfTimeCode.cpp ImfTimeCode.h \
  40. ImfTimeCodeAttribute.cpp ImfTimeCodeAttribute.h \
  41. ImfRational.cpp ImfRational.h \
  42. ImfRationalAttribute.cpp ImfRationalAttribute.h \
  43. ImfFramesPerSecond.cpp ImfFramesPerSecond.h \
  44. ImfStandardAttributes.cpp ImfStandardAttributes.h \
  45. ImfStdIO.cpp ImfStdIO.h ImfEnvmap.cpp ImfEnvmap.h \
  46. ImfEnvmapAttribute.cpp ImfEnvmapAttribute.h \
  47. ImfInt64.h ImfRgba.h ImfScanLineInputFile.cpp \
  48. ImfScanLineInputFile.h ImfTiledInputFile.cpp \
  49. ImfTiledMisc.cpp ImfTiledOutputFile.cpp \
  50. ImfTiledRgbaFile.cpp ImfTileDescriptionAttribute.cpp \
  51. ImfTileOffsets.cpp ImfTileDescription.h \
  52. ImfTileDescriptionAttribute.h ImfTileOffsets.h \
  53. ImfTiledInputFile.h ImfTiledMisc.h \
  54. ImfTiledOutputFile.h ImfTiledRgbaFile.h \
  55. ImfRgbaYca.cpp ImfRgbaYca.h \
  56. ImfPxr24Compressor.cpp ImfPxr24Compressor.h \
  57. ImfTestFile.cpp ImfTestFile.h ImfThreading.h \
  58. ImfStringVectorAttribute.cpp ImfStringVectorAttribute.h \
  59. ImfMultiView.cpp ImfMultiView.h \
  60. ImfAcesFile.cpp ImfAcesFile.h \
  61. ImfCheckedArithmetic.h
  62. libIlmImf_la_LDFLAGS = @ILMBASE_LDFLAGS@ -version-info @LIBTOOL_VERSION@ \
  63. -no-undefined
  64. libIlmImf_la_LIBADD = -lz @ILMBASE_LIBS@
  65. libIlmImfincludedir = $(includedir)/OpenEXR
  66. libIlmImfinclude_HEADERS = ImfAttribute.h ImfBoxAttribute.h \
  67. ImfCRgbaFile.h ImfChannelList.h \
  68. ImfChannelListAttribute.h \
  69. ImfCompressionAttribute.h \
  70. ImfDoubleAttribute.h ImfFloatAttribute.h \
  71. ImfFrameBuffer.h ImfHeader.h ImfIO.h \
  72. ImfInputFile.h ImfIntAttribute.h \
  73. ImfLineOrderAttribute.h ImfMatrixAttribute.h \
  74. ImfOpaqueAttribute.h ImfOutputFile.h \
  75. ImfRgbaFile.h ImfStringAttribute.h \
  76. ImfVecAttribute.h ImfHuf.h ImfWav.h ImfLut.h \
  77. ImfArray.h ImfCompression.h ImfLineOrder.h \
  78. ImfName.h ImfPixelType.h ImfVersion.h ImfXdr.h \
  79. ImfConvert.h ImfPreviewImage.h \
  80. ImfPreviewImageAttribute.h ImfChromaticities.h \
  81. ImfChromaticitiesAttribute.h \
  82. ImfKeyCode.h ImfKeyCodeAttribute.h \
  83. ImfTimeCode.h ImfTimeCodeAttribute.h \
  84. ImfRational.h ImfRationalAttribute.h \
  85. ImfFramesPerSecond.h \
  86. ImfStandardAttributes.h \
  87. ImfEnvmap.h \
  88. ImfEnvmapAttribute.h \
  89. ImfInt64.h ImfRgba.h \
  90. ImfTileDescription.h \
  91. ImfTileDescriptionAttribute.h \
  92. ImfTiledInputFile.h \
  93. ImfTiledOutputFile.h ImfTiledRgbaFile.h \
  94. ImfRgbaYca.h \
  95. ImfTestFile.h ImfThreading.h \
  96. ImfB44Compressor.h ImfStringVectorAttribute.h \
  97. ImfMultiView.h \
  98. ImfAcesFile.h
  99. noinst_HEADERS = ImfCompressor.h ImfRleCompressor.h ImfZipCompressor.h \
  100. ImfPizCompressor.h ImfMisc.h ImfAutoArray.h ImfTiledMisc.h \
  101. ImfTileOffsets.h ImfScanLineInputFile.h ImfPxr24Compressor.h \
  102. ImfCheckedArithmetic.h
  103. EXTRA_DIST = $(noinst_HEADERS) b44ExpLogTable.cpp b44ExpLogTable.h
  104. INCLUDES = @ILMBASE_CXXFLAGS@ \
  105. -I$(top_builddir) \
  106. -I$(top_srcdir)/config
  107. CLEANFILES = b44ExpLogTable b44ExpLogTable.h
  108. b44ExpLogTable_SOURCES = b44ExpLogTable.cpp
  109. b44ExpLogTable_LDADD = @ILMBASE_LDFLAGS@ @ILMBASE_LIBS@
  110. b44ExpLogTable.h: b44ExpLogTable
  111. ./b44ExpLogTable > b44ExpLogTable.h
  112. BUILT_SOURCES = b44ExpLogTable.h
  113. noinst_PROGRAMS = b44ExpLogTable