comparison Makefile @ 18014:0d380174f01f

10l: version.h was not being built in some odd cases
author rfelker
date Sun, 02 Apr 2006 07:18:53 +0000
parents 4cfe6a25ccfc
children 86bf841af3e7
comparison
equal deleted inserted replaced
18013:4cfe6a25ccfc 18014:0d380174f01f
438 codec-cfg.o: codecs.conf.h 438 codec-cfg.o: codecs.conf.h
439 439
440 codecs2html: mp_msg.o 440 codecs2html: mp_msg.o
441 $(CC) -DCODECS2HTML codec-cfg.c mp_msg.o -o $@ 441 $(CC) -DCODECS2HTML codec-cfg.c mp_msg.o -o $@
442 442
443 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h help_mp.h 443 $(PRG_CFG): codec-cfg.c codec-cfg.h help_mp.h
444 $(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) \ 444 $(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) \
445 -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) 445 -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC)
446 446
447 install: $(ALL_PRG) 447 install: $(ALL_PRG)
448 ifeq ($(VIDIX),yes) 448 ifeq ($(VIDIX),yes)
565 #ifneq ($(wildcard CVS/Entries),) 565 #ifneq ($(wildcard CVS/Entries),)
566 #version.h: CVS/Entries 566 #version.h: CVS/Entries
567 #endif 567 #endif
568 version.h: config.h config.mak Makefile 568 version.h: config.h config.mak Makefile
569 569
570 # explicit dependencies to force version.h to be built even if .depend is missing
571 mplayer.o mencoder.o vobsub.o: version.h
572
570 # 573 #
571 # the following lines provide _partial_ dependency information 574 # the following lines provide _partial_ dependency information
572 # for the 'library' directories under main dir, in order to cause 575 # for the 'library' directories under main dir, in order to cause
573 # the build process to recursively descend into them if something 576 # the build process to recursively descend into them if something
574 # has changed. ideally this will be replaced with a single 577 # has changed. ideally this will be replaced with a single