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

📄 makefile

📁 mediastreamer2是开源的网络传输媒体流的库
💻
📖 第 1 页 / 共 3 页
字号:
## SSLeay/crypto/evp/Makefile#DIR=	evpTOP=	../..CC=	ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=evp_test.cTESTDATA=evptests.txtAPPS=LIB=$(TOP)/libcrypto.aLIBSRC= encode.c digest.c evp_enc.c evp_key.c evp_acnf.c \	e_des.c e_bf.c e_idea.c e_des3.c \	e_rc4.c e_aes.c names.c \	e_xcbc_d.c e_rc2.c e_cast.c e_rc5.c \	m_null.c m_md2.c m_md4.c m_md5.c m_sha.c m_sha1.c \	m_dss.c m_dss1.c m_mdc2.c m_ripemd.c m_ecdsa.c\	p_open.c p_seal.c p_sign.c p_verify.c p_lib.c p_enc.c p_dec.c \	bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c \	c_all.c c_allc.c c_alld.c evp_lib.c bio_ok.c \	evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c \	e_old.cLIBOBJ=	encode.o digest.o evp_enc.o evp_key.o evp_acnf.o \	e_des.o e_bf.o e_idea.o e_des3.o \	e_rc4.o e_aes.o names.o \	e_xcbc_d.o e_rc2.o e_cast.o e_rc5.o \	m_null.o m_md2.o m_md4.o m_md5.o m_sha.o m_sha1.o \	m_dss.o m_dss1.o m_mdc2.o m_ripemd.o m_ecdsa.o\	p_open.o p_seal.o p_sign.o p_verify.o p_lib.o p_enc.o p_dec.o \	bio_md.o bio_b64.o bio_enc.o evp_err.o e_null.o \	c_all.o c_allc.o c_alld.o evp_lib.o bio_ok.o \	evp_pkey.o evp_pbe.o p5_crpt.o p5_crpt2.o \	e_old.oSRC= $(LIBSRC)EXHEADER= evp.hHEADER=	$(EXHEADER)ALL=    $(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)	cp $(TESTDATA) ../../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) -- $(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.bio_b64.o: ../../e_os.h ../../include/openssl/asn1.hbio_b64.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hbio_b64.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hbio_b64.o: ../../include/openssl/err.h ../../include/openssl/evp.hbio_b64.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hbio_b64.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hbio_b64.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbio_b64.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbio_b64.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_b64.cbio_enc.o: ../../e_os.h ../../include/openssl/asn1.hbio_enc.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hbio_enc.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hbio_enc.o: ../../include/openssl/err.h ../../include/openssl/evp.hbio_enc.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hbio_enc.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hbio_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbio_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbio_enc.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_enc.cbio_md.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.hbio_md.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbio_md.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbio_md.o: ../../include/openssl/evp.h ../../include/openssl/lhash.hbio_md.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hbio_md.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hbio_md.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hbio_md.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hbio_md.o: ../cryptlib.h bio_md.cbio_ok.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.hbio_ok.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbio_ok.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbio_ok.o: ../../include/openssl/evp.h ../../include/openssl/lhash.hbio_ok.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hbio_ok.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hbio_ok.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.hbio_ok.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbio_ok.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_ok.cc_all.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.hc_all.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hc_all.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.hc_all.o: ../../include/openssl/err.h ../../include/openssl/evp.hc_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hc_all.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hc_all.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hc_all.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hc_all.o: ../../include/openssl/symhacks.h ../cryptlib.h c_all.cc_allc.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.hc_allc.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hc_allc.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hc_allc.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hc_allc.o: ../../include/openssl/err.h ../../include/openssl/evp.hc_allc.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hc_allc.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hc_allc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hc_allc.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.hc_allc.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hc_allc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hc_allc.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hc_allc.o: ../cryptlib.h c_allc.cc_alld.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.hc_alld.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hc_alld.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hc_alld.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hc_alld.o: ../../include/openssl/err.h ../../include/openssl/evp.hc_alld.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hc_alld.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hc_alld.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hc_alld.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.hc_alld.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hc_alld.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hc_alld.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hc_alld.o: ../cryptlib.h c_alld.cdigest.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.hdigest.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hdigest.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.hdigest.o: ../../include/openssl/err.h ../../include/openssl/evp.hdigest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hdigest.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hdigest.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hdigest.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hdigest.o: ../../include/openssl/symhacks.h ../cryptlib.h digest.ce_aes.o: ../../include/openssl/aes.h ../../include/openssl/asn1.he_aes.o: ../../include/openssl/bio.h ../../include/openssl/crypto.he_aes.o: ../../include/openssl/e_os2.h ../../include/openssl/err.he_aes.o: ../../include/openssl/evp.h ../../include/openssl/lhash.he_aes.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.he_aes.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.he_aes.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.he_aes.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h e_aes.ce_aes.o: evp_locl.he_bf.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.he_bf.o: ../../include/openssl/blowfish.h ../../include/openssl/buffer.he_bf.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.he_bf.o: ../../include/openssl/err.h ../../include/openssl/evp.he_bf.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.he_bf.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.he_bf.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.he_bf.o: ../../include/openssl/safestack.h ../../include/openssl/stack.he_bf.o: ../../include/openssl/symhacks.h ../cryptlib.h e_bf.c evp_locl.he_cast.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.he_cast.o: ../../include/openssl/buffer.h ../../include/openssl/cast.he_cast.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.he_cast.o: ../../include/openssl/err.h ../../include/openssl/evp.he_cast.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.he_cast.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.he_cast.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.he_cast.o: ../../include/openssl/safestack.h ../../include/openssl/stack.he_cast.o: ../../include/openssl/symhacks.h ../cryptlib.h e_cast.c evp_locl.he_des.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.he_des.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.he_des.o: ../../include/openssl/des.h ../../include/openssl/des_old.he_des.o: ../../include/openssl/e_os2.h ../../include/openssl/err.he_des.o: ../../include/openssl/evp.h ../../include/openssl/lhash.he_des.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.he_des.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h

⌨️ 快捷键说明

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