📄 makefile.ssl
字号:
## OpenSSL/crypto/engine/Makefile#DIR= engineTOP= ../..CC= ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gINSTALL_PREFIX=OPENSSLDIR= /usr/local/sslINSTALLTOP=/usr/local/sslMAKE= make -f Makefile.sslMAKEDEPPROG= makedependMAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE= Makefile.sslAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST= enginetest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \ eng_table.c eng_pkey.c eng_fat.c eng_all.c \ tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_cipher.c tb_digest.c \ eng_openssl.c eng_dyn.c eng_cnf.c \ hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c \ hw_cryptodev.c hw_aep.c hw_sureware.c hw_4758_cca.cLIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \ eng_table.o eng_pkey.o eng_fat.o eng_all.o \ tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o tb_cipher.o tb_digest.o \ eng_openssl.o eng_dyn.o eng_cnf.o \ hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o \ hw_cryptodev.o hw_aep.o hw_sureware.o hw_4758_cca.oSRC= $(LIBSRC)EXHEADER= engine.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.ssl >> $(TOP)/MINFOlinks: @sh $(TOP)/util/point.sh Makefile.ssl Makefile @$(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)errors: $(PERL) $(TOP)/util/mkerr.pl -conf hw.ec \ -nostatic -staticloader -write hw_*.ctests: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 */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.eng_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.heng_all.o: ../../include/openssl/bn.h ../../include/openssl/crypto.heng_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.heng_all.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.heng_all.o: ../../include/openssl/err.h ../../include/openssl/lhash.heng_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.heng_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.heng_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.heng_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.heng_all.o: ../../include/openssl/ui.h eng_all.c eng_int.heng_cnf.o: ../../e_os.h ../../include/openssl/asn1.heng_cnf.o: ../../include/openssl/bio.h ../../include/openssl/bn.heng_cnf.o: ../../include/openssl/buffer.h ../../include/openssl/conf.heng_cnf.o: ../../include/openssl/crypto.h ../../include/openssl/dh.heng_cnf.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.heng_cnf.o: ../../include/openssl/engine.h ../../include/openssl/err.heng_cnf.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.heng_cnf.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_cnf.o: ../../include/openssl/rand.h ../../include/openssl/rsa.heng_cnf.o: ../../include/openssl/safestack.h ../../include/openssl/stack.heng_cnf.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.heng_cnf.o: ../cryptlib.h eng_cnf.ceng_ctrl.o: ../../e_os.h ../../include/openssl/asn1.heng_ctrl.o: ../../include/openssl/bio.h ../../include/openssl/bn.heng_ctrl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.heng_ctrl.o: ../../include/openssl/dh.h ../../include/openssl/dsa.heng_ctrl.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.heng_ctrl.o: ../../include/openssl/err.h ../../include/openssl/lhash.heng_ctrl.o: ../../include/openssl/opensslconf.heng_ctrl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_ctrl.o: ../../include/openssl/rand.h ../../include/openssl/rsa.heng_ctrl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.heng_ctrl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.heng_ctrl.o: ../cryptlib.h eng_ctrl.c eng_int.heng_dyn.o: ../../e_os.h ../../include/openssl/asn1.heng_dyn.o: ../../include/openssl/bio.h ../../include/openssl/bn.heng_dyn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.heng_dyn.o: ../../include/openssl/dh.h ../../include/openssl/dsa.heng_dyn.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.heng_dyn.o: ../../include/openssl/engine.h ../../include/openssl/err.heng_dyn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.heng_dyn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_dyn.o: ../../include/openssl/rand.h ../../include/openssl/rsa.heng_dyn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.heng_dyn.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.heng_dyn.o: ../cryptlib.h eng_dyn.c eng_int.heng_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.heng_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.heng_err.o: ../../include/openssl/dh.h ../../include/openssl/dsa.heng_err.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.heng_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.heng_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.heng_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.heng_err.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.heng_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.heng_err.o: ../../include/openssl/ui.h eng_err.ceng_fat.o: ../../e_os.h ../../include/openssl/asn1.heng_fat.o: ../../include/openssl/bio.h ../../include/openssl/bn.heng_fat.o: ../../include/openssl/buffer.h ../../include/openssl/conf.heng_fat.o: ../../include/openssl/crypto.h ../../include/openssl/dh.heng_fat.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.heng_fat.o: ../../include/openssl/engine.h ../../include/openssl/err.heng_fat.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.heng_fat.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_fat.o: ../../include/openssl/rand.h ../../include/openssl/rsa.heng_fat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.heng_fat.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.heng_fat.o: ../cryptlib.h eng_fat.c eng_int.heng_init.o: ../../e_os.h ../../include/openssl/asn1.heng_init.o: ../../include/openssl/bio.h ../../include/openssl/bn.heng_init.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.heng_init.o: ../../include/openssl/dh.h ../../include/openssl/dsa.heng_init.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.heng_init.o: ../../include/openssl/err.h ../../include/openssl/lhash.heng_init.o: ../../include/openssl/opensslconf.heng_init.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_init.o: ../../include/openssl/rand.h ../../include/openssl/rsa.heng_init.o: ../../include/openssl/safestack.h ../../include/openssl/stack.heng_init.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.heng_init.o: ../cryptlib.h eng_init.c eng_int.heng_lib.o: ../../e_os.h ../../include/openssl/asn1.heng_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.heng_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.heng_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.heng_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -