X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=graphics%2Fgfx_classic%2FMakefile;h=2c27a4b2b5ea263629198d8bcfd39b2e542e9adc;hb=HEAD;hp=194e6e6b04e64fd844d869deb4e3d5974af04579;hpb=67b32ebb347487d2d3a9d926ad8d1c4ed3d9aec6;p=rocksndiamonds.git diff --git a/graphics/gfx_classic/Makefile b/graphics/gfx_classic/Makefile index 194e6e6b..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 # ============================================================================= @@ -23,8 +23,10 @@ EXT = png FILES = RocksBusy.$(EXT) \ RocksDC.$(EXT) \ RocksDC2.$(EXT) \ + RocksDF.$(EXT) \ RocksDoor.$(EXT) \ RocksDoor2.$(EXT) \ + RocksDoorMM.$(EXT) \ RocksEMC.$(EXT) \ RocksElements.$(EXT) \ RocksFontBig.$(EXT) \ @@ -33,11 +35,12 @@ FILES = RocksBusy.$(EXT) \ RocksFontMedium.$(EXT) \ RocksFontSmall.$(EXT) \ RocksHeroes.$(EXT) \ + RocksMM.$(EXT) \ RocksMore.$(EXT) \ RocksSP.$(EXT) \ RocksScreen.$(EXT) \ RocksToons.$(EXT) \ - overlay/VirtualButtons.$(EXT) \ + RocksTouch.$(EXT) \ \ RocksCE.$(EXT) # dynamically generated from template @@ -54,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 \