Mercurial > mplayer.hg
comparison Makefile @ 17488:ce1ba8fd57e7
Make clean/distclean behave uniformly in all directories.
author | diego |
---|---|
date | Fri, 27 Jan 2006 00:06:42 +0000 |
parents | bfb5ba831aed |
children | 52fb9a8bf702 |
comparison
equal
deleted
inserted
replaced
17487:fa17424b4c7b | 17488:ce1ba8fd57e7 |
---|---|
519 $(DO_MAKE) | 519 $(DO_MAKE) |
520 endif | 520 endif |
521 @echo "Uninstall completed" | 521 @echo "Uninstall completed" |
522 | 522 |
523 clean: | 523 clean: |
524 -rm -f *.o *~ $(OBJS) codecs.conf.h | 524 -rm -f *.o *.a *~ codecs.conf.h |
525 | 525 |
526 distclean: doxygen_clean | 526 distclean: clean doxygen_clean |
527 -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS) | 527 -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) |
528 -rm -f *.o *.a .depend configure.log codecs.conf.h help_mp.h | 528 -rm -f .depend configure.log codecs.conf.h help_mp.h |
529 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done | 529 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done |
530 | 530 |
531 strip: | 531 strip: |
532 strip -s $(ALL_PRG) | 532 strip -s $(ALL_PRG) |
533 | 533 |