From: diego Date: Sat, 10 Jan 2009 20:31:40 +0000 (+0000) Subject: Add a separate 'testclean' rule to clean regression test data without X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/fc2f0ad38acc305afc4812e09e9a04c98dc93541 Add a separate 'testclean' rule to clean regression test data without 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 --- diff --git a/Makefile b/Makefile index 00b275d9c..2c94537f7 100644 --- 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