[Scummvm-cvs-logs] SF.net SVN: scummvm: [30643] residual/trunk/Makefile.common

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Jan 26 13:51:41 CET 2008


Revision: 30643
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30643&view=rev
Author:   eriktorbjorn
Date:     2008-01-26 04:51:41 -0800 (Sat, 26 Jan 2008)

Log Message:
-----------
Updated the "clean" target.

Modified Paths:
--------------
    residual/trunk/Makefile.common

Modified: residual/trunk/Makefile.common
===================================================================
--- residual/trunk/Makefile.common	2008-01-26 12:45:47 UTC (rev 30642)
+++ residual/trunk/Makefile.common	2008-01-26 12:51:41 UTC (rev 30643)
@@ -104,6 +104,6 @@
 	$(CXX) $(CXXFLAGS) -Wp,-MMD,"$*.d",-MQ,"$*.o",-MP -c $(<) -o $*.o
 
 clean: 
-	-rm -f residual$(EXEEXT) *.o *.d mixer/*.o mixer/*.d imuse/*.o imuse/*.d lua/*.o *.d lua/*.d tinygl/*.o *.d tinygl/*.d
+	-rm -f residual$(EXEEXT) *.o *.d common/*.[od] engine/*.[od] engine/backend/sdl/*.[od] engine/imuse/*.[od] engine/lua/*.[od] engine/smush/*.[od] engine/tinygl/*.[od] mixer/*.[od]
 
 -include $(DEPS)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list