Made sure to clean out the "realrtsp" subdirectory when doing a "make clean"

or "make distclean".


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10058 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rsf 2003-05-03 06:24:37 +00:00
parent 59e227a866
commit a73f4c5cf4
1 changed files with 2 additions and 2 deletions

View File

@ -56,10 +56,10 @@ test: $(LIBNAME) test.c
$(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