Mercurial > MadButterfly
comparison src/Makefile @ 33:d82749f77108
Fix bug of demo and remove *_fill() and *_stroke().
- logical error in X_main.c.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 06 Aug 2008 00:40:04 +0800 |
parents | e06a4a667ce2 |
children | db2aa914e14b |
comparison
equal
deleted
inserted
replaced
32:69c8e264890d | 33:d82749f77108 |
---|---|
1 SRCS = coord.c geo.c shape_path.c shape_text.c redraw_man.c \ | 1 SRCS = coord.c geo.c shape_path.c shape_text.c shape_rect.c \ |
2 paint.c event.c tools.c | 2 redraw_man.c paint.c event.c tools.c |
3 OBJS = ${SRCS:C/(.*)\.c/\1.o/g} | 3 OBJS = ${SRCS:C/(.*)\.c/\1.o/g} |
4 TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g} | 4 TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g} |
5 CFLAGS+= -Wall -I/usr/local/include `pkg-config --cflags cairo` | 5 CFLAGS+= -Wall -I/usr/local/include `pkg-config --cflags cairo` |
6 LDFLAGS = `pkg-config --libs cairo` | 6 LDFLAGS = `pkg-config --libs cairo` |
7 BINS = testcase X_main | 7 BINS = testcase X_main |