comparison src/Makefile @ 77:a6763f080da5

-
author Thinker K.F. Li <thinker@branda.to>
date Wed, 20 Aug 2008 00:32:11 +0800
parents 8706356a61b4
children 3645e29e4986
comparison
equal deleted inserted replaced
76:8706356a61b4 77:a6763f080da5
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 X_supp.c tools.c 3 X_supp.c timertool.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