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

📄 makefile

📁 mediastreamer2是开源的网络传输媒体流的库
💻
字号:
## SSLeay/crypto/bio/Makefile#DIR=	bioTOP=	../..CC=	ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC= bio_lib.c bio_cb.c bio_err.c \	bss_mem.c bss_null.c bss_fd.c \	bss_file.c bss_sock.c bss_conn.c \	bf_null.c bf_buff.c b_print.c b_dump.c \	b_sock.c bss_acpt.c bf_nbio.c bss_log.c bss_bio.c \	bss_dgram.c#	bf_lbuf.cLIBOBJ= bio_lib.o bio_cb.o bio_err.o \	bss_mem.o bss_null.o bss_fd.o \	bss_file.o bss_sock.o bss_conn.o \	bf_null.o bf_buff.o b_print.o b_dump.o \	b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o \	bss_dgram.o#	bf_lbuf.oSRC= $(LIBSRC)EXHEADER= bio.hHEADER=	bio_lcl.h $(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)	@$(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.b_dump.o: ../../e_os.h ../../include/openssl/bio.hb_dump.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hb_dump.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hb_dump.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hb_dump.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hb_dump.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hb_dump.o: ../../include/openssl/symhacks.h ../cryptlib.h b_dump.c bio_lcl.hb_print.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.hb_print.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hb_print.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hb_print.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hb_print.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hb_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hb_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.cb_sock.o: ../../e_os.h ../../include/openssl/bio.hb_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hb_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hb_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hb_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hb_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hb_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h b_sock.cbf_buff.o: ../../e_os.h ../../include/openssl/bio.hbf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbf_buff.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbf_buff.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbf_buff.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbf_buff.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_buff.cbf_nbio.o: ../../e_os.h ../../include/openssl/bio.hbf_nbio.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbf_nbio.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbf_nbio.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbf_nbio.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbf_nbio.o: ../../include/openssl/rand.h ../../include/openssl/safestack.hbf_nbio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hbf_nbio.o: ../cryptlib.h bf_nbio.cbf_null.o: ../../e_os.h ../../include/openssl/bio.hbf_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbf_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbf_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbf_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbf_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbf_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_null.cbio_cb.o: ../../e_os.h ../../include/openssl/bio.hbio_cb.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbio_cb.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbio_cb.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbio_cb.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbio_cb.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbio_cb.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_cb.cbio_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hbio_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbio_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbio_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbio_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbio_err.o: ../../include/openssl/symhacks.h bio_err.cbio_lib.o: ../../e_os.h ../../include/openssl/bio.hbio_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbio_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbio_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbio_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbio_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbio_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lib.cbss_acpt.o: ../../e_os.h ../../include/openssl/bio.hbss_acpt.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_acpt.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_acpt.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_acpt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_acpt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_acpt.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_acpt.cbss_bio.o: ../../e_os.h ../../include/openssl/bio.hbss_bio.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hbss_bio.o: ../../include/openssl/err.h ../../include/openssl/lhash.hbss_bio.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hbss_bio.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hbss_bio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hbss_bio.o: bss_bio.cbss_conn.o: ../../e_os.h ../../include/openssl/bio.hbss_conn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_conn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_conn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_conn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_conn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_conn.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_conn.cbss_dgram.o: ../../e_os.h ../../include/openssl/bio.hbss_dgram.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_dgram.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_dgram.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_dgram.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_dgram.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_dgram.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_dgram.cbss_fd.o: ../../e_os.h ../../include/openssl/bio.hbss_fd.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_fd.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_fd.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_fd.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_fd.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_fd.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lcl.h bss_fd.cbss_file.o: ../../e_os.h ../../include/openssl/bio.hbss_file.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_file.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_file.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_file.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_file.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_file.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lcl.h bss_file.cbss_log.o: ../../e_os.h ../../include/openssl/bio.hbss_log.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_log.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_log.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_log.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_log.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_log.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_log.cbss_mem.o: ../../e_os.h ../../include/openssl/bio.hbss_mem.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_mem.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_mem.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_mem.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_mem.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_mem.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_mem.cbss_null.o: ../../e_os.h ../../include/openssl/bio.hbss_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_null.cbss_sock.o: ../../e_os.h ../../include/openssl/bio.hbss_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_sock.c

⌨️ 快捷键说明

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