2008-03-02 14:23:50 +01:00
|
|
|
CXXFLAGS = `xml2-config --cflags` -I/usr/local/include/mapnik -I/usr/include/boost -I/usr/include/freetype2 -fPIC -g
|
|
|
|
MAPNIK_OSM_OBJ = osmparser.o osm.o osm_datasource.o osm_featureset.o
|
2008-03-01 12:49:37 +01:00
|
|
|
osm.input: $(MAPNIK_OSM_OBJ)
|
|
|
|
g++ -shared -o osm.input $(MAPNIK_OSM_OBJ)
|