X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=1b91579b2d307ae7f8cd85ed20d26cf87069769d;hb=d0e97865ae0499feb63e751b4cb2478c44d93247;hp=10e41ce8ccf8ce185dac5ea5c908d82b14eeec2d;hpb=57d07eb0dc22bee10aebb0bd37cbdf2258413564;p=openssl-gost%2Fengine.git diff --git a/Makefile b/Makefile index 10e41ce..1b91579 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,8 @@ install: tests: +links: + update: local_depend @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi @@ -84,6 +86,10 @@ dclean: clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll *.dylib +gostsum$(EXE_EXT): gostsum.o gosthash.o gost89.o + +gost12sum$(EXE_EXT): gost12sum.o gosthash2012.o + # DO NOT DELETE THIS LINE -- make depend depends on it. gost89.o: gost89.c gost89.h @@ -155,8 +161,9 @@ gost_ec_keyx.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h gost_ec_keyx.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h gost_ec_keyx.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h gost_ec_keyx.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h -gost_ec_keyx.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -gost_ec_keyx.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h +gost_ec_keyx.o: ../../include/openssl/err.h ../../include/openssl/evp.h +gost_ec_keyx.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h +gost_ec_keyx.o: ../../include/openssl/objects.h gost_ec_keyx.o: ../../include/openssl/opensslconf.h gost_ec_keyx.o: ../../include/openssl/opensslv.h gost_ec_keyx.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h @@ -221,7 +228,7 @@ gost_md2012.o: ../../include/openssl/opensslv.h gost_md2012.o: ../../include/openssl/ossl_typ.h gost_md2012.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h gost_md2012.o: ../../include/openssl/symhacks.h gost_md2012.c gosthash2012.h -gost_md2012.o: gosthash2012_const.h gosthash2012_precalc.h gosthash2012_sse2.h +gost_md2012.o: gosthash2012_const.h gosthash2012_precalc.h gosthash2012_ref.h gost_params.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h gost_params.o: ../../include/openssl/bio.h ../../include/openssl/bn.h gost_params.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h @@ -253,22 +260,6 @@ 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 ../../include/openssl/x509v3.h gost_pmeth.o: e_gost_err.h gost89.h gost_lcl.h gost_pmeth.c 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 -gost_sign.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -gost_sign.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h -gost_sign.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h -gost_sign.o: ../../include/openssl/err.h ../../include/openssl/evp.h -gost_sign.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -gost_sign.o: ../../include/openssl/objects.h -gost_sign.o: ../../include/openssl/opensslconf.h -gost_sign.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h -gost_sign.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h -gost_sign.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h -gost_sign.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h -gost_sign.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -gost_sign.o: e_gost_err.h gost89.h gost_lcl.h gost_sign.c gosthash.h gosthash.o: gost89.h gosthash.c gosthash.h gosthash2012.o: gosthash2012.c gosthash2012.h gosthash2012_const.h -gosthash2012.o: gosthash2012_precalc.h gosthash2012_sse2.h +gosthash2012.o: gosthash2012_precalc.h gosthash2012_ref.h