comparison Makefile @ 19964:edee81101156

Remove version.h on distclean.
author diego
date Sun, 24 Sep 2006 15:55:10 +0000
parents b251bca5820c
children 1699b4b6707e
comparison
equal deleted inserted replaced
19963:601bd947b61d 19964:edee81101156
477 clean: dirclean 477 clean: dirclean
478 @for a in $(PARTS); do $(MAKE) -C $$a clean; done 478 @for a in $(PARTS); do $(MAKE) -C $$a clean; done
479 479
480 distclean: clean doxygen_clean 480 distclean: clean doxygen_clean
481 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done 481 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done
482 -rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html 482 -rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html codecs.conf.h \
483 -rm -f .depend configure.log codecs.conf.h help_mp.h config.h config.mak 483 .depend configure.log config.mak config.h help_mp.h version.h
484 484
485 strip: 485 strip:
486 strip -s $(ALL_PRG) 486 strip -s $(ALL_PRG)
487 487
488 dep: depend 488 dep: depend