1 # =============================================================================
2 # Rocks'n'Diamonds - McDuffin Strikes Back!
3 # -----------------------------------------------------------------------------
4 # (c) 1995-2024 by Artsoft Entertainment
7 # https://www.artsoft.org/
8 # -----------------------------------------------------------------------------
9 # The native Boulder Dash game engine is based on:
10 # - GDash by Czirkos Zoltan (2010)
11 # -----------------------------------------------------------------------------
12 # src/game_bd/Makefile
13 # =============================================================================
15 # -----------------------------------------------------------------------------
17 # -----------------------------------------------------------------------------
50 # -----------------------------------------------------------------------------
52 # -----------------------------------------------------------------------------
57 $(AR) cr $(GAME_BD) $(OBJS)
61 $(CC) $(PROFILING) $(CFLAGS) -c $*.c
68 # -----------------------------------------------------------------------------
70 # -----------------------------------------------------------------------------
73 for i in $(SRCS); do $(CPP) $(CFLAGS) -M $$i; done > .depend
78 ifeq (.depend,$(wildcard .depend))