[MPlayer-cvslog] r20022 - trunk/common.mak
diego
subversion at mplayerhq.hu
Tue Oct 3 20:28:37 CEST 2006
Author: diego
Date: Tue Oct 3 20:28:37 2006
New Revision: 20022
Modified:
trunk/common.mak
Log:
Sync with FFmpeg r6543.
Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak (original)
+++ trunk/common.mak Tue Oct 3 20:28:37 2006
@@ -34,11 +34,9 @@
%.o: %.cpp
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
-depend: $(SRCS)
+depend dep: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
-dep: depend
-
clean::
rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
*.lib *.def *.dll.a *.exp
@@ -69,6 +67,7 @@
install-lib-static: $(LIB)
install -d "$(libdir)"
install -m 644 $(LIB) "$(libdir)"
+ $(LIB_INSTALL_EXTRA_CMD)
install-headers:
install -d "$(incdir)"
@@ -88,6 +87,8 @@
rm -f "$(addprefix $(incdir)/,$(HEADERS))"
rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"
+.PHONY: all depend dep clean distclean install* uninstall*
+
#
# include dependency files if they exist
#
More information about the MPlayer-cvslog
mailing list