On Tue, Jun 07, 2011 at 10:32:59AM +0100, Mans Rullgard wrote:
> Signed-off-by: Mans Rullgard <[email protected]>
> 
> --- a/Makefile
> +++ b/Makefile
> @@ -92,7 +92,6 @@ tools/%.o: tools/%.c
>       $(CC) $(CPPFLAGS) $(CFLAGS) -c $(CC_O) $<
>  
>  -include $(wildcard tools/*.d)
> --include $(wildcard tests/*.d)
>  
>  VERSION_SH  = $(SRC_PATH_BARE)/version.sh
>  GIT_LOG     = $(SRC_PATH_BARE)/.git/logs/HEAD

I believe these two lines

TESTTOOLS   = audiogen videogen rotozoom tiny_psnr base64
HOSTPROGS  := $(TESTTOOLS:%=tests/%)

should also be moved to the subdirectory Makefile.

> --- /dev/null
> +++ b/tests/Makefile
> @@ -0,0 +1,121 @@
> +
> +-include $(wildcard tests/*.d)
> +
> +.PHONE: fate* *test

.PHONY

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to