mapnik/plugins/input/osm/libMakefile

5 lines
299 B
Text
Raw Normal View History

CXXFLAGS = `xml2-config --cflags` -I/usr/local/include/mapnik -I/usr/include/boost -I/usr/include/freetype2 -I/home/nick/mapnik-osm/agg/include -fPIC -g
2008-03-02 14:23:50 +01:00
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)