[FFmpeg-cvslog] r21919 - trunk/Makefile
mru
subversion
Sat Feb 20 14:19:29 CET 2010
Author: mru
Date: Sat Feb 20 14:19:29 2010
New Revision: 21919
Log:
Delete all test related files in testclean rule
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Sat Feb 20 13:32:30 2010 (r21918)
+++ trunk/Makefile Sat Feb 20 14:19:29 2010 (r21919)
@@ -126,14 +126,15 @@ uninstall-man:
rm -f $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
testclean:
- rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/*~
+ rm -rf tests/vsynth1 tests/vsynth2 tests/data
+ rm -f $(addprefix tests/,$(CLEANSUFFIXES))
+ rm -f tests/seek_test$(EXESUF) tests/seek_test.o
+ rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
clean:: testclean
rm -f $(ALLPROGS) $(ALLPROGS_G)
rm -f $(CLEANSUFFIXES)
rm -f doc/*.html doc/*.pod doc/*.1
- rm -f tests/seek_test$(EXESUF) tests/seek_test.o
- rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
rm -f $(TOOLS)
distclean::
More information about the ffmpeg-cvslog
mailing list