summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrancesco Cosoleto <cosoleto@gmail.com>2009-01-10 20:31:40 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-10 20:31:40 +0000
commit250dd6f0f7be625177e6a6ce8cab722a62f363ef (patch)
tree44ec02a31fb06a3fc115ececf41aeef1326d5080 /Makefile
parent2b187df99b8a5dc872ce8e53eb97967154428870 (diff)
Add a separate 'testclean' rule to clean regression test data without
removing compiled files. patch by Francesco Cosoleto, cosoleto gmail com Originally committed as revision 16518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 00b275d9cc..2c94537f73 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