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 # -----------------------------------------------------------------------------
57 # -----------------------------------------------------------------------------
59 # -----------------------------------------------------------------------------
64 $(AR) cr $(LIBGAME) $(OBJS)
68 $(CC) $(PROFILING) $(CFLAGS) -c $*.c -o $*.o
75 # -----------------------------------------------------------------------------
77 # -----------------------------------------------------------------------------
80 for i in $(SRCS); do $(CPP) $(CFLAGS) -M $$i; done > .depend
82 ifeq (.depend,$(wildcard .depend))