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

📄 makefile

📁 mediastreamer2是开源的网络传输媒体流的库
💻
字号:
## crypto/ecdh/Makefile#DIR=	ecdhTOP=	../..CC=	ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-g -WallMAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=ecdhtest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=	ech_lib.c ech_ossl.c ech_key.c ech_err.cLIBOBJ=	ech_lib.o ech_ossl.o ech_key.o ech_err.oSRC= $(LIBSRC)EXHEADER= ecdh.hHEADER=	ech_locl.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) -- $(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 */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.ech_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hech_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hech_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hech_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.hech_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hech_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hech_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hech_err.o: ech_err.cech_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hech_key.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hech_key.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hech_key.o: ../../include/openssl/engine.h ../../include/openssl/opensslconf.hech_key.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hech_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hech_key.o: ../../include/openssl/symhacks.h ech_key.c ech_locl.hech_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hech_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hech_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hech_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.hech_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hech_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hech_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hech_lib.o: ../../include/openssl/symhacks.h ech_lib.c ech_locl.hech_ossl.o: ../../e_os.h ../../include/openssl/asn1.hech_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.hech_ossl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hech_ossl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hech_ossl.o: ../../include/openssl/ecdh.h ../../include/openssl/err.hech_ossl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hech_ossl.o: ../../include/openssl/opensslconf.hech_ossl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hech_ossl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hech_ossl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hech_ossl.o: ../cryptlib.h ech_locl.h ech_ossl.c

⌨️ 快捷键说明

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