⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 对gif
💻 AM
字号:
## 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

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

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) 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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -