# HG changeset patch # User diego # Date 1238337320 0 # Node ID a9e4caf963dc7d0fab198cb3655d845cc65a3b17 # Parent bd89b50b48fc9dcef4f186b0e2fad2728db386fa 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 bd89b50b48fc -r a9e4caf963dc Makefile --- a/Makefile Sun Mar 29 14:28:56 2009 +0000 +++ b/Makefile Sun Mar 29 14:35:20 2009 +0000 @@ -531,7 +531,7 @@ sparc/simple_idct_vis.o \ -EXAMPLES = api-example$(EXESUF) +EXAMPLES = api TESTPROGS = cabac dct eval fft h264 rangecoder snow TESTPROGS-$(ARCH_X86) += x86/cpuid