Module format changed.
[handlerosm.git] / Makefile
blob206921bc105a71abc0a64a339c5dead5c369f2b2
1 all:
2 gcc -O2 -D_GNU_SOURCE -Wall -o osmparser osmparser.c
3 gcc -Wall -Dpooling -DHAVE_PWD_H -DHAVE_GRP_H -DTRACE_ENABLED -D_GNU_SOURCE -g -fPIC -shared -I/opt/cherokee/include/MonetDB/mapilib -I/opt/cherokee/include -I/opt/cherokee/include/axl -L/opt/cherokee/lib -lMapi -laxl handler_osm.c handler_osm_db.c handler_osm_get.c handler_osm_put.c handler_osm_delete.c handler_osm_gpx.c handler_osm_user.c -o libplugin_osm.so
5 install:
6 cp *.so /opt/cherokee/lib/cherokee/.
7 cp Module*.py /opt/cherokee/share/cherokee/admin/.