makefile.am

来自「Dolfin provide a high-performance linear」· AM 代码 · 共 22 行

AM
22
字号
SUBDIRS = dolfinnobase_include_HEADERS = dolfin/dolfin_common.h \                         dolfin/Array.h \                         dolfin/List.h \                         dolfin/simple_array.h \                         dolfin/TimeDependent.h \                         dolfin/Variable.h \                         dolfin/timing.h \                         dolfin/unittest.h \                         dolfin/utils.hINCLUDES = @KERNEL_CFLAGS@lib_LTLIBRARIES = libdolfin-common.lalibdolfin_common_la_SOURCES = TimeDependent.cpp \                              Variable.cpp \                              timing.cpp \                              utils.cpplibdolfin_common_la_LDFLAGS = -static

⌨️ 快捷键说明

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