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

📄 makefile

📁 开源的ssl算法openssl,版本0.9.8H
💻
📖 第 1 页 / 共 3 页
字号:
## OpenSSL/crypto/x509v3/Makefile#DIR=	x509v3TOP=	../..CC=	ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=Makefile READMETEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC=	v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c v3_lib.c \v3_prn.c v3_utl.c v3err.c v3_genn.c v3_alt.c v3_skey.c v3_akey.c v3_pku.c \v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c v3_crld.c v3_purp.c v3_info.c \v3_ocsp.c v3_akeya.c v3_pmaps.c v3_pcons.c v3_ncons.c v3_pcia.c v3_pci.c \pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c \v3_asid.c v3_addr.cLIBOBJ= v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o \v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o \v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o v3_purp.o v3_info.o \v3_ocsp.o v3_akeya.o v3_pmaps.o v3_pcons.o v3_ncons.o v3_pcia.o v3_pci.o \pcy_cache.o pcy_node.o pcy_data.o pcy_map.o pcy_tree.o pcy_lib.o \v3_asid.o v3_addr.oSRC= $(LIBSRC)EXHEADER= x509v3.hHEADER=	$(EXHEADER) pcy_int.hALL=    $(GENERAL) $(SRC) $(HEADER)top:	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)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.pcy_cache.o: ../../e_os.h ../../include/openssl/asn1.hpcy_cache.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hpcy_cache.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hpcy_cache.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hpcy_cache.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hpcy_cache.o: ../../include/openssl/err.h ../../include/openssl/evp.hpcy_cache.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hpcy_cache.o: ../../include/openssl/objects.hpcy_cache.o: ../../include/openssl/opensslconf.hpcy_cache.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hpcy_cache.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hpcy_cache.o: ../../include/openssl/sha.h ../../include/openssl/stack.hpcy_cache.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hpcy_cache.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hpcy_cache.o: ../cryptlib.h pcy_cache.c pcy_int.hpcy_data.o: ../../e_os.h ../../include/openssl/asn1.hpcy_data.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hpcy_data.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hpcy_data.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hpcy_data.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hpcy_data.o: ../../include/openssl/err.h ../../include/openssl/evp.hpcy_data.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hpcy_data.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hpcy_data.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hpcy_data.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hpcy_data.o: ../../include/openssl/sha.h ../../include/openssl/stack.hpcy_data.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hpcy_data.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hpcy_data.o: ../cryptlib.h pcy_data.c pcy_int.hpcy_lib.o: ../../e_os.h ../../include/openssl/asn1.hpcy_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hpcy_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hpcy_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hpcy_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hpcy_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.hpcy_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hpcy_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hpcy_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hpcy_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hpcy_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.hpcy_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hpcy_lib.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hpcy_lib.o: ../cryptlib.h pcy_int.h pcy_lib.cpcy_map.o: ../../e_os.h ../../include/openssl/asn1.hpcy_map.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hpcy_map.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hpcy_map.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hpcy_map.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hpcy_map.o: ../../include/openssl/err.h ../../include/openssl/evp.hpcy_map.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hpcy_map.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hpcy_map.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hpcy_map.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hpcy_map.o: ../../include/openssl/sha.h ../../include/openssl/stack.hpcy_map.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hpcy_map.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hpcy_map.o: ../cryptlib.h pcy_int.h pcy_map.cpcy_node.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hpcy_node.o: ../../include/openssl/buffer.h ../../include/openssl/conf.hpcy_node.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hpcy_node.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hpcy_node.o: ../../include/openssl/ecdsa.h ../../include/openssl/evp.hpcy_node.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hpcy_node.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hpcy_node.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hpcy_node.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hpcy_node.o: ../../include/openssl/sha.h ../../include/openssl/stack.hpcy_node.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hpcy_node.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hpcy_node.o: pcy_int.h pcy_node.cpcy_tree.o: ../../e_os.h ../../include/openssl/asn1.hpcy_tree.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hpcy_tree.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hpcy_tree.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hpcy_tree.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hpcy_tree.o: ../../include/openssl/err.h ../../include/openssl/evp.hpcy_tree.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hpcy_tree.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hpcy_tree.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hpcy_tree.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hpcy_tree.o: ../../include/openssl/sha.h ../../include/openssl/stack.hpcy_tree.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hpcy_tree.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hpcy_tree.o: ../cryptlib.h pcy_int.h pcy_tree.cv3_addr.o: ../../e_os.h ../../include/openssl/asn1.hv3_addr.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.hv3_addr.o: ../../include/openssl/buffer.h ../../include/openssl/conf.hv3_addr.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hv3_addr.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hv3_addr.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hv3_addr.o: ../../include/openssl/evp.h ../../include/openssl/lhash.hv3_addr.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hv3_addr.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hv3_addr.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.hv3_addr.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hv3_addr.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hv3_addr.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hv3_addr.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_addr.cv3_akey.o: ../../e_os.h ../../include/openssl/asn1.hv3_akey.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.hv3_akey.o: ../../include/openssl/buffer.h ../../include/openssl/conf.hv3_akey.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hv3_akey.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hv3_akey.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hv3_akey.o: ../../include/openssl/evp.h ../../include/openssl/lhash.hv3_akey.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hv3_akey.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hv3_akey.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.hv3_akey.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hv3_akey.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hv3_akey.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hv3_akey.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_akey.c

⌨️ 快捷键说明

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