mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
567a9e6fe0
This also adds all the raw sections needed for some files. Reviewed-by: Rich Salz <rsalz@openssl.org>
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
set_key.c ecb_enc.c cbc_enc.c \
|
|
ecb3_enc.c cfb64enc.c cfb64ede.c cfb_enc.c ofb64ede.c \
|
|
enc_read.c enc_writ.c ofb64enc.c \
|
|
ofb_enc.c str2key.c pcbc_enc.c qud_cksm.c rand_key.c \
|
|
{- $target{des_asm_src} -} \
|
|
fcrypt.c xcbc_enc.c rpc_enc.c cbc_cksm.c \
|
|
read2pwd.c
|
|
|
|
BEGINRAW[Makefile]
|
|
##### DES assembler implementations
|
|
|
|
{- $builddir -}/des_enc-sparc.S: {- $sourcedir -}/asm/des_enc.m4
|
|
m4 -B 8192 {- $sourcedir -}/asm/des_enc.m4 > $@
|
|
{- $builddir -}/dest4-sparcv9.s: {- $sourcedir -}/asm/dest4-sparcv9.pl
|
|
$(PERL) {- $sourcedir -}/asm/dest4-sparcv9.pl $(CFLAGS) > $@
|
|
|
|
{- $builddir -}/des-586.s: {- $sourcedir -}/asm/des-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
|
|
$(PERL) {- $sourcedir -}/asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
|
|
{- $builddir -}/crypt586.s: {- $sourcedir -}/asm/crypt586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
|
|
$(PERL) {- $sourcedir -}/asm/crypt586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
|
|
ENDRAW[Makefile]
|