]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/des/build.info
Pass $(CC) to perlasm scripts via the environment
[thirdparty/openssl.git] / crypto / des / build.info
CommitLineData
777a2882
RL
1LIBS=../../libcrypto
2SOURCE[../../libcrypto]=\
3 set_key.c ecb_enc.c cbc_enc.c \
4 ecb3_enc.c cfb64enc.c cfb64ede.c cfb_enc.c ofb64ede.c \
5 enc_read.c enc_writ.c ofb64enc.c \
6 ofb_enc.c str2key.c pcbc_enc.c qud_cksm.c rand_key.c \
7 {- $target{des_asm_src} -} \
8 fcrypt.c xcbc_enc.c rpc_enc.c cbc_cksm.c \
9 read2pwd.c
567a9e6f
RL
10
11BEGINRAW[Makefile]
12##### DES assembler implementations
13
14{- $builddir -}/des_enc-sparc.S: {- $sourcedir -}/asm/des_enc.m4
15 m4 -B 8192 {- $sourcedir -}/asm/des_enc.m4 > $@
16{- $builddir -}/dest4-sparcv9.s: {- $sourcedir -}/asm/dest4-sparcv9.pl
de72be2e 17 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/dest4-sparcv9.pl $(CFLAGS) > $@
567a9e6f
RL
18
19{- $builddir -}/des-586.s: {- $sourcedir -}/asm/des-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
de72be2e 20 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
567a9e6f 21{- $builddir -}/crypt586.s: {- $sourcedir -}/asm/crypt586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
de72be2e 22 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/crypt586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
567a9e6f 23ENDRAW[Makefile]