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 # -----------------------------------------------------------------------------
45 # -----------------------------------------------------------------------------
47 # -----------------------------------------------------------------------------
52 $(AR) cru $(LIBGAME) $(OBJS)
56 $(CC) $(PROFILING) $(CFLAGS) -c $*.c
63 # -----------------------------------------------------------------------------
65 # -----------------------------------------------------------------------------
68 for i in $(SRCS); do $(CPP) $(CFLAGS) -M $$i; done > .depend
70 ifeq (.depend,$(wildcard .depend))