# HG changeset patch # User diego # Date 1201445578 0 # Node ID b65c4378ecfe330b01244dc44faf30da8b0f07e1 # Parent 45b44718ff313c120885d1d199a97e13f13bda0a whitespace and sorting cosmetics diff -r 45b44718ff31 -r b65c4378ecfe Makefile --- a/Makefile Sun Jan 27 14:50:29 2008 +0000 +++ b/Makefile Sun Jan 27 14:52:58 2008 +0000 @@ -471,19 +471,15 @@ TESTS = $(addsuffix -test, cabac dct eval fft h264 imgresample rangecoder snow) ifeq ($(ARCH_X86),yes) -TESTS+= cpuid-test motion-test +TESTS += cpuid-test motion-test endif tests: apiexample $(TESTS) +cpuid-test: i386/cputest.c apiexample: apiexample.o $(LIBNAME) - -cpuid-test: i386/cputest.c - dct-test: dct-test.o fdctref.o $(LIBNAME) - fft-test: fft-test.o $(LIBNAME) - motion-test: motion-test.o $(LIBNAME) %-test: %.c $(LIBNAME)