makefile.am
来自「image converter source code」· AM 代码 · 共 33 行
AM
33 行
## Process this file with automake to produce Makefile.inINCLUDES = -I$(top_srcdir)/configlib_LTLIBRARIES = libHalf.lalibHalf_la_SOURCES = half.cpp half.h halfFunction.h halfLimits.hlibHalf_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefinedlibHalfincludedir = $(includedir)/OpenEXRlibHalfinclude_HEADERS = half.h halfFunction.h halfLimits.h# these are used to build eLut.h and toFloat.h dynamicallyEXTRA_DIST = eLut.cpp toFloat.cppCLEANFILES = eLut eLut.h toFloat toFloat.heLut_SOURCES = eLut.cpptoFloat_SOURCES = toFloat.cppeLut.h: eLut ./eLut > eLut.htoFloat.h: toFloat ./toFloat > toFloat.hBUILT_SOURCES = eLut.h toFloat.hnoinst_PROGRAMS = eLut toFloat
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?