generate masm and mingw64 assembly

This commit is contained in:
Brent Cook
2019-01-20 19:56:07 -06:00
parent 74553e53aa
commit 72bb1ed618
4 changed files with 99 additions and 3 deletions

View File

@@ -197,10 +197,14 @@ EXTRA_libcrypto_la_SOURCES =
include Makefile.am.elf-arm
include Makefile.am.elf-x86_64
include Makefile.am.macosx-x86_64
include Makefile.am.masm-x86_64
include Makefile.am.mingw64-x86_64
if !HOST_ASM_ELF_ARM
if !HOST_ASM_ELF_X86_64
if !HOST_ASM_MACOSX_X86_64
if !HOST_ASM_MASM_X86_64
if !HOST_ASM_MINGW64_X86_64
libcrypto_la_SOURCES += aes/aes_cbc.c
libcrypto_la_SOURCES += aes/aes_core.c
libcrypto_la_SOURCES += camellia/camellia.c
@@ -211,6 +215,8 @@ libcrypto_la_SOURCES += whrlpool/wp_block.c
endif
endif
endif
endif
endif
libcrypto_la_SOURCES += cpt_err.c
libcrypto_la_SOURCES += cryptlib.c