[Scummvm-cvs-logs] SF.net SVN: scummvm:[34544] scummvm/trunk/backends/platform/ds/arm9/ makefile

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Sep 14 23:39:45 CEST 2008


Revision: 34544
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34544&view=rev
Author:   fingolfin
Date:     2008-09-14 21:39:45 +0000 (Sun, 14 Sep 2008)

Log Message:
-----------
Changed VPATH to vpath, to allow building NDS port in parallel to another port (for the records, this patch went to Neil in January, and he didn't complain)

Modified Paths:
--------------
    scummvm/trunk/backends/platform/ds/arm9/makefile

Modified: scummvm/trunk/backends/platform/ds/arm9/makefile
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/makefile	2008-09-14 21:34:49 UTC (rev 34543)
+++ scummvm/trunk/backends/platform/ds/arm9/makefile	2008-09-14 21:39:45 UTC (rev 34544)
@@ -67,7 +67,12 @@
 # NOTE: The header and libs for the debugger is assumed to be in the libnds
 # folder.
 
-VPATH = $(srcdir)
+vpath %.h $(srcdir)
+vpath %.cpp $(srcdir)
+vpath %.c $(srcdir)
+vpath %.m $(srcdir)
+vpath %.asm $(srcdir)
+vpath %.s $(srcdir)
 
 # Command to build libmad is:
 # ./configure --host=arm-elf --enable-speed --enable-sso -enable-fpm=arm CFLAGS='-specs=ds_arm9.specs -mthumb-interwork'


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