Mercurial > MadButterfly
diff 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 |
line wrap: on
line diff
--- a/src/Makefile Sun Sep 14 02:17:57 2008 +0800 +++ b/src/Makefile Sun Sep 14 09:42:07 2008 +0800 @@ -1,6 +1,7 @@ SRCS = coord.c geo.c shape_path.c shape_text.c shape_rect.c \ redraw_man.c timer.c animate.c paint.c event.c observer.c \ - X_supp.c timertool.c tools.c + X_supp.c timertool.c tools.c shift.c chgcolor.c \ + visibility.c OBJS = ${SRCS:C/(.*)\.c/\1.o/g} TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g} CFLAGS+= -Wall -I/usr/local/include `pkg-config --cflags cairo`