[Ffmpeg-cvslog] r5580 - trunk/Makefile

lu_zero subversion
Sun Jul 2 20:17:30 CEST 2006


Author: lu_zero
Date: Sun Jul  2 20:17:30 2006
New Revision: 5580

Modified:
   trunk/Makefile

Log:
make distclean clean everything

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun Jul  2 20:17:30 2006
@@ -213,6 +213,7 @@
 	$(MAKE) -C libpostproc clean
 	$(MAKE) -C tests       clean
 	$(MAKE) -C vhook       clean
+	$(MAKE) -C doc         clean
 	rm -f *.o *.d *~ .libs gmon.out TAGS \
 	   $(ALLPROGS) $(ALLPROGS_G) $(PROGTEST) $(QTFASTSTART)
 
@@ -224,7 +225,7 @@
 	$(MAKE) -C libpostproc distclean
 	$(MAKE) -C tests       distclean
 	$(MAKE) -C vhook       distclean
-	rm -f .depend config.mak config.h version.h *.pc
+	rm -f .depend config.mak config.h version.h *.pc config.err config.log
 
 TAGS:
 	etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]




More information about the ffmpeg-cvslog mailing list