X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frijndael%2FMakefile.ssl;h=ddc480e9d79c1ab27c8e5f7926d6cd6809176b8f;hp=6ed8aa3c03dbbb09cd2306b218ab895100167be6;hb=de10f6900d71a9db99d41ded7227700ac1580bdb;hpb=6a8ba34f9d63fca67382a0b6764c4d29a4d7f3ca;ds=sidebyside diff --git a/crypto/rijndael/Makefile.ssl b/crypto/rijndael/Makefile.ssl index 6ed8aa3c03..ddc480e9d7 100644 --- a/crypto/rijndael/Makefile.ssl +++ b/crypto/rijndael/Makefile.ssl @@ -1,5 +1,5 @@ # -# SSLeay/crypto/blowfish/Makefile +# crypto/rijndael/Makefile # DIR= rijndael @@ -12,7 +12,8 @@ INSTALL_PREFIX= OPENSSLDIR= /usr/local/ssl INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= $(TOP)/util/domd $(TOP) +MAKEDEPPROG= makedepend +MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile.ssl AR= ar r @@ -20,10 +21,10 @@ RD_ENC= rd_enc.o # or use #DES_ENC= bx86-elf.o -CFLAGS= $(INCLUDES) $(CFLAG) -DINTERMEDIATE_VALUE_KAT -DBINARY_KEY_MATERIAL +# CFLAGS= -mpentiumpro $(INCLUDES) $(CFLAG) -O3 -fexpensive-optimizations -funroll-loops -fforce-addr +CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile -#TEST=rijndael-test-fst.c table.128 table.192 table.256 TEST= APPS= @@ -45,6 +46,8 @@ lib: $(LIBOBJ) $(RANLIB) $(LIB) @touch lib +$(LIBOBJ): $(LIBSRC) + files: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO @@ -81,6 +84,6 @@ dclean: clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff -# DO NOT DELETE THIS LINE +# DO NOT DELETE THIS LINE -- make depend depends on it. -rd_fst.o: boxes-fst-corrected.dat rd_fst.h +rd_fst.o: rd_fst.c rd_fst.h