comparison Makefile @ 22495:64175d0b25a4

mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER respectively, no need to add them separately for .depend generation.
author diego
date Sun, 11 Mar 2007 16:26:13 +0000
parents 9dd4da00b06a
children 643be517b47a
comparison
equal deleted inserted replaced
22494:4da634e3f37a 22495:64175d0b25a4
328 328
329 strip: 329 strip:
330 strip -s $(ALL_PRG) 330 strip -s $(ALL_PRG)
331 331
332 dep depend: help_mp.h version.h 332 dep depend: help_mp.h version.h
333 $(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend 333 $(CC) -MM $(CFLAGS) -DCODECS2HTML $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
334 @for a in $(PARTS); do $(MAKE) -C $$a dep; done 334 @for a in $(PARTS); do $(MAKE) -C $$a dep; done
335 335
336 # ./configure must be rerun if it changed 336 # ./configure must be rerun if it changed
337 config.h: configure 337 config.h: configure
338 @echo "############################################################" 338 @echo "############################################################"