'make clean' now recurses through subdirectories as expected,

'make dirclean' can be used to clean just the toplevel directory.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19298 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-03 17:31:30 +00:00
parent 01ba6ad0ee
commit fffc1d306a
1 changed files with 4 additions and 1 deletions

View File

@ -480,9 +480,12 @@ ifeq ($(VIDIX),yes)
endif
@echo "Uninstall completed"
clean:
dirclean:
-rm -f *.o *.a *~
clean: dirclean
@for a in $(PARTS); do $(MAKE) -C $$a clean; done
distclean: clean doxygen_clean
-rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html
-rm -f .depend configure.log codecs.conf.h help_mp.h