Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
[openssl.git] / crypto / des / build.info
1 LIBS=../../libcrypto
2 SOURCE[../../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
10
11 BEGINRAW[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
17         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/dest4-sparcv9.pl $(CFLAGS) > $@
18
19 {- $builddir -}/des-586.s:      {- $sourcedir -}/asm/des-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
20         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
21 {- $builddir -}/crypt586.s:     {- $sourcedir -}/asm/crypt586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
22         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/crypt586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
23 ENDRAW[Makefile]