makefile.am

来自「MySQL源码文件5.X系列, 可自已编译到服务器」· AM 代码 · 共 13 行

AM
13
字号
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../taocrypt/include -I$(srcdir)/../taocrypt/mySTLnoinst_LTLIBRARIES = libyassl.lalibyassl_la_SOURCES = buffer.cpp cert_wrapper.cpp crypto_wrapper.cpp \	handshake.cpp lock.cpp log.cpp socket_wrapper.cpp ssl.cpp \	template_instnt.cpp timer.cpp yassl_imp.cpp yassl_error.cpp yassl_int.cppEXTRA_DIST = $(wildcard ../include/*.hpp) $(wildcard ../include/openssl/*.h)AM_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX# Don't update the files from bitkeeper%::SCCS/s.%

⌨️ 快捷键说明

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