1 # =============================================================================
2 # Rocks'n'Diamonds - McDuffin Strikes Back!
3 # -----------------------------------------------------------------------------
4 # (c) 1995-2015 by Artsoft Entertainment
7 # http://www.artsoft.org/
8 # -----------------------------------------------------------------------------
9 # graphics/gfx_classic/Makefile
10 # =============================================================================
12 # -----------------------------------------------------------------------------
14 # -----------------------------------------------------------------------------
16 RND = ../../rocksndiamonds
22 FILES = RocksBusy.$(EXT) \
28 RocksElements.$(EXT) \
32 RocksFontMedium.$(EXT) \
33 RocksFontSmall.$(EXT) \
41 # -----------------------------------------------------------------------------
43 # -----------------------------------------------------------------------------
48 ilbmtoppm $< | ppmtopcx > $@
51 ilbmtoppm $< | pnmtopng > $@
53 RocksCE.ilbm: RocksCE-template.ilbm
54 $(RND) -e "create CE image RocksCE.bmp"
55 bmptoppm RocksCE.bmp | ppmtoilbm > RocksCE.ilbm
59 @for i in $(FILES); do \