source:
trunk/deushax/art/Makefile.am
@
959
Last change on this file since 959 was 785, checked in by , 11 years ago | |
---|---|
File size: 205 bytes |
Line | |
---|---|
1 | |
2 | SUBDIRS = test |
3 | |
4 | XCF = indoor.xcf outdoor.xcf |
5 | |
6 | EXTRA_DIST = $(XCF) |
7 | |
8 | all: $(XCF:%.xcf=%.png) |
9 | |
10 | %.png: %.xcf |
11 | xcf2png -A $^ -o $@ || convert -background none -flatten $^ $@ |
12 | |
13 | clean: |
14 | rm -f $(XCF:%.xcf=%.png) |
15 |
Note: See TracBrowser
for help on using the repository browser.