added enabling/disabling virtual button overlay depending on input events
[rocksndiamonds.git] / src / libgame / Makefile
index 140e9fd9a5bb6aebd65b494ce3363042b361ecc4..4693c226a9529311c092778ba9516382afecabf3 100644 (file)
@@ -1,7 +1,12 @@
 # =============================================================================
-# Rocks'n'Diamonds Makefile (libgame)
+# Rocks'n'Diamonds - McDuffin Strikes Back!
 # -----------------------------------------------------------------------------
-# (c) 1995-2006 Holger Schemel <info@artsoft.org>
+# (c) 1995-2014 by Artsoft Entertainment
+#                  Holger Schemel
+#                  info@artsoft.org
+#                  http://www.artsoft.org/
+# -----------------------------------------------------------------------------
+# src/libgame/Makefile
 # =============================================================================
 
 # -----------------------------------------------------------------------------
@@ -14,15 +19,11 @@ SRCS =      system.c        \
        sound.c         \
        joystick.c      \
        snapshot.c      \
-       toons.c         \
-       pcx.c           \
        image.c         \
        random.c        \
        hash.c          \
        setup.c         \
        misc.c          \
-       msdos.c         \
-       x11.c           \
        sdl.c
 
 OBJS = system.o        \
@@ -31,15 +32,11 @@ OBJS =      system.o        \
        sound.o         \
        snapshot.o      \
        joystick.o      \
-       toons.o         \
-       pcx.o           \
        image.o         \
        random.o        \
        hash.o          \
        setup.o         \
        misc.o          \
-       msdos.o         \
-       x11.o           \
        sdl.o
 
 LIBGAME = libgame.a