X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=graphics%2Fgfx_classic%2FMakefile;h=2c27a4b2b5ea263629198d8bcfd39b2e542e9adc;hb=b641818c787e48bbf03ce2a0cd5b542c4c21e523;hp=558a63cdb2c0a558ef34fcb6dd148e3cb61f5230;hpb=75cfa2cbbb354fdd2bb3118c9cc9d130c7485ddb;p=rocksndiamonds.git diff --git a/graphics/gfx_classic/Makefile b/graphics/gfx_classic/Makefile index 558a63cd..2c27a4b2 100644 --- a/graphics/gfx_classic/Makefile +++ b/graphics/gfx_classic/Makefile @@ -4,7 +4,7 @@ # (c) 1995-2015 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # graphics/gfx_classic/Makefile # ============================================================================= @@ -40,6 +40,7 @@ FILES = RocksBusy.$(EXT) \ RocksSP.$(EXT) \ RocksScreen.$(EXT) \ RocksToons.$(EXT) \ + RocksTouch.$(EXT) \ \ RocksCE.$(EXT) # dynamically generated from template @@ -56,10 +57,14 @@ all: $(FILES) %.png: %.ilbm ilbmtoppm $< | pnmtopng > $@ -RocksCE.ilbm: RocksCE-template.ilbm +RocksCE.png: RocksCE-template.ilbm +ifneq ("$(wildcard RocksCE-template.ilbm)","") $(RND) -e "create CE image ." - bmptoppm RocksCE.bmp | ppmtoilbm > RocksCE.ilbm + bmptoppm RocksCE.bmp | pnmtopng > $@ $(RM) RocksCE.bmp +endif + +RocksCE-template.ilbm: clean: @for i in $(FILES); do \