summaryrefslogtreecommitdiff
path: root/navit/tools/gpx2navit_txt/Makefile.am
blob: 05f1ce1a0fe40564f5877df85fe63e8329441bd9 (plain)
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
SUBDIRS = src man 

EXTRA_DIST = gps2shp pinatest2.gpx debian develop

debian-dist:
	dpkg-buildpackage -rfakeroot -d -tc -us -uc

CLEANFILES = \
	pinatest2_wpt.shx \
	pinatest2_wpt.shp \
	pinatest2_wpt.dbf \
	pinatest2_trk.shx \
	pinatest2_trk.shp \
	pinatest2_trk.dbf \
	pinatest2_rte.shx \
	pinatest2_rte.shp \
	pinatest2_rte.dbf \
	pinatest2_meta.txt 

GPX2SHP=src/gpx2shp
check: $(GPX2SHP)
	$(GPX2SHP) || true
	$(GPX2SHP) --version
	$(GPX2SHP) -s pinatest2.gpx
	$(GPX2SHP) -e pinatest2.gpx
	$(GPX2SHP) -p pinatest2.gpx
	$(GPX2SHP) -v pinatest2.gpx > /dev/null