## Process this file with automake to produce Makefile.in lib_LTLIBRARIES = libIlmImf.la libIlmImf_la_SOURCES = ImfAttribute.cpp ImfBoxAttribute.cpp ImfCRgbaFile.cpp \ ImfChannelList.cpp ImfChannelListAttribute.cpp \ ImfFloatAttribute.cpp ImfFrameBuffer.cpp \ ImfHeader.cpp ImfIO.cpp ImfInputFile.cpp \ ImfIntAttribute.cpp ImfLineOrderAttribute.cpp \ ImfMatrixAttribute.cpp ImfOpaqueAttribute.cpp \ ImfOutputFile.cpp ImfRgbaFile.cpp \ ImfStringAttribute.cpp ImfVecAttribute.cpp ImfHuf.cpp \ ImfWav.cpp ImfLut.cpp ImfCompressor.cpp \ ImfRleCompressor.cpp ImfZipCompressor.cpp \ ImfPizCompressor.cpp ImfMisc.cpp \ ImfCompressionAttribute.cpp ImfDoubleAttribute.cpp \ ImfAttribute.h ImfBoxAttribute.h \ ImfCRgbaFile.h ImfChannelList.h \ ImfChannelListAttribute.h \ ImfCompressionAttribute.h \ ImfDoubleAttribute.h ImfFloatAttribute.h \ ImfFrameBuffer.h ImfHeader.h ImfIO.h \ ImfInputFile.h ImfIntAttribute.h \ ImfLineOrderAttribute.h ImfMatrixAttribute.h \ ImfOpaqueAttribute.h ImfOutputFile.h \ ImfRgbaFile.h ImfStringAttribute.h \ ImfVecAttribute.h ImfHuf.h ImfWav.h ImfLut.h \ ImfArray.h ImfCompression.h ImfLineOrder.h \ ImfName.h ImfPixelType.h ImfVersion.h ImfXdr.h \ ImfCompressor.h ImfRleCompressor.h ImfZipCompressor.h \ ImfPizCompressor.h ImfMisc.h ImfAutoArray.h \ ImfConvert.cpp ImfConvert.h ImfPreviewImage.cpp \ ImfPreviewImage.h ImfPreviewImageAttribute.cpp \ ImfPreviewImageAttribute.h ImfVersion.cpp \ ImfChromaticities.cpp ImfChromaticities.h \ ImfChromaticitiesAttribute.cpp \ ImfChromaticitiesAttribute.h \ ImfKeyCode.cpp ImfKeyCode.h \ ImfKeyCodeAttribute.cpp ImfKeyCodeAttribute.h \ ImfTimeCode.cpp ImfTimeCode.h \ ImfTimeCodeAttribute.cpp ImfTimeCodeAttribute.h \ ImfStandardAttributes.cpp ImfStandardAttributes.h \ ImfStdIO.cpp ImfStdIO.h ImfEnvmap.cpp ImfEnvmap.h \ ImfEnvmapAttribute.cpp ImfEnvmapAttribute.h \ ImfInt64.h ImfRgba.h ImfScanLineInputFile.cpp \ ImfScanLineInputFile.h ImfTiledInputFile.cpp \ ImfTiledMisc.cpp ImfTiledOutputFile.cpp \ ImfTiledRgbaFile.cpp ImfTileDescriptionAttribute.cpp \ ImfTileOffsets.cpp ImfTileDescription.h \ ImfTileDescriptionAttribute.h ImfTileOffsets.h \ ImfTiledInputFile.h ImfTiledMisc.h \ ImfTiledOutputFile.h ImfTiledRgbaFile.h \ ImfRgbaYca.cpp ImfRgbaYca.h \ ImfPxr24Compressor.cpp ImfPxr24Compressor.h \ ImfTestFile.cpp ImfTestFile.h libIlmImf_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ libIlmImfincludedir = $(includedir)/OpenEXR libIlmImfinclude_HEADERS = ImfAttribute.h ImfBoxAttribute.h \ ImfCRgbaFile.h ImfChannelList.h \ ImfChannelListAttribute.h \ ImfCompressionAttribute.h \ ImfDoubleAttribute.h ImfFloatAttribute.h \ ImfFrameBuffer.h ImfHeader.h ImfIO.h \ ImfInputFile.h ImfIntAttribute.h \ ImfLineOrderAttribute.h ImfMatrixAttribute.h \ ImfOpaqueAttribute.h ImfOutputFile.h \ ImfRgbaFile.h ImfStringAttribute.h \ ImfVecAttribute.h ImfHuf.h ImfWav.h ImfLut.h \ ImfArray.h ImfCompression.h ImfLineOrder.h \ ImfName.h ImfPixelType.h ImfVersion.h ImfXdr.h \ ImfConvert.h ImfPreviewImage.h \ ImfPreviewImageAttribute.h ImfChromaticities.h \ ImfChromaticitiesAttribute.h \ ImfKeyCode.h ImfKeyCodeAttribute.h \ ImfTimeCode.h ImfTimeCodeAttribute.h \ ImfStandardAttributes.h \ ImfEnvmap.h \ ImfEnvmapAttribute.h \ ImfInt64.h ImfRgba.h \ ImfTileDescription.h \ ImfTileDescriptionAttribute.h \ ImfTiledInputFile.h \ ImfTiledOutputFile.h ImfTiledRgbaFile.h \ ImfRgbaYca.h \ ImfTestFile.h noinst_HEADERS = ImfCompressor.h ImfRleCompressor.h ImfZipCompressor.h \ ImfPizCompressor.h ImfMisc.h ImfAutoArray.h ImfTiledMisc.h \ ImfTileOffsets.h ImfScanLineInputFile.h ImfPxr24Compressor.h EXTRA_DIST = $(noinst_HEADERS) INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Half -I$(top_srcdir)/Iex \ -I$(top_srcdir)/Imath