mirror of https://git.ffmpeg.org/ffmpeg.git
make distclean clean everything
Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
20ffddb93a
commit
bf8409947f
3
Makefile
3
Makefile
|
@ -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
|
||||||
$(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]
|
||||||
|
|
Loading…
Reference in New Issue