diff options
Diffstat (limited to 'src/lib/libcrypto/des/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/des/Makefile.ssl | 26 |
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 | ||
38 | LIBOBJ= set_key.o ecb_enc.o cbc_enc.o \ | 38 | LIBOBJ= 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 | ||
46 | SRC= $(LIBSRC) | 46 | SRC= $(LIBSRC) |
47 | 47 | ||
48 | EXHEADER= des.h | 48 | EXHEADER= des.h |
49 | HEADER= des_locl.h rpc_des.h podd.h sk.h spr.h des_ver.h $(EXHEADER) | 49 | HEADER= des_locl.h rpc_des.h spr.h des_ver.h $(EXHEADER) |
50 | 50 | ||
51 | ALL= $(GENERAL) $(SRC) $(HEADER) | 51 | ALL= $(GENERAL) $(SRC) $(HEADER) |
52 | 52 | ||
@@ -65,10 +65,10 @@ des: des.o cbc3_enc.o lib | |||
65 | 65 | ||
66 | # elf | 66 | # elf |
67 | asm/dx86-elf.o: asm/dx86unix.cpp | 67 | asm/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 | ||
70 | asm/yx86-elf.o: asm/yx86unix.cpp | 70 | asm/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 |
74 | asm/dx86-sol.o: asm/dx86unix.cpp | 74 | asm/dx86-sol.o: asm/dx86unix.cpp |
@@ -95,10 +95,10 @@ asm/dx86bsdi.o: asm/dx86unix.cpp | |||
95 | asm/yx86bsdi.o: asm/yx86unix.cpp | 95 | asm/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 | ||
98 | asm/dx86unix.cpp: asm/des-586.pl | 98 | asm/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 | ||
101 | asm/yx86unix.cpp: asm/crypt586.pl | 101 | asm/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 | ||
104 | files: | 104 | files: |
@@ -172,10 +172,8 @@ enc_writ.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h | |||
172 | enc_writ.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h | 172 | enc_writ.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h |
173 | enc_writ.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 173 | enc_writ.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
174 | enc_writ.o: ../cryptlib.h des_locl.h | 174 | enc_writ.o: ../cryptlib.h des_locl.h |
175 | fcrypt.o: ../../include/openssl/des.h ../../include/openssl/des.h | 175 | fcrypt.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h |
176 | fcrypt.o: ../../include/openssl/e_os2.h ../../include/openssl/e_os2.h | 176 | fcrypt.o: ../../include/openssl/opensslconf.h des_locl.h |
177 | fcrypt.o: ../../include/openssl/opensslconf.h | ||
178 | fcrypt.o: ../../include/openssl/opensslconf.h des_locl.h des_locl.h | ||
179 | fcrypt_b.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h | 177 | fcrypt_b.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h |
180 | fcrypt_b.o: ../../include/openssl/opensslconf.h des_locl.h | 178 | fcrypt_b.o: ../../include/openssl/opensslconf.h des_locl.h |
181 | ofb64ede.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h | 179 | ofb64ede.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 | |||
201 | rpc_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h | 199 | rpc_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h |
202 | rpc_enc.o: ../../include/openssl/opensslconf.h des_locl.h des_ver.h rpc_des.h | 200 | rpc_enc.o: ../../include/openssl/opensslconf.h des_locl.h des_ver.h rpc_des.h |
203 | set_key.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h | 201 | set_key.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h |
204 | set_key.o: ../../include/openssl/opensslconf.h des_locl.h podd.h sk.h | 202 | set_key.o: ../../include/openssl/opensslconf.h des_locl.h |
205 | str2key.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h | 203 | str2key.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h |
206 | str2key.o: ../../include/openssl/opensslconf.h des_locl.h | 204 | str2key.o: ../../include/openssl/opensslconf.h des_locl.h |
207 | supp.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h | ||
208 | supp.o: ../../include/openssl/opensslconf.h des_locl.h | ||
209 | xcbc_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h | 205 | xcbc_enc.o: ../../include/openssl/des.h ../../include/openssl/e_os2.h |
210 | xcbc_enc.o: ../../include/openssl/opensslconf.h des_locl.h | 206 | xcbc_enc.o: ../../include/openssl/opensslconf.h des_locl.h |