1 # =============================================================================
2 # Rocks'n'Diamonds - McDuffin Strikes Back!
3 # -----------------------------------------------------------------------------
4 # (c) 1995-2014 by Artsoft Entertainment
7 # https://www.artsoft.org/
8 # -----------------------------------------------------------------------------
10 # =============================================================================
12 # -----------------------------------------------------------------------------
14 # -----------------------------------------------------------------------------
59 # -----------------------------------------------------------------------------
61 # -----------------------------------------------------------------------------
66 $(AR) cr $(LIBGAME) $(OBJS)
70 $(CC) $(PROFILING) $(CFLAGS) -c $*.c -o $*.o
77 # -----------------------------------------------------------------------------
79 # -----------------------------------------------------------------------------
82 for i in $(SRCS); do $(CPP) $(CFLAGS) -M $$i; done > .depend
87 ifeq (.depend,$(wildcard .depend))