diff options
Diffstat (limited to 'src/lib/libcrypto/camellia/Makefile')
-rw-r--r-- | src/lib/libcrypto/camellia/Makefile | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/lib/libcrypto/camellia/Makefile b/src/lib/libcrypto/camellia/Makefile index dfb12951fd..ff5fe4a01d 100644 --- a/src/lib/libcrypto/camellia/Makefile +++ b/src/lib/libcrypto/camellia/Makefile | |||
@@ -11,7 +11,7 @@ CFLAG=-g | |||
11 | MAKEFILE= Makefile | 11 | MAKEFILE= Makefile |
12 | AR= ar r | 12 | AR= ar r |
13 | 13 | ||
14 | CAMELLIA_ASM_OBJ= | 14 | CMLL_ENC= camellia.o cmll_misc.o cmll_cbc.o |
15 | 15 | ||
16 | CFLAGS= $(INCLUDES) $(CFLAG) | 16 | CFLAGS= $(INCLUDES) $(CFLAG) |
17 | ASFLAGS= $(INCLUDES) $(ASFLAG) | 17 | ASFLAGS= $(INCLUDES) $(ASFLAG) |
@@ -25,8 +25,7 @@ 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 |
27 | 27 | ||
28 | LIBOBJ= camellia.o cmll_misc.o cmll_ecb.o cmll_cbc.o cmll_ofb.o \ | 28 | LIBOBJ= cmll_ecb.o cmll_ofb.o cmll_cfb.o cmll_ctr.o $(CMLL_ENC) |
29 | cmll_cfb.o cmll_ctr.o $(CAMELLIA_ASM_OBJ) | ||
30 | 29 | ||
31 | SRC= $(LIBSRC) | 30 | SRC= $(LIBSRC) |
32 | 31 | ||
@@ -41,12 +40,14 @@ top: | |||
41 | all: lib | 40 | all: lib |
42 | 41 | ||
43 | lib: $(LIBOBJ) | 42 | lib: $(LIBOBJ) |
44 | $(ARX) $(LIB) $(LIBOBJ) | 43 | $(AR) $(LIB) $(LIBOBJ) |
45 | $(RANLIB) $(LIB) || echo Never mind. | 44 | $(RANLIB) $(LIB) || echo Never mind. |
46 | @touch lib | 45 | @touch lib |
47 | 46 | ||
48 | $(LIBOBJ): $(LIBSRC) | 47 | cmll-x86.s: asm/cmll-x86.pl ../perlasm/x86asm.pl |
49 | 48 | $(PERL) asm/cmll-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ | |
49 | cmll-x86_64.s: asm/cmll-x86_64.pl | ||
50 | $(PERL) asm/cmll-x86_64.pl $(PERLASM_SCHEME) > $@ | ||
50 | 51 | ||
51 | files: | 52 | files: |
52 | $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | 53 | $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO |
@@ -85,19 +86,18 @@ clean: | |||
85 | 86 | ||
86 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 87 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
87 | 88 | ||
88 | camellia.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 89 | camellia.o: ../../include/openssl/opensslconf.h camellia.c camellia.h |
89 | camellia.o: camellia.c camellia.h cmll_locl.h | 90 | camellia.o: cmll_locl.h |
90 | cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h | 91 | cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h |
91 | cmll_cbc.o: ../../include/openssl/opensslconf.h cmll_cbc.c cmll_locl.h | 92 | cmll_cbc.o: ../../include/openssl/opensslconf.h cmll_cbc.c |
92 | cmll_cfb.o: ../../e_os.h ../../include/openssl/camellia.h | 93 | cmll_cfb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h |
93 | cmll_cfb.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 94 | cmll_cfb.o: ../../include/openssl/opensslconf.h cmll_cfb.c |
94 | cmll_cfb.o: cmll_cfb.c cmll_locl.h | 95 | cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h |
95 | cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h | 96 | cmll_ctr.o: ../../include/openssl/opensslconf.h cmll_ctr.c |
96 | cmll_ctr.o: ../../include/openssl/opensslconf.h cmll_ctr.c cmll_locl.h | 97 | cmll_ecb.o: ../../include/openssl/camellia.h |
97 | cmll_ecb.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.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 ../../include/openssl/e_os2.h | 99 | cmll_misc.o: ../../include/openssl/camellia.h |
100 | cmll_misc.o: ../../include/openssl/opensslconf.h | 100 | cmll_misc.o: ../../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 cmll_locl.h cmll_misc.c |
102 | cmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.h | 102 | cmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h |
103 | cmll_ofb.o: ../../include/openssl/opensslconf.h cmll_locl.h cmll_ofb.c | 103 | cmll_ofb.o: ../../include/openssl/opensslconf.h cmll_ofb.c |