makefile.ssl

来自「一个用于点对点传输加密的工具包源码」· SSL 代码 · 共 116 行

SSL
116
字号
## SSLeay/crypto/err/Makefile#DIR=	errTOP=	../..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=APPS=LIB=$(TOP)/libcrypto.aLIBSRC=err.c err_all.c err_prn.cLIBOBJ=err.o err_all.o err_prn.oSRC= $(LIBSRC)EXHEADER= err.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 *.obj lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.herr.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.herr.o: ../../include/openssl/e_os2.h ../../include/openssl/err.herr.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.herr.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.herr.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.herr.o: ../cryptlib.herr_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.herr_all.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.herr_all.o: ../../include/openssl/buffer.h ../../include/openssl/cast.herr_all.o: ../../include/openssl/conf.h ../../include/openssl/crypto.herr_all.o: ../../include/openssl/des.h ../../include/openssl/dh.herr_all.o: ../../include/openssl/dsa.h ../../include/openssl/dso.herr_all.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.herr_all.o: ../../include/openssl/err.h ../../include/openssl/evp.herr_all.o: ../../include/openssl/idea.h ../../include/openssl/lhash.herr_all.o: ../../include/openssl/md2.h ../../include/openssl/md4.herr_all.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.herr_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.herr_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.herr_all.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs12.herr_all.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.herr_all.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.herr_all.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.herr_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.herr_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.herr_all.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.herr_all.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.herr_prn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.herr_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.herr_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.herr_prn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.herr_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.herr_prn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.herr_prn.o: ../cryptlib.h

⌨️ 快捷键说明

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