This updates the username code, basically I for now take for granted
[handlerosm.git] / Makefile
blob7f88ab42178b3a4d3faff512527e7594f4fb1e60
1 all:
2 gcc -O2 -I/opt/monetdb/include/MonetDB/mapilib -L/opt/monetdb/lib -D_GNU_SOURCE -Wall -lMapi -Wl,-rpath=/opt/monetdb/lib -o osmparser osmparser.c
3 gcc -Wall -Dpooling -DHAVE_STDINT_H -DHAVE_SYS_UIO_H -DHAVE_PWD_H -DHAVE_GRP_H -DTRACE_ENABLED -D_GNU_SOURCE -g -fPIC -shared -I/opt/monetdb/include/MonetDB/mapilib -I/opt/cherokee/include -I/opt/cherokee/include/cherokee -I/opt/cherokee/include/axl -L/opt/monetdb/lib -L/opt/cherokee/lib -lMapi -laxl -Wl,-rpath=/opt/cherokee/lib -Wl,-rpath=/opt/monetdb/lib 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 osmparser /opt/cherokee/bin/.
7 cp *.so /opt/cherokee/lib/cherokee/.
8 cp Module*.py /opt/cherokee/share/cherokee/admin/.