QuadTile infrastructure.

This commit is contained in:
Tom Hughes 2007-09-11 23:55:25 +00:00
parent 285d61bf4c
commit 33a65a90c9
7 changed files with 202 additions and 0 deletions

4
db/functions/Makefile Normal file
View file

@ -0,0 +1,4 @@
QTDIR=../../lib/quad_tile
libquadtile.so: quadtile.c ${QTDIR}/quad_tile.h
cc `mysql_config --include` -I${QTDIR} -fPIC -O3 -shared -o libquadtile.so quadtile.c