[FFmpeg-cvslog] Makefile: simplify test tools handling

Mans Rullgard git
Sun Jan 23 21:01:56 CET 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu Jan 20 02:07:55 2011 +0000| [51cfd81238ef2d6359d59d7c7f989eeed160f374] | committer: Michael Niedermayer

Makefile: simplify test tools handling

Signed-off-by: Mans Rullgard <mans at mansr.com>
(cherry picked from commit 2b39962eb616bdb848673485d7b9feed48d39e36)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51cfd81238ef2d6359d59d7c7f989eeed160f374
---

 Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 98ec5f5..a1fd7b4 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ MANPAGES    = $(PROGS-yes:%=doc/%.1)
 PODPAGES    = $(PROGS-yes:%=doc/%.pod)
 HTMLPAGES   = $(PROGS-yes:%=doc/%.html)
 TOOLS       = $(addprefix tools/, $(addsuffix $(EXESUF), cws2fws pktdumper probetest qt-faststart trasher))
-HOSTPROGS   = $(addprefix tests/, audiogen videogen rotozoom tiny_psnr base64)
+TESTPROGS   = audiogen videogen rotozoom tiny_psnr base64
+HOSTPROGS  := $(TESTPROGS:%=tests/%)
 
 BASENAMES   = ffmpeg ffplay ffprobe ffserver
 ALLPROGS    = $(BASENAMES:%=%$(EXESUF))
@@ -162,7 +163,7 @@ testclean:
 	$(RM) -r tests/vsynth1 tests/vsynth2 tests/data
 	$(RM) $(addprefix tests/,$(CLEANSUFFIXES))
 	$(RM) tests/seek_test$(EXESUF) tests/seek_test.o
-	$(RM) $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr base64))
+	$(RM) $(TESTPROGS:%=tests/%$(HOSTEXESUF))
 
 clean:: testclean
 	$(RM) $(ALLPROGS) $(ALLPROGS_G)




More information about the ffmpeg-cvslog mailing list