# HG changeset patch # User diego # Date 1238337338 0 # Node ID 76d3bebf4e45ea03aaa6d0c84596c079a59d1eea # Parent e7f277bf38b505799c7f29e5e20ea2363ce84440 Generalize example target rule in common.mak so that it sets a -example$(EXESUF) suffix for all example files instead of doing this in individual Makefiles. diff -r e7f277bf38b5 -r 76d3bebf4e45 libswscale/Makefile --- a/libswscale/Makefile Sun Mar 29 14:18:44 2009 +0000 +++ b/libswscale/Makefile Sun Mar 29 14:35:38 2009 +0000 @@ -18,7 +18,7 @@ OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes) -EXAMPLES = swscale-example +EXAMPLES = swscale TESTPROGS = colorspace DIRS = bfin mlib ppc sparc x86