make distclean clean everything

Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Barbato 2006-07-02 18:17:30 +00:00
parent 20ffddb93a
commit bf8409947f
1 changed files with 2 additions and 1 deletions

View File

@ -213,6 +213,7 @@ clean:
$(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 @@ distclean: clean
$(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]