[MPlayer-cvslog] r20843 - trunk/loader/Makefile

diego subversion at mplayerhq.hu
Fri Nov 10 19:31:13 CET 2006


Author: diego
Date: Fri Nov 10 19:31:12 2006
New Revision: 20843

Modified:
   trunk/loader/Makefile

Log:
Add standard depend target.


Modified: trunk/loader/Makefile
==============================================================================
--- trunk/loader/Makefile	(original)
+++ trunk/loader/Makefile	Fri Nov 10 19:31:12 2006
@@ -38,5 +38,12 @@
 	$(AR) -r libloader.a $(OBJS) stubs.o
 	$(RANLIB) libloader.a
 
-dep:
-	echo "dependency not required/supported"
+dep depend:
+	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
+
+#
+# include dependency files if they exist
+#
+ifneq ($(wildcard .depend),)
+include .depend
+endif



More information about the MPlayer-cvslog mailing list