makefile.am

来自「读写Smart卡加解密接口的程序」· AM 代码 · 共 21 行

AM
21
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?