changeset 10057:d1f55b76ef2c

Made sure to clean out the "realrtsp" subdirectory when doing a "make clean" or "make distclean".
author rsf
date Sat, 03 May 2003 06:24:37 +0000
parents 88c855a174f3
children dcd4114554ad
files libmpdemux/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/Makefile	Sat May 03 06:16:07 2003 +0000
+++ b/libmpdemux/Makefile	Sat May 03 06:24:37 2003 +0000
@@ -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