/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
- ## 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 \
- ImfThreading.cpp \
- ImfWav.cpp ImfLut.cpp ImfCompressor.cpp \
- ImfRleCompressor.cpp ImfZipCompressor.cpp \
- ImfPizCompressor.cpp ImfB44Compressor.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 \
- ImfRational.cpp ImfRational.h \
- ImfRationalAttribute.cpp ImfRationalAttribute.h \
- ImfFramesPerSecond.cpp ImfFramesPerSecond.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 ImfThreading.h \
- ImfStringVectorAttribute.cpp ImfStringVectorAttribute.h \
- ImfMultiView.cpp ImfMultiView.h \
- ImfAcesFile.cpp ImfAcesFile.h \
- ImfCheckedArithmetic.h
- libIlmImf_la_LDFLAGS = @ILMBASE_LDFLAGS@ -version-info @LIBTOOL_VERSION@ \
- -no-undefined
- libIlmImf_la_LIBADD = -lz @ILMBASE_LIBS@
- 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 \
- ImfRational.h ImfRationalAttribute.h \
- ImfFramesPerSecond.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 ImfThreading.h \
- ImfB44Compressor.h ImfStringVectorAttribute.h \
- ImfMultiView.h \
- ImfAcesFile.h
- noinst_HEADERS = ImfCompressor.h ImfRleCompressor.h ImfZipCompressor.h \
- ImfPizCompressor.h ImfMisc.h ImfAutoArray.h ImfTiledMisc.h \
- ImfTileOffsets.h ImfScanLineInputFile.h ImfPxr24Compressor.h \
- ImfCheckedArithmetic.h
- EXTRA_DIST = $(noinst_HEADERS) b44ExpLogTable.cpp b44ExpLogTable.h
- INCLUDES = @ILMBASE_CXXFLAGS@ \
- -I$(top_builddir) \
- -I$(top_srcdir)/config
- CLEANFILES = b44ExpLogTable b44ExpLogTable.h
- b44ExpLogTable_SOURCES = b44ExpLogTable.cpp
- b44ExpLogTable_LDADD = @ILMBASE_LDFLAGS@ @ILMBASE_LIBS@
- b44ExpLogTable.h: b44ExpLogTable
- ./b44ExpLogTable > b44ExpLogTable.h
- BUILT_SOURCES = b44ExpLogTable.h
- noinst_PROGRAMS = b44ExpLogTable