added music files to repository
[rocksndiamonds.git] / Makefile
index d80dcb5796b102b50930dcd7c94df92e05c664c1..cbce7ef0a7e2d251fafb68860443cf696897eaa9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,12 @@
 # =============================================================================
-# Rocks'n'Diamonds Makefile
+# Rocks'n'Diamonds - McDuffin Strikes Back!
 # -----------------------------------------------------------------------------
-# (c) 1995-2013 Holger Schemel <info@artsoft.org>
+# (c) 1995-2014 by Artsoft Entertainment
+#                  Holger Schemel
+#                  info@artsoft.org
+#                  http://www.artsoft.org/
+# -----------------------------------------------------------------------------
+# Makefile
 # =============================================================================
 
 # -----------------------------------------------------------------------------
@@ -16,9 +21,6 @@ CC = gcc
 # (this must be set to "gmake" for some systems)
 MAKE = make
 
-# path to X11 on your system
-X11_PATH = /usr/X11R6
-
 # directory for read-only game data (like graphics, sounds, levels)
 # default is '.' to be able to run program without installation
 # RO_GAME_DIR = /usr/games
@@ -57,7 +59,6 @@ CROSS_PATH_WIN32 = /usr/local/cross-tools/i386-mingw32msvc
 SRC_DIR = src
 MAKE_CMD = $(MAKE) -C $(SRC_DIR)
 
-# DEFAULT_TARGET = x11
 DEFAULT_TARGET = sdl2
 
 
@@ -68,21 +69,12 @@ DEFAULT_TARGET = sdl2
 all:
        @$(MAKE_CMD) TARGET=$(DEFAULT_TARGET)
 
-x11:
-       @$(MAKE_CMD) TARGET=x11
-
 sdl:
        @$(MAKE_CMD) TARGET=sdl
 
 sdl2:
        @$(MAKE_CMD) TARGET=sdl2
 
-solaris:
-       @$(MAKE_CMD) PLATFORM=solaris TARGET=x11
-
-solaris-sdl:
-       @$(MAKE_CMD) PLATFORM=solaris TARGET=sdl
-
 mac:
        @$(MAKE_CMD) PLATFORM=macosx