| [svn] / ecrypt / trunk / submissions / decim / Makefile |
* changed `(bytes_processed <= msglen)' to `(bytes_processed < msglen)'. * moved `ctx->bits_in_byte = 0; ctx->stream_byte = 0;' to `ECRYPT_ivsetup'. * moved state initialization to `ECRYPT_ivsetup' in order to allow interleaved calls.
name = decim type = sync root = $(ECRYPT_ROOT) api = ecrypt-$(type).h ifdef STD std = $(STD) else std = -ansi endif ifdef OPT opt = $(OPT) else opt = -O3 endif CFLAGS = -Wall -pedantic $(opt) $(std) CPPFLAGS = -DECRYPT_API=$(api) -I $(root)/include -I . VPATH = $(root)/test:$(root)/api:$(root)/include ecrypt-test: ecrypt-test.o ecrypt-$(type).o $(name).o $(api): ecrypt-config.h ecrypt-machine.h ecrypt-portable.h ecrypt-test.o: $(api) ecrypt-$(type).o: $(api) $(name).o: $(api) clean: $(RM) ecrypt-test *.o
|
eSTREAM Project Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |