📄 makefile
字号:
## SSLeay/engines/Makefile#DIR= enginesTOP= ..CC= ccINCLUDES= -I../includeCFLAG=-gMAKEFILE= MakefileAR= ar rPEX_LIBS=EX_LIBS=CFLAGS= $(INCLUDES) $(CFLAG)GENERAL=Makefile engines.com install.com engine_vector.marTEST=APPS=LIB=$(TOP)/libcrypto.aLIBNAMES= 4758cca aep atalla cswift gmp chil nuron sureware ubsecLIBSRC= e_4758cca.c \ e_aep.c \ e_atalla.c \ e_cswift.c \ e_gmp.c \ e_chil.c \ e_nuron.c \ e_sureware.c \ e_ubsec.cLIBOBJ= e_4758cca.o \ e_aep.o \ e_atalla.o \ e_cswift.o \ e_gmp.o \ e_chil.o \ e_nuron.o \ e_sureware.o \ e_ubsec.oSRC= $(LIBSRC)EXHEADER= HEADER= e_4758cca_err.c e_4758cca_err.h \ e_aep_err.c e_aep_err.h \ e_atalla_err.c e_atalla_err.h \ e_cswift_err.c e_cswift_err.h \ e_gmp_err.c e_gmp_err.h \ e_chil_err.c e_chil_err.h \ e_nuron_err.c e_nuron_err.h \ e_sureware_err.c e_sureware_err.h \ e_ubsec_err.c e_ubsec_err.hALL= $(GENERAL) $(SRC) $(HEADER)top: (cd ..; $(MAKE) DIRS=$(DIR) all)all: liblib: $(LIBOBJ) @if [ -n "$(SHARED_LIBS)" ]; then \ set -e; \ for l in $(LIBNAMES); do \ $(MAKE) -f ../Makefile.shared -e \ LIBNAME=$$l LIBEXTRAS=e_$$l.o \ LIBDEPS='-L.. -lcrypto $(EX_LIBS)' \ link_o.$(SHLIB_TARGET); \ done; \ else \ $(AR) $(LIB) $(LIBOBJ); \ $(RANLIB) $(LIB) || echo Never mind.; \ fi; \ touch libfiles: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFOlinks:# XXXXX This currently only works on systems that use .so as suffix# for shared libraries as well as for Cygwin which uses the# dlfcn_name_converter and therefore stores the engines with .so suffix, too.install: @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... @if [ -n "$(SHARED_LIBS)" ]; then \ set -e; \ for l in $(LIBNAMES); do \ ( echo installing $$l; \ if [ "$(PLATFORM)" != "Cygwin" ]; then \ cp lib$$l.so $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.so.new; \ else \ cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.so.new; \ fi; \ chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.so.new; \ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.so.new $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$$l.so ); \ done; \ fitags: ctags $(SRC)errors: set -e; for l in $(LIBNAMES); do \ $(PERL) ../util/mkerr.pl -conf e_$$l.ec \ -nostatic -staticloader -write e_$$l.c; \ donetests:lint: lint -DLINT $(INCLUDES) $(SRC)>fluffdepend: @if [ -z "$(THIS)" ]; then \ $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; \ else \ $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC); \ fidclean: $(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.e_4758cca.o: ../include/openssl/asn1.h ../include/openssl/bio.he_4758cca.o: ../include/openssl/bn.h ../include/openssl/buffer.he_4758cca.o: ../include/openssl/crypto.h ../include/openssl/dso.he_4758cca.o: ../include/openssl/e_os2.h ../include/openssl/ec.he_4758cca.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.he_4758cca.o: ../include/openssl/engine.h ../include/openssl/err.he_4758cca.o: ../include/openssl/evp.h ../include/openssl/lhash.he_4758cca.o: ../include/openssl/obj_mac.h ../include/openssl/objects.he_4758cca.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.he_4758cca.o: ../include/openssl/ossl_typ.h ../include/openssl/pkcs7.he_4758cca.o: ../include/openssl/rand.h ../include/openssl/rsa.he_4758cca.o: ../include/openssl/safestack.h ../include/openssl/sha.he_4758cca.o: ../include/openssl/stack.h ../include/openssl/symhacks.he_4758cca.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.he_4758cca.o: e_4758cca.c e_4758cca_err.c e_4758cca_err.he_4758cca.o: vendor_defns/hw_4758_cca.he_aep.o: ../include/openssl/asn1.h ../include/openssl/bio.he_aep.o: ../include/openssl/bn.h ../include/openssl/buffer.he_aep.o: ../include/openssl/crypto.h ../include/openssl/dh.he_aep.o: ../include/openssl/dsa.h ../include/openssl/dso.he_aep.o: ../include/openssl/e_os2.h ../include/openssl/engine.he_aep.o: ../include/openssl/err.h ../include/openssl/lhash.he_aep.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.he_aep.o: ../include/openssl/ossl_typ.h ../include/openssl/rsa.he_aep.o: ../include/openssl/safestack.h ../include/openssl/stack.he_aep.o: ../include/openssl/symhacks.h e_aep.c e_aep_err.c e_aep_err.he_aep.o: vendor_defns/aep.he_atalla.o: ../include/openssl/asn1.h ../include/openssl/bio.he_atalla.o: ../include/openssl/bn.h ../include/openssl/buffer.he_atalla.o: ../include/openssl/crypto.h ../include/openssl/dh.he_atalla.o: ../include/openssl/dsa.h ../include/openssl/dso.he_atalla.o: ../include/openssl/e_os2.h ../include/openssl/engine.he_atalla.o: ../include/openssl/err.h ../include/openssl/lhash.he_atalla.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.he_atalla.o: ../include/openssl/ossl_typ.h ../include/openssl/rsa.he_atalla.o: ../include/openssl/safestack.h ../include/openssl/stack.he_atalla.o: ../include/openssl/symhacks.h e_atalla.c e_atalla_err.ce_atalla.o: e_atalla_err.h vendor_defns/atalla.he_chil.o: ../include/openssl/asn1.h ../include/openssl/bio.he_chil.o: ../include/openssl/bn.h ../include/openssl/buffer.he_chil.o: ../include/openssl/crypto.h ../include/openssl/dh.he_chil.o: ../include/openssl/dso.h ../include/openssl/e_os2.he_chil.o: ../include/openssl/ec.h ../include/openssl/ecdh.he_chil.o: ../include/openssl/ecdsa.h ../include/openssl/engine.he_chil.o: ../include/openssl/err.h ../include/openssl/evp.he_chil.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.he_chil.o: ../include/openssl/objects.h ../include/openssl/opensslconf.he_chil.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.he_chil.o: ../include/openssl/pem.h ../include/openssl/pem2.he_chil.o: ../include/openssl/pkcs7.h ../include/openssl/rand.he_chil.o: ../include/openssl/rsa.h ../include/openssl/safestack.he_chil.o: ../include/openssl/sha.h ../include/openssl/stack.he_chil.o: ../include/openssl/symhacks.h ../include/openssl/ui.he_chil.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h e_chil.ce_chil.o: e_chil_err.c e_chil_err.h vendor_defns/hwcryptohook.he_cswift.o: ../include/openssl/asn1.h ../include/openssl/bio.he_cswift.o: ../include/openssl/bn.h ../include/openssl/buffer.he_cswift.o: ../include/openssl/crypto.h ../include/openssl/dh.he_cswift.o: ../include/openssl/dsa.h ../include/openssl/dso.he_cswift.o: ../include/openssl/e_os2.h ../include/openssl/engine.he_cswift.o: ../include/openssl/err.h ../include/openssl/lhash.he_cswift.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.he_cswift.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.he_cswift.o: ../include/openssl/rsa.h ../include/openssl/safestack.he_cswift.o: ../include/openssl/stack.h ../include/openssl/symhacks.h e_cswift.ce_cswift.o: e_cswift_err.c e_cswift_err.h vendor_defns/cswift.he_gmp.o: ../include/openssl/buffer.h ../include/openssl/crypto.he_gmp.o: ../include/openssl/e_os2.h ../include/openssl/engine.he_gmp.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.he_gmp.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.he_gmp.o: ../include/openssl/stack.h ../include/openssl/symhacks.h e_gmp.ce_nuron.o: ../include/openssl/asn1.h ../include/openssl/bio.he_nuron.o: ../include/openssl/bn.h ../include/openssl/buffer.he_nuron.o: ../include/openssl/crypto.h ../include/openssl/dh.he_nuron.o: ../include/openssl/dsa.h ../include/openssl/dso.he_nuron.o: ../include/openssl/e_os2.h ../include/openssl/engine.he_nuron.o: ../include/openssl/err.h ../include/openssl/lhash.he_nuron.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.he_nuron.o: ../include/openssl/ossl_typ.h ../include/openssl/rsa.he_nuron.o: ../include/openssl/safestack.h ../include/openssl/stack.he_nuron.o: ../include/openssl/symhacks.h e_nuron.c e_nuron_err.c e_nuron_err.he_sureware.o: ../include/openssl/asn1.h ../include/openssl/bio.he_sureware.o: ../include/openssl/bn.h ../include/openssl/buffer.he_sureware.o: ../include/openssl/crypto.h ../include/openssl/dh.he_sureware.o: ../include/openssl/dsa.h ../include/openssl/dso.he_sureware.o: ../include/openssl/e_os2.h ../include/openssl/ec.he_sureware.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.he_sureware.o: ../include/openssl/engine.h ../include/openssl/err.he_sureware.o: ../include/openssl/evp.h ../include/openssl/lhash.he_sureware.o: ../include/openssl/obj_mac.h ../include/openssl/objects.he_sureware.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.he_sureware.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.he_sureware.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.he_sureware.o: ../include/openssl/rand.h ../include/openssl/rsa.he_sureware.o: ../include/openssl/safestack.h ../include/openssl/sha.he_sureware.o: ../include/openssl/stack.h ../include/openssl/symhacks.he_sureware.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.he_sureware.o: e_sureware.c e_sureware_err.c e_sureware_err.he_sureware.o: vendor_defns/sureware.he_ubsec.o: ../include/openssl/asn1.h ../include/openssl/bio.he_ubsec.o: ../include/openssl/bn.h ../include/openssl/buffer.he_ubsec.o: ../include/openssl/crypto.h ../include/openssl/dh.he_ubsec.o: ../include/openssl/dsa.h ../include/openssl/dso.he_ubsec.o: ../include/openssl/e_os2.h ../include/openssl/engine.he_ubsec.o: ../include/openssl/err.h ../include/openssl/lhash.he_ubsec.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.he_ubsec.o: ../include/openssl/ossl_typ.h ../include/openssl/rsa.he_ubsec.o: ../include/openssl/safestack.h ../include/openssl/stack.he_ubsec.o: ../include/openssl/symhacks.h e_ubsec.c e_ubsec_err.c e_ubsec_err.he_ubsec.o: vendor_defns/hw_ubsec.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -