comparison Makefile @ 18480:66789c5e38ba

make depend requires help_mp.h, fixes make depend after make distclean.
author diego
date Sat, 13 May 2006 16:37:16 +0000
parents 89bd33b746b9
children b7746166426c
comparison
equal deleted inserted replaced
18479:28119382dc02 18480:66789c5e38ba
517 strip: 517 strip:
518 strip -s $(ALL_PRG) 518 strip -s $(ALL_PRG)
519 519
520 dep: depend 520 dep: depend
521 521
522 depend: 522 depend: help_mp.h
523 $(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend 523 $(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
524 @for a in $(PARTS); do $(MAKE) -C $$a dep; done 524 @for a in $(PARTS); do $(MAKE) -C $$a dep; done
525 525
526 # ./configure must be run if it changed in CVS 526 # ./configure must be run if it changed in CVS
527 config.h: configure 527 config.h: configure