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

10 lines
286 B
Makefile

11 years ago
BITMAPS:=$(patsubst parts/%.dat, bitmaps/%.png, $(wildcard parts/*.dat))
11 years ago
all: montage.png
11 years ago
montage.png: $(BITMAPS)
montage -label '%f' $(BITMAPS) $@
bitmaps/%.png: parts/%.dat
11 years ago
ldview -SaveActualSize=0 -SaveAlpha=1 -SaveWidth=300 -SaveHeight=300 -SaveZoomToFit=0 -SaveSnapShot=$@ $<