added using setup option for displaying overlay touch buttons
[rocksndiamonds.git] / Makefile
index 3e03456bb89f7c0ffe20260e2dc1d7716820adfd..69fbf226a8305e0aae3ec98533917107999b05c5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,12 +21,12 @@ CC = gcc
 # (this must be set to "gmake" for some systems)
 MAKE = make
 
-# directory for read-only game data (like graphics, sounds, levels)
+# directory for (read-only) game data (like graphics, sounds, levels)
 # (this directory is usually the game's installation directory)
 # default is '.' to be able to run program without installation
-# RO_GAME_DIR = .
+# BASE_PATH = .
 # use the following setting for Debian / Ubuntu installations:
-# RO_GAME_DIR = /usr/share/games/rocksndiamonds
+# BASE_PATH = /usr/share/games/rocksndiamonds
 
 # uncomment if system has no joystick include file
 # JOYSTICK = -DNO_JOYSTICK
@@ -89,7 +89,7 @@ clean-android: android-clean
 # development targets
 # -----------------------------------------------------------------------------
 
-MAKE_ENGINETEST = ./Scripts/make_enginetest.sh
+MAKE_ENGINETEST = ./tests/enginetest/enginetest.sh
 MAKE_LEVELSKETCH = ./Scripts/make_levelsketch_images.sh
 
 auto-conf:
@@ -119,18 +119,6 @@ depend dep:
 enginetest: all
        $(MAKE_ENGINETEST)
 
-enginetestcustom: all
-       $(MAKE_ENGINETEST) custom
-
-enginetestfast: all
-       $(MAKE_ENGINETEST) fast
-
-enginetestnew: all
-       $(MAKE_ENGINETEST) new
-
-leveltest: all
-       $(MAKE_ENGINETEST) leveltest
-
 levelsketch_images: all
        $(MAKE_LEVELSKETCH)