[Ffmpeg-cvslog] r6538 - in trunk: Makefile common.mak doc/Makefile libavcodec/Makefile tests/Makefile vhook/Makefile

diego subversion
Tue Oct 3 19:42:17 CEST 2006


Author: diego
Date: Tue Oct  3 19:42:17 2006
New Revision: 6538

Modified:
   trunk/Makefile
   trunk/common.mak
   trunk/doc/Makefile
   trunk/libavcodec/Makefile
   trunk/tests/Makefile
   trunk/vhook/Makefile

Log:
Mark all phony targets as such.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Oct  3 19:42:17 2006
@@ -118,8 +118,6 @@
 documentation:
 	$(MAKE) -C doc all
 
-.PHONY: install
-
 install: install-progs install-libs install-headers install-man $(INSTALLVHOOK)
 
 ifeq ($(BUILD_SHARED),yes)
@@ -263,7 +261,9 @@
 	( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude .svn )
 	rm -rf /tmp/$(FILE)
 
-.PHONY: lib
+.PHONY: all lib videohook documentation install* wininstaller uninstall*
+.PHONY: dep depend clean distclean TAGS tar
+.PHONY: codectest libavtest test-server fulltest test mpeg4 mpeg
 
 ifneq ($(wildcard .depend),)
 include .depend

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	(original)
+++ trunk/common.mak	Tue Oct  3 19:42:17 2006
@@ -89,6 +89,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
 #

Modified: trunk/doc/Makefile
==============================================================================
--- trunk/doc/Makefile	(original)
+++ trunk/doc/Makefile	Tue Oct  3 19:42:17 2006
@@ -16,3 +16,5 @@
 
 clean:
 	rm -f *.html *.pod *.1
+
+.PHONY: all clean

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	(original)
+++ trunk/libavcodec/Makefile	Tue Oct  3 19:42:17 2006
@@ -422,3 +422,5 @@
 
 fft-test: fft-test.o $(LIB)
 	$(CC) -o $@ $^ $(LIBAVUTIL) -lm
+
+.PHONY: amrlibs tests

Modified: trunk/tests/Makefile
==============================================================================
--- trunk/tests/Makefile	(original)
+++ trunk/tests/Makefile	Tue Oct  3 19:42:17 2006
@@ -78,3 +78,6 @@
 distclean clean:
 	rm -rf vsynth1 vsynth2 data
 	rm -f asynth1.sw *~ audiogen$(EXESUF) videogen$(EXESUF) rotozoom$(EXESUF) tiny_psnr$(EXESUF)
+
+.PHONY: all fulltest test codectest libavtest test-server
+.PHONY: mpeg4 mpeg ac3 snow snowll distclean clean

Modified: trunk/vhook/Makefile
==============================================================================
--- trunk/vhook/Makefile	(original)
+++ trunk/vhook/Makefile	Tue Oct  3 19:42:17 2006
@@ -44,6 +44,8 @@
 distclean: clean
 	rm -f .depend
 
+.PHONY: all depend dep clean distclean install* uninstall*
+
 ifneq ($(wildcard .depend),)
 include .depend
 endif




More information about the ffmpeg-cvslog mailing list