makefile.am

来自「image converter source code」· AM 代码 · 共 35 行

AM
35
字号
## Process this file with automake to produce Makefile.inlib_LTLIBRARIES = libImath.lalibImath_la_SOURCES = ImathShear.cpp ImathMatrixAlgo.cpp ImathVec.cpp \		      ImathColorAlgo.cpp ImathFun.cpp \		      ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \		      ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \		      ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \		      ImathLineAlgo.h ImathMatrix.h ImathPlane.h \		      ImathSphere.h ImathVecAlgo.h ImathQuat.h \		      ImathFrustum.h ImathMath.h ImathGL.h \		      ImathColor.h ImathRandom.h ImathRoots.h \		      ImathHalfLimits.h ImathInterval.h ImathGLU.h \		      ImathFrame.h ImathPlatform.h \		      ImathBox.cpp ImathRandom.cpp ImathInt64.hlibImath_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefinedlibImath_la_LIBADD = ../Iex/libIex.lalibImathincludedir = $(includedir)/OpenEXRlibImathinclude_HEADERS = ImathColorAlgo.h ImathMatrixAlgo.h ImathVec.h \			  ImathShear.h ImathFun.h ImathBox.h ImathBoxAlgo.h \			  ImathEuler.h ImathExc.h ImathLimits.h ImathLine.h \			  ImathLineAlgo.h ImathMatrix.h ImathPlane.h \			  ImathSphere.h ImathVecAlgo.h ImathQuat.h \			  ImathFrustum.h ImathMath.h ImathGL.h \			  ImathColor.h ImathRandom.h ImathRoots.h \			  ImathHalfLimits.h ImathInterval.h ImathGLU.h \			  ImathFrame.h ImathPlatform.h ImathInt64.hINCLUDES = -I$(top_builddir) -I$(top_srcdir)/Iex -I$(top_srcdir)/Half \	   -I$(top_srcdir)/config

⌨️ 快捷键说明

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