1 # =============================================================================
2 # Rocks'n'Diamonds - McDuffin Strikes Back!
3 # -----------------------------------------------------------------------------
4 # (c) 1995-2015 by Artsoft Entertainment
7 # https://www.artsoft.org/
8 # -----------------------------------------------------------------------------
9 # graphics/gfx_classic/Makefile
10 # =============================================================================
12 # -----------------------------------------------------------------------------
14 # -----------------------------------------------------------------------------
16 RND = ../../rocksndiamonds
23 FILES = RocksBusy.$(EXT) \
31 RocksElements.$(EXT) \
35 RocksFontMedium.$(EXT) \
36 RocksFontSmall.$(EXT) \
45 RocksCE.$(EXT) # dynamically generated from template
48 # -----------------------------------------------------------------------------
50 # -----------------------------------------------------------------------------
55 ilbmtoppm $< | ppmtopcx > $@
58 ilbmtoppm $< | pnmtopng > $@
60 RocksCE.png: RocksCE-template.ilbm
61 ifneq ("$(wildcard RocksCE-template.ilbm)","")
62 $(RND) -e "create CE image ."
63 bmptoppm RocksCE.bmp | pnmtopng > $@
67 RocksCE-template.ilbm:
70 @for i in $(FILES); do \