/[zanavi_public1]/navit/navit/map/shapefile/Makefile.am
ZANavi

Contents of /navit/navit/map/shapefile/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File size: 553 byte(s)
import files
1 include $(top_srcdir)/Makefile.inc
2 AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_shapefile
3 if PLUGINS
4 modulemap_LTLIBRARIES = libmap_shapefile.la
5 else
6 noinst_LTLIBRARIES = libmap_shapefile.la
7 endif
8 if HAVE_SYSTEM_SHAPEFILELIB
9 libmap_shapefile_la_SOURCES = shapefile.c
10 libmap_shapefile_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ @SHAPEFILE_LIBS@
11 else
12 libmap_shapefile_la_SOURCES = shapefile.c dbfopen.c shpopen.c shptree.c shapefil.h
13 libmap_shapefile_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@
14 endif

   
Visit the ZANavi Wiki