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

📄 makefile.ssl

📁 一个用于点对点传输加密的工具包源码
💻 SSL
字号:
## SSLeay/crypto/dh/Makefile#DIR=	dhTOP=	../..CC=	ccINCLUDES= -I.. -I../../includeCFLAG=-gINSTALL_PREFIX=OPENSSLDIR=     /usr/local/sslINSTALLTOP=/usr/local/sslMAKE=		make -f Makefile.sslMAKEDEPEND=	$(TOP)/util/domd $(TOP)MAKEFILE=	Makefile.sslAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST= dhtest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC= dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.cLIBOBJ= dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.oSRC= $(LIBSRC)EXHEADER= dh.hHEADER=	$(EXHEADER)ALL=    $(GENERAL) $(SRC) $(HEADER)top:	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all:	liblib:	$(LIBOBJ)	$(AR) $(LIB) $(LIBOBJ)	$(RANLIB) $(LIB)	@touch libfiles:	$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFOlinks:	@$(TOP)/util/point.sh Makefile.ssl Makefile	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)	@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)	@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)install:	@for i in $(EXHEADER) ; \	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:	$(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.dh_check.o: ../../include/openssl/bio.h ../../include/openssl/bn.hdh_check.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hdh_check.o: ../../include/openssl/dh.h ../../include/openssl/e_os.hdh_check.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hdh_check.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hdh_check.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.hdh_check.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hdh_check.o: ../cryptlib.hdh_err.o: ../../include/openssl/bio.h ../../include/openssl/bn.hdh_err.o: ../../include/openssl/crypto.h ../../include/openssl/dh.hdh_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.hdh_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hdh_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hdh_err.o: ../../include/openssl/symhacks.hdh_gen.o: ../../include/openssl/bio.h ../../include/openssl/bn.hdh_gen.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hdh_gen.o: ../../include/openssl/dh.h ../../include/openssl/e_os.hdh_gen.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hdh_gen.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hdh_gen.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.hdh_gen.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hdh_gen.o: ../cryptlib.hdh_key.o: ../../include/openssl/bio.h ../../include/openssl/bn.hdh_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hdh_key.o: ../../include/openssl/dh.h ../../include/openssl/e_os.hdh_key.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hdh_key.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hdh_key.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.hdh_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hdh_key.o: ../../include/openssl/symhacks.h ../cryptlib.hdh_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.hdh_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hdh_lib.o: ../../include/openssl/dh.h ../../include/openssl/e_os.hdh_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hdh_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hdh_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.hdh_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hdh_lib.o: ../cryptlib.h

⌨️ 快捷键说明

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