2009-03-26 00:11:49 +01:00
|
|
|
pkglibdir = $(libdir)/mapnik/input
|
|
|
|
|
2009-02-18 23:17:00 +01:00
|
|
|
if HAVE_GDAL
|
2009-01-28 21:16:31 +01:00
|
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
|
|
|
ogr.la
|
|
|
|
|
|
|
|
ogr_la_SOURCES = \
|
|
|
|
ogr_datasource.cpp\
|
2009-03-22 23:26:42 +01:00
|
|
|
ogr_datasource.hpp\
|
|
|
|
ogr_featureset.cpp\
|
2009-06-10 01:52:57 +02:00
|
|
|
ogr_featureset.hpp\
|
|
|
|
ogr_converter.cpp\
|
|
|
|
ogr_converter.hpp\
|
|
|
|
ogr_index.hpp\
|
|
|
|
ogr_index_featureset.hpp\
|
|
|
|
ogr_feature_ptr.hpp
|
2009-01-28 21:16:31 +01:00
|
|
|
|
|
|
|
ogr_la_LIBADD = \
|
2009-03-22 23:26:42 +01:00
|
|
|
${GDAL_LDFLAGS}
|
2009-01-28 21:16:31 +01:00
|
|
|
|
|
|
|
ogr_la_CXXFLAGS = \
|
2009-03-22 23:26:42 +01:00
|
|
|
-Wall \
|
|
|
|
${PROFILING_CFLAGS} \
|
|
|
|
${TRACING_CFLAGS} \
|
|
|
|
${GDAL_CFLAGS} \
|
|
|
|
-I../../../include
|
2009-01-28 21:16:31 +01:00
|
|
|
|
|
|
|
ogr_la_LDFLAGS = \
|
|
|
|
-module \
|
|
|
|
-avoid-version \
|
|
|
|
-shrext .input
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
## File created by the gnome-build tools
|