[Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.62,1.63
Ross Finlayson CVS
rsf at mplayerhq.hu
Sat May 3 08:24:49 CEST 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv24492
Modified Files:
Makefile
Log Message:
Made sure to clean out the "realrtsp" subdirectory when doing a "make clean"
or "make distclean".
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Makefile 30 Apr 2003 19:50:46 -0000 1.62
+++ Makefile 3 May 2003 06:24:37 -0000 1.63
@@ -56,10 +56,10 @@
$(CC) $(CFLAGS) test.c ../mp_msg.c ../osdep/shmem.c -o test ./libmpdemux.a ../libmpdvdkit2/libmpdvdkit.a ../libvo/aclib.o ../libmpcodecs/img_format.o ../libao2/afmt.o ../sub_cc.o ../m_option.o ../subreader.o $(ALSA_LIB) $(VORBIS_LIB) $(CDPARANOIA_LIB) -lz -lpthread
clean:
- rm -f *.o *.a *~
+ rm -f *.o *.a *~ realrtsp/*.o realrtsp/*.a realrtsp/*~
distclean:
- rm -f test Makefile.bak *.o *.a *~ .depend
+ rm -f test Makefile.bak *.o *.a *~ realrtsp/*.o realrtsp/*.a realrtsp/*~ .depend
dep: depend
More information about the MPlayer-cvslog
mailing list