X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcamellia%2FMakefile;h=59230992a35ba5d4ecb50e360d751b71860712a4;hp=8858dd057d5e29c710f5060972c3cc0abd185abc;hb=fd0ba77717c4fda075c9c9a6ff1e5975fdf76905;hpb=71fa451343f97b3624374ed1359adc23fba5696e diff --git a/crypto/camellia/Makefile b/crypto/camellia/Makefile index 8858dd057d..59230992a3 100644 --- a/crypto/camellia/Makefile +++ b/crypto/camellia/Makefile @@ -40,7 +40,7 @@ top: all: lib lib: $(LIBOBJ) - $(ARX) $(LIB) $(LIBOBJ) + $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib @@ -48,6 +48,8 @@ cmll-x86.s: asm/cmll-x86.pl ../perlasm/x86asm.pl $(PERL) asm/cmll-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ cmll-x86_64.s: asm/cmll-x86_64.pl $(PERL) asm/cmll-x86_64.pl $(PERLASM_SCHEME) > $@ +cmllt4-sparcv9.s: asm/cmllt4-sparcv9.pl + $(PERL) asm/cmllt4-sparcv9.pl $(CFLAGS) > $@ files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO @@ -86,8 +88,8 @@ 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 +camellia.o: ../../include/openssl/camellia.h +camellia.o: ../../include/openssl/opensslconf.h camellia.c cmll_locl.h cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h cmll_cbc.o: ../../include/openssl/opensslconf.h cmll_cbc.c cmll_cfb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h