Mercurial > mplayer.hg
comparison Makefile @ 26574:6fc2079377cd
The recurse target does not depend on help_mp.h.
author | diego |
---|---|
date | Wed, 30 Apr 2008 12:38:38 +0000 |
parents | d45caec4ba3a |
children | d1e4656332cf |
comparison
equal
deleted
inserted
replaced
26573:d45caec4ba3a | 26574:6fc2079377cd |
---|---|
715 $(CC) $(CFLAGS) -c -o $@ $< | 715 $(CC) $(CFLAGS) -c -o $@ $< |
716 | 716 |
717 codec-cfg.d: codecs.conf.h | 717 codec-cfg.d: codecs.conf.h |
718 mencoder.d mplayer.d vobsub.d gui/win32/gui.d libmpdemux/muxer_avi.d stream/network.d stream/stream_cddb.d: version.h | 718 mencoder.d mplayer.d vobsub.d gui/win32/gui.d libmpdemux/muxer_avi.d stream/network.d stream/stream_cddb.d: version.h |
719 DEPS = $(filter-out %.S,$(patsubst %.cpp,%.d,$(patsubst %.c,%.d,$(SRCS_COMMON) $(SRCS_MPLAYER:.m=.d) $(SRCS_MENCODER)))) | 719 DEPS = $(filter-out %.S,$(patsubst %.cpp,%.d,$(patsubst %.c,%.d,$(SRCS_COMMON) $(SRCS_MPLAYER:.m=.d) $(SRCS_MENCODER)))) |
720 $(DEPS) recurse: help_mp.h | 720 $(DEPS): help_mp.h |
721 | 721 |
722 dep depend: $(DEPS) | 722 dep depend: $(DEPS) |
723 for part in $(PARTS); do $(MAKE) -C $$part depend; done | 723 for part in $(PARTS); do $(MAKE) -C $$part depend; done |
724 | 724 |
725 # rebuild version.h each time the working copy is updated | 725 # rebuild version.h each time the working copy is updated |