comparison src/Makefile @ 30:e06a4a667ce2

Accept mouse/pointer event and hint the shape that the pointer is over. - add find_shape_at_pos()
author Thinker K.F. Li <thinker@branda.to>
date Tue, 05 Aug 2008 12:40:45 +0800
parents 19c603dd6ff9
children d82749f77108
comparison
equal deleted inserted replaced
29:f56c96b035a8 30:e06a4a667ce2
1 SRCS = coord.c geo.c shape_path.c shape_text.c redraw_man.c paint.c tools.c 1 SRCS = coord.c geo.c shape_path.c shape_text.c redraw_man.c \
2 paint.c event.c tools.c
2 OBJS = ${SRCS:C/(.*)\.c/\1.o/g} 3 OBJS = ${SRCS:C/(.*)\.c/\1.o/g}
3 TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g} 4 TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g}
4 CFLAGS+= -Wall -I/usr/local/include `pkg-config --cflags cairo` 5 CFLAGS+= -Wall -I/usr/local/include `pkg-config --cflags cairo`
5 LDFLAGS = `pkg-config --libs cairo` 6 LDFLAGS = `pkg-config --libs cairo`
6 BINS = testcase X_main 7 BINS = testcase X_main