📄 makefile
字号:
## OpenSSL/crypto/engine/Makefile#DIR= engineTOP= ../..CC= ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE= MakefileAR= 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_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c \ tb_cipher.c tb_digest.c \ eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c eng_padlock.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_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.o \ tb_cipher.o tb_digest.o \ eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o eng_padlock.oSRC= $(LIBSRC)EXHEADER= engine.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) -- $(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: ../../e_os.h ../../include/openssl/asn1.heng_all.o: ../../include/openssl/bio.h ../../include/openssl/buffer.heng_all.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.heng_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.heng_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.heng_all.o: ../../include/openssl/err.h ../../include/openssl/evp.heng_all.o: ../../include/openssl/fips.h ../../include/openssl/lhash.heng_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.heng_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.heng_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.heng_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.heng_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.heng_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.heng_all.o: ../cryptlib.h eng_all.c eng_int.heng_cnf.o: ../../e_os.h ../../include/openssl/asn1.heng_cnf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.heng_cnf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.heng_cnf.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.heng_cnf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.heng_cnf.o: ../../include/openssl/engine.h ../../include/openssl/err.heng_cnf.o: ../../include/openssl/evp.h ../../include/openssl/fips.heng_cnf.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.heng_cnf.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.heng_cnf.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_cnf.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.heng_cnf.o: ../../include/openssl/sha.h ../../include/openssl/stack.heng_cnf.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.heng_cnf.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_cnf.c eng_int.heng_cryptodev.o: ../../include/openssl/asn1.h ../../include/openssl/bio.heng_cryptodev.o: ../../include/openssl/bn.h ../../include/openssl/buffer.heng_cryptodev.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.heng_cryptodev.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.heng_cryptodev.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.heng_cryptodev.o: ../../include/openssl/evp.h ../../include/openssl/fips.heng_cryptodev.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.heng_cryptodev.o: ../../include/openssl/objects.heng_cryptodev.o: ../../include/openssl/opensslconf.heng_cryptodev.o: ../../include/openssl/opensslv.heng_cryptodev.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.heng_cryptodev.o: ../../include/openssl/safestack.h ../../include/openssl/sha.heng_cryptodev.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.heng_cryptodev.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.heng_cryptodev.o: eng_cryptodev.ceng_ctrl.o: ../../e_os.h ../../include/openssl/asn1.heng_ctrl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.heng_ctrl.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.heng_ctrl.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.heng_ctrl.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.heng_ctrl.o: ../../include/openssl/err.h ../../include/openssl/evp.heng_ctrl.o: ../../include/openssl/fips.h ../../include/openssl/lhash.heng_ctrl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.heng_ctrl.o: ../../include/openssl/opensslconf.heng_ctrl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_ctrl.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.heng_ctrl.o: ../../include/openssl/sha.h ../../include/openssl/stack.heng_ctrl.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.heng_ctrl.o: ../../include/openssl/x509_vfy.h ../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/buffer.heng_dyn.o: ../../include/openssl/crypto.h ../../include/openssl/dso.heng_dyn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.heng_dyn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.heng_dyn.o: ../../include/openssl/engine.h ../../include/openssl/err.heng_dyn.o: ../../include/openssl/evp.h ../../include/openssl/fips.heng_dyn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.heng_dyn.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.heng_dyn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_dyn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.heng_dyn.o: ../../include/openssl/sha.h ../../include/openssl/stack.heng_dyn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.heng_dyn.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_dyn.c eng_int.heng_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.heng_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.heng_err.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.heng_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.heng_err.o: ../../include/openssl/engine.h ../../include/openssl/err.heng_err.o: ../../include/openssl/evp.h ../../include/openssl/fips.heng_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.heng_err.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.heng_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.heng_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.heng_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.heng_err.o: ../../include/openssl/x509_vfy.h eng_err.ceng_fat.o: ../../e_os.h ../../include/openssl/asn1.heng_fat.o: ../../include/openssl/bio.h ../../include/openssl/buffer.heng_fat.o: ../../include/openssl/conf.h ../../include/openssl/crypto.heng_fat.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.heng_fat.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.heng_fat.o: ../../include/openssl/engine.h ../../include/openssl/err.heng_fat.o: ../../include/openssl/evp.h ../../include/openssl/fips.heng_fat.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.heng_fat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.heng_fat.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_fat.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.heng_fat.o: ../../include/openssl/sha.h ../../include/openssl/stack.heng_fat.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.heng_fat.o: ../../include/openssl/x509_vfy.h ../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/buffer.heng_init.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.heng_init.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.heng_init.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.heng_init.o: ../../include/openssl/err.h ../../include/openssl/evp.heng_init.o: ../../include/openssl/fips.h ../../include/openssl/lhash.heng_init.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.heng_init.o: ../../include/openssl/opensslconf.heng_init.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.heng_init.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.heng_init.o: ../../include/openssl/sha.h ../../include/openssl/stack.heng_init.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.heng_init.o: ../../include/openssl/x509_vfy.h ../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/buffer.heng_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.heng_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.heng_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.heng_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.heng_lib.o: ../../include/openssl/fips.h ../../include/openssl/lhash.heng_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.heng_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.heng_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.heng_lib.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -