From 51623a5995e77da60049a32ee0f7a2ad22d2b160 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Wed, 8 Apr 2009 16:13:51 +0000 Subject: Reduce compilation time after version.h was updated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29152 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0046f08612..3d70e93932 100644 --- a/Makefile +++ b/Makefile @@ -862,7 +862,8 @@ version.h: version.sh ###### dependency declarations / specific CFLAGS ###### # Make sure all generated header files are created. -$(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): codecs.conf.h help_mp.h version.h +$(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): codecs.conf.h help_mp.h +mpcommon.d mpcommon.o vobsub.d vobsub.o stream/stream_cddb.d stream/stream_cddb.o stream/network.d stream/network.o libmpdemux/muxer_avi.d libmpdemux/muxer_avi.o gui/win32/gui.d gui/win32/gui.o: version.h libdvdcss/%: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.10\" $(CFLAGS_LIBDVDCSS) libdvdnav/%: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DHAVE_CONFIG_H -DVERSION=\"MPlayer-custom\" -- cgit v1.2.3 From 94959cc3333b03a20c98fa378952dfc074e8f107 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 8 Apr 2009 18:25:23 +0000 Subject: Specify precise dependencies for generated header file codecs.conf.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29153 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d70e93932..2eeace4ebd 100644 --- a/Makefile +++ b/Makefile @@ -862,7 +862,8 @@ version.h: version.sh ###### dependency declarations / specific CFLAGS ###### # Make sure all generated header files are created. -$(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): codecs.conf.h help_mp.h +codec-cfg.d codec-cfg.o: codecs.conf.h +$(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): help_mp.h mpcommon.d mpcommon.o vobsub.d vobsub.o stream/stream_cddb.d stream/stream_cddb.o stream/network.d stream/network.o libmpdemux/muxer_avi.d libmpdemux/muxer_avi.o gui/win32/gui.d gui/win32/gui.o: version.h libdvdcss/%: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.10\" $(CFLAGS_LIBDVDCSS) -- cgit v1.2.3