[FFmpeg-cvslog] r9278 - in trunk: Makefile common.mak vhook/Makefile
diego
subversion
Sun Jun 10 23:48:55 CEST 2007
Author: diego
Date: Sun Jun 10 23:48:54 2007
New Revision: 9278
Log:
We do not create .d files, thus no need to remove them.
Modified:
trunk/Makefile
trunk/common.mak
trunk/vhook/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Jun 10 23:48:54 2007
@@ -213,7 +213,7 @@ clean:
$(MAKE) -C libpostproc clean
$(MAKE) -C libswscale clean
$(MAKE) -C vhook clean
- rm -f *.o *.d *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
+ rm -f *.o *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF)
rm -f doc/*.html doc/*.pod doc/*.1
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak (original)
+++ trunk/common.mak Sun Jun 10 23:48:54 2007
@@ -46,7 +46,7 @@ depend dep: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
clean::
- rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
+ rm -f *.o *~ *.a *.lib *.so *.so.* *.dylib *.dll \
*.def *.dll.a *.exp
distclean: clean
Modified: trunk/vhook/Makefile
==============================================================================
--- trunk/vhook/Makefile (original)
+++ trunk/vhook/Makefile Sun Jun 10 23:48:54 2007
@@ -40,7 +40,7 @@ uninstall:
$(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$@)
clean:
- rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
+ rm -f *.o *~ *.a *.lib *.so *.dylib *.dll
distclean: clean
rm -f .depend
More information about the ffmpeg-cvslog
mailing list