mirror of https://github.com/mpv-player/mpv
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:
parent
59e227a866
commit
a73f4c5cf4
|
@ -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
|
$(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:
|
clean:
|
||||||
rm -f *.o *.a *~
|
rm -f *.o *.a *~ realrtsp/*.o realrtsp/*.a realrtsp/*~
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
rm -f test Makefile.bak *.o *.a *~ .depend
|
rm -f test Makefile.bak *.o *.a *~ realrtsp/*.o realrtsp/*.a realrtsp/*~ .depend
|
||||||
|
|
||||||
dep: depend
|
dep: depend
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue