[MPlayer-cvslog] r29203 - trunk/Makefile

diego subversion at mplayerhq.hu
Mon Apr 20 02:19:40 CEST 2009


Author: diego
Date: Mon Apr 20 02:19:39 2009
New Revision: 29203

Log:
Use ADDSUFFIXES function to simplify version.h dependency declaration.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Mon Apr 20 02:18:59 2009	(r29202)
+++ trunk/Makefile	Mon Apr 20 02:19:39 2009	(r29203)
@@ -867,7 +867,7 @@ version.h: version.sh
 # Make sure all generated header files are created.
 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
+$(call ADDSUFFIXES,.d .o,mpcommon vobsub stream/stream_cddb stream/network libmpdemux/muxer_avi gui/win32/gui): 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\"


More information about the MPlayer-cvslog mailing list