comparison examples/calculator/Makefile @ 108:565b55508c8d

More dox
author Thinker K.F. Li <thinker@branda.to>
date Fri, 12 Sep 2008 13:58:30 +0800
parents bd29780bf266
children c14cb6d12030
comparison
equal deleted inserted replaced
107:069868161f63 108:565b55508c8d
1 SVG=calculator_scr.svg 1 SVG=calculator_scr.svg
2 TOOLSDIR=../../tools 2 TOOLSDIR=../../tools
3 INCS=-I../../src 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../../src/ `pkg-config --libs cairo` 5 LDFLAGS=-L/usr/local/lib `pkg-config --libs cairo`
6 LIBS=-lmbfly 6 LIBS=-lmbfly
7 BINS= calc 7 BINS= calc
8 8
9 all: $(BINS) 9 all: $(BINS)
10 10