comparison src/Makefile @ 116:1d74eb3861b7

move animation actions from animate.c to files.
author Thinker K.F. Li <thinker@branda.to>
date Sun, 14 Sep 2008 09:42:07 +0800
parents 565b55508c8d
children e4e47d2cdbcd
comparison
equal deleted inserted replaced
115:3895d2224e67 116:1d74eb3861b7
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 timertool.c tools.c 3 X_supp.c timertool.c tools.c shift.c chgcolor.c \
4 visibility.c
4 OBJS = ${SRCS:C/(.*)\.c/\1.o/g} 5 OBJS = ${SRCS:C/(.*)\.c/\1.o/g}
5 TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g} 6 TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g}
6 CFLAGS+= -Wall -I/usr/local/include `pkg-config --cflags cairo` 7 CFLAGS+= -Wall -I/usr/local/include `pkg-config --cflags cairo`
7 LDFLAGS = `pkg-config --libs cairo` 8 LDFLAGS = `pkg-config --libs cairo`
8 BINS = libmbfly.a X_main 9 BINS = libmbfly.a X_main