makefile.am

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

AM
18
字号
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../mySTLnoinst_LTLIBRARIES = libtaocrypt.lalibtaocrypt_la_SOURCES  = aes.cpp aestables.cpp algebra.cpp arc4.cpp \        asn.cpp bftables.cpp blowfish.cpp coding.cpp des.cpp dh.cpp \        dsa.cpp file.cpp hash.cpp integer.cpp md2.cpp md4.cpp md5.cpp misc.cpp \        random.cpp ripemd.cpp rsa.cpp sha.cpp template_instnt.cpp \        tftables.cpp twofish.cpplibtaocrypt_la_CXXFLAGS = @yassl_taocrypt_extra_cxxflags@ -DYASSL_PURE_CEXTRA_DIST = $(wildcard ../include/*.hpp)# Don't update the files from bitkeeper%::SCCS/s.%

⌨️ 快捷键说明

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