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

📄 makefile

📁 开源的ssl算法openssl,版本0.9.8H
💻
📖 第 1 页 / 共 2 页
字号:
## OpenSSL/crypto/pkcs12/Makefile#DIR=	pkcs12TOP=	../..CC=	ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC= p12_add.c p12_asn.c p12_attr.c p12_crpt.c p12_crt.c p12_decr.c \	p12_init.c p12_key.c p12_kiss.c p12_mutl.c\	p12_utl.c p12_npas.c pk12err.c p12_p8d.c p12_p8e.cLIBOBJ= p12_add.o p12_asn.o p12_attr.o p12_crpt.o p12_crt.o p12_decr.o \	p12_init.o p12_key.o p12_kiss.o p12_mutl.o\	p12_utl.o p12_npas.o pk12err.o p12_p8d.o p12_p8e.oSRC= $(LIBSRC)EXHEADER=  pkcs12.hHEADER=	$(EXHEADER)ALL=    $(GENERAL) $(SRC) $(HEADER)top:	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)test:all:	liblib:	$(LIBOBJ)	$(AR) $(LIB) $(LIBOBJ)	$(RANLIB) $(LIB) || echo Never mind.	@touch libfiles:	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFOlinks:	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)	@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)	@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)install:	@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...	@headerlist="$(EXHEADER)"; for i in $$headerlist ; \	do  \	(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \	done;tags:	ctags $(SRC)tests:lint:	lint -DLINT $(INCLUDES) $(SRC)>fluffdepend:	@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...	$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)dclean:	$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new	mv -f Makefile.new $(MAKEFILE)clean:	rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.p12_add.o: ../../e_os.h ../../include/openssl/asn1.hp12_add.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hp12_add.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hp12_add.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hp12_add.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hp12_add.o: ../../include/openssl/evp.h ../../include/openssl/lhash.hp12_add.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hp12_add.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hp12_add.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs12.hp12_add.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hp12_add.o: ../../include/openssl/sha.h ../../include/openssl/stack.hp12_add.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hp12_add.o: ../../include/openssl/x509_vfy.h ../cryptlib.h p12_add.cp12_asn.o: ../../e_os.h ../../include/openssl/asn1.hp12_asn.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.hp12_asn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hp12_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hp12_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hp12_asn.o: ../../include/openssl/err.h ../../include/openssl/evp.hp12_asn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hp12_asn.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hp12_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hp12_asn.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.hp12_asn.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hp12_asn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hp12_asn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hp12_asn.o: ../cryptlib.h p12_asn.cp12_attr.o: ../../e_os.h ../../include/openssl/asn1.hp12_attr.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hp12_attr.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hp12_attr.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hp12_attr.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hp12_attr.o: ../../include/openssl/evp.h ../../include/openssl/lhash.hp12_attr.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hp12_attr.o: ../../include/openssl/opensslconf.hp12_attr.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hp12_attr.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.hp12_attr.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hp12_attr.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hp12_attr.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hp12_attr.o: ../cryptlib.h p12_attr.cp12_crpt.o: ../../e_os.h ../../include/openssl/asn1.hp12_crpt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hp12_crpt.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hp12_crpt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hp12_crpt.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hp12_crpt.o: ../../include/openssl/evp.h ../../include/openssl/lhash.hp12_crpt.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hp12_crpt.o: ../../include/openssl/opensslconf.hp12_crpt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hp12_crpt.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.hp12_crpt.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hp12_crpt.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hp12_crpt.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hp12_crpt.o: ../cryptlib.h p12_crpt.cp12_crt.o: ../../e_os.h ../../include/openssl/asn1.hp12_crt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hp12_crt.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hp12_crt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hp12_crt.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hp12_crt.o: ../../include/openssl/evp.h ../../include/openssl/lhash.hp12_crt.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h

⌨️ 快捷键说明

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