diff options
Diffstat (limited to 'src/lib/libcrypto/arch/i386/Makefile.inc')
| -rw-r--r-- | src/lib/libcrypto/arch/i386/Makefile.inc | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/lib/libcrypto/arch/i386/Makefile.inc b/src/lib/libcrypto/arch/i386/Makefile.inc deleted file mode 100644 index 6989b35686..0000000000 --- a/src/lib/libcrypto/arch/i386/Makefile.inc +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.27 2025/02/14 12:01:58 jsing Exp $ | ||
| 2 | |||
| 3 | # i386-specific libcrypto build rules | ||
| 4 | |||
| 5 | # all i386 code generators use these | ||
| 6 | EXTRA_PL = ${LCRYPTO_SRC}/perlasm/x86gas.pl ${LCRYPTO_SRC}/perlasm/x86asm.pl | ||
| 7 | |||
| 8 | SRCS += crypto_cpu_caps.c | ||
| 9 | |||
| 10 | # aes | ||
| 11 | CFLAGS+= -DAES_ASM | ||
| 12 | SSLASM+= aes aes-586 | ||
| 13 | CFLAGS+= -DVPAES_ASM | ||
| 14 | SSLASM+= aes vpaes-x86 | ||
| 15 | SSLASM+= aes aesni-x86 | ||
| 16 | # bn | ||
| 17 | CFLAGS+= -DOPENSSL_IA32_SSE2 | ||
| 18 | SSLASM+= bn bn-586 | ||
| 19 | SSLASM+= bn co-586 | ||
| 20 | CFLAGS+= -DOPENSSL_BN_ASM_MONT | ||
| 21 | SSLASM+= bn x86-mont | ||
| 22 | # md5 | ||
| 23 | CFLAGS+= -DMD5_ASM | ||
| 24 | SSLASM+= md5 md5-586 | ||
| 25 | # modes | ||
| 26 | CFLAGS+= -DGHASH_ASM | ||
| 27 | SSLASM+= modes ghash-x86 | ||
| 28 | # rc4 | ||
| 29 | SSLASM+= rc4 rc4-586 | ||
| 30 | # sha | ||
| 31 | SSLASM+= sha sha1-586 | ||
| 32 | SSLASM+= sha sha256-586 | ||
| 33 | SSLASM+= sha sha512-586 | ||
| 34 | |||
| 35 | .for dir f in ${SSLASM} | ||
| 36 | SRCS+= ${f}.S | ||
| 37 | GENERATED+=${f}.S | ||
| 38 | ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl ${EXTRA_PL} | ||
| 39 | /usr/bin/perl -I${LCRYPTO_SRC}/perlasm -I${LCRYPTO_SRC}/${dir}/asm \ | ||
| 40 | ${LCRYPTO_SRC}/${dir}/asm/${f}.pl \ | ||
| 41 | openbsd-elf ${CFLAGS} 386 ${PICFLAG} > ${.TARGET} | ||
| 42 | .endfor | ||
