⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 读写Smart卡加解密接口的程序
💻 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 + -