[MPlayer-cvslog] r22557 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Mar 13 23:43:12 CET 2007


Author: diego
Date: Tue Mar 13 23:43:11 2007
New Revision: 22557

Modified:
   trunk/Makefile

Log:
cosmetics: Move depend target in preparation for upcoming changes.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Mar 13 23:43:11 2007
@@ -318,6 +318,10 @@ uninstall:
 	rm -f $(LIBDIR)/mplayer/vidix/*.so
 	-rmdir -p $(LIBDIR)/mplayer/vidix
 
+dep depend: help_mp.h version.h codecs.conf.h
+	$(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) $(SRCS_COMMON) 1>.depend
+	@for a in $(PARTS); do $(MAKE) -C $$a dep; done
+
 clean:
 	-rm -f *.o *.a *~
 	-rm -f mplayer$(EXESUF) mencoder$(EXESUF) codec-cfg$(EXESUF) \
@@ -332,10 +336,6 @@ distclean: clean doxygen_clean
 strip:
 	strip -s $(ALL_PRG)
 
-dep depend: help_mp.h version.h codecs.conf.h
-	$(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) $(SRCS_COMMON) 1>.depend
-	@for a in $(PARTS); do $(MAKE) -C $$a dep; done
-
 # ./configure must be rerun if it changed
 config.h: configure
 	@echo "############################################################"



More information about the MPlayer-cvslog mailing list