Commit 1ac9248b authored by Zdenek Kabelac's avatar Zdenek Kabelac

* cleanup

Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cd8e5f96
...@@ -2,3 +2,5 @@ config.h ...@@ -2,3 +2,5 @@ config.h
config.mak config.mak
*ffmpeg *ffmpeg
ffserver ffserver
Makefile.*
.depend
...@@ -63,7 +63,7 @@ depend: ...@@ -63,7 +63,7 @@ depend:
clean: clean:
$(MAKE) -C libavcodec clean $(MAKE) -C libavcodec clean
$(MAKE) -C libav clean $(MAKE) -C libav clean
rm -f *.o *~ gmon.out TAGS $(PROG) rm -f *.o *~ .depend gmon.out TAGS $(PROG)
distclean: clean distclean: clean
$(MAKE) -C libavcodec distclean $(MAKE) -C libavcodec distclean
......
config.h
config.mak
*ffmpeg
ffserver
Makefile.*
.depend
Makefile.*
.depend
...@@ -91,7 +91,7 @@ depend: ...@@ -91,7 +91,7 @@ depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
clean: clean:
rm -f *.o *~ $(LIB) $(SLIB) *.so i386/*.o i386/*~ \ rm -f *.o *~ .depend $(LIB) $(SLIB) *.so i386/*.o i386/*~ \
armv4l/*.o armv4l/*~ \ armv4l/*.o armv4l/*~ \
mlib/*.o mlib/*~ \ mlib/*.o mlib/*~ \
alpha/*.o alpha/*~ \ 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