Commit bf840994 authored by Luca Barbato's avatar Luca Barbato

make distclean clean everything

Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 20ffddb9
...@@ -213,6 +213,7 @@ clean: ...@@ -213,6 +213,7 @@ clean:
$(MAKE) -C libpostproc clean $(MAKE) -C libpostproc clean
$(MAKE) -C tests clean $(MAKE) -C tests clean
$(MAKE) -C vhook clean $(MAKE) -C vhook clean
$(MAKE) -C doc clean
rm -f *.o *.d *~ .libs gmon.out TAGS \ rm -f *.o *.d *~ .libs gmon.out TAGS \
$(ALLPROGS) $(ALLPROGS_G) $(PROGTEST) $(QTFASTSTART) $(ALLPROGS) $(ALLPROGS_G) $(PROGTEST) $(QTFASTSTART)
...@@ -224,7 +225,7 @@ distclean: clean ...@@ -224,7 +225,7 @@ distclean: clean
$(MAKE) -C libpostproc distclean $(MAKE) -C libpostproc distclean
$(MAKE) -C tests distclean $(MAKE) -C tests distclean
$(MAKE) -C vhook 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: TAGS:
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch] etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment