提交 fa8e921f 编写于 作者: A Andy Polyakov

Unify x86 perlasm make rules.

上级 4287ade5
...@@ -116,22 +116,23 @@ my $tlib="-lnsl -lsocket"; ...@@ -116,22 +116,23 @@ my $tlib="-lnsl -lsocket";
my $bits1="THIRTY_TWO_BIT "; my $bits1="THIRTY_TWO_BIT ";
my $bits2="SIXTY_FOUR_BIT "; my $bits2="SIXTY_FOUR_BIT ";
my $x86_elf_asm="x86cpuid-elf.o:bn86-elf.o co86-elf.o mo86-elf.o:dx86-elf.o yx86-elf.o:ax86-elf.o:bx86-elf.o:mx86-elf.o:sx86-elf.o sha256x86-elf.o sha512x86-elf.o:cx86-elf.o:rx86-elf.o:rm86-elf.o:r586-elf.o:wp_block.o w86mmx-elf.o:"; my $x86_asm="x86cpuid.o:bn-586.o co-586.o x86-mont.o:des-586.o crypt586.o:aes-586.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o:";
my $x86_coff_asm="x86cpuid-cof.o:bn86-cof.o co86-cof.o mo86-cof.o:dx86-cof.o yx86-cof.o:ax86-cof.o:bx86-cof.o:mx86-cof.o:sx86-cof.o sha256x86-cof.o sha512x86-cof.o:cx86-cof.o:rx86-cof.o:rm86-cof.o:r586-cof.o:wp_block.o w86mmx-cof.o:";
my $x86_out_asm="x86cpuid-out.o:bn86-out.o co86-out.o mo86-out.o:dx86-out.o yx86-out.o:ax86-out.o:bx86-out.o:mx86-out.o:sx86-out.o sha256x86-out.o sha512x86-out.o:cx86-out.o:rx86-out.o:rm86-out.o:r586-out.o:wp_block.o w86mmx-out.o:"; my $x86_win32_asm="$x86_asm:win32n";
my $x86_macosx_asm="x86cpuid-macosx.o:bn86-macosx.o co86-macosx.o mo86-macosx.o:dx86-macosx.o yx86-macosx.o:ax86-macosx.o:bx86-macosx.o:mx86-macosx.o:sx86-macosx.o sha256x86-macosx.o sha512x86-macosx.o:cx86-macosx.o:rx86-macosx.o:rm86-macosx.o:r586-macosx.o:wp_block.o w86mmx-macosx.o:"; my $x86_macosx_asm="$x86_asm:macosx";
my $x86_elf_asm="$x86_asm:elf";
my $x86_win32_asm="x86cpuid.o:bn-586.o co-586.o x86-mont.o:des-586.o crypt586.o:aes-586.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o:"; my $x86_out_asm="$x86_asm:a.out";
my $x86_coff_asm="$x86_asm:coff";
my $x86_64_asm="x86_64cpuid.o:x86_64-gcc.o x86_64-mont.o::aes-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o::rc4-x86_64.o:::wp-x86_64.o:";
my $ia64_asm="ia64cpuid.o:bn-ia64.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o::rc4-ia64.o rc4_skey.o::::"; my $x86_64_asm="x86_64cpuid.o:x86_64-gcc.o x86_64-mont.o::aes-x86_64.o::md5-x86_64.o:sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o::rc4-x86_64.o:::wp-x86_64.o::void";
my $sparcv9_asm="sparcv9cap.o sparccpuid.o:bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o:des_enc-sparc.o fcrypt_b.o:aes_core.o aes_cbc.o aes-sparcv9.o:::sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o::::::"; my $ia64_asm="ia64cpuid.o:bn-ia64.o::aes_core.o aes_cbc.o aes-ia64.o::md5-ia64.o:sha1-ia64.o sha256-ia64.o sha512-ia64.o::rc4-ia64.o rc4_skey.o:::::void";
my $sparcv8_asm=":sparcv8.o:des_enc-sparc.o fcrypt_b.o::::::::::"; my $sparcv9_asm="sparcv9cap.o sparccpuid.o:bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o:des_enc-sparc.o fcrypt_b.o:aes_core.o aes_cbc.o aes-sparcv9.o:::sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o:::::::void";
my $alpha_asm="alphacpuid.o:bn_asm.o alpha-mont.o:::::::::::"; my $sparcv8_asm=":sparcv8.o:des_enc-sparc.o fcrypt_b.o:::::::::::void";
my $mips3_asm=":bn-mips3.o:::::::::::"; my $alpha_asm="alphacpuid.o:bn_asm.o alpha-mont.o::::::::::::void";
my $s390x_asm=":bn-s390x.o::aes_cbc.o aes-s390x.o:::sha1-s390x.o sha256-s390x.o sha512-s390x.o::::::"; my $mips3_asm=":bn-mips3.o::::::::::::void";
my $armv4_asm=":bn_asm.o armv4-mont.o::aes_cbc.o aes-armv4.o:::sha1-armv4-large.o sha256-armv4.o sha512-armv4.o::::::"; my $s390x_asm=":bn-s390x.o::aes_cbc.o aes-s390x.o:::sha1-s390x.o sha256-s390x.o sha512-s390x.o:::::::void";
my $no_asm="::::::::::::"; my $armv4_asm=":bn_asm.o armv4-mont.o::aes_cbc.o aes-armv4.o:::sha1-armv4-large.o sha256-armv4.o sha512-armv4.o:::::::void";
my $no_asm=":::::::::::::void";
# As for $BSDthreads. Idea is to maintain "collective" set of flags, # As for $BSDthreads. Idea is to maintain "collective" set of flags,
# which would cover all BSD flavors. -pthread applies to them all, # which would cover all BSD flavors. -pthread applies to them all,
...@@ -177,7 +178,7 @@ my %table=( ...@@ -177,7 +178,7 @@ my %table=(
"debug-linux-ppro","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentiumpro -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn", "debug-linux-ppro","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentiumpro -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn",
"debug-linux-elf","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall::-D_REENTRANT::-lefence -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-linux-elf","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall::-D_REENTRANT::-lefence -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"debug-linux-elf-noefence","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-linux-elf-noefence","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"debug-linux-ia32-aes", "gcc:-DAES_EXPERIMENTAL -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:x86cpuid-elf.o:bn86-elf.o co86-elf.o mo86-elf.o:dx86-elf.o yx86-elf.o:aes_x86core.o aes_cbc.o:bx86-elf.o:mx86-elf.o:sx86-elf.o s512sse2-elf.o:cx86-elf.o:rx86-elf.o:rm86-elf.o:r586-elf.o:wp_block.o w86mmx-elf.o::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "debug-linux-ia32-aes", "gcc:-DAES_EXPERIMENTAL -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:x86cpuid.o:bn-586.o co-586.o x86-mont.o:des-586.o crypt586.o:aes_x86core.o aes_cbc.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o:elf:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"dist", "cc:-O::(unknown)::::::", "dist", "cc:-O::(unknown)::::::",
# Basic configs that should work on any (32 and less bit) box # Basic configs that should work on any (32 and less bit) box
...@@ -279,8 +280,8 @@ my %table=( ...@@ -279,8 +280,8 @@ my %table=(
# Since there is mention of this in shlib/hpux10-cc.sh # Since there is mention of this in shlib/hpux10-cc.sh
"hpux-parisc-cc-o4","cc:-Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY::-D_REENTRANT::-ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "hpux-parisc-cc-o4","cc:-Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY::-D_REENTRANT::-ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"hpux-parisc-gcc","gcc:-O3 -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-Wl,+s -ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${no_asm}:dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "hpux-parisc-gcc","gcc:-O3 -DB_ENDIAN -DBN_DIV2W::-D_REENTRANT::-Wl,+s -ldld:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:${no_asm}:dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"hpux-parisc2-gcc","gcc:-march=2.0 -O3 -DB_ENDIAN -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL DES_RISC1::pa-risc2.o::::::::::::dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "hpux-parisc2-gcc","gcc:-march=2.0 -O3 -DB_ENDIAN -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL DES_RISC1::pa-risc2.o::::::::::::void:dl:hpux-shared:-fPIC:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"hpux64-parisc2-gcc","gcc:-O3 -DB_ENDIAN -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2W.o::::::::::::dlfcn:hpux-shared:-fpic:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "hpux64-parisc2-gcc","gcc:-O3 -DB_ENDIAN -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2W.o::::::::::::void:dlfcn:hpux-shared:-fpic:-shared:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
# More attempts at unified 10.X and 11.X targets for HP C compiler. # More attempts at unified 10.X and 11.X targets for HP C compiler.
# #
...@@ -288,8 +289,8 @@ my %table=( ...@@ -288,8 +289,8 @@ my %table=(
# Kevin Steves <ks@hp.se> # Kevin Steves <ks@hp.se>
"hpux-parisc-cc","cc:+O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY::-D_REENTRANT::-Wl,+s -ldld:MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "hpux-parisc-cc","cc:+O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY::-D_REENTRANT::-Wl,+s -ldld:MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"hpux-parisc1_0-cc","cc:+DAportable +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY::-D_REENTRANT::-Wl,+s -ldld:MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "hpux-parisc1_0-cc","cc:+DAportable +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY::-D_REENTRANT::-Wl,+s -ldld:MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:${no_asm}:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2.o::::::::::::dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2.o::::::::::::void:dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"hpux64-parisc2-cc","cc:+DD64 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2W.o::::::::::::dlfcn:hpux-shared:+Z:+DD64 -b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "hpux64-parisc2-cc","cc:+DD64 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT::pa-risc2W.o::::::::::::void:dlfcn:hpux-shared:+Z:+DD64 -b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
# HP/UX IA-64 targets # HP/UX IA-64 targets
"hpux-ia64-cc","cc:-Ae +DD32 +O2 +Olit=all -z -DB_ENDIAN -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT:${ia64_asm}:dlfcn:hpux-shared:+Z:+DD32 -b:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "hpux-ia64-cc","cc:-Ae +DD32 +O2 +Olit=all -z -DB_ENDIAN -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT:${ia64_asm}:dlfcn:hpux-shared:+Z:+DD32 -b:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
...@@ -326,7 +327,7 @@ my %table=( ...@@ -326,7 +327,7 @@ my %table=(
# *-generic* is endian-neutral target, but ./config is free to # *-generic* is endian-neutral target, but ./config is free to
# throw in -D[BL]_ENDIAN, whichever appropriate... # throw in -D[BL]_ENDIAN, whichever appropriate...
"linux-generic32","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-generic32","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"linux-ppc", "gcc:-DB_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:ppccpuid_linux32.o:linux_ppc32.o linux_ppc32-mont.o:::::sha1-ppc_linux32.o sha256-ppc_linux32.o:::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-ppc", "gcc:-DB_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:ppccpuid_linux32.o:linux_ppc32.o linux_ppc32-mont.o:::::sha1-ppc_linux32.o sha256-ppc_linux32.o:::::::void:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
# It's believed that majority of ARM toolchains predefine appropriate -march. # It's believed that majority of ARM toolchains predefine appropriate -march.
# If you compiler does not, do complement config command line with one! # If you compiler does not, do complement config command line with one!
"linux-armv4", "gcc:-DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-armv4", "gcc:-DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${armv4_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
...@@ -336,7 +337,7 @@ my %table=( ...@@ -336,7 +337,7 @@ my %table=(
"linux-aout", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i486 -Wall::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}", "linux-aout", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i486 -Wall::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}",
#### ####
"linux-generic64","gcc:-DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-generic64","gcc:-DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"linux-ppc64", "gcc:-m64 -DB_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:ppccpuid_linux64.o:linux_ppc64.o linux_ppc64-mont.o:::::sha1-ppc_linux64.o sha256-ppc_linux64.o sha512-ppc_linux64.o:::::::dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-ppc64", "gcc:-m64 -DB_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:ppccpuid_linux64.o:linux_ppc64.o linux_ppc64-mont.o:::::sha1-ppc_linux64.o sha256-ppc_linux64.o sha512-ppc_linux64.o:::::::void:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"linux-ia64", "gcc:-DL_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-ia64", "gcc:-DL_ENDIAN -DTERMIO -O3 -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"linux-ia64-ecc","ecc:-DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-ia64-ecc","ecc:-DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"linux-ia64-icc","icc:-DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", "linux-ia64-icc","icc:-DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_INT:${ia64_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
...@@ -422,12 +423,12 @@ my %table=( ...@@ -422,12 +423,12 @@ my %table=(
#### IBM's AIX. #### IBM's AIX.
"aix3-cc", "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG RC4_CHAR:::", "aix3-cc", "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG RC4_CHAR:::",
"aix-gcc", "gcc:-O -DB_ENDIAN::-D_THREAD_SAFE:AIX::BN_LLONG RC4_CHAR:ppccpuid_aix32.o:aix_ppc32.o aix_ppc32-mont.o:::::sha1-ppc_aix32.o sha256-ppc_aix32.o:::::::dlfcn:aix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 32", "aix-gcc", "gcc:-O -DB_ENDIAN::-D_THREAD_SAFE:AIX::BN_LLONG RC4_CHAR:ppccpuid_aix32.o:aix_ppc32.o aix_ppc32-mont.o:::::sha1-ppc_aix32.o sha256-ppc_aix32.o:::::::void:dlfcn:aix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 32",
"aix64-gcc","gcc:-maix64 -O -DB_ENDIAN::-D_THREAD_SAFE:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR:ppccpuid_aix64.o:aix_ppc64.o aix_ppc64-mont.o:::::sha1-ppc_aix64.o sha256-ppc_aix64.o sha512-ppc_aix64.o:::::::dlfcn:aix-shared::-maix64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X64", "aix64-gcc","gcc:-maix64 -O -DB_ENDIAN::-D_THREAD_SAFE:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR:ppccpuid_aix64.o:aix_ppc64.o aix_ppc64-mont.o:::::sha1-ppc_aix64.o sha256-ppc_aix64.o sha512-ppc_aix64.o:::::::void:dlfcn:aix-shared::-maix64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X64",
# Below targets assume AIX 5. Idea is to effectively disregard $OBJECT_MODE # Below targets assume AIX 5. Idea is to effectively disregard $OBJECT_MODE
# at build time. $OBJECT_MODE is respected at ./config stage! # at build time. $OBJECT_MODE is respected at ./config stage!
"aix-cc", "cc:-q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst::-qthreaded:AIX::BN_LLONG RC4_CHAR:ppccpuid_aix32.o:aix_ppc32.o aix_ppc32-mont.o:::::sha1-ppc_aix32.o sha256-ppc_aix32.o:::::::dlfcn:aix-shared::-q32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 32", "aix-cc", "cc:-q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst::-qthreaded:AIX::BN_LLONG RC4_CHAR:ppccpuid_aix32.o:aix_ppc32.o aix_ppc32-mont.o:::::sha1-ppc_aix32.o sha256-ppc_aix32.o:::::::void:dlfcn:aix-shared::-q32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 32",
"aix64-cc", "cc:-q64 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst::-qthreaded:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR:ppccpuid_aix64.o:aix_ppc64.o aix_ppc64-mont.o:::::sha1-ppc_aix64.o sha256-ppc_aix64.o sha512-ppc_aix64.o:::::::dlfcn:aix-shared::-q64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 64", "aix64-cc", "cc:-q64 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst::-qthreaded:AIX::SIXTY_FOUR_BIT_LONG RC4_CHAR:ppccpuid_aix64.o:aix_ppc64.o aix_ppc64-mont.o:::::sha1-ppc_aix64.o sha256-ppc_aix64.o sha512-ppc_aix64.o:::::::void:dlfcn:aix-shared::-q64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X 64",
# #
# Cray T90 and similar (SDSC) # Cray T90 and similar (SDSC)
...@@ -524,11 +525,11 @@ my %table=( ...@@ -524,11 +525,11 @@ my %table=(
##### MacOS X (a.k.a. Rhapsody or Darwin) setup ##### MacOS X (a.k.a. Rhapsody or Darwin) setup
"rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX_RHAPSODY::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}::", "rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX_RHAPSODY::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}::",
"darwin-ppc-cc","cc:-arch ppc -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:ppccpuid_osx32.o:osx_ppc32.o osx_ppc32-mont.o:::::sha1-ppc_osx32.o sha256-ppc_osx32.o:::::::dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", "darwin-ppc-cc","cc:-arch ppc -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:ppccpuid_osx32.o:osx_ppc32.o osx_ppc32-mont.o:::::sha1-ppc_osx32.o sha256-ppc_osx32.o:::::::void:dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
"darwin64-ppc-cc","cc:-arch ppc64 -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:ppccpuid_osx64.o:osx_ppc64.o osx_ppc64-mont.o:::::sha1-ppc_osx64.o sha256-ppc_osx64.o sha512-ppc_osx64.o:::::::dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", "darwin64-ppc-cc","cc:-arch ppc64 -O3 -DB_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:ppccpuid_osx64.o:osx_ppc64.o osx_ppc64-mont.o:::::sha1-ppc_osx64.o sha256-ppc_osx64.o sha512-ppc_osx64.o:::::::void:dlfcn:darwin-shared:-fPIC -fno-common:-arch ppc64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
"darwin-i386-cc","cc:-arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR:${x86_macosx_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", "darwin-i386-cc","cc:-arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR:${x86_macosx_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch i386 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
"darwin64-x86_64-cc","cc:-arch x86_64 -O3 -fomit-frame-pointer -DL_ENDIAN -DMD32_REG_T=int -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", "darwin64-x86_64-cc","cc:-arch x86_64 -O3 -fomit-frame-pointer -DL_ENDIAN -DMD32_REG_T=int -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
"debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::osx_ppc32.o osx_ppc32-mont.o:::::sha1-ppc_osx32.o:::::::dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", "debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::osx_ppc32.o osx_ppc32-mont.o:::::sha1-ppc_osx32.o:::::::void:dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
##### A/UX ##### A/UX
"aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::", "aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
...@@ -581,6 +582,7 @@ my $idx_rmd160_obj = $idx++; ...@@ -581,6 +582,7 @@ my $idx_rmd160_obj = $idx++;
my $idx_rc5_obj = $idx++; my $idx_rc5_obj = $idx++;
my $idx_wp_obj = $idx++; my $idx_wp_obj = $idx++;
my $idx_cmll_obj = $idx++; my $idx_cmll_obj = $idx++;
my $idx_perlasm_scheme = $idx++;
my $idx_dso_scheme = $idx++; my $idx_dso_scheme = $idx++;
my $idx_shared_target = $idx++; my $idx_shared_target = $idx++;
my $idx_shared_cflag = $idx++; my $idx_shared_cflag = $idx++;
...@@ -1000,6 +1002,7 @@ my $rmd160_obj = $fields[$idx_rmd160_obj]; ...@@ -1000,6 +1002,7 @@ my $rmd160_obj = $fields[$idx_rmd160_obj];
my $rc5_obj = $fields[$idx_rc5_obj]; my $rc5_obj = $fields[$idx_rc5_obj];
my $wp_obj = $fields[$idx_wp_obj]; my $wp_obj = $fields[$idx_wp_obj];
my $cmll_obj = $fields[$idx_cmll_obj]; my $cmll_obj = $fields[$idx_cmll_obj];
my $perlasm_scheme = $fields[$idx_perlasm_scheme];
my $dso_scheme = $fields[$idx_dso_scheme]; my $dso_scheme = $fields[$idx_dso_scheme];
my $shared_target = $fields[$idx_shared_target]; my $shared_target = $fields[$idx_shared_target];
my $shared_cflag = $fields[$idx_shared_cflag]; my $shared_cflag = $fields[$idx_shared_cflag];
...@@ -1405,6 +1408,7 @@ while (<IN>) ...@@ -1405,6 +1408,7 @@ while (<IN>)
s/^RMD160_ASM_OBJ=.*$/RMD160_ASM_OBJ= $rmd160_obj/; s/^RMD160_ASM_OBJ=.*$/RMD160_ASM_OBJ= $rmd160_obj/;
s/^WP_ASM_OBJ=.*$/WP_ASM_OBJ= $wp_obj/; s/^WP_ASM_OBJ=.*$/WP_ASM_OBJ= $wp_obj/;
s/^CMLL_ENC=.*$/CMLL_ENC= $cmll_obj/; s/^CMLL_ENC=.*$/CMLL_ENC= $cmll_obj/;
s/^PERLASM_SCHEME=.*$/PERLASM_SCHEME= $perlasm_scheme/;
s/^PROCESSOR=.*/PROCESSOR= $processor/; s/^PROCESSOR=.*/PROCESSOR= $processor/;
s/^ARFLAGS=.*/ARFLAGS= $arflags/; s/^ARFLAGS=.*/ARFLAGS= $arflags/;
s/^PERL=.*/PERL= $perl/; s/^PERL=.*/PERL= $perl/;
...@@ -1837,7 +1841,7 @@ sub print_table_entry ...@@ -1837,7 +1841,7 @@ sub print_table_entry
(my $cc,my $cflags,my $unistd,my $thread_cflag,my $sys_id,my $lflags, (my $cc,my $cflags,my $unistd,my $thread_cflag,my $sys_id,my $lflags,
my $bn_ops,my $cpuid_obj,my $bn_obj,my $des_obj,my $aes_obj, my $bf_obj, my $bn_ops,my $cpuid_obj,my $bn_obj,my $des_obj,my $aes_obj, my $bf_obj,
my $md5_obj,my $sha1_obj,my $cast_obj,my $rc4_obj,my $rmd160_obj, my $md5_obj,my $sha1_obj,my $cast_obj,my $rc4_obj,my $rmd160_obj,
my $rc5_obj,my $wp_obj,my $cmll_obj,my $dso_scheme,my $shared_target,my $shared_cflag, my $rc5_obj,my $wp_obj,my $cmll_obj,my $perlasm_scheme,my $dso_scheme,my $shared_target,my $shared_cflag,
my $shared_ldflag,my $shared_extension,my $ranlib,my $arflags)= my $shared_ldflag,my $shared_extension,my $ranlib,my $arflags)=
split(/\s*:\s*/,$table{$target} . ":" x 30 , -1); split(/\s*:\s*/,$table{$target} . ":" x 30 , -1);
...@@ -1864,6 +1868,7 @@ sub print_table_entry ...@@ -1864,6 +1868,7 @@ sub print_table_entry
\$rc5_obj = $rc5_obj \$rc5_obj = $rc5_obj
\$wp_obj = $wp_obj \$wp_obj = $wp_obj
\$cmll_obj = $cmll_obj \$cmll_obj = $cmll_obj
\$perlasm_scheme = $perlasm_scheme
\$dso_scheme = $dso_scheme \$dso_scheme = $dso_scheme
\$shared_target= $shared_target \$shared_target= $shared_target
\$shared_cflag = $shared_cflag \$shared_cflag = $shared_cflag
......
...@@ -98,6 +98,7 @@ SHA1_ASM_OBJ= ...@@ -98,6 +98,7 @@ SHA1_ASM_OBJ=
RMD160_ASM_OBJ= RMD160_ASM_OBJ=
WP_ASM_OBJ= WP_ASM_OBJ=
CMLL_ENC= CMLL_ENC=
PERLASM_SCHEME=
# KRB5 stuff # KRB5 stuff
KRB5_INCLUDES= KRB5_INCLUDES=
...@@ -199,6 +200,7 @@ BUILDENV= PLATFORM='${PLATFORM}' PROCESSOR='${PROCESSOR}' \ ...@@ -199,6 +200,7 @@ BUILDENV= PLATFORM='${PLATFORM}' PROCESSOR='${PROCESSOR}' \
MD5_ASM_OBJ='${MD5_ASM_OBJ}' \ MD5_ASM_OBJ='${MD5_ASM_OBJ}' \
RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' \ RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' \
WP_ASM_OBJ='${WP_ASM_OBJ}' \ WP_ASM_OBJ='${WP_ASM_OBJ}' \
PERLASM_SCHEME='${PERLASM_SCHEME}' \
THIS=$${THIS:-$@} MAKEFILE=Makefile MAKEOVERRIDES= THIS=$${THIS:-$@} MAKEFILE=Makefile MAKEOVERRIDES=
# MAKEOVERRIDES= effectively "equalizes" GNU-ish and SysV-ish make flavors, # MAKEOVERRIDES= effectively "equalizes" GNU-ish and SysV-ish make flavors,
# which in turn eliminates ambiguities in variable treatment with -e. # which in turn eliminates ambiguities in variable treatment with -e.
......
...@@ -21,6 +21,7 @@ $rmd160_obj = ...@@ -21,6 +21,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = win32 $dso_scheme = win32
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -50,6 +51,7 @@ $rmd160_obj = ...@@ -50,6 +51,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -79,6 +81,7 @@ $rmd160_obj = ...@@ -79,6 +81,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= bsd-gcc-shared $shared_target= bsd-gcc-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -108,6 +111,7 @@ $rmd160_obj = ...@@ -108,6 +111,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= bsd-gcc-shared $shared_target= bsd-gcc-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -137,6 +141,7 @@ $rmd160_obj = ...@@ -137,6 +141,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= bsd-gcc-shared $shared_target= bsd-gcc-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -166,6 +171,7 @@ $rmd160_obj = ...@@ -166,6 +171,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= bsd-gcc-shared $shared_target= bsd-gcc-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -195,6 +201,7 @@ $rmd160_obj = ...@@ -195,6 +201,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= bsd-gcc-shared $shared_target= bsd-gcc-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -211,19 +218,20 @@ $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT ...@@ -211,19 +218,20 @@ $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
$sys_id = $sys_id =
$lflags = $lflags =
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-out.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-out.o co86-out.o mo86-out.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-out.o yx86-out.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-out.o $aes_obj = aes-586.o
$bf_obj = bx86-out.o $bf_obj = bf-586.o
$md5_obj = mx86-out.o $md5_obj = md5-586.o
$sha1_obj = sx86-out.o sha256x86-out.o sha512x86-out.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-out.o $cast_obj = cast-586.o
$rc4_obj = rx86-out.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-out.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-out.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-out.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = a.out
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= bsd-shared $shared_target= bsd-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -240,19 +248,20 @@ $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT ...@@ -240,19 +248,20 @@ $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
$sys_id = $sys_id =
$lflags = $lflags =
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= bsd-shared $shared_target= bsd-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -282,6 +291,7 @@ $rmd160_obj = ...@@ -282,6 +291,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = wp-x86_64.o $wp_obj = wp-x86_64.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= bsd-gcc-shared $shared_target= bsd-gcc-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -298,19 +308,20 @@ $thread_cflag = ...@@ -298,19 +308,20 @@ $thread_cflag =
$sys_id = CYGWIN32 $sys_id = CYGWIN32
$lflags = $lflags =
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-cof.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-cof.o co86-cof.o mo86-cof.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-cof.o yx86-cof.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-cof.o $aes_obj = aes-586.o
$bf_obj = bx86-cof.o $bf_obj = bf-586.o
$md5_obj = mx86-cof.o $md5_obj = md5-586.o
$sha1_obj = sx86-cof.o sha256x86-cof.o sha512x86-cof.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-cof.o $cast_obj = cast-586.o
$rc4_obj = rx86-cof.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-cof.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-cof.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-cof.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = coff
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= cygwin-shared $shared_target= cygwin-shared
$shared_cflag = -D_WINDLL $shared_cflag = -D_WINDLL
...@@ -340,6 +351,7 @@ $rmd160_obj = ...@@ -340,6 +351,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = win32 $dso_scheme = win32
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -356,19 +368,20 @@ $thread_cflag = ...@@ -356,19 +368,20 @@ $thread_cflag =
$sys_id = MSDOS $sys_id = MSDOS
$lflags = -L/dev/env/WATT_ROOT/lib -lwatt $lflags = -L/dev/env/WATT_ROOT/lib -lwatt
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-out.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-out.o co86-out.o mo86-out.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-out.o yx86-out.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-out.o $aes_obj = aes-586.o
$bf_obj = bx86-out.o $bf_obj = bf-586.o
$md5_obj = mx86-out.o $md5_obj = md5-586.o
$sha1_obj = sx86-out.o sha256x86-out.o sha512x86-out.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-out.o $cast_obj = cast-586.o
$rc4_obj = rx86-out.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-out.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-out.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-out.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = a.out
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -398,6 +411,7 @@ $rmd160_obj = ...@@ -398,6 +411,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -427,6 +441,7 @@ $rmd160_obj = ...@@ -427,6 +441,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -456,6 +471,7 @@ $rmd160_obj = ...@@ -456,6 +471,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -485,6 +501,7 @@ $rmd160_obj = ...@@ -485,6 +501,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= reliantunix-shared $shared_target= reliantunix-shared
$shared_cflag = $shared_cflag =
...@@ -514,6 +531,7 @@ $rmd160_obj = ...@@ -514,6 +531,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -543,6 +561,7 @@ $rmd160_obj = ...@@ -543,6 +561,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -572,6 +591,7 @@ $rmd160_obj = ...@@ -572,6 +591,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = win32 $dso_scheme = win32
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -601,6 +621,7 @@ $rmd160_obj = ...@@ -601,6 +621,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = win32 $dso_scheme = win32
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -630,6 +651,7 @@ $rmd160_obj = ...@@ -630,6 +651,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = win32 $dso_scheme = win32
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -640,25 +662,26 @@ $arflags = ...@@ -640,25 +662,26 @@ $arflags =
*** VC-WIN32 *** VC-WIN32
$cc = cl $cc = cl
$cflags = $cflags = -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
$unistd = $unistd =
$thread_cflag = $thread_cflag =
$sys_id = WIN32 $sys_id = WIN32
$lflags = $lflags =
$bn_ops = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT $bn_ops = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
$cpuid_obj = $cpuid_obj = x86cpuid.o
$bn_obj = $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = $des_obj = des-586.o crypt586.o
$aes_obj = $aes_obj = aes-586.o
$bf_obj = $bf_obj = bf-586.o
$md5_obj = $md5_obj = md5-586.o
$sha1_obj = $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = $cast_obj = cast-586.o
$rc4_obj = $rc4_obj = rc4-586.o
$rmd160_obj = $rmd160_obj = rmd-586.o
$rc5_obj = $rc5_obj = rc5-586.o
$wp_obj = $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = win32
$dso_scheme = win32 $dso_scheme = win32
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -688,6 +711,7 @@ $rmd160_obj = ...@@ -688,6 +711,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = win32 $dso_scheme = win32
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -717,6 +741,7 @@ $rmd160_obj = ...@@ -717,6 +741,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = win32 $dso_scheme = win32
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -746,6 +771,7 @@ $rmd160_obj = ...@@ -746,6 +771,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= aix-shared $shared_target= aix-shared
$shared_cflag = $shared_cflag =
...@@ -775,6 +801,7 @@ $rmd160_obj = ...@@ -775,6 +801,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= aix-shared $shared_target= aix-shared
$shared_cflag = $shared_cflag =
...@@ -804,6 +831,7 @@ $rmd160_obj = ...@@ -804,6 +831,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -833,6 +861,7 @@ $rmd160_obj = ...@@ -833,6 +861,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= aix-shared $shared_target= aix-shared
$shared_cflag = $shared_cflag =
...@@ -862,6 +891,7 @@ $rmd160_obj = ...@@ -862,6 +891,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= aix-shared $shared_target= aix-shared
$shared_cflag = $shared_cflag =
...@@ -891,6 +921,7 @@ $rmd160_obj = ...@@ -891,6 +921,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -907,19 +938,20 @@ $thread_cflag = -D_REENTRANT ...@@ -907,19 +938,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = BEOS $sys_id = BEOS
$lflags = -lbe -lbind -lsocket $lflags = -lbe -lbind -lsocket
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = beos $dso_scheme = beos
$shared_target= beos-shared $shared_target= beos-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -936,19 +968,20 @@ $thread_cflag = -D_REENTRANT ...@@ -936,19 +968,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = BEOS $sys_id = BEOS
$lflags = -lbe -lnet $lflags = -lbe -lnet
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = beos $dso_scheme = beos
$shared_target= beos-shared $shared_target= beos-shared
$shared_cflag = -fPIC -DPIC $shared_cflag = -fPIC -DPIC
...@@ -965,19 +998,20 @@ $thread_cflag = (unknown) ...@@ -965,19 +998,20 @@ $thread_cflag = (unknown)
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= bsd-gcc-shared $shared_target= bsd-gcc-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1007,6 +1041,7 @@ $rmd160_obj = ...@@ -1007,6 +1041,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1036,6 +1071,7 @@ $rmd160_obj = ...@@ -1036,6 +1071,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1065,6 +1101,7 @@ $rmd160_obj = ...@@ -1065,6 +1101,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1081,19 +1118,20 @@ $thread_cflag = -D_REENTRANT ...@@ -1081,19 +1118,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = MACOSX $sys_id = MACOSX
$lflags = -Wl,-search_paths_first% $lflags = -Wl,-search_paths_first%
$bn_ops = BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR
$cpuid_obj = x86cpuid-macosx.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-macosx.o co86-macosx.o mo86-macosx.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-macosx.o yx86-macosx.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-macosx.o $aes_obj = aes-586.o
$bf_obj = bx86-macosx.o $bf_obj = bf-586.o
$md5_obj = mx86-macosx.o $md5_obj = md5-586.o
$sha1_obj = sx86-macosx.o sha256x86-macosx.o sha512x86-macosx.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-macosx.o $cast_obj = cast-586.o
$rc4_obj = rx86-macosx.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-macosx.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-macosx.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-macosx.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = macosx
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= darwin-shared $shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common $shared_cflag = -fPIC -fno-common
...@@ -1123,6 +1161,7 @@ $rmd160_obj = ...@@ -1123,6 +1161,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= darwin-shared $shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common $shared_cflag = -fPIC -fno-common
...@@ -1152,6 +1191,7 @@ $rmd160_obj = ...@@ -1152,6 +1191,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= darwin-shared $shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common $shared_cflag = -fPIC -fno-common
...@@ -1181,6 +1221,7 @@ $rmd160_obj = ...@@ -1181,6 +1221,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= darwin-shared $shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common $shared_cflag = -fPIC -fno-common
...@@ -1210,6 +1251,7 @@ $rmd160_obj = ...@@ -1210,6 +1251,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1226,19 +1268,20 @@ $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT ...@@ -1226,19 +1268,20 @@ $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
$sys_id = $sys_id =
$lflags = $lflags =
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= bsd-shared $shared_target= bsd-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1268,6 +1311,7 @@ $rmd160_obj = ...@@ -1268,6 +1311,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= cygwin-shared $shared_target= cygwin-shared
$shared_cflag = -D_WINDLL $shared_cflag = -D_WINDLL
...@@ -1297,6 +1341,7 @@ $rmd160_obj = ...@@ -1297,6 +1341,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1326,6 +1371,7 @@ $rmd160_obj = ...@@ -1326,6 +1371,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1355,6 +1401,7 @@ $rmd160_obj = ...@@ -1355,6 +1401,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1384,6 +1431,7 @@ $rmd160_obj = ...@@ -1384,6 +1431,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1413,6 +1461,7 @@ $rmd160_obj = ...@@ -1413,6 +1461,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1429,19 +1478,20 @@ $thread_cflag = -D_REENTRANT ...@@ -1429,19 +1478,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = $lflags =
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1471,6 +1521,7 @@ $rmd160_obj = ...@@ -1471,6 +1521,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= darwin-shared $shared_target= darwin-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1500,6 +1551,7 @@ $rmd160_obj = ...@@ -1500,6 +1551,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1516,19 +1568,20 @@ $thread_cflag = -D_REENTRANT ...@@ -1516,19 +1568,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1545,19 +1598,20 @@ $thread_cflag = -D_REENTRANT ...@@ -1545,19 +1598,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1587,6 +1641,7 @@ $rmd160_obj = ...@@ -1587,6 +1641,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1616,6 +1671,7 @@ $rmd160_obj = ...@@ -1616,6 +1671,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1632,19 +1688,20 @@ $thread_cflag = -D_REENTRANT ...@@ -1632,19 +1688,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -lefence -ldl $lflags = -lefence -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1661,19 +1718,20 @@ $thread_cflag = -D_REENTRANT ...@@ -1661,19 +1718,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1690,19 +1748,20 @@ $thread_cflag = -D_REENTRANT ...@@ -1690,19 +1748,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = aes_x86core.o aes_cbc.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o s512sse2-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1719,19 +1778,20 @@ $thread_cflag = -D_REENTRANT ...@@ -1719,19 +1778,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1748,19 +1808,20 @@ $thread_cflag = -D_REENTRANT ...@@ -1748,19 +1808,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1777,19 +1838,20 @@ $thread_cflag = (unknown) ...@@ -1777,19 +1838,20 @@ $thread_cflag = (unknown)
$sys_id = $sys_id =
$lflags = $lflags =
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -1819,6 +1881,7 @@ $rmd160_obj = ...@@ -1819,6 +1881,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -KPIC $shared_cflag = -KPIC
...@@ -1848,6 +1911,7 @@ $rmd160_obj = ...@@ -1848,6 +1911,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1877,6 +1941,7 @@ $rmd160_obj = ...@@ -1877,6 +1941,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -KPIC $shared_cflag = -KPIC
...@@ -1906,6 +1971,7 @@ $rmd160_obj = ...@@ -1906,6 +1971,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1935,6 +2001,7 @@ $rmd160_obj = ...@@ -1935,6 +2001,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = wp-x86_64.o $wp_obj = wp-x86_64.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1951,19 +2018,20 @@ $thread_cflag = -D_REENTRANT ...@@ -1951,19 +2018,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -rdynamic -ldl $lflags = -rdynamic -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -1993,6 +2061,7 @@ $rmd160_obj = ...@@ -1993,6 +2061,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = wp-x86_64.o $wp_obj = wp-x86_64.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -2022,6 +2091,7 @@ $rmd160_obj = ...@@ -2022,6 +2091,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = win32 $dso_scheme = win32
$shared_target= cygwin-shared $shared_target= cygwin-shared
$shared_cflag = $shared_cflag =
...@@ -2051,6 +2121,7 @@ $rmd160_obj = ...@@ -2051,6 +2121,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -2080,6 +2151,7 @@ $rmd160_obj = ...@@ -2080,6 +2151,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -2109,6 +2181,7 @@ $rmd160_obj = ...@@ -2109,6 +2181,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -2125,19 +2198,20 @@ $thread_cflag = (unknown) ...@@ -2125,19 +2198,20 @@ $thread_cflag = (unknown)
$sys_id = $sys_id =
$lflags = -lnsl -lsocket $lflags = -lnsl -lsocket
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -2167,6 +2241,7 @@ $rmd160_obj = ...@@ -2167,6 +2241,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -2196,6 +2271,7 @@ $rmd160_obj = ...@@ -2196,6 +2271,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -2225,6 +2301,7 @@ $rmd160_obj = ...@@ -2225,6 +2301,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dl $dso_scheme = dl
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = +Z $shared_cflag = +Z
...@@ -2254,6 +2331,7 @@ $rmd160_obj = ...@@ -2254,6 +2331,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dl $dso_scheme = dl
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -2283,6 +2361,7 @@ $rmd160_obj = ...@@ -2283,6 +2361,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = +Z $shared_cflag = +Z
...@@ -2312,6 +2391,7 @@ $rmd160_obj = ...@@ -2312,6 +2391,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = -fpic $shared_cflag = -fpic
...@@ -2341,6 +2421,7 @@ $rmd160_obj = ...@@ -2341,6 +2421,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dl $dso_scheme = dl
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = +Z $shared_cflag = +Z
...@@ -2370,6 +2451,7 @@ $rmd160_obj = ...@@ -2370,6 +2451,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dl $dso_scheme = dl
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = +Z $shared_cflag = +Z
...@@ -2399,6 +2481,7 @@ $rmd160_obj = ...@@ -2399,6 +2481,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dl $dso_scheme = dl
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -2428,6 +2511,7 @@ $rmd160_obj = ...@@ -2428,6 +2511,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dl $dso_scheme = dl
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = +Z $shared_cflag = +Z
...@@ -2457,6 +2541,7 @@ $rmd160_obj = ...@@ -2457,6 +2541,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dl $dso_scheme = dl
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = +Z $shared_cflag = +Z
...@@ -2486,6 +2571,7 @@ $rmd160_obj = ...@@ -2486,6 +2571,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dl $dso_scheme = dl
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -2515,6 +2601,7 @@ $rmd160_obj = ...@@ -2515,6 +2601,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = +Z $shared_cflag = +Z
...@@ -2544,6 +2631,7 @@ $rmd160_obj = ...@@ -2544,6 +2631,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = -fpic $shared_cflag = -fpic
...@@ -2573,6 +2661,7 @@ $rmd160_obj = ...@@ -2573,6 +2661,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = +Z $shared_cflag = +Z
...@@ -2602,6 +2691,7 @@ $rmd160_obj = ...@@ -2602,6 +2691,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= hpux-shared $shared_target= hpux-shared
$shared_cflag = -fpic $shared_cflag = -fpic
...@@ -2618,19 +2708,20 @@ $thread_cflag = -D_REENTRANT ...@@ -2618,19 +2708,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -2660,6 +2751,7 @@ $rmd160_obj = ...@@ -2660,6 +2751,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= irix-shared $shared_target= irix-shared
$shared_cflag = $shared_cflag =
...@@ -2689,6 +2781,7 @@ $rmd160_obj = ...@@ -2689,6 +2781,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= irix-shared $shared_target= irix-shared
$shared_cflag = $shared_cflag =
...@@ -2718,6 +2811,7 @@ $rmd160_obj = ...@@ -2718,6 +2811,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= irix-shared $shared_target= irix-shared
$shared_cflag = $shared_cflag =
...@@ -2747,6 +2841,7 @@ $rmd160_obj = ...@@ -2747,6 +2841,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= irix-shared $shared_target= irix-shared
$shared_cflag = $shared_cflag =
...@@ -2776,6 +2871,7 @@ $rmd160_obj = ...@@ -2776,6 +2871,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= irix-shared $shared_target= irix-shared
$shared_cflag = $shared_cflag =
...@@ -2805,6 +2901,7 @@ $rmd160_obj = ...@@ -2805,6 +2901,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= irix-shared $shared_target= irix-shared
$shared_cflag = $shared_cflag =
...@@ -2834,6 +2931,7 @@ $rmd160_obj = ...@@ -2834,6 +2931,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -2863,6 +2961,7 @@ $rmd160_obj = ...@@ -2863,6 +2961,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -2892,6 +2991,7 @@ $rmd160_obj = ...@@ -2892,6 +2991,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -2921,6 +3021,7 @@ $rmd160_obj = ...@@ -2921,6 +3021,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -2937,19 +3038,20 @@ $thread_cflag = (unknown) ...@@ -2937,19 +3038,20 @@ $thread_cflag = (unknown)
$sys_id = $sys_id =
$lflags = $lflags =
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-out.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-out.o co86-out.o mo86-out.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-out.o yx86-out.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-out.o $aes_obj = aes-586.o
$bf_obj = bx86-out.o $bf_obj = bf-586.o
$md5_obj = mx86-out.o $md5_obj = md5-586.o
$sha1_obj = sx86-out.o sha256x86-out.o sha512x86-out.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-out.o $cast_obj = cast-586.o
$rc4_obj = rx86-out.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-out.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-out.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-out.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = a.out
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -2979,6 +3081,7 @@ $rmd160_obj = ...@@ -2979,6 +3081,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -2995,19 +3098,20 @@ $thread_cflag = -D_REENTRANT ...@@ -2995,19 +3098,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3037,6 +3141,7 @@ $rmd160_obj = ...@@ -3037,6 +3141,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3066,6 +3171,7 @@ $rmd160_obj = ...@@ -3066,6 +3171,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3082,19 +3188,20 @@ $thread_cflag = -D_REENTRANT ...@@ -3082,19 +3188,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -ldl $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -KPIC $shared_cflag = -KPIC
...@@ -3124,6 +3231,7 @@ $rmd160_obj = ...@@ -3124,6 +3231,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3153,6 +3261,7 @@ $rmd160_obj = ...@@ -3153,6 +3261,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3182,6 +3291,7 @@ $rmd160_obj = ...@@ -3182,6 +3291,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3211,6 +3321,7 @@ $rmd160_obj = ...@@ -3211,6 +3321,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3240,6 +3351,7 @@ $rmd160_obj = ...@@ -3240,6 +3351,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3269,6 +3381,7 @@ $rmd160_obj = ...@@ -3269,6 +3381,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3298,6 +3411,7 @@ $rmd160_obj = ...@@ -3298,6 +3411,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3327,6 +3441,7 @@ $rmd160_obj = ...@@ -3327,6 +3441,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3356,6 +3471,7 @@ $rmd160_obj = ...@@ -3356,6 +3471,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = wp-x86_64.o $wp_obj = wp-x86_64.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3385,6 +3501,7 @@ $rmd160_obj = ...@@ -3385,6 +3501,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3401,19 +3518,20 @@ $thread_cflag = ...@@ -3401,19 +3518,20 @@ $thread_cflag =
$sys_id = MINGW32 $sys_id = MINGW32
$lflags = -lws2_32 -lgdi32 $lflags = -lws2_32 -lgdi32
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT EXPORT_VAR_AS_FN $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT EXPORT_VAR_AS_FN
$cpuid_obj = x86cpuid-cof.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-cof.o co86-cof.o mo86-cof.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-cof.o yx86-cof.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-cof.o $aes_obj = aes-586.o
$bf_obj = bx86-cof.o $bf_obj = bf-586.o
$md5_obj = mx86-cof.o $md5_obj = md5-586.o
$sha1_obj = sx86-cof.o sha256x86-cof.o sha512x86-cof.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-cof.o $cast_obj = cast-586.o
$rc4_obj = rx86-cof.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-cof.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-cof.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-cof.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = coff
$dso_scheme = win32 $dso_scheme = win32
$shared_target= cygwin-shared $shared_target= cygwin-shared
$shared_cflag = -D_WINDLL -DOPENSSL_USE_APPLINK $shared_cflag = -D_WINDLL -DOPENSSL_USE_APPLINK
...@@ -3443,6 +3561,7 @@ $rmd160_obj = ...@@ -3443,6 +3561,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3458,7 +3577,37 @@ $unistd = ...@@ -3458,7 +3577,37 @@ $unistd =
$thread_cflag = $thread_cflag =
$sys_id = $sys_id =
$lflags = $lflags =
$bn_ops = BN_LLONG RC4_INDEX MD2_INT $bn_ops = RC4_INDEX MD2_INT
$cpuid_obj =
$bn_obj =
$des_obj =
$aes_obj =
$bf_obj =
$md5_obj =
$sha1_obj =
$cast_obj =
$rc4_obj =
$rmd160_obj =
$rc5_obj =
$wp_obj =
$cmll_obj =
$perlasm_scheme =
$dso_scheme =
$shared_target=
$shared_cflag =
$shared_ldflag =
$shared_extension =
$ranlib =
$arflags =
*** netware-clib-bsdsock
$cc = mwccnlm
$cflags =
$unistd =
$thread_cflag =
$sys_id =
$lflags =
$bn_ops = RC4_INDEX MD2_INT
$cpuid_obj = $cpuid_obj =
$bn_obj = $bn_obj =
$des_obj = $des_obj =
...@@ -3472,6 +3621,67 @@ $rmd160_obj = ...@@ -3472,6 +3621,67 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme =
$shared_target=
$shared_cflag =
$shared_ldflag =
$shared_extension =
$ranlib =
$arflags =
*** netware-clib-bsdsock-gcc
$cc = i586-netware-gcc
$cflags = -nostdinc -I/ndk/nwsdk/include/nlm -DNETWARE_BSDSOCK -DNETDB_USE_INTERNET -DL_ENDIAN -DNETWARE_CLIB -DOPENSSL_SYSNAME_NETWARE -O2 -Wall
$unistd =
$thread_cflag =
$sys_id =
$lflags =
$bn_ops = RC4_INDEX MD2_INT
$cpuid_obj =
$bn_obj =
$des_obj =
$aes_obj =
$bf_obj =
$md5_obj =
$sha1_obj =
$cast_obj =
$rc4_obj =
$rmd160_obj =
$rc5_obj =
$wp_obj =
$cmll_obj =
$perlasm_scheme =
$dso_scheme =
$shared_target=
$shared_cflag =
$shared_ldflag =
$shared_extension =
$ranlib =
$arflags =
*** netware-clib-gcc
$cc = i586-netware-gcc
$cflags = -nostdinc -I/ndk/nwsdk/include/nlm -I/ndk/ws295sdk/include -DL_ENDIAN -DNETWARE_CLIB -DOPENSSL_SYSNAME_NETWARE -O2 -Wall
$unistd =
$thread_cflag =
$sys_id =
$lflags =
$bn_ops = RC4_INDEX MD2_INT
$cpuid_obj =
$bn_obj =
$des_obj =
$aes_obj =
$bf_obj =
$md5_obj =
$sha1_obj =
$cast_obj =
$rc4_obj =
$rmd160_obj =
$rc5_obj =
$wp_obj =
$cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3501,6 +3711,7 @@ $rmd160_obj = ...@@ -3501,6 +3711,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3530,6 +3741,37 @@ $rmd160_obj = ...@@ -3530,6 +3741,37 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme =
$shared_target=
$shared_cflag =
$shared_ldflag =
$shared_extension =
$ranlib =
$arflags =
*** netware-libc-bsdsock-gcc
$cc = i586-netware-gcc
$cflags = -nostdinc -I/ndk/libc/include -DNETWARE_BSDSOCK -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYSNAME_NETWARE -DTERMIO -O2 -Wall
$unistd =
$thread_cflag =
$sys_id =
$lflags =
$bn_ops = BN_LLONG RC4_INDEX MD2_INT
$cpuid_obj =
$bn_obj =
$des_obj =
$aes_obj =
$bf_obj =
$md5_obj =
$sha1_obj =
$cast_obj =
$rc4_obj =
$rmd160_obj =
$rc5_obj =
$wp_obj =
$cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3559,6 +3801,7 @@ $rmd160_obj = ...@@ -3559,6 +3801,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3588,6 +3831,7 @@ $rmd160_obj = ...@@ -3588,6 +3831,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3617,6 +3861,7 @@ $rmd160_obj = ...@@ -3617,6 +3861,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3646,6 +3891,7 @@ $rmd160_obj = ...@@ -3646,6 +3891,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3675,6 +3921,7 @@ $rmd160_obj = ...@@ -3675,6 +3921,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= alpha-osf1-shared $shared_target= alpha-osf1-shared
$shared_cflag = $shared_cflag =
...@@ -3704,6 +3951,7 @@ $rmd160_obj = ...@@ -3704,6 +3951,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= alpha-osf1-shared $shared_target= alpha-osf1-shared
$shared_cflag = $shared_cflag =
...@@ -3733,6 +3981,7 @@ $rmd160_obj = ...@@ -3733,6 +3981,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3762,6 +4011,7 @@ $rmd160_obj = ...@@ -3762,6 +4011,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3791,6 +4041,7 @@ $rmd160_obj = ...@@ -3791,6 +4041,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3820,6 +4071,7 @@ $rmd160_obj = ...@@ -3820,6 +4071,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -3836,19 +4088,20 @@ $thread_cflag = (unknown) ...@@ -3836,19 +4088,20 @@ $thread_cflag = (unknown)
$sys_id = $sys_id =
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl
$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= svr3-shared $shared_target= svr3-shared
$shared_cflag = -Kpic $shared_cflag = -Kpic
...@@ -3865,19 +4118,20 @@ $thread_cflag = (unknown) ...@@ -3865,19 +4118,20 @@ $thread_cflag = (unknown)
$sys_id = $sys_id =
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= svr3-shared $shared_target= svr3-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3907,6 +4161,7 @@ $rmd160_obj = ...@@ -3907,6 +4161,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -KPIC $shared_cflag = -KPIC
...@@ -3936,6 +4191,7 @@ $rmd160_obj = ...@@ -3936,6 +4191,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -3965,6 +4221,7 @@ $rmd160_obj = ...@@ -3965,6 +4221,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -KPIC $shared_cflag = -KPIC
...@@ -3994,6 +4251,7 @@ $rmd160_obj = ...@@ -3994,6 +4251,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -4023,6 +4281,7 @@ $rmd160_obj = ...@@ -4023,6 +4281,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -KPIC $shared_cflag = -KPIC
...@@ -4052,6 +4311,7 @@ $rmd160_obj = ...@@ -4052,6 +4311,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -4081,6 +4341,7 @@ $rmd160_obj = ...@@ -4081,6 +4341,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -KPIC $shared_cflag = -KPIC
...@@ -4097,19 +4358,20 @@ $thread_cflag = -D_REENTRANT ...@@ -4097,19 +4358,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -lsocket -lnsl -ldl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -4139,6 +4401,7 @@ $rmd160_obj = ...@@ -4139,6 +4401,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -KPIC $shared_cflag = -KPIC
...@@ -4168,6 +4431,7 @@ $rmd160_obj = ...@@ -4168,6 +4431,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -4197,6 +4461,7 @@ $rmd160_obj = ...@@ -4197,6 +4461,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = wp-x86_64.o $wp_obj = wp-x86_64.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -KPIC $shared_cflag = -KPIC
...@@ -4226,6 +4491,7 @@ $rmd160_obj = ...@@ -4226,6 +4491,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = wp-x86_64.o $wp_obj = wp-x86_64.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= solaris-shared $shared_target= solaris-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -4255,6 +4521,7 @@ $rmd160_obj = ...@@ -4255,6 +4521,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4284,6 +4551,7 @@ $rmd160_obj = ...@@ -4284,6 +4551,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4313,6 +4581,7 @@ $rmd160_obj = ...@@ -4313,6 +4581,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= alpha-osf1-shared $shared_target= alpha-osf1-shared
$shared_cflag = $shared_cflag =
...@@ -4342,6 +4611,7 @@ $rmd160_obj = ...@@ -4342,6 +4611,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4371,6 +4641,7 @@ $rmd160_obj = ...@@ -4371,6 +4641,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4400,6 +4671,7 @@ $rmd160_obj = ...@@ -4400,6 +4671,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4429,6 +4701,7 @@ $rmd160_obj = ...@@ -4429,6 +4701,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4445,19 +4718,20 @@ $thread_cflag = -Kthread ...@@ -4445,19 +4718,20 @@ $thread_cflag = -Kthread
$sys_id = $sys_id =
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl
$bn_ops = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL $bn_ops = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= svr5-shared $shared_target= svr5-shared
$shared_cflag = -Kpic $shared_cflag = -Kpic
...@@ -4474,19 +4748,20 @@ $thread_cflag = -D_REENTRANT ...@@ -4474,19 +4748,20 @@ $thread_cflag = -D_REENTRANT
$sys_id = $sys_id =
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj = x86cpuid-elf.o $cpuid_obj = x86cpuid.o
$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o $bn_obj = bn-586.o co-586.o x86-mont.o
$des_obj = dx86-elf.o yx86-elf.o $des_obj = des-586.o crypt586.o
$aes_obj = ax86-elf.o $aes_obj = aes-586.o
$bf_obj = bx86-elf.o $bf_obj = bf-586.o
$md5_obj = mx86-elf.o $md5_obj = md5-586.o
$sha1_obj = sx86-elf.o sha256x86-elf.o sha512x86-elf.o $sha1_obj = sha1-586.o sha256-586.o sha512-586.o
$cast_obj = cx86-elf.o $cast_obj = cast-586.o
$rc4_obj = rx86-elf.o $rc4_obj = rc4-586.o
$rmd160_obj = rm86-elf.o $rmd160_obj = rmd-586.o
$rc5_obj = r586-elf.o $rc5_obj = rc5-586.o
$wp_obj = wp_block.o w86mmx-elf.o $wp_obj = wp_block.o wp-mmx.o
$cmll_obj = $cmll_obj =
$perlasm_scheme = elf
$dso_scheme = dlfcn $dso_scheme = dlfcn
$shared_target= gnu-shared $shared_target= gnu-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
...@@ -4516,6 +4791,7 @@ $rmd160_obj = ...@@ -4516,6 +4791,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4545,6 +4821,7 @@ $rmd160_obj = ...@@ -4545,6 +4821,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme = void
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4574,6 +4851,7 @@ $rmd160_obj = ...@@ -4574,6 +4851,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4603,6 +4881,7 @@ $rmd160_obj = ...@@ -4603,6 +4881,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4632,6 +4911,7 @@ $rmd160_obj = ...@@ -4632,6 +4911,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
...@@ -4661,6 +4941,7 @@ $rmd160_obj = ...@@ -4661,6 +4941,7 @@ $rmd160_obj =
$rc5_obj = $rc5_obj =
$wp_obj = $wp_obj =
$cmll_obj = $cmll_obj =
$perlasm_scheme =
$dso_scheme = $dso_scheme =
$shared_target= $shared_target=
$shared_cflag = $shared_cflag =
......
...@@ -58,14 +58,8 @@ buildinf.h: ../Makefile ...@@ -58,14 +58,8 @@ buildinf.h: ../Makefile
echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
echo '#endif' ) >buildinf.h echo '#endif' ) >buildinf.h
x86cpuid-elf.s: x86cpuid.pl perlasm/x86asm.pl x86cpuid.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl elf $(CFLAGS) $(PROCESSOR) > $@ $(PERL) x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl coff $(CFLAGS) $(PROCESSOR) > $@
x86cpuid-out.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) > $@
x86cpuid-macosx.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl macosx $(CFLAGS) $(PROCESSOR) > $@
applink.o: $(TOP)/ms/applink.c applink.o: $(TOP)/ms/applink.c
$(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/applink.c $(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/applink.c
......
...@@ -50,14 +50,8 @@ $(LIBOBJ): $(LIBSRC) ...@@ -50,14 +50,8 @@ $(LIBOBJ): $(LIBSRC)
aes-ia64.s: asm/aes-ia64.S aes-ia64.s: asm/aes-ia64.S
$(CC) $(CFLAGS) -E asm/aes-ia64.S > $@ $(CC) $(CFLAGS) -E asm/aes-ia64.S > $@
ax86-elf.s: asm/aes-586.pl ../perlasm/x86asm.pl aes-586.s: asm/aes-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) aes-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@) $(PERL) asm/aes-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
ax86-cof.s: asm/aes-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) aes-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
ax86-out.s: asm/aes-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) aes-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
ax86-macosx.s: asm/aes-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) aes-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@)
aes-x86_64.s: asm/aes-x86_64.pl aes-x86_64.s: asm/aes-x86_64.pl
$(PERL) asm/aes-x86_64.pl $@ $(PERL) asm/aes-x86_64.pl $@
......
...@@ -44,17 +44,8 @@ lib: $(LIBOBJ) ...@@ -44,17 +44,8 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind. $(RANLIB) $(LIB) || echo Never mind.
@touch lib @touch lib
# ELF bf-586.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
bx86-elf.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl $(PERL) asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
(cd asm; $(PERL) bf-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@)
# COFF
bx86-cof.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) bf-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
# a.out
bx86-out.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) bf-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
bx86-macosx.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) bf-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@)
files: files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
......
...@@ -62,33 +62,12 @@ lib: $(LIBOBJ) ...@@ -62,33 +62,12 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind. $(RANLIB) $(LIB) || echo Never mind.
@touch lib @touch lib
# ELF bn-586.s: asm/bn-586.pl ../perlasm/x86asm.pl
bn86-elf.s: asm/bn-586.pl ../perlasm/x86asm.pl $(PERL) asm/bn-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
(cd asm; $(PERL) bn-586.pl elf $(CFLAGS) > ../$@) co-586.s: asm/co-586.pl ../perlasm/x86asm.pl
co86-elf.s: asm/co-586.pl ../perlasm/x86asm.pl $(PERL) asm/co-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
(cd asm; $(PERL) co-586.pl elf $(CFLAGS) > ../$@) x86-mont.s: asm/x86-mont.pl ../perlasm/x86asm.pl
mo86-elf.s: asm/x86-mont.pl ../perlasm/x86asm.pl $(PERL) asm/x86-mont.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
(cd asm; $(PERL) x86-mont.pl elf $(CFLAGS) > ../$@)
# COFF
bn86-cof.s: asm/bn-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) bn-586.pl coff $(CFLAGS) > ../$@)
co86-cof.s: asm/co-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) co-586.pl coff $(CFLAGS) > ../$@)
mo86-cof.s: asm/x86-mont.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) x86-mont.pl coff $(CFLAGS) > ../$@)
# a.out
bn86-out.s: asm/bn-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) bn-586.pl a.out $(CFLAGS) > ../$@)
co86-out.s: asm/co-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) co-586.pl a.out $(CFLAGS) > ../$@)
mo86-out.s: asm/x86-mont.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) x86-mont.pl a.out $(CFLAGS) > ../$@)
bn86-macosx.s: asm/bn-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) bn-586.pl macosx $(CFLAGS) > ../$@)
co86-macosx.s: asm/co-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) co-586.pl macosx $(CFLAGS) > ../$@)
mo86-macosx.s: asm/bn-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) x86-mont.pl macosx $(CFLAGS) > ../$@)
sparcv8.o: asm/sparcv8.S sparcv8.o: asm/sparcv8.S
$(CC) $(CFLAGS) -c asm/sparcv8.S $(CC) $(CFLAGS) -c asm/sparcv8.S
......
...@@ -42,17 +42,8 @@ lib: $(LIBOBJ) ...@@ -42,17 +42,8 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind. $(RANLIB) $(LIB) || echo Never mind.
@touch lib @touch lib
# ELF cast-586.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
cx86-elf.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl $(PERL) asm/cast-586.pl $(PERLASM_SCHEME) $(CLAGS) $(PROCESSOR) > $@
(cd asm; $(PERL) cast-586.pl elf $(CLAGS) $(PROCESSOR) > ../$@)
# COFF
cx86-cof.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) cast-586.pl coff $(CLAGS) $(PROCESSOR) > ../$@)
# a.out
cx86-out.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) cast-586.pl a.out $(CLAGS) $(PROCESSOR) > ../$@)
cx86-macosx.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) cast-586.pl macosx $(CLAGS) $(PROCESSOR) > ../$@)
files: files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
......
...@@ -64,25 +64,10 @@ des: des.o cbc3_enc.o lib ...@@ -64,25 +64,10 @@ des: des.o cbc3_enc.o lib
des_enc-sparc.S: asm/des_enc.m4 des_enc-sparc.S: asm/des_enc.m4
m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S
# ELF des-586.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
dx86-elf.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl $(PERL) asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
(cd asm; $(PERL) des-586.pl elf $(CFLAGS) > ../$@) crypt586.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
yx86-elf.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl $(PERL) asm/crypt586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
(cd asm; $(PERL) crypt586.pl elf $(CFLAGS) > ../$@)
# COFF
dx86-cof.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) des-586.pl coff $(CFLAGS) > ../$@)
yx86-cof.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) crypt586.pl coff $(CFLAGS) > ../$@)
# a.out
dx86-out.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) des-586.pl a.out $(CFLAGS) > ../$@)
yx86-out.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) crypt586.pl a.out $(CFLAGS) > ../$@)
dx86-macosx.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) des-586.pl macosx $(CFLAGS) > ../$@)
yx86-macosx.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) crypt586.pl macosx $(CFLAGS) > ../$@)
files: files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
......
...@@ -42,17 +42,8 @@ lib: $(LIBOBJ) ...@@ -42,17 +42,8 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind. $(RANLIB) $(LIB) || echo Never mind.
@touch lib @touch lib
# ELF md5-586.s: asm/md5-586.pl ../perlasm/x86asm.pl
mx86-elf.s: asm/md5-586.pl ../perlasm/x86asm.pl $(PERL) asm/md5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
(cd asm; $(PERL) md5-586.pl elf $(CFLAGS) > ../$@)
# COFF
mx86-cof.s: asm/md5-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) md5-586.pl coff $(CFLAGS) > ../$@)
# a.out
mx86-out.s: asm/md5-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) md5-586.pl a.out $(CFLAGS) > ../$@)
mx86-macosx.s: asm/md5-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) md5-586.pl macosx $(CFLAGS) > ../$@)
md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@ md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@
......
...@@ -41,17 +41,8 @@ lib: $(LIBOBJ) ...@@ -41,17 +41,8 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind. $(RANLIB) $(LIB) || echo Never mind.
@touch lib @touch lib
# ELF rc4-586.s: asm/rc4-586.pl ../perlasm/x86asm.pl
rx86-elf.s: asm/rc4-586.pl ../perlasm/x86asm.pl $(PERL) asm/rc4-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
(cd asm; $(PERL) rc4-586.pl elf $(CFLAGS) > ../$@)
# COFF
rx86-cof.s: asm/rc4-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) rc4-586.pl coff $(CFLAGS) > ../$@)
# a.out
rx86-out.s: asm/rc4-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) rc4-586.pl a.out $(CFLAGS) > ../$@)
rx86-macosx.s: asm/rc4-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) rc4-586.pl macosx $(CFLAGS) > ../$@)
rc4-x86_64.s: asm/rc4-x86_64.pl; $(PERL) asm/rc4-x86_64.pl $@ rc4-x86_64.s: asm/rc4-x86_64.pl; $(PERL) asm/rc4-x86_64.pl $@
......
...@@ -42,17 +42,8 @@ lib: $(LIBOBJ) ...@@ -42,17 +42,8 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind. $(RANLIB) $(LIB) || echo Never mind.
@touch lib @touch lib
# ELF rmd-586.s: asm/rmd-586.pl ../perlasm/x86asm.pl
rm86-elf.s: asm/rmd-586.pl ../perlasm/x86asm.pl $(PERL) asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
(cd asm; $(PERL) rmd-586.pl elf $(CFLAGS) > ../$@)
# COFF
rm86-cof.s: asm/rmd-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) rmd-586.pl coff $(CFLAGS) > ../$@)
# a.out
rm86-out.s: asm/rmd-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) rmd-586.pl a.out $(CFLAGS) > ../$@)
rm86-macosx.s: asm/rmd-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) rmd-586.pl macosx $(CFLAGS) > ../$@)
files: files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
......
...@@ -42,34 +42,12 @@ lib: $(LIBOBJ) ...@@ -42,34 +42,12 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind. $(RANLIB) $(LIB) || echo Never mind.
@touch lib @touch lib
# ELF sha1-586.s: asm/sha1-586.pl ../perlasm/x86asm.pl
sx86-elf.s: asm/sha1-586.pl ../perlasm/x86asm.pl $(PERL) asm/sha1-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
(cd asm; $(PERL) sha1-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@) sha256-586.s: asm/sha256-586.pl ../perlasm/x86asm.pl
sha256x86-elf.s: asm/sha256-586.pl ../perlasm/x86asm.pl $(PERL) asm/sha256-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
(cd asm; $(PERL) sha256-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@) sha512-586.s: asm/sha512-586.pl ../perlasm/x86asm.pl
sha512x86-elf.s: asm/sha512-586.pl ../perlasm/x86asm.pl $(PERL) asm/sha512-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
(cd asm; $(PERL) sha512-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@)
# COFF
sx86-cof.s: asm/sha1-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha1-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
sha256x86-cof.s: asm/sha256-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha256-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
sha512x86-cof.s: asm/sha512-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha512-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
# a.out
sx86-out.s: asm/sha1-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha1-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
sha256x86-out.s: asm/sha256-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha256-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
sha512x86-out.s: asm/sha512-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha512-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
sx86-macosx.s: asm/sha1-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha1-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@)
sha256x86-macosx.s: asm/sha256-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha256-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@)
sha512x86-macosx.s: asm/sha512-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha512-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@)
sha1-ia64.s: asm/sha1-ia64.pl sha1-ia64.s: asm/sha1-ia64.pl
(cd asm; $(PERL) sha1-ia64.pl $(CFLAGS) ) > $@ (cd asm; $(PERL) sha1-ia64.pl $(CFLAGS) ) > $@
......
...@@ -42,14 +42,8 @@ lib: $(LIBOBJ) ...@@ -42,14 +42,8 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind. $(RANLIB) $(LIB) || echo Never mind.
@touch lib @touch lib
w86mmx-elf.s: asm/wp-mmx.pl ../perlasm/x86asm.pl wp-mmx.s: asm/wp-mmx.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) wp-mmx.pl elf $(CFLAGS) $(PROCESSOR)) > $@ $(PERL) asm/wp-mmx.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
w86mmx-cof.s: asm/wp-mmx.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) wp-mmx.pl coff $(CFLAGS) $(PROCESSOR)) > $@
w86mmx-out.s: asm/wp-mmx.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) wp-mmx.pl a.out $(CFLAGS) $(PROCESSOR)) > $@
w86mmx-macosx.s: asm/wp-mmx.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) wp-mmx.pl macosx $(CFLAGS) $(PROCESSOR)) > $@
wp-x86_64.s: asm/wp-x86_64.pl wp-x86_64.s: asm/wp-x86_64.pl
$(PERL) asm/wp-x86_64.pl $@ $(PERL) asm/wp-x86_64.pl $@
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册