2005-02-21 11:57:16 +00:00
|
|
|
project-root ;
|
|
|
|
import python ;
|
|
|
|
|
|
|
|
extension mapnik
|
|
|
|
: # source
|
|
|
|
mapnik_parameters.cc
|
|
|
|
mapnik_color.cc
|
|
|
|
mapnik_layer.cc
|
|
|
|
mapnik_envelope.cc
|
|
|
|
mapnik_map.cc
|
|
|
|
mapnik_python.cc
|
|
|
|
# requirements and dependencies for Boost.Python extensions
|
|
|
|
<template>@boost/libs/python/build/extension
|
|
|
|
: # path to mapnik include dir e.g.
|
2005-02-25 15:26:42 +00:00
|
|
|
<include>$(MAPNIK_DIR)/include
|
2005-02-21 11:57:16 +00:00
|
|
|
# path to libmapnik.so e.g.
|
2005-02-25 15:26:42 +00:00
|
|
|
<library-file>$(MAPNIK_DIR)/lib/libmapnik.so
|
2005-02-21 11:57:16 +00:00
|
|
|
;
|