[FFmpeg-cvslog] r9277 - in trunk: Makefile common.mak libpostproc/Makefile

diego subversion
Sun Jun 10 23:29:56 CEST 2007


Author: diego
Date: Sun Jun 10 23:29:56 2007
New Revision: 9277

Log:
Move libpostproc-specific uninstallation command to the libpostproc Makefile.


Modified:
   trunk/Makefile
   trunk/common.mak
   trunk/libpostproc/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun Jun 10 23:29:56 2007
@@ -183,7 +183,6 @@ uninstall-headers:
 	$(MAKE) -C libavformat uninstall-headers
 	$(MAKE) -C libpostproc uninstall-headers
 	-rmdir "$(incdir)"
-	-rmdir "$(prefix)/include/postproc"
 
 depend dep: .depend
 	$(MAKE) -C libavutil   depend

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	(original)
+++ trunk/common.mak	Sun Jun 10 23:29:56 2007
@@ -92,7 +92,7 @@ uninstall-libs:
 	       "$(shlibdir)/$(SLIBNAME_WITH_VERSION)"
 	-rm -f "$(libdir)/$(LIB)"
 
-uninstall-headers:
+uninstall-headers::
 	rm -f $(addprefix "$(incdir)/",$(HEADERS))
 	rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"
 

Modified: trunk/libpostproc/Makefile
==============================================================================
--- trunk/libpostproc/Makefile	(original)
+++ trunk/libpostproc/Makefile	Sun Jun 10 23:29:56 2007
@@ -22,3 +22,5 @@ depend dep: postprocess.c
 postprocess_pic.o: postprocess.c
 	$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
 
+uninstall-headers::
+	-rmdir "$(prefix)/include/postproc"




More information about the ffmpeg-cvslog mailing list