[MPlayer-cvslog] r21238 - trunk/libvo/Makefile
diego
subversion at mplayerhq.hu
Sat Nov 25 18:58:52 CET 2006
Author: diego
Date: Sat Nov 25 18:58:43 2006
New Revision: 21238
Modified:
trunk/libvo/Makefile
Log:
simplify
Modified: trunk/libvo/Makefile
==============================================================================
--- trunk/libvo/Makefile (original)
+++ trunk/libvo/Makefile Sat Nov 25 18:58:43 2006
@@ -58,13 +58,13 @@
all: $(LIBNAME) $(LIBNAME2)
-$(LIBNAME): $(OBJS)
- $(AR) r $(LIBNAME) $(OBJS)
- $(RANLIB) $(LIBNAME)
-
-$(LIBNAME2): $(OBJS2)
- $(AR) r $(LIBNAME2) $(OBJS2)
- $(RANLIB) $(LIBNAME2)
+$(LIBNAME): $(OBJS)
+ $(AR) r $@ $^
+ $(RANLIB) $@
+
+$(LIBNAME2): $(OBJS2)
+ $(AR) r $@ $^
+ $(RANLIB) $@
clean:
rm -f *.o *.a *~
More information about the MPlayer-cvslog
mailing list