comparison src/Makefile @ 39:db2aa914e14b

timer for animation
author Thinker K.F. Li <thinker@branda.to>
date Wed, 06 Aug 2008 21:05:11 +0800
parents d82749f77108
children 400b4b5db0dc
comparison
equal deleted inserted replaced
38:8d219ebd729e 39:db2aa914e14b
1 SRCS = coord.c geo.c shape_path.c shape_text.c shape_rect.c \ 1 SRCS = coord.c geo.c shape_path.c shape_text.c shape_rect.c \
2 redraw_man.c paint.c event.c tools.c 2 redraw_man.c timer.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