diff options
Diffstat (limited to 'src/lib/libcrypto/camellia/Makefile')
-rw-r--r-- | src/lib/libcrypto/camellia/Makefile | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/src/lib/libcrypto/camellia/Makefile b/src/lib/libcrypto/camellia/Makefile index ff5fe4a01d..6ce6fc99cd 100644 --- a/src/lib/libcrypto/camellia/Makefile +++ b/src/lib/libcrypto/camellia/Makefile | |||
@@ -23,9 +23,9 @@ APPS= | |||
23 | 23 | ||
24 | LIB=$(TOP)/libcrypto.a | 24 | LIB=$(TOP)/libcrypto.a |
25 | LIBSRC=camellia.c cmll_misc.c cmll_ecb.c cmll_cbc.c cmll_ofb.c \ | 25 | LIBSRC=camellia.c cmll_misc.c cmll_ecb.c cmll_cbc.c cmll_ofb.c \ |
26 | cmll_cfb.c cmll_ctr.c | 26 | cmll_cfb.c cmll_ctr.c cmll_utl.c |
27 | 27 | ||
28 | LIBOBJ= cmll_ecb.o cmll_ofb.o cmll_cfb.o cmll_ctr.o $(CMLL_ENC) | 28 | LIBOBJ= cmll_ecb.o cmll_ofb.o cmll_cfb.o cmll_ctr.o cmll_utl.o $(CMLL_ENC) |
29 | 29 | ||
30 | SRC= $(LIBSRC) | 30 | SRC= $(LIBSRC) |
31 | 31 | ||
@@ -96,8 +96,15 @@ cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h | |||
96 | cmll_ctr.o: ../../include/openssl/opensslconf.h cmll_ctr.c | 96 | cmll_ctr.o: ../../include/openssl/opensslconf.h cmll_ctr.c |
97 | cmll_ecb.o: ../../include/openssl/camellia.h | 97 | cmll_ecb.o: ../../include/openssl/camellia.h |
98 | cmll_ecb.o: ../../include/openssl/opensslconf.h cmll_ecb.c cmll_locl.h | 98 | cmll_ecb.o: ../../include/openssl/opensslconf.h cmll_ecb.c cmll_locl.h |
99 | cmll_misc.o: ../../include/openssl/camellia.h | 99 | cmll_misc.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h |
100 | cmll_misc.o: ../../include/openssl/opensslconf.h | 100 | cmll_misc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
101 | cmll_misc.o: ../../include/openssl/opensslv.h cmll_locl.h cmll_misc.c | 101 | cmll_misc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
102 | cmll_misc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
103 | cmll_misc.o: ../../include/openssl/symhacks.h cmll_locl.h cmll_misc.c | ||
102 | cmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h | 104 | cmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h |
103 | cmll_ofb.o: ../../include/openssl/opensslconf.h cmll_ofb.c | 105 | cmll_ofb.o: ../../include/openssl/opensslconf.h cmll_ofb.c |
106 | cmll_utl.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h | ||
107 | cmll_utl.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | ||
108 | cmll_utl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
109 | cmll_utl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
110 | cmll_utl.o: ../../include/openssl/symhacks.h cmll_locl.h cmll_utl.c | ||