makefile.am
来自「读写Smart卡加解密接口的程序」· AM 代码 · 共 22 行
AM
22 行
# Process this file with automake to create Makefile.inlibdir = @libdir@/securityMAINTAINERCLEANFILES = Makefile.inINCLUDES = @CPPFLAGS@ -I${top_srcdir}/src/scamLDFLAGS = @LDFLAGS@ @LIBDL@ @LIBPAM@ ${top_builddir}/src/scam/libscam.laSRC = pam_opensc.c pam_support.c pam_support.hif HAVE_PAMlib_LTLIBRARIES = pam_opensc.lanoinst_PROGRAMS = test-pamendifpam_opensc_la_SOURCES = $(SRC)pam_opensc_la_LDFLAGS = -module -avoid-versiontest_pam_SOURCES = test-pam.c misc_conv.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?