comparison src/Makefile.pmake @ 283:7d106e4ef66d

Fix the compilation error of the inkscape
author wycc@wycc-desktop
date Sat, 31 Jan 2009 13:01:07 +0800
parents 50d253d0fcba
children 586e50f82c1f
comparison
equal deleted inserted replaced
282:61aebecbb994 283:7d106e4ef66d
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 shape_image.c \
2 redraw_man.c timer.c animate.c paint.c event.c observer.c \ 3 redraw_man.c timer.c animate.c paint.c event.c observer.c \
3 X_supp.c timertool.c tools.c shift.c chgcolor.c \ 4 X_supp.c timertool.c tools.c shift.c chgcolor.c \
4 visibility.c rotate.c prop.c mouse.c 5 visibility.c rotate.c prop.c mouse.c img_ldr.c
5 OBJS = ${SRCS:C/(.*)\.c/\1.o/g} 6 OBJS = ${SRCS:C/(.*)\.c/\1.o/g}
6 TESTCASE_SRCS = ${SRCS:C/X_supp\.c//} 7 TESTCASE_SRCS = ${SRCS:C/X_supp\.c//}
7 TESTCASE_OBJS = ${TESTCASE_SRCS:C/(.*)\.c/testcase-\1.o/g} 8 TESTCASE_OBJS = ${TESTCASE_SRCS:C/(.*)\.c/testcase-\1.o/g}
8 CFLAGS+= -Wall -I../include -I/usr/local/include \ 9 CFLAGS+= -Wall -I../include -I/usr/local/include \
9 `pkg-config --cflags cairo` 10 `pkg-config --cflags cairo`