Commit e08b6fe1 authored by kabi's avatar kabi

* cleanup


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@422 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 002a8fd8
......@@ -2,3 +2,5 @@ config.h
config.mak
*ffmpeg
ffserver
Makefile.*
.depend
......@@ -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
......
config.h
config.mak
*ffmpeg
ffserver
Makefile.*
.depend
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/*~ \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment