You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. IMAGES = gwt-widgets
  2. SRCIMAGES := $(foreach file, $(IMAGES), $(file).svg)
  3. TRGIMAGES_HI := $(foreach file, $(IMAGES), ../img/$(file)-hi.png)
  4. TRGIMAGES_LO := $(foreach file, $(IMAGES), ../img/$(file)-lo.png)
  5. images: $(TRGIMAGES_HI) FORCE
  6. # Just do low now $(TRGIMAGES_LO)
  7. $(TRGIMAGES_HI): ../img/%-hi.png: %.svg
  8. inkscape --export-png $@ --export-dpi=150 --export-area-drawing $<
  9. FORCE: