makefile.ssl

来自「With OpenSSL 0.9.6, a new component has 」· SSL 代码 · 共 117 行

SSL
117
字号
## 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)	@echo You may get an error following this line.  Please ignore.	- $(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_os2.h ../../include/openssl/err.herr_all.o: ../../include/openssl/evp.h ../../include/openssl/idea.herr_all.o: ../../include/openssl/lhash.h ../../include/openssl/md2.herr_all.o: ../../include/openssl/md4.h ../../include/openssl/md5.herr_all.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.herr_all.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.herr_all.o: ../../include/openssl/opensslv.h ../../include/openssl/pem2.herr_all.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.herr_all.o: ../../include/openssl/rand.h ../../include/openssl/rc2.herr_all.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.herr_all.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.herr_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.herr_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.herr_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.herr_all.o: ../../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 + -
显示快捷键?