📄 makefile
字号:
## SSLeay/crypto/err/Makefile#DIR= errTOP= ../..CC= ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gINSTALL_PREFIX=OPENSSLDIR= /usr/local/sslINSTALLTOP=/usr/local/sslMAKEDEPPROG= makedependMAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE= MakefileAR= 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) $(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: @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) -- $(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.err.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/buffer.herr.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.herr.o: ../../include/openssl/err.h ../../include/openssl/lhash.herr.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.herr.o: ../../include/openssl/safestack.h ../../include/openssl/stack.herr.o: ../../include/openssl/symhacks.h ../cryptlib.h err.cerr_all.o: ../../include/openssl/aes.h ../../include/openssl/asn1.herr_all.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.herr_all.o: ../../include/openssl/bn.h ../../include/openssl/buffer.herr_all.o: ../../include/openssl/cast.h ../../include/openssl/conf.herr_all.o: ../../include/openssl/crypto.h ../../include/openssl/des.herr_all.o: ../../include/openssl/des_old.h ../../include/openssl/dh.herr_all.o: ../../include/openssl/dsa.h ../../include/openssl/dso.herr_all.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.herr_all.o: ../../include/openssl/engine.h ../../include/openssl/err.herr_all.o: ../../include/openssl/evp.h ../../include/openssl/fips.herr_all.o: ../../include/openssl/idea.h ../../include/openssl/lhash.herr_all.o: ../../include/openssl/md2.h ../../include/openssl/md4.herr_all.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.herr_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.herr_all.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.herr_all.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.herr_all.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs12.herr_all.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.herr_all.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.herr_all.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.herr_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.herr_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.herr_all.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.herr_all.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.herr_all.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.herr_all.o: err_all.cerr_prn.o: ../../e_os.h ../../include/openssl/bio.herr_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.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 err_prn.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -