📄 makefile.am
字号:
# Process this file with automake to create Makefile.inRM = rm -fMAINTAINERCLEANFILES = Makefile.inDISTCLEANFILES = \ pkcs11.h \ pkcs11f.h \ pkcs11t.h \ unix.h \ win32.hall-local: @$(RM) *.h @$(LN_S) ${top_srcdir}/src/pkcs11/rsaref/pkcs11.h pkcs11.h @$(LN_S) ${top_srcdir}/src/pkcs11/rsaref/pkcs11f.h pkcs11f.h @$(LN_S) ${top_srcdir}/src/pkcs11/rsaref/pkcs11t.h pkcs11t.h @$(LN_S) ${top_srcdir}/src/pkcs11/rsaref/unix.h unix.h @$(LN_S) ${top_srcdir}/src/pkcs11/rsaref/win32.h win32.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -