makefile.am
来自「image converter source code」· AM 代码 · 共 17 行
AM
17 行
## Process this file with automake to produce Makefile.inINCLUDES = -I$(top_srcdir)/configlib_LTLIBRARIES = libIex.lalibIex_la_SOURCES = IexThrowErrnoExc.cpp IexBaseExc.cpp IexBaseExc.h \ IexErrnoExc.h Iex.h IexMacros.h IexMathExc.h \ IexThrowErrnoExc.hlibIex_la_LDFLAGS = -version-info @LIBTOOL_VERSION@ -no-undefinedlibIexincludedir = $(includedir)/OpenEXRlibIexinclude_HEADERS = IexBaseExc.h IexMathExc.h IexThrowErrnoExc.h \ IexErrnoExc.h IexMacros.h Iex.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?