src/conf_g2m.c
src/conf_var.c
src/conf_act.c
-graphics/gfx_classic/*.png
-graphics/gfx_classic/RocksCE.ilbm
-graphics/gfx_classic/overlay/VirtualButtons.png
# ignore compiled executable files
rocksndiamonds
%.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 \