makefile.am

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

AM
41
字号
# Process this file with automake to create Makefile.inbundledir = @BUNDLEDIR@/opensclibdir = @libdir@/openscMAINTAINERCLEANFILES = Makefile.inEXTRA_DIST = Makefile.mak engine_pkcs11.def test_engine.sh \	$(engine_opensc_la_SOURCES) $(engine_pkcs11_la_SOURCES) if HAVE_ENGINElib_LTLIBRARIES = engine_opensc.la engine_pkcs11.laendifOPENSSL_CFLAGS = \	-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H \	-DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -DENGINE_DYNAMIC_SUPPORT \	-DSHA1_ASM -DMD5_ASM -DRMD160_ASMengine_opensc_la_SOURCES = hw_opensc.c engine_opensc.c engine_opensc.hengine_opensc_la_CFLAGS = $(OPENSSL_CFLAGS)engine_opensc_la_LIBADD = @LIBCRYPTOA@ @LIBOPENSC@engine_opensc_la_LDFLAGS = @OPENSSL_LDFLAGS@ -module -avoid-versionengine_pkcs11_la_SOURCES = \	hw_pkcs11.c engine_pkcs11.c engine_pkcs11.h \	p11_attr.c p11_cert.c p11_err.c p11_key.c \	p11_load.c p11_misc.c p11_rsa.c p11_slot.c \	pkcs11-internal.hengine_pkcs11_la_CFLAGS = $(OPENSSL_CFLAGS)engine_pkcs11_la_LIBADD = @LIBCRYPTOA@ ../pkcs11/libpkcs11.laengine_pkcs11_la_LDFLAGS = @OPENSSL_LDFLAGS@ -module -avoid-versioninstall-exec-local: install-libLTLIBRARIESif HAVE_BUNDLES	-${top_srcdir}/macos/libtool-bundle $(DESTDIR)$(libdir)/engine_opensc.so \		$(DESTDIR)$(bundledir)/	-${top_srcdir}/macos/libtool-bundle $(DESTDIR)$(libdir)/engine_pkcs11.so \		$(DESTDIR)$(bundledir)/endif

⌨️ 快捷键说明

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