2009-03-26 00:11:49 +01:00
|
|
|
pkglibdir = $(libdir)/mapnik/input
|
2007-09-15 01:07:16 +02:00
|
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
2007-09-17 22:16:43 +02:00
|
|
|
shape.la
|
2007-09-15 01:07:16 +02:00
|
|
|
|
2007-09-17 22:16:43 +02:00
|
|
|
shape_la_SOURCES = \
|
2009-03-22 23:26:42 +01:00
|
|
|
dbffile.cpp\
|
|
|
|
dbffile.hpp\
|
|
|
|
shape.cpp\
|
|
|
|
shape.hpp\
|
|
|
|
shape_featureset.cpp\
|
|
|
|
shape_featureset.hpp\
|
|
|
|
shapefile.cpp\
|
|
|
|
shapefile.hpp\
|
|
|
|
shape_index_featureset.cpp\
|
|
|
|
shape_index_featureset.hpp\
|
|
|
|
shape_io.cpp\
|
|
|
|
shape_io.hpp\
|
|
|
|
shp_index.hpp
|
2007-09-15 01:07:16 +02:00
|
|
|
|
2007-09-17 22:16:43 +02:00
|
|
|
shape_la_CXXFLAGS = \
|
2009-03-22 23:26:42 +01:00
|
|
|
-Wall \
|
|
|
|
${PROFILING_CFLAGS} \
|
|
|
|
${TRACING_CFLAGS} \
|
2007-09-15 01:07:16 +02:00
|
|
|
-I../../../include
|
|
|
|
|
2007-09-17 22:16:43 +02:00
|
|
|
shape_la_LDFLAGS = \
|
2007-09-15 01:07:16 +02:00
|
|
|
-module \
|
2007-09-17 22:16:43 +02:00
|
|
|
-avoid-version \
|
|
|
|
-shrext .input
|
2007-09-15 01:07:16 +02:00
|
|
|
|
|
|
|
## File created by the gnome-build tools
|
|
|
|
|