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 Emerald Mine game engine is based on:
10 # Emerald Mine for X11 (c) 2000,2001 David Tritscher
11 # -----------------------------------------------------------------------------
12 # src/game_em/Makefile
13 # =============================================================================
15 # -----------------------------------------------------------------------------
17 # -----------------------------------------------------------------------------
48 # -----------------------------------------------------------------------------
50 # -----------------------------------------------------------------------------
55 $(AR) cr $(GAME_EM) $(OBJS)
59 $(CC) $(PROFILING) $(CFLAGS) -c $*.c
66 # -----------------------------------------------------------------------------
68 # -----------------------------------------------------------------------------
71 for i in $(SRCS); do $(CPP) $(CFLAGS) -M $$i; done > .depend
73 ifeq (.depend,$(wildcard .depend))