comparison src/Makefile @ 76:8706356a61b4

-
author Thinker K.F. Li <thinker@branda.to>
date Tue, 19 Aug 2008 19:14:01 +0800
parents 9ab15ebc9061
children a6763f080da5
comparison
equal deleted inserted replaced
75:23bc382d9683 76:8706356a61b4
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 timer.c animate.c paint.c event.c observer.c \ 2 redraw_man.c timer.c animate.c paint.c event.c observer.c \
3 tools.c 3 X_supp.c tools.c
4 OBJS = ${SRCS:C/(.*)\.c/\1.o/g} 4 OBJS = ${SRCS:C/(.*)\.c/\1.o/g}
5 TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g} 5 TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g}
6 CFLAGS+= -Wall -I/usr/local/include `pkg-config --cflags cairo` 6 CFLAGS+= -Wall -I/usr/local/include `pkg-config --cflags cairo`
7 LDFLAGS = `pkg-config --libs cairo` 7 LDFLAGS = `pkg-config --libs cairo`
8 BINS = testcase X_main 8 BINS = testcase X_main