📄 makefile
字号:
## crypto/ec/Makefile#DIR= ecTOP= ../..CC= ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE= MakefileAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=ectest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC= ec_lib.c ecp_smpl.c ecp_mont.c ecp_nist.c ec_cvt.c ec_mult.c\ ec_err.c ec_curve.c ec_check.c ec_print.c ec_asn1.c ec_key.c\ ec2_smpl.c ec2_smpt.c ec2_mult.cLIBOBJ= ec_lib.o ecp_smpl.o ecp_mont.o ecp_nist.o ec_cvt.o ec_mult.o\ ec_err.o ec_curve.o ec_check.o ec_print.o ec_asn1.o ec_key.o\ ec2_smpl.o ec2_mult.oSRC= $(LIBSRC)EXHEADER= ec.hHEADER= ec_lcl.h $(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) -- $(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 */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.ec2_mult.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hec2_mult.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hec2_mult.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hec2_mult.o: ../../include/openssl/err.h ../../include/openssl/lhash.hec2_mult.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hec2_mult.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec2_mult.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec2_mult.o: ../../include/openssl/symhacks.h ec2_mult.c ec_lcl.hec2_smpl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hec2_smpl.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hec2_smpl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hec2_smpl.o: ../../include/openssl/err.h ../../include/openssl/lhash.hec2_smpl.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hec2_smpl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec2_smpl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec2_smpl.o: ../../include/openssl/symhacks.h ec2_smpl.c ec2_smpt.c ec_lcl.hec2_smpt.o: ec2_smpt.cec_asn1.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.hec_asn1.o: ../../include/openssl/bio.h ../../include/openssl/bn.hec_asn1.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hec_asn1.o: ../../include/openssl/ec.h ../../include/openssl/err.hec_asn1.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hec_asn1.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hec_asn1.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec_asn1.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec_asn1.o: ../../include/openssl/symhacks.h ec_asn1.c ec_lcl.hec_check.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hec_check.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hec_check.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hec_check.o: ../../include/openssl/err.h ../../include/openssl/lhash.hec_check.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hec_check.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec_check.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec_check.o: ../../include/openssl/symhacks.h ec_check.c ec_lcl.hec_curve.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hec_curve.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hec_curve.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hec_curve.o: ../../include/openssl/err.h ../../include/openssl/lhash.hec_curve.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hec_curve.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec_curve.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec_curve.o: ../../include/openssl/symhacks.h ec_curve.c ec_lcl.hec_cvt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hec_cvt.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hec_cvt.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hec_cvt.o: ../../include/openssl/err.h ../../include/openssl/lhash.hec_cvt.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hec_cvt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec_cvt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec_cvt.o: ../../include/openssl/symhacks.h ec_cvt.c ec_lcl.hec_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hec_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hec_err.o: ../../include/openssl/ec.h ../../include/openssl/err.hec_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hec_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec_err.o: ../../include/openssl/symhacks.h ec_err.cec_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hec_key.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hec_key.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hec_key.o: ../../include/openssl/err.h ../../include/openssl/lhash.hec_key.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hec_key.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec_key.o: ../../include/openssl/symhacks.h ec_key.c ec_lcl.hec_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hec_lib.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hec_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hec_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.hec_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hec_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec_lib.o: ../../include/openssl/symhacks.h ec_lcl.h ec_lib.cec_mult.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hec_mult.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hec_mult.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hec_mult.o: ../../include/openssl/err.h ../../include/openssl/lhash.hec_mult.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hec_mult.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec_mult.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec_mult.o: ../../include/openssl/symhacks.h ec_lcl.h ec_mult.cec_print.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hec_print.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hec_print.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hec_print.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hec_print.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hec_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hec_print.o: ../../include/openssl/symhacks.h ec_lcl.h ec_print.cecp_mont.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hecp_mont.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hecp_mont.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hecp_mont.o: ../../include/openssl/err.h ../../include/openssl/lhash.hecp_mont.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hecp_mont.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hecp_mont.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hecp_mont.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_mont.cecp_nist.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hecp_nist.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hecp_nist.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hecp_nist.o: ../../include/openssl/err.h ../../include/openssl/lhash.hecp_nist.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hecp_nist.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hecp_nist.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hecp_nist.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_nist.cecp_smpl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hecp_smpl.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hecp_smpl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hecp_smpl.o: ../../include/openssl/err.h ../../include/openssl/lhash.hecp_smpl.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.hecp_smpl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hecp_smpl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hecp_smpl.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_smpl.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -