[MPlayer-cvslog] r26542 - trunk/Makefile
diego
subversion at mplayerhq.hu
Sat Apr 26 11:19:41 CEST 2008
Author: diego
Date: Sat Apr 26 11:19:41 2008
New Revision: 26542
Log:
Take Objective C files into account when generating dependencies.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sat Apr 26 11:19:41 2008
@@ -606,7 +606,7 @@ DEPS = foo
include mpcommon.mak
-DEPS = $(patsubst %.cpp,%.d,$(patsubst %.c,%.d,$(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER)))
+DEPS = $(patsubst %.cpp,%.d,$(patsubst %.c,%.d,$(SRCS_COMMON) $(SRCS_MPLAYER:.m=.d) $(SRCS_MENCODER)))
$(DEPS) recurse: help_mp.h version.h codecs.conf.h
dep depend: $(DEPS)
for part in $(PARTS); do $(MAKE) -C $$part .depend; done
More information about the MPlayer-cvslog
mailing list