mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
* cleanup
Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cd8e5f9637
commit
1ac9248bb7
@ -2,3 +2,5 @@ config.h
|
||||
config.mak
|
||||
*ffmpeg
|
||||
ffserver
|
||||
Makefile.*
|
||||
.depend
|
||||
|
2
Makefile
2
Makefile
@ -63,7 +63,7 @@ depend:
|
||||
clean:
|
||||
$(MAKE) -C libavcodec clean
|
||||
$(MAKE) -C libav clean
|
||||
rm -f *.o *~ gmon.out TAGS $(PROG)
|
||||
rm -f *.o *~ .depend gmon.out TAGS $(PROG)
|
||||
|
||||
distclean: clean
|
||||
$(MAKE) -C libavcodec distclean
|
||||
|
6
libav/.cvsignore
Normal file
6
libav/.cvsignore
Normal file
@ -0,0 +1,6 @@
|
||||
config.h
|
||||
config.mak
|
||||
*ffmpeg
|
||||
ffserver
|
||||
Makefile.*
|
||||
.depend
|
2
libavcodec/.cvsignore
Normal file
2
libavcodec/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile.*
|
||||
.depend
|
@ -91,7 +91,7 @@ depend:
|
||||
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
|
||||
|
||||
clean:
|
||||
rm -f *.o *~ $(LIB) $(SLIB) *.so i386/*.o i386/*~ \
|
||||
rm -f *.o *~ .depend $(LIB) $(SLIB) *.so i386/*.o i386/*~ \
|
||||
armv4l/*.o armv4l/*~ \
|
||||
mlib/*.o mlib/*~ \
|
||||
alpha/*.o alpha/*~ \
|
||||
|
Loading…
Reference in New Issue
Block a user