[Mplayer-cvslog] CVS: main Makefile,1.79,1.80

Atmosfear atmos4 at mplayer.dev.hu
Tue Oct 23 00:46:41 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv4928

Modified Files:
	Makefile 
Log Message:
Add uninstall target, patch by Clemens Wächter <clemenswaechter at yahoo.com>


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- Makefile	20 Oct 2001 18:49:08 -0000	1.79
+++ Makefile	22 Oct 2001 22:46:38 -0000	1.80
@@ -136,6 +136,13 @@
 	-install -o 0 -g 0 -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP)
 endif
 
+uninstall:
+	rm -f $(BINDIR)/$(PRG)
+	rm -f $(BINDIR)/gmplayer
+	rm -f $(prefix)/man/man1/mplayer.1
+	rm -f $(BINDIR)/$(PRG_FIBMAP)
+	@echo "Uninstall completed"
+
 clean:
 	rm -f *.o *~ $(OBJS)
 




More information about the MPlayer-cvslog mailing list