[Ffmpeg-cvslog] r8152 - trunk/Makefile

Diego Biurrun diego
Tue Feb 27 20:16:14 CET 2007


On Tue, Feb 27, 2007 at 08:00:27PM +0100, mru wrote:
> 
> Modified:
>    trunk/Makefile
> 
> Log:
> simplify

This time you beat me to it, I was thinking of something similar ..

> --- trunk/Makefile	(original)
> +++ trunk/Makefile	Tue Feb 27 20:00:26 2007
> @@ -11,22 +11,13 @@ CFLAGS=$(OPTFLAGS) -I$(BUILD_ROOT) -I$(S
>  
> +PROGS = $(addsuffix $(EXESUF), $(PROGS-yes))
> +PROGS_G = $(addsuffix _g$(EXESUF), $(PROGS-yes))
> +MANPAGES = $(addprefix doc/, $(addsuffix .1, $(PROGS-yes)))

This could of course have been nicely aligned ;)

Diego




More information about the ffmpeg-cvslog mailing list