]> git.street.me.uk Git - andy/viking.git/blobdiff - src/Makefile.am
Add option to auto connect to GPSD rather than having to manually control
[andy/viking.git] / src / Makefile.am
index e598210e25a324f5130a1b6d3af7efd2973b2699..7c5809052edc28e720a744000398d2aaf7dc3267 100644 (file)
@@ -1,4 +1,4 @@
-# This is the Makefile for the viking gps viewer program.
+# This is the Makefile for the Viking GPS viewer program.
 # This file is licensed through the GPL version 2 or newer.
 
 SUBDIRS = icons
@@ -7,14 +7,25 @@ bin_PROGRAMS = viking
 
 noinst_LIBRARIES = libviking.a
 
-authors.h: ../AUTHORS
+authors.h: $(top_srcdir)/AUTHORS
        rm -f $@
        echo "/* Generated file. */" >> $@
        echo "const gchar *AUTHORS[] = {\\" >> $@
        sed -e "s/ \*\*.*//" -e 's/^/"/' -e 's/$$/",\\/' -e '$$s/\\$$//' $< >> $@
        echo "NULL};" >> $@
 
-BUILT_SOURCES = authors.h
+if HAVE_XSLTPROC
+documenters.h: $(top_srcdir)/help/C/viking.xml
+       $(XP) $(srcdir)/docbook2documenters.xsl $(top_srcdir)/help/C/viking.xml > $@
+else
+documenters.h:
+       rm -f $@
+       echo "/* Generated file. */" >> $@
+       echo "const gchar *DOCUMENTERS[] = {\\" >> $@
+       echo "NULL};" >> $@
+endif
+
+BUILT_SOURCES = authors.h documenters.h
 
 vikenumtypes.h: vikenumtypes.h.template $(ENUM_H_FILES) $(GLIB_MKENUMS)
        (cd $(srcdir) && $(GLIB_MKENUMS) --template vikenumtypes.h.template $(ENUM_H_FILES)) > $@
@@ -22,9 +33,11 @@ vikenumtypes.h: vikenumtypes.h.template $(ENUM_H_FILES) $(GLIB_MKENUMS)
 vikenumtypes.c: vikenumtypes.c.template $(ENUM_H_FILES) $(GLIB_MKENUMS)
        (cd $(srcdir) && $(GLIB_MKENUMS) --template vikenumtypes.c.template $(ENUM_H_FILES)) > $@
 
-EXTRA_DIST =                         \
-        vikenumtypes.h.template      \
-        vikenumtypes.c.template
+EXTRA_DIST = \
+       misc/fpconv-license.txt \
+       docbook2documenters.xsl \
+       vikenumtypes.h.template \
+       vikenumtypes.c.template
 
 BUILT_SOURCES += vikenumtypes.h vikenumtypes.c
 
@@ -34,23 +47,34 @@ ENUM_H_FILES = \
        vikviewport.h
 
 libviking_a_SOURCES = \
+       bbox.h \
+       map_ids.h \
        modules.h modules.c \
        curl_download.c curl_download.h \
+       compression.c compression.h \
        menu.xml.h \
-    degrees_converters.c degrees_converters.h \
+       degrees_converters.c degrees_converters.h \
        globals.c globals.h \
        viking.h mapcoord.h config.h \
+       vik_compat.c vik_compat.h \
        viktrack.c viktrack.h \
        vikwaypoint.c vikwaypoint.h \
        clipboard.c clipboard.h \
        coords.c coords.h \
        gpsmapper.c gpsmapper.h \
        gpspoint.c gpspoint.h \
+       geojson.c geojson.h \
+       dir.c dir.h \
        file.c file.h \
+       fileutils.c fileutils.h \
+       file_magic.c file_magic.h \
        authors.h \
+       documenters.h \
        dialog.c dialog.h \
        util.c util.h \
+       ui_util.c ui_util.h \
        download.c download.h \
+       jpg.c jpg.h \
        vikenumtypes.c vikenumtypes.h \
        viktreeview.c viktreeview.h \
        viktrwlayer.c viktrwlayer.h \
@@ -68,42 +92,79 @@ libviking_a_SOURCES = \
        vikgototool.c vikgototool.h \
        vikgotoxmltool.c vikgotoxmltool.h \
        vikgoto.c vikgoto.h \
+       viktrwlayer_export.c viktrwlayer_export.h \
        viktrwlayer_tpwin.c viktrwlayer_tpwin.h \
+       viktrwlayer_wpwin.c viktrwlayer_wpwin.h \
        viktrwlayer_propwin.c viktrwlayer_propwin.h \
+       viktrwlayer_analysis.c viktrwlayer_analysis.h \
+       viktrwlayer_tracklist.c viktrwlayer_tracklist.h \
+       viktrwlayer_waypointlist.c viktrwlayer_waypointlist.h \
+       vikrouting.c vikrouting.h \
+       vikroutingengine.c vikroutingengine.h \
+       vikroutingwebengine.c vikroutingwebengine.h \
+       vikutils.c vikutils.h \
+       toolbar.c toolbar.h toolbar.xml.h \
        thumbnails.c thumbnails.h \
+       md5_hash.c md5_hash.h \
        background.c background.h \
        vikradiogroup.c vikradiogroup.h \
        vikcoord.c vikcoord.h \
        mapcache.c mapcache.h \
+       maputils.c maputils.h \
        vikmapsource.c vikmapsource.h \
        vikmapsourcedefault.c vikmapsourcedefault.h \
        vikmapslayer.c vikmapslayer.h \
        vikmapslayer_compat.c vikmapslayer_compat.h \
        vikmaptype.c vikmaptype.h \
        vikslippymapsource.c vikslippymapsource.h \
-        gpx.c gpx.h \
+       vikwmscmapsource.c vikwmscmapsource.h \
+       viktmsmapsource.c viktmsmapsource.h \
+       metatile.c metatile.h \
+       gpx.c gpx.h \
        garminsymbols.c garminsymbols.h \
        acquire.c acquire.h \
        babel.c babel.h \
-       datasource_gps.c \
-       datasource_google.c \
+       babel_ui.c babel_ui.h \
+       datasource_file.c \
+       datasource_geojson.c \
+       datasource_gps.c datasource_gps.h \
+       datasource_routing.c \
        datasource_gc.c \
        datasource_bfilter.c \
+       datasource_wikipedia.c \
+       datasource_url.c \
        datasources.h \
        googlesearch.c googlesearch.h \
        dem.c dem.h \
        vikdemlayer.h vikdemlayer.c \
+       vikdatetime_edit_dialog.c vikdatetime_edit_dialog.h \
        vikfilelist.c vikfilelist.h \
        vikexttool.c vikexttool.h \
        vikexttools.c vikexttools.h \
        vikwebtool.c vikwebtool.h \
        vikwebtoolcenter.c vikwebtoolcenter.h \
+       vikwebtoolbounds.c vikwebtoolbounds.h \
+       vikwebtoolformat.c vikwebtoolformat.h \
+       vikexttool_datasources.c vikexttool_datasources.h \
+       vikwebtool_datasource.c vikwebtool_datasource.h \
        dems.c dems.h \
        srtm_continent.c \
        uibuilder.c uibuilder.h \
        print-preview.c print-preview.h \
        print.c print.h \
-       preferences.c preferences.h
+       kmz.c kmz.h \
+       viklayer_defaults.c viklayer_defaults.h \
+       settings.c settings.h \
+       preferences.c preferences.h \
+       misc/fpconv.c misc/fpconv.h misc/powers.h \
+       misc/strtod.c misc/strtod.h \
+       misc/kdtree.c misc/kdtree.h
+
+if BING
+libviking_a_SOURCES += \
+       bingmapsource.c bingmapsource.h \
+       bing.c bing.h
+endif
 
 if GOOGLE
 libviking_a_SOURCES += \
@@ -124,7 +185,9 @@ endif
 if OPENSTREETMAP
 libviking_a_SOURCES += \
        osm.c osm.h \
-       osm-traces.c osm-traces.h
+       osm-traces.c osm-traces.h \
+       datasource_osm_my_traces.c \
+       datasource_osm.c
 endif
 
 if BLUEMARBLE
@@ -138,16 +201,41 @@ libviking_a_SOURCES += \
        geonamessearch.c geonamessearch.h
 endif
 
+if GEOTAG
+libviking_a_SOURCES += \
+       datasource_geotag.c \
+       geotag_exif.c geotag_exif.h \
+       viktrwlayer_geotag.c viktrwlayer_geotag.h
+endif
+
+# libexif doesn't have write support of EXIF info - so reused this code from command line exif tool
+if LIBEXIF
+libviking_a_SOURCES += \
+       libjpeg/jpeg-data.c libjpeg/jpeg-data.h \
+       libjpeg/jpeg-marker.c libjpeg/jpeg-marker.h
+endif
+
+if MAPNIK
+libviking_a_SOURCES += \
+       vikmapniklayer.c vikmapniklayer.h \
+       mapnik_interface.cpp mapnik_interface.h
+endif
+
 viking_SOURCES = main.c
 
-LDADD           = libviking.a $(PACKAGE_LIBS) @EXPAT_LIBS@ @LIBCURL@ icons/libicons.a
-if REALTIME_GPS_TRACKING
-LDADD           += -lgps
+LDADD           = $(noinst_LIBRARIES) $(PACKAGE_LIBS) @EXPAT_LIBS@ @LIBCURL@ icons/libicons.a
+if WINDOWS
+LDADD += \
+       ../win32/installer/pixmaps/viking_icon.o
 endif
+
 AM_CFLAGS              = -Wall -g -D_GNU_SOURCE \
-       $(DISABLE_DEPRECATED_CFLAGS) \
        $(PACKAGE_CFLAGS) \
        @EXPAT_CFLAGS@ @LIBCURL_CPPFLAGS@
+AM_CPPFLAGS            = \
+       $(PACKAGE_CFLAGS) \
+       -DVIKING_DATADIR=\""$(pkgdatadir)"\" \
+       -DVIKING_SYSCONFDIR=\""$(sysconfdir)/$(PACKAGE)"\"
 
 @INTLTOOL_DESKTOP_RULE@