summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/des/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/des/Makefile.ssl26
1 files changed, 11 insertions, 15 deletions
diff --git a/src/lib/libcrypto/des/Makefile.ssl b/src/lib/libcrypto/des/Makefile.ssl
index 41976655e9..3eb0738b7b 100644
--- a/src/lib/libcrypto/des/Makefile.ssl
+++ b/src/lib/libcrypto/des/Makefile.ssl
@@ -32,21 +32,21 @@ LIBSRC= cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \
32 fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c \ 32 fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c \
33 qud_cksm.c rand_key.c read_pwd.c rpc_enc.c set_key.c \ 33 qud_cksm.c rand_key.c read_pwd.c rpc_enc.c set_key.c \
34 des_enc.c fcrypt_b.c read2pwd.c \ 34 des_enc.c fcrypt_b.c read2pwd.c \
35 fcrypt.c xcbc_enc.c \ 35 xcbc_enc.c \
36 str2key.c cfb64ede.c ofb64ede.c supp.c ede_cbcm_enc.c 36 str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c
37 37
38LIBOBJ= set_key.o ecb_enc.o cbc_enc.o \ 38LIBOBJ= set_key.o ecb_enc.o cbc_enc.o \
39 ecb3_enc.o cfb64enc.o cfb64ede.o cfb_enc.o ofb64ede.o \ 39 ecb3_enc.o cfb64enc.o cfb64ede.o cfb_enc.o ofb64ede.o \
40 enc_read.o enc_writ.o ofb64enc.o \ 40 enc_read.o enc_writ.o ofb64enc.o \
41 ofb_enc.o str2key.o pcbc_enc.o qud_cksm.o rand_key.o \ 41 ofb_enc.o str2key.o pcbc_enc.o qud_cksm.o rand_key.o \
42 ${DES_ENC} read2pwd.o \ 42 ${DES_ENC} read2pwd.o \
43 fcrypt.o xcbc_enc.o read_pwd.o rpc_enc.o cbc_cksm.o supp.o \ 43 fcrypt.o xcbc_enc.o read_pwd.o rpc_enc.o cbc_cksm.o \
44 ede_cbcm_enc.o 44 ede_cbcm_enc.o
45 45
46SRC= $(LIBSRC) 46SRC= $(LIBSRC)
47 47
48EXHEADER= des.h 48EXHEADER= des.h
49HEADER= des_locl.h rpc_des.h podd.h sk.h spr.h des_ver.h $(EXHEADER) 49HEADER= des_locl.h rpc_des.h spr.h des_ver.h $(EXHEADER)
50 50
51ALL= $(GENERAL) $(SRC) $(HEADER) 51ALL= $(GENERAL) $(SRC) $(HEADER)
52 52
@@ -65,10 +65,10 @@ des: des.o cbc3_enc.o lib
65 65
66# elf 66# elf
67asm/dx86-elf.o: asm/dx86unix.cpp 67asm/dx86-elf.o: asm/dx86unix.cpp
68 $(CPP) -DELF asm/dx86unix.cpp | as -o asm/dx86-elf.o 68 $(CPP) -DELF -x c asm/dx86unix.cpp | as -o asm/dx86-elf.o
69 69
70asm/yx86-elf.o: asm/yx86unix.cpp 70asm/yx86-elf.o: asm/yx86unix.cpp
71 $(CPP) -DELF asm/yx86unix.cpp | as -o asm/yx86-elf.o 71 $(CPP) -DELF -x c asm/yx86unix.cpp | as -o asm/yx86-elf.o
72 72
73# solaris 73# solaris
74asm/dx86-sol.o: asm/dx86unix.cpp 74asm/dx86-sol.o: asm/dx86unix.cpp
@@ -95,10 +95,10 @@ asm/dx86bsdi.o: asm/dx86unix.cpp
95asm/yx86bsdi.o: asm/yx86unix.cpp 95asm/yx86bsdi.o: asm/yx86unix.cpp
96 $(CPP) -DBSDI asm/yx86unix.cpp | sed 's/ :/:/' | as -o asm/yx86bsdi.o 96 $(CPP) -DBSDI asm/yx86unix.cpp | sed 's/ :/:/' | as -o asm/yx86bsdi.o
97 97
98asm/dx86unix.cpp: asm/des-586.pl 98asm/dx86unix.cpp: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
99 (cd asm; $(PERL) des-586.pl cpp >dx86unix.cpp) 99 (cd asm; $(PERL) des-586.pl cpp >dx86unix.cpp)
100 100
101asm/yx86unix.cpp: asm/crypt586.pl 101asm/yx86unix.cpp: asm/crypt586.pl ../perlasm/x86asm.pl
102 (cd asm; $(PERL) crypt586.pl cpp >yx86unix.cpp) 102 (cd asm; $(PERL) crypt586.pl cpp >yx86unix.cpp)
103 103
104files: 104files:
@@ -172,10 +172,8 @@ enc_writ.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
172enc_writ.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h 172enc_writ.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h
173enc_writ.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 173enc_writ.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
174enc_writ.o: ../cryptlib.h des_locl.h 174enc_writ.o: ../cryptlib.h des_locl.h
175fcrypt.o: ../../include/openssl/des.h ../../include/openssl/des.h 175fcrypt.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
176fcrypt.o: ../../include/openssl/e_os2.h ../../include/openssl/e_os2.h 176fcrypt.o: ../../include/openssl/opensslconf.h des_locl.h
177fcrypt.o: ../../include/openssl/opensslconf.h
178fcrypt.o: ../../include/openssl/opensslconf.h des_locl.h des_locl.h
179fcrypt_b.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h 177fcrypt_b.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
180fcrypt_b.o: ../../include/openssl/opensslconf.h des_locl.h 178fcrypt_b.o: ../../include/openssl/opensslconf.h des_locl.h
181ofb64ede.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h 179ofb64ede.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
@@ -201,10 +199,8 @@ read_pwd.o: ../../include/openssl/stack.h ../cryptlib.h des_locl.h
201rpc_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h 199rpc_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
202rpc_enc.o: ../../include/openssl/opensslconf.h des_locl.h des_ver.h rpc_des.h 200rpc_enc.o: ../../include/openssl/opensslconf.h des_locl.h des_ver.h rpc_des.h
203set_key.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h 201set_key.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
204set_key.o: ../../include/openssl/opensslconf.h des_locl.h podd.h sk.h 202set_key.o: ../../include/openssl/opensslconf.h des_locl.h
205str2key.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h 203str2key.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
206str2key.o: ../../include/openssl/opensslconf.h des_locl.h 204str2key.o: ../../include/openssl/opensslconf.h des_locl.h
207supp.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
208supp.o: ../../include/openssl/opensslconf.h des_locl.h
209xcbc_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h 205xcbc_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h
210xcbc_enc.o: ../../include/openssl/opensslconf.h des_locl.h 206xcbc_enc.o: ../../include/openssl/opensslconf.h des_locl.h