1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

Make clean/distclean consistent throughout all the Makefiles.

Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2006-01-16 14:59:54 +00:00
parent d3c71c5002
commit 98013cc16c
5 changed files with 22 additions and 14 deletions

View File

@@ -444,8 +444,8 @@ depend: $(SRCS)
dep: depend
clean: $(CLEANAMR)
rm -f *.o *.d *~ i386/*.o i386/*~ \
*.a *.lib *.so *.dylib *.dll \
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll \
i386/*.o i386/*~ \
armv4l/*.o armv4l/*~ \
mlib/*.o mlib/*~ \
alpha/*.o alpha/*~ \
@@ -459,6 +459,7 @@ clean: $(CLEANAMR)
distclean: clean
rm -f Makefile.bak .depend
$(MAKE) -C libpostproc distclean
cleanamr:
$(MAKE) -C amr clean