makefile.ssl
来自「一个用于点对点传输加密的工具包源码」· SSL 代码 · 共 108 行
SSL
108 行
## SSLeay/crypto/rand/Makefile#DIR= randTOP= ../..CC= ccINCLUDES=CFLAG=-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= randtest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c rand_win.cLIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o rand_win.oSRC= $(LIBSRC)EXHEADER= rand.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.md_rand.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hmd_rand.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.hmd_rand.o: ../../include/openssl/err.h ../../include/openssl/lhash.hmd_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hmd_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.hmd_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.hmd_rand.o: ../../include/openssl/symhacks.h rand_lcl.hrand_egd.o: ../../include/openssl/opensslconf.h ../../include/openssl/rand.hrand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hrand_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.hrand_err.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.hrand_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hrand_err.o: ../../include/openssl/symhacks.hrand_lib.o: ../../include/openssl/rand.hrand_win.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hrand_win.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.hrand_win.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hrand_win.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hrand_win.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.hrand_win.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hrand_win.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hrand_win.o: ../cryptlib.h rand_lcl.hrandfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.hrandfile.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hrandfile.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.hrandfile.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hrandfile.o: ../../include/openssl/symhacks.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?