summaryrefslogtreecommitdiffstats
path: root/crypto/camellia
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-06-14 08:47:00 +0000
committerBodo Möller <bodo@openssl.org>2006-06-14 08:47:00 +0000
commit14fb67f28a26a30c5af301aff65c83e20ca986db (patch)
tree80e8aa663922d1dbd2ace53b8c9266f1ea80c392 /crypto/camellia
parentc552680473cf3130105c37fa7d6f8147b6f01320 (diff)
make update
Diffstat (limited to 'crypto/camellia')
-rw-r--r--crypto/camellia/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/camellia/Makefile b/crypto/camellia/Makefile
index 37629f2e07..29caa14865 100644
--- a/crypto/camellia/Makefile
+++ b/crypto/camellia/Makefile
@@ -85,3 +85,19 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
+camellia.o: ../../include/openssl/opensslconf.h camellia.c camellia.h
+camellia.o: cmll_locl.h
+cmll_cbc.o: ../../include/openssl/camellia.h
+cmll_cbc.o: ../../include/openssl/opensslconf.h cmll_cbc.c cmll_locl.h
+cmll_cfb.o: ../../e_os.h ../../include/openssl/camellia.h
+cmll_cfb.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
+cmll_cfb.o: cmll_cfb.c cmll_locl.h
+cmll_ctr.o: ../../include/openssl/camellia.h
+cmll_ctr.o: ../../include/openssl/opensslconf.h cmll_ctr.c cmll_locl.h
+cmll_ecb.o: ../../include/openssl/camellia.h
+cmll_ecb.o: ../../include/openssl/opensslconf.h cmll_ecb.c cmll_locl.h
+cmll_misc.o: ../../include/openssl/camellia.h
+cmll_misc.o: ../../include/openssl/opensslconf.h
+cmll_misc.o: ../../include/openssl/opensslv.h cmll_locl.h cmll_misc.c
+cmll_ofb.o: ../../include/openssl/camellia.h
+cmll_ofb.o: ../../include/openssl/opensslconf.h cmll_locl.h cmll_ofb.c