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

📄 makefile.am

📁 image converter source code
💻 AM
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -