[Mplayer-cvslog] CVS: main/postproc Makefile,1.18,1.19
Alex Beregszaszi
alex at mplayerhq.hu
Mon Jul 28 17:25:06 CEST 2003
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv3631
Modified Files:
Makefile
Log Message:
remove cs_test and swscale-example too
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Makefile 23 May 2003 20:29:36 -0000 1.18
+++ Makefile 28 Jul 2003 15:24:38 -0000 1.19
@@ -22,10 +22,10 @@
$(AR) r $(SWSLIB) $(SWSOBJS)
clean:
- rm -f *.o *.a *~ *.so
+ rm -f *.o *.a *~ *.so cs_test swscale-example
distclean:
- rm -f Makefile.bak *.o *.a *~ *.so .depend
+ rm -f Makefile.bak *.o *.a *~ *.so .depend cs_test swscale-example
dep: depend
More information about the MPlayer-cvslog
mailing list