📄 makefile
字号:
## SSLeay/crypto/buffer/Makefile#DIR= bufferTOP= ../..CC= ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE= MakefileAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC= buffer.c buf_err.cLIBOBJ= buffer.o buf_err.oSRC= $(LIBSRC)EXHEADER= buffer.hHEADER= $(EXHEADER)ALL= $(GENERAL) $(SRC) $(HEADER)top: (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all: liblib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch libfiles: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFOlinks: @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)install: @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ 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: @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(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.buf_err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hbuf_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hbuf_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.hbuf_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hbuf_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hbuf_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hbuf_err.o: buf_err.cbuffer.o: ../../e_os.h ../../include/openssl/bio.hbuffer.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbuffer.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbuffer.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbuffer.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbuffer.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbuffer.o: ../../include/openssl/symhacks.h ../cryptlib.h buffer.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -