4 lines
261 B
Text
4 lines
261 B
Text
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
|
|
osm.input: $(MAPNIK_OSM_OBJ)
|
|
g++ -shared -o osm.input $(MAPNIK_OSM_OBJ)
|