Mercurial > mplayer.hg
comparison Makefile @ 17770:30f0556f071e
Add codecs2html dependencies.
author | diego |
---|---|
date | Wed, 08 Mar 2006 11:09:01 +0000 |
parents | 7b7681cf5530 |
children | dca06252af6c |
comparison
equal
deleted
inserted
replaced
17769:7b7681cf5530 | 17770:30f0556f071e |
---|---|
430 codecs.conf.h: $(PRG_CFG) etc/codecs.conf | 430 codecs.conf.h: $(PRG_CFG) etc/codecs.conf |
431 ./$(PRG_CFG) ./etc/codecs.conf > $@ | 431 ./$(PRG_CFG) ./etc/codecs.conf > $@ |
432 | 432 |
433 codec-cfg.o: codecs.conf.h | 433 codec-cfg.o: codecs.conf.h |
434 | 434 |
435 codecs2html: | 435 codecs2html: mp_msg.o |
436 $(CC) -DCODECS2HTML codec-cfg.c mp_msg.o -o $@ | 436 $(CC) -DCODECS2HTML codec-cfg.c mp_msg.o -o $@ |
437 | 437 |
438 # Every mplayer dependency depends on version.h, to force building version.h | 438 # Every mplayer dependency depends on version.h, to force building version.h |
439 # first (in serial mode) before any other of the dependencies for a parallel make | 439 # first (in serial mode) before any other of the dependencies for a parallel make |
440 # run. This is necessary, because the make rule for version.h removes objects | 440 # run. This is necessary, because the make rule for version.h removes objects |