makefile.ssl

来自「With OpenSSL 0.9.6, a new component has 」· SSL 代码 · 共 517 行 · 第 1/3 页

SSL
517
字号
## SSLeay/crypto/x509/Makefile#DIR=	x509TOP=	../..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=Makefile READMETEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC=	x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \	x509_obj.c x509_req.c x509spki.c x509_vfy.c \	x509_set.c x509rset.c x509_err.c \	x509name.c x509_v3.c x509_ext.c x509_att.c \	x509type.c x509_lu.c x_all.c x509_txt.c \	x509_trs.c by_file.c by_dir.c LIBOBJ= x509_def.o x509_d2.o x509_r2x.o x509_cmp.o \	x509_obj.o x509_req.o x509spki.o x509_vfy.o \	x509_set.o x509rset.o x509_err.o \	x509name.o x509_v3.o x509_ext.o x509_att.o \	x509type.o x509_lu.o x_all.o x509_txt.o \	x509_trs.o by_file.o by_dir.oSRC= $(LIBSRC)EXHEADER= x509.h x509_vfy.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.by_dir.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hby_dir.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hby_dir.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hby_dir.o: ../../include/openssl/crypto.h ../../include/openssl/des.hby_dir.o: ../../include/openssl/dh.h ../../include/openssl/dsa.hby_dir.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.hby_dir.o: ../../include/openssl/err.h ../../include/openssl/evp.hby_dir.o: ../../include/openssl/idea.h ../../include/openssl/lhash.hby_dir.o: ../../include/openssl/md2.h ../../include/openssl/md4.hby_dir.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.hby_dir.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hby_dir.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hby_dir.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.hby_dir.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hby_dir.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hby_dir.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hby_dir.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hby_dir.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hby_dir.o: ../cryptlib.hby_file.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hby_file.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hby_file.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hby_file.o: ../../include/openssl/crypto.h ../../include/openssl/des.hby_file.o: ../../include/openssl/dh.h ../../include/openssl/dsa.hby_file.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.hby_file.o: ../../include/openssl/err.h ../../include/openssl/evp.hby_file.o: ../../include/openssl/idea.h ../../include/openssl/lhash.hby_file.o: ../../include/openssl/md2.h ../../include/openssl/md4.hby_file.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.hby_file.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hby_file.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hby_file.o: ../../include/openssl/pem.h ../../include/openssl/pem2.hby_file.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.hby_file.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hby_file.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hby_file.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hby_file.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hby_file.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hby_file.o: ../cryptlib.hx509_att.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hx509_att.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hx509_att.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hx509_att.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hx509_att.o: ../../include/openssl/des.h ../../include/openssl/dh.hx509_att.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.hx509_att.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hx509_att.o: ../../include/openssl/evp.h ../../include/openssl/idea.hx509_att.o: ../../include/openssl/lhash.h ../../include/openssl/md2.hx509_att.o: ../../include/openssl/md4.h ../../include/openssl/md5.hx509_att.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.hx509_att.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hx509_att.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.hx509_att.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.hx509_att.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.hx509_att.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.hx509_att.o: ../../include/openssl/sha.h ../../include/openssl/stack.hx509_att.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hx509_att.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hx509_att.o: ../cryptlib.hx509_cmp.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hx509_cmp.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hx509_cmp.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hx509_cmp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hx509_cmp.o: ../../include/openssl/des.h ../../include/openssl/dh.hx509_cmp.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.hx509_cmp.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hx509_cmp.o: ../../include/openssl/evp.h ../../include/openssl/idea.hx509_cmp.o: ../../include/openssl/lhash.h ../../include/openssl/md2.hx509_cmp.o: ../../include/openssl/md4.h ../../include/openssl/md5.hx509_cmp.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.hx509_cmp.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hx509_cmp.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.hx509_cmp.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.hx509_cmp.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.hx509_cmp.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.hx509_cmp.o: ../../include/openssl/sha.h ../../include/openssl/stack.hx509_cmp.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hx509_cmp.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hx509_cmp.o: ../cryptlib.hx509_d2.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hx509_d2.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hx509_d2.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h

⌨️ 快捷键说明

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