[Scummvm-cvs-logs] SF.net SVN: scummvm: [21410] scummvm/trunk/backends/gp32/Makefile

wonst719 at users.sourceforge.net wonst719 at users.sourceforge.net
Wed Mar 22 19:09:05 CET 2006


Revision: 21410
Author:   wonst719
Date:     2006-03-22 19:08:05 -0800 (Wed, 22 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21410&view=rev

Log Message:
-----------
Cleanup Makefile.

Modified Paths:
--------------
    scummvm/trunk/backends/gp32/Makefile
Modified: scummvm/trunk/backends/gp32/Makefile
===================================================================
--- scummvm/trunk/backends/gp32/Makefile	2006-03-23 03:02:04 UTC (rev 21409)
+++ scummvm/trunk/backends/gp32/Makefile	2006-03-23 03:08:05 UTC (rev 21410)
@@ -48,14 +48,11 @@
 
 # Stripped Build? (Smaller ELF, Minimal debug symbol information).
 # You MUST comment this out with a # if you wish to debug your code.
-STRIP_DEBUG	= -Wl,--strip-debug
+# STRIP_DEBUG	= -Wl,--strip-debug
 
 # Plugins hack
 srcdir		= ./
 
-# GP32 Direct Execute Tool (i.e. pclink -e on Windows, gplink run on Linux)
-EXECUTE_TOOL	=	pclink -e
-				# Remove the below from the above flags for Debug.
 CFLAGS		=	-marm -march=armv4t -mtune=arm920 -mapcs \
 	       		-finline-functions \
 	       		-fshort-enums \
@@ -75,12 +72,12 @@
 DEFINES		+=	-DNONSTANDARD_PORT
 
 # Support libtremor.
-DEFINES		+=	-DUSE_VORBIS -DUSE_TREMOR
-LIBS		+=	-lgptremor
+#DEFINES		+=	-DUSE_VORBIS -DUSE_TREMOR
+#LIBS		+=	-lgptremor
 
 # Support libmad.
-DEFINES		+=	-DUSE_MAD
-LIBS		+=	-lgpmad
+#DEFINES		+=	-DUSE_MAD
+#LIBS		+=	-lgpmad
 
 # Support for 8:3 save files names (The GP32 uses FAT12/16 (no vFAT) for the file system).
 DEFINES		+=	-DSHORT_SAVENAMES
@@ -143,6 +140,7 @@
 $(BIN): scummvm$(EXEEXT)
 					$(OBJCOPY) -O binary $< $@
 
+# Uncomment this to use GCC 3.x specific dependency tracking (recommended)
 HAVE_GCC3 = 1
 
 #######################################################################
@@ -160,17 +158,16 @@
 #DISABLE_QUEEN = 1
 #DISABLE_GOB = 1
 
+# In-development engines below.
+# Disable for ALL release builds.
+DISABLE_SAGA = 1
+DISABLE_KYRA = 1
 
 # The engines below are not supported on the GP32 port so there is
 # no point compiling support into the binary.
 DISABLE_SWORD1 = 1
 DISABLE_SWORD2 = 1
 
-# In-development engines below.
-# Disable for ALL release builds.
-DISABLE_SAGA = 1
-DISABLE_KYRA = 1
-
 #######################################################################
 # Misc stuff - you should normally never have to edit this            #
 #######################################################################
@@ -182,6 +179,3 @@
 dist:
 	$(RM) $(ZIPFILE)
 	$(ZIP) $(ZIPFILE) $(DISTFILES)
-
-install: $(FXE)
-		$(EXECUTE_TOOL) $(BIN)	


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