updated contact info in source file headers
[rocksndiamonds.git] / src / libgame / Makefile
index 140e9fd9a5bb6aebd65b494ce3363042b361ecc4..32407be1581cc44c81e2e73f1736c5a03e7f17db 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
 # =============================================================================
 
 # -----------------------------------------------------------------------------
@@ -15,14 +20,11 @@ SRCS =      system.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        \
@@ -32,14 +34,11 @@ OBJS =      system.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