comparison Makefile @ 13767:b361eb0cc549

Removal of help_mp.h on make distclean, as requested by Felix Buenemann <atmosfear -at- users(dot)sourceforge(dot)net>
author wight
date Tue, 26 Oct 2004 06:36:38 +0000
parents 06cd8401c498
children e047e70a9767
comparison
equal deleted inserted replaced
13766:6473da1ceadb 13767:b361eb0cc549
346 clean: 346 clean:
347 -rm -f *.o *~ $(OBJS) codecs.conf.h 347 -rm -f *.o *~ $(OBJS) codecs.conf.h
348 348
349 distclean: doxygen_clean 349 distclean: doxygen_clean
350 -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS) 350 -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
351 -rm -f *.o *.a .depend configure.log codecs.conf.h 351 -rm -f *.o *.a .depend configure.log codecs.conf.h help_mp.h
352 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done 352 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done
353 353
354 strip: 354 strip:
355 strip -s $(ALL_PRG) 355 strip -s $(ALL_PRG)
356 356