1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
#
# Copyright (C) 2000-2026 The Xastir Group
#
AUTOMAKE_OPTIONS = gnu dist-bzip2
ACLOCAL_AMFLAGS = -I m4
D= `date +%G%m%d.%H%M%S`
SUBDIRS = src config help scripts symbols callpass tests
# DISTCLEANFILES =
EXTRA_DIST = config.guess config.sub install-sh \
missing placeholder FAQ LICENSE README README.GIT.md \
README.CYGWIN CONTRIBUTING.md \
README.MAPS README.OSM_maps README.sudo testdbfawk.1 \
DEBUG_LEVELS bootstrap.sh INSTALL.md callpass.1 xastir.1 xastir_udp_client.1 \
worldhi.map \
Davis LaCrosse \
OSM_template \
CC_OpenStreetMap_logo.png CC_OpenStreetMap_txt.png \
COPYING COPYING.LIB.LESSTIF AUTHORS NaturalEarthVector
MAINTAINERCLEANFILES = configure aclocal.m4 Makefile.in Makefile \
config.guess config.sub install-sh missing mkinstalldirs
countydir=${pkgdatadir}/Counties
county_DATA=placeholder
fccdir=${pkgdatadir}/fcc
fcc_DATA=placeholder
gnisdir=${pkgdatadir}/GNIS
gnis_DATA=placeholder
mapdir=${pkgdatadir}/maps
map_DATA=worldhi.map CC_OpenStreetMap_logo.png CC_OpenStreetMap_txt.png
onlinedir=${pkgdatadir}/maps/Online
online_DATA=OSM_tiled_cycle.geo OSM_tiled_mapnik.geo \
OSM_tiled_fosm.geo USTigermap.geo USTigermapBorders.geo
nationalmapdir=${pkgdatadir}/maps/Online/nationalmap.gov
nationalmap_DATA=WMS_USGS_Hydrography.geo WMS_USGS_ImageryOnly.geo \
WMS_USGS_ImageryTopo.geo WMS_USGS_ShadedReliefOnly.geo \
WMS_USGS_Topo.geo
nwsradarmapdir=${pkgdatadir}/maps/Online/NWS
nwsradarmap_DATA=NWSRadar_Alaska_CompositeRef.geo \
NWSRadar_Hawaii_CompositeRef.geo \
NWSRadar_CONUS_CompositeRef.geo
geogratismapdir=${pkgdatadir}/maps/Online/geogratis.gc.ca
geogratismap_DATA=National.geo Regional.geo Sub_national.geo Sub_regional.geo
naturalearthmapdir=${pkgdatadir}/maps/NaturalEarth
naturalearthmap_DATA=NaturalEarthVector/LICENSE.md NaturalEarthVector/README NaturalEarthVector/ne_50m_admin_0_countries_lakes.README.html NaturalEarthVector/ne_50m_admin_0_countries_lakes.VERSION.txt NaturalEarthVector/ne_50m_admin_0_countries_lakes.cpg NaturalEarthVector/ne_50m_admin_0_countries_lakes.dbf NaturalEarthVector/ne_50m_admin_0_countries_lakes.dbfawk NaturalEarthVector/ne_50m_admin_0_countries_lakes.prj NaturalEarthVector/ne_50m_admin_0_countries_lakes.shp NaturalEarthVector/ne_50m_admin_0_countries_lakes.shx NaturalEarthVector/ne_50m_coastline.README.html NaturalEarthVector/ne_50m_coastline.VERSION.txt NaturalEarthVector/ne_50m_coastline.cpg NaturalEarthVector/ne_50m_coastline.dbf NaturalEarthVector/ne_50m_coastline.dbfawk NaturalEarthVector/ne_50m_coastline.prj NaturalEarthVector/ne_50m_coastline.shp NaturalEarthVector/ne_50m_coastline.shx NaturalEarthVector/ne_50m_lakes.README.html NaturalEarthVector/ne_50m_lakes.VERSION.txt NaturalEarthVector/ne_50m_lakes.cpg NaturalEarthVector/ne_50m_lakes.dbf NaturalEarthVector/ne_50m_lakes.dbfawk NaturalEarthVector/ne_50m_lakes.prj NaturalEarthVector/ne_50m_lakes.shp NaturalEarthVector/ne_50m_lakes.shx NaturalEarthVector/ne_50m_rivers_lake_centerlines.README.html NaturalEarthVector/ne_50m_rivers_lake_centerlines.VERSION.txt NaturalEarthVector/ne_50m_rivers_lake_centerlines.cpg NaturalEarthVector/ne_50m_rivers_lake_centerlines.dbf NaturalEarthVector/ne_50m_rivers_lake_centerlines.dbfawk NaturalEarthVector/ne_50m_rivers_lake_centerlines.prj NaturalEarthVector/ne_50m_rivers_lake_centerlines.shp NaturalEarthVector/ne_50m_rivers_lake_centerlines.shx
gpsdir=${pkgdatadir}/maps/GPS
gps_DATA=placeholder
sounddir=${pkgdatadir}/sounds
sound_DATA=placeholder
docdir=@docdir@
doc_DATA=AUTHORS FAQ ChangeLog LICENSE README README.GIT.md README.CYGWIN \
README.MAPS README.sudo COPYING INSTALL.md \
README.OSM_maps CONTRIBUTING.md \
COPYING.LIB.LESSTIF
install-data-hook:
echo cd $(DESTDIR)$(mapdir) && \
echo rm -f CC_OpenStreetMap.png && \
echo $(LN_S) CC_OpenStreetMap_logo.png CC_OpenStreetMap.png
mandir=@mandir@
man_MANS=xastir.1 callpass.1 xastir_udp_client.1 testdbfawk.1
# Use tiles for these maps
OSM_tiled_cycle.geo: OSM_template
sed -e '/THIS IS A TEMPLATE FILE/d' -e's/^#OSM_TILED_MAP/OSM_TILED_MAP/' \
-e's!^#URL tileURL!URL http://tile.opencyclemap.org/cycle/!' \
-e 's/-STYLE/-cycle/' \
< $(top_srcdir)/OSM_template >$@
OSM_tiled_mapnik.geo: OSM_template
sed -e '/THIS IS A TEMPLATE FILE/d' -e's/^#OSM_TILED_MAP/OSM_TILED_MAP/' \
-e's!^#URL tileURL!URL https://tile.openstreetmap.org/!' \
-e 's/-STYLE/-mapnik/' \
< $(top_srcdir)/OSM_template >$@
OSM_tiled_fosm.geo: OSM_template
sed -e '/THIS IS A TEMPLATE FILE/d' -e's/^#OSM_TILED_MAP/OSM_TILED_MAP/' \
-e's!^#URL tileURL!URL https://map.fosm.org/default/!' \
-e 's/-STYLE/-fosm/' \
< $(top_srcdir)/OSM_template >$@
ChangeLog::
|