1 # =============================================================================
2 # Rocks'n'Diamonds - McDuffin Strikes Back!
3 # -----------------------------------------------------------------------------
4 # (c) 1995-2014 by Artsoft Entertainment
7 # http://www.artsoft.org/
8 # -----------------------------------------------------------------------------
10 # =============================================================================
12 # -----------------------------------------------------------------------------
14 # -----------------------------------------------------------------------------
47 # -----------------------------------------------------------------------------
49 # -----------------------------------------------------------------------------
54 $(AR) cru $(LIBGAME) $(OBJS)
58 $(CC) $(PROFILING) $(CFLAGS) -c $*.c
65 # -----------------------------------------------------------------------------
67 # -----------------------------------------------------------------------------
70 for i in $(SRCS); do $(CPP) $(CFLAGS) -M $$i; done > .depend
72 ifeq (.depend,$(wildcard .depend))