]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Add a separate 'testclean' rule to clean regression test data without
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 10 Jan 2009 20:31:40 +0000 (20:31 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 10 Jan 2009 20:31:40 +0000 (20:31 +0000)
removing compiled files.
patch by Francesco Cosoleto, cosoleto gmail com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16518 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

Makefile

index 00b275d9cc97cd1fa1b864d5d70405c22dc4daf0..2c94537f73f221c21ae1a0f88593e5fbe651ec24 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -149,10 +149,12 @@ uninstall-vhook:
        rm -f $(addprefix "$(SHLIBDIR)/",$(ALLHOOKS_SRCS:.c=$(SLIBSUF)))
        -rmdir "$(SHLIBDIR)/vhook/"
 
-clean::
+testclean:
+       rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
+
+clean:: testclean
        rm -f $(ALLPROGS) $(ALLPROGS_G) output_example$(EXESUF)
        rm -f doc/*.html doc/*.pod doc/*.1
-       rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
        rm -f $(addprefix tests/,$(addsuffix $(EXESUF),audiogen videogen rotozoom seek_test tiny_psnr))
        rm -f $(addprefix tools/,$(addsuffix $(EXESUF),cws2fws pktdumper qt-faststart trasher))
        rm -f vhook/*.o vhook/*~ vhook/*.so vhook/*.dylib vhook/*.dll