📄 makefile
字号:
## OpenSSL/crypto/x509/Makefile#DIR= x509TOP= ../..CC= ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE= MakefileAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=Makefile READMETEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC= x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \ x509_obj.c x509_req.c x509spki.c x509_vfy.c \ x509_set.c x509cset.c x509rset.c x509_err.c \ x509name.c x509_v3.c x509_ext.c x509_att.c \ x509type.c x509_lu.c x_all.c x509_txt.c \ x509_trs.c by_file.c by_dir.c x509_vpm.cLIBOBJ= x509_def.o x509_d2.o x509_r2x.o x509_cmp.o \ x509_obj.o x509_req.o x509spki.o x509_vfy.o \ x509_set.o x509cset.o x509rset.o x509_err.o \ x509name.o x509_v3.o x509_ext.o x509_att.o \ x509type.o x509_lu.o x_all.o x509_txt.o \ x509_trs.o by_file.o by_dir.o x509_vpm.oSRC= $(LIBSRC)EXHEADER= x509.h x509_vfy.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.ssl >> $(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.by_dir.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.hby_dir.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hby_dir.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hby_dir.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hby_dir.o: ../../include/openssl/err.h ../../include/openssl/evp.hby_dir.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hby_dir.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hby_dir.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hby_dir.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.hby_dir.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hby_dir.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hby_dir.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hby_dir.o: ../cryptlib.h by_dir.cby_file.o: ../../e_os.h ../../include/openssl/asn1.hby_file.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hby_file.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hby_file.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hby_file.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hby_file.o: ../../include/openssl/evp.h ../../include/openssl/fips.hby_file.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hby_file.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hby_file.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hby_file.o: ../../include/openssl/pem.h ../../include/openssl/pem2.hby_file.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hby_file.o: ../../include/openssl/sha.h ../../include/openssl/stack.hby_file.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hby_file.o: ../../include/openssl/x509_vfy.h ../cryptlib.h by_file.cx509_att.o: ../../e_os.h ../../include/openssl/asn1.hx509_att.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hx509_att.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hx509_att.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hx509_att.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hx509_att.o: ../../include/openssl/err.h ../../include/openssl/evp.hx509_att.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hx509_att.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hx509_att.o: ../../include/openssl/opensslconf.hx509_att.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hx509_att.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hx509_att.o: ../../include/openssl/sha.h ../../include/openssl/stack.hx509_att.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hx509_att.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hx509_att.o: ../cryptlib.h x509_att.cx509_cmp.o: ../../e_os.h ../../include/openssl/asn1.hx509_cmp.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hx509_cmp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hx509_cmp.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hx509_cmp.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hx509_cmp.o: ../../include/openssl/err.h ../../include/openssl/evp.hx509_cmp.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hx509_cmp.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hx509_cmp.o: ../../include/openssl/opensslconf.hx509_cmp.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hx509_cmp.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hx509_cmp.o: ../../include/openssl/sha.h ../../include/openssl/stack.hx509_cmp.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hx509_cmp.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hx509_cmp.o: ../cryptlib.h x509_cmp.cx509_d2.o: ../../e_os.h ../../include/openssl/asn1.hx509_d2.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hx509_d2.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hx509_d2.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hx509_d2.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hx509_d2.o: ../../include/openssl/evp.h ../../include/openssl/fips.hx509_d2.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hx509_d2.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hx509_d2.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hx509_d2.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hx509_d2.o: ../../include/openssl/sha.h ../../include/openssl/stack.hx509_d2.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hx509_d2.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_d2.cx509_def.o: ../../e_os.h ../../include/openssl/asn1.hx509_def.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hx509_def.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hx509_def.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hx509_def.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hx509_def.o: ../../include/openssl/evp.h ../../include/openssl/fips.hx509_def.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hx509_def.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hx509_def.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hx509_def.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hx509_def.o: ../../include/openssl/sha.h ../../include/openssl/stack.hx509_def.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hx509_def.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_def.cx509_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hx509_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hx509_err.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hx509_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hx509_err.o: ../../include/openssl/err.h ../../include/openssl/evp.hx509_err.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hx509_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hx509_err.o: ../../include/openssl/opensslconf.hx509_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hx509_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hx509_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.hx509_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hx509_err.o: ../../include/openssl/x509_vfy.h x509_err.cx509_ext.o: ../../e_os.h ../../include/openssl/asn1.hx509_ext.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hx509_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hx509_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hx509_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hx509_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.hx509_ext.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hx509_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hx509_ext.o: ../../include/openssl/opensslconf.hx509_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hx509_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hx509_ext.o: ../../include/openssl/sha.h ../../include/openssl/stack.hx509_ext.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hx509_ext.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.hx509_ext.o: ../cryptlib.h x509_ext.cx509_lu.o: ../../e_os.h ../../include/openssl/asn1.hx509_lu.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hx509_lu.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hx509_lu.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hx509_lu.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hx509_lu.o: ../../include/openssl/err.h ../../include/openssl/evp.hx509_lu.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hx509_lu.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hx509_lu.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hx509_lu.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.hx509_lu.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hx509_lu.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -