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