X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=engines%2Fccgost%2FMakefile;h=97fac82d6baef27753e0e1eda9671052073b9647;hb=8f4077ca69076cebaca51b7b666db1ed49e46b9e;hp=0c3750bb8c2ed2e124b2911654ec353db335f5ef;hpb=926c41bd293461df485e1ccde391ef471abf86c1;p=oweals%2Fopenssl.git diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile index 0c3750bb8c..97fac82d6b 100644 --- a/engines/ccgost/Makefile +++ b/engines/ccgost/Makefile @@ -8,6 +8,8 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) LIB=$(TOP)/libcrypto.a +TEST=gost2814789t.c + LIBSRC= gost2001.c gost2001_keyx.c gost89.c gost94_keyx.c gost_ameth.c gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c gosthash.c gost_keywrap.c gost_md.c gost_params.c gost_pmeth.c gost_sign.c LIBOBJ= e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_params.o gost_pmeth.o gost_sign.o @@ -25,7 +27,7 @@ tags: ctags $(SRC) errors: - $(PERL) ../../util/mkerr.pl -conf gost.ec -nostatic -debug -write $(SRC) + $(PERL) ../../util/mkerr.pl -conf gost.ec -nostatic -write $(SRC) lib: $(LIBOBJ) if [ -n "$(SHARED_LIBS)" ]; then \ @@ -37,29 +39,33 @@ lib: $(LIBOBJ) else \ $(AR) $(LIB) $(LIBOBJ); \ fi + @touch lib -install: +install: [ -n "$(INSTALLTOP)" ] # should be set by top Makefile... if [ -n "$(SHARED_LIBS)" ]; then \ set -e; \ echo installing $(LIBNAME); \ - if [ "$(PLATFORM)" != "Cygwin" ]; then \ + pfx=lib; \ + if ! expr "$(PLATFORM)" : "Cygwin" >/dev/null; then \ case "$(CFLAGS)" in \ - *DSO_BEOS*) sfx="so";; \ - *DSO_DLFCN*) sfx="so";; \ - *DSO_DL*) sfx="sl";; \ - *) sfx="bad";; \ + *DSO_BEOS*) sfx=".so";; \ + *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \ + *DSO_DL*) sfx=".sl";; \ + *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \ + *) sfx=".bad";; \ esac; \ - cp lib$(LIBNAME).$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$(LIBNAME).$$sfx.new; \ + cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ else \ - sfx="so"; \ - cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$(LIBNAME).$$sfx.new; \ + sfx=".so"; \ + cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ fi; \ - chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$(LIBNAME).$$sfx.new; \ - mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$(LIBNAME).$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines/lib$(LIBNAME).$$sfx; \ + chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \ + mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx; \ fi links: + @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) tests: @@ -71,8 +77,7 @@ depend: fi files: - - + $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO lint: lint -DLINT $(INCLUDES) $(SRC)>fluff @@ -82,7 +87,7 @@ dclean: mv -f Makefile.new $(MAKEFILE) clean: - rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll + rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll *.dylib # DO NOT DELETE THIS LINE -- make depend depends on it. @@ -118,7 +123,7 @@ gost2001_keyx.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h gost2001_keyx.o: ../../include/openssl/sha.h ../../include/openssl/stack.h gost2001_keyx.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h gost2001_keyx.o: ../../include/openssl/x509_vfy.h e_gost_err.h gost2001_keyx.c -gost2001_keyx.o: gost89.h gost_keywrap.h gost_lcl.h gosthash.h +gost2001_keyx.o: gost2001_keyx.h gost89.h gost_keywrap.h gost_lcl.h gosthash.h gost89.o: gost89.c gost89.h gost94_keyx.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h gost94_keyx.o: ../../include/openssl/bio.h ../../include/openssl/bn.h @@ -139,10 +144,11 @@ gost94_keyx.o: ../../include/openssl/x509_vfy.h e_gost_err.h gost89.h gost94_keyx.o: gost94_keyx.c gost_keywrap.h gost_lcl.h gosthash.h gost_ameth.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h gost_ameth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -gost_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h -gost_ameth.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -gost_ameth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h -gost_ameth.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h +gost_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h +gost_ameth.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h +gost_ameth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +gost_ameth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h +gost_ameth.o: ../../include/openssl/engine.h ../../include/openssl/err.h gost_ameth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h gost_ameth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h gost_ameth.o: ../../include/openssl/opensslconf.h @@ -188,9 +194,9 @@ gost_ctl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h gost_ctl.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h gost_ctl.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h gost_ctl.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h -gost_ctl.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -gost_ctl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h -gost_ctl.o: ../../include/openssl/opensslconf.h +gost_ctl.o: ../../include/openssl/err.h ../../include/openssl/evp.h +gost_ctl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h +gost_ctl.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h gost_ctl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h gost_ctl.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h gost_ctl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h @@ -203,9 +209,9 @@ gost_eng.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h gost_eng.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h gost_eng.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h gost_eng.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h -gost_eng.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -gost_eng.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h -gost_eng.o: ../../include/openssl/opensslconf.h +gost_eng.o: ../../include/openssl/err.h ../../include/openssl/evp.h +gost_eng.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h +gost_eng.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h gost_eng.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h gost_eng.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h gost_eng.o: ../../include/openssl/sha.h ../../include/openssl/stack.h @@ -237,19 +243,21 @@ gost_params.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h gost_params.o: ../../include/openssl/symhacks.h gost_params.c gost_params.h gost_pmeth.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h gost_pmeth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -gost_pmeth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h -gost_pmeth.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -gost_pmeth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h -gost_pmeth.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h -gost_pmeth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -gost_pmeth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h +gost_pmeth.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h +gost_pmeth.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h +gost_pmeth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h +gost_pmeth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h +gost_pmeth.o: ../../include/openssl/engine.h ../../include/openssl/evp.h +gost_pmeth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h +gost_pmeth.o: ../../include/openssl/objects.h gost_pmeth.o: ../../include/openssl/opensslconf.h gost_pmeth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h gost_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h gost_pmeth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h gost_pmeth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h -gost_pmeth.o: ../../include/openssl/x509_vfy.h e_gost_err.h gost89.h gost_lcl.h -gost_pmeth.o: gost_params.h gost_pmeth.c gosthash.h +gost_pmeth.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h +gost_pmeth.o: e_gost_err.h gost89.h gost_lcl.h gost_params.h gost_pmeth.c +gost_pmeth.o: gosthash.h gost_sign.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h gost_sign.o: ../../include/openssl/bio.h ../../include/openssl/bn.h gost_sign.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h