rnd-20001204-2-src
[rocksndiamonds.git] / src / libgame / Makefile
index c325fef5a5a28ea1768a25f4cb94302702d6d0d4..b756b27d4f830429fc44b5b1498ba889f1d454be 100644 (file)
@@ -1,11 +1,9 @@
 #=============================================================================#
-# Makefile for Rocks'n'Diamonds                                               #
-# (c) 1995-2000 Holger Schemel, info@artsoft.org                              #
+# Makefile for Artsoft Retro-Game Library                                     #
+# (c) 1994-2000 Holger Schemel, info@artsoft.org                              #
 #=============================================================================#
 
-SRCS = libgame.c       \
-       private.c       \
-       system.c        \
+SRCS = system.c        \
        gadgets.c       \
        text.c          \
        sound.c         \
@@ -17,9 +15,7 @@ SRCS =        libgame.c       \
        x11.c           \
        sdl.c
 
-OBJS = libgame.o       \
-       private.o       \
-       system.o        \
+OBJS = system.o        \
        gadgets.o       \
        text.o          \
        sound.o         \