build.info 827 B

123456789101112131415161718192021222324252627282930
  1. # We make separate GOAL variables for each algorithm, to make it easy to
  2. # switch each to the Legacy provider when needed.
  3. $DSA_GOAL=../../libimplementations.a
  4. $EC_GOAL=../../libimplementations.a
  5. $SM2SIG_GOAL=../../libimplementations.a
  6. IF[{- !$disabled{dsa} -}]
  7. SOURCE[$DSA_GOAL]=dsa.c
  8. ENDIF
  9. IF[{- !$disabled{ec} -}]
  10. SOURCE[$EC_GOAL]=eddsa.c ecdsa.c
  11. ENDIF
  12. IF[{- !$disabled{sm2} -}]
  13. SOURCE[$SM2SIG_GOAL]=sm2sig.c
  14. ENDIF
  15. SOURCE[../../libfips.a]=rsa.c
  16. SOURCE[../../libnonfips.a]=rsa.c
  17. DEPEND[rsa.o]=../../common/include/prov/der_rsa.h
  18. DEPEND[dsa.o]=../../common/include/prov/der_dsa.h
  19. DEPEND[ecdsa.o]=../../common/include/prov/der_ec.h
  20. DEPEND[eddsa.o]=../../common/include/prov/der_ecx.h
  21. DEPEND[sm2sig.o]=../../common/include/prov/der_sm2.h
  22. SOURCE[../../libfips.a]=mac_legacy.c
  23. SOURCE[../../libnonfips.a]=mac_legacy.c