1 # =============================================================================
2 # Rocks'n'Diamonds - McDuffin Strikes Back!
3 # -----------------------------------------------------------------------------
4 # (c) 1995-2014 by Artsoft Entertainment
7 # http://www.artsoft.org/
8 # -----------------------------------------------------------------------------
9 # The native Supaplex game engine is based on:
10 # - MegaPlex version 0.5 beta release xmas 2001 by Frank Schindler
11 # - Speed Fix 6.3+ by Herman Perk
12 # - Supaplex by Michael Stopp & Philip Jespersen
13 # -----------------------------------------------------------------------------
14 # src/game_sp/Makefile
15 # =============================================================================
17 # -----------------------------------------------------------------------------
19 # -----------------------------------------------------------------------------
36 InitGameConditions.c \
61 InitGameConditions.o \
74 # -----------------------------------------------------------------------------
76 # -----------------------------------------------------------------------------
81 $(AR) cru $(GAME_SP) $(OBJS)
85 $(CC) $(PROFILING) $(CFLAGS) -c $*.c
92 # -----------------------------------------------------------------------------
94 # -----------------------------------------------------------------------------
97 for i in $(SRCS); do $(CPP) $(CFLAGS) -M $$i; done > .depend
99 ifeq (.depend,$(wildcard .depend))