makefile.ssl
来自「一个用于点对点传输加密的工具包源码」· SSL 代码 · 共 112 行
SSL
112 行
## SSLeay/crypto/objects/Makefile#DIR= objectsTOP= ../..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= o_names.c obj_dat.c obj_lib.c obj_err.cLIBOBJ= o_names.o obj_dat.o obj_lib.o obj_err.oSRC= $(LIBSRC)EXHEADER= objects.h obj_mac.hHEADER= $(EXHEADER) obj_dat.hALL= $(GENERAL) $(SRC) $(HEADER)top: (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all: obj_dat.h 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.o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.ho_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.ho_names.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.ho_names.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.ho_names.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.ho_names.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hobj_dat.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hobj_dat.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hobj_dat.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.hobj_dat.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hobj_dat.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hobj_dat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hobj_dat.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.hobj_dat.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hobj_dat.o: ../cryptlib.h obj_dat.hobj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hobj_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hobj_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.hobj_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hobj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hobj_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hobj_err.o: ../../include/openssl/symhacks.hobj_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hobj_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hobj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.hobj_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hobj_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hobj_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hobj_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.hobj_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hobj_lib.o: ../cryptlib.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?