Mercurial > MadButterfly
comparison examples/svg2code_ex/Makefile @ 110:c14cb6d12030
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 12 Sep 2008 15:31:10 +0800 |
parents | 565b55508c8d |
children | 7d700e5f82ba |
comparison
equal
deleted
inserted
replaced
109:703ab76aa8a5 | 110:c14cb6d12030 |
---|---|
1 SVG=svg2code_ex.svg | 1 SVG=svg2code_ex.svg |
2 TOOLSDIR=../../tools | 2 TOOLSDIR=/usr/local/share/mb |
3 INCS=-I/usr/local/include | 3 INCS=-I/usr/local/include |
4 CFLAGS+=`pkg-config --cflags cairo` $(INCS) -Wall | 4 CFLAGS+=`pkg-config --cflags cairo` $(INCS) -Wall |
5 LDFLAGS=-L/usr/local/lib `pkg-config --libs cairo` | 5 LDFLAGS=-L/usr/local/lib `pkg-config --libs cairo` |
6 LIBS=-lmbfly | 6 LIBS=-lmbfly |
7 BINS= ex1 | 7 BINS= ex1 |
16 | 16 |
17 $(SVG:C/.svg/.o/): $(SVG:C/.svg/.c/) $(SVG:C/.svg/.h/) | 17 $(SVG:C/.svg/.o/): $(SVG:C/.svg/.c/) $(SVG:C/.svg/.h/) |
18 $(CC) -c $(CFLAGS) -o $@ $(SVG:C/.svg/.c/) | 18 $(CC) -c $(CFLAGS) -o $@ $(SVG:C/.svg/.c/) |
19 | 19 |
20 $(SVG:C/.svg/.mb/): $(SVG) | 20 $(SVG:C/.svg/.mb/): $(SVG) |
21 $(TOOLSDIR)/svg2code.py $(.ALLSRC) $@ | 21 /usr/local/bin/svg2code.py $(.ALLSRC) $@ |
22 | 22 |
23 $(SVG:C/.svg/.c/): $(SVG:C/.svg/.mb/) | 23 $(SVG:C/.svg/.c/): $(SVG:C/.svg/.mb/) |
24 m4 -I $(TOOLSDIR) mb_c_source.m4 $(.ALLSRC) > $@ | 24 m4 -I $(TOOLSDIR) mb_c_source.m4 $(.ALLSRC) > $@ |
25 | 25 |
26 $(SVG:C/.svg/.h/): $(SVG:C/.svg/.mb/) | 26 $(SVG:C/.svg/.h/): $(SVG:C/.svg/.mb/) |