📄 makefile
字号:
## OpenSSL/ocsp/Makefile#DIR= ocspTOP= ../..CC= ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE= MakefileAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=Makefile READMETEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC= ocsp_asn.c ocsp_ext.c ocsp_ht.c ocsp_lib.c ocsp_cl.c \ ocsp_srv.c ocsp_prn.c ocsp_vfy.c ocsp_err.cLIBOBJ= ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o \ ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.oSRC= $(LIBSRC)EXHEADER= ocsp.hHEADER= $(EXHEADER)ALL= $(GENERAL) $(SRC) $(HEADER)top: (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all: liblib: $(LIBOBJ) $(ARX) $(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) -- $(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.ocsp_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.hocsp_asn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hocsp_asn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hocsp_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hocsp_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hocsp_asn.o: ../../include/openssl/evp.h ../../include/openssl/fips.hocsp_asn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hocsp_asn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.hocsp_asn.o: ../../include/openssl/opensslconf.hocsp_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hocsp_asn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hocsp_asn.o: ../../include/openssl/sha.h ../../include/openssl/stack.hocsp_asn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hocsp_asn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hocsp_asn.o: ocsp_asn.cocsp_cl.o: ../../e_os.h ../../include/openssl/asn1.hocsp_cl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hocsp_cl.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hocsp_cl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hocsp_cl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hocsp_cl.o: ../../include/openssl/err.h ../../include/openssl/evp.hocsp_cl.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hocsp_cl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hocsp_cl.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.hocsp_cl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hocsp_cl.o: ../../include/openssl/pem.h ../../include/openssl/pem2.hocsp_cl.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.hocsp_cl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hocsp_cl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hocsp_cl.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hocsp_cl.o: ../../include/openssl/x509v3.h ../cryptlib.h ocsp_cl.cocsp_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hocsp_err.o: ../../include/openssl/buffer.h ../../include/openssl/conf.hocsp_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hocsp_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hocsp_err.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hocsp_err.o: ../../include/openssl/evp.h ../../include/openssl/fips.hocsp_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hocsp_err.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.hocsp_err.o: ../../include/openssl/opensslconf.hocsp_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hocsp_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hocsp_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.hocsp_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hocsp_err.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hocsp_err.o: ocsp_err.cocsp_ext.o: ../../e_os.h ../../include/openssl/asn1.hocsp_ext.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hocsp_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hocsp_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hocsp_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hocsp_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.hocsp_ext.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hocsp_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hocsp_ext.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.hocsp_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hocsp_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.hocsp_ext.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hocsp_ext.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hocsp_ext.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hocsp_ext.o: ../../include/openssl/x509v3.h ../cryptlib.h ocsp_ext.cocsp_ht.o: ../../e_os.h ../../include/openssl/asn1.hocsp_ht.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hocsp_ht.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hocsp_ht.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hocsp_ht.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hocsp_ht.o: ../../include/openssl/err.h ../../include/openssl/evp.hocsp_ht.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hocsp_ht.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hocsp_ht.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.hocsp_ht.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hocsp_ht.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hocsp_ht.o: ../../include/openssl/sha.h ../../include/openssl/stack.hocsp_ht.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hocsp_ht.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hocsp_ht.o: ocsp_ht.cocsp_lib.o: ../../e_os.h ../../include/openssl/asn1.hocsp_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hocsp_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hocsp_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hocsp_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hocsp_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.hocsp_lib.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hocsp_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hocsp_lib.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.hocsp_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hocsp_lib.o: ../../include/openssl/pem.h ../../include/openssl/pem2.hocsp_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.hocsp_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hocsp_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hocsp_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hocsp_lib.o: ../../include/openssl/x509v3.h ../cryptlib.h ocsp_lib.cocsp_prn.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hocsp_prn.o: ../../include/openssl/buffer.h ../../include/openssl/conf.hocsp_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hocsp_prn.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hocsp_prn.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hocsp_prn.o: ../../include/openssl/evp.h ../../include/openssl/fips.hocsp_prn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hocsp_prn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.hocsp_prn.o: ../../include/openssl/opensslconf.hocsp_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hocsp_prn.o: ../../include/openssl/pem.h ../../include/openssl/pem2.hocsp_prn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hocsp_prn.o: ../../include/openssl/sha.h ../../include/openssl/stack.hocsp_prn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hocsp_prn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hocsp_prn.o: ocsp_prn.cocsp_srv.o: ../../e_os.h ../../include/openssl/asn1.hocsp_srv.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hocsp_srv.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hocsp_srv.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hocsp_srv.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hocsp_srv.o: ../../include/openssl/err.h ../../include/openssl/evp.hocsp_srv.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hocsp_srv.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hocsp_srv.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.hocsp_srv.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hocsp_srv.o: ../../include/openssl/pem.h ../../include/openssl/pem2.hocsp_srv.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.hocsp_srv.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hocsp_srv.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hocsp_srv.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hocsp_srv.o: ../../include/openssl/x509v3.h ../cryptlib.h ocsp_srv.cocsp_vfy.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hocsp_vfy.o: ../../include/openssl/buffer.h ../../include/openssl/conf.hocsp_vfy.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hocsp_vfy.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hocsp_vfy.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hocsp_vfy.o: ../../include/openssl/evp.h ../../include/openssl/fips.hocsp_vfy.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hocsp_vfy.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.hocsp_vfy.o: ../../include/openssl/opensslconf.hocsp_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hocsp_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hocsp_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.hocsp_vfy.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hocsp_vfy.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hocsp_vfy.o: ocsp_vfy.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -