/[zanavi_public1]/navit/navit/tools/gpx2navit_txt/Makefile.am
ZANavi

Contents of /navit/navit/tools/gpx2navit_txt/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: 564 byte(s)
import files
1 SUBDIRS = src man
2
3 EXTRA_DIST = gps2shp pinatest2.gpx debian develop
4
5 debian-dist:
6 dpkg-buildpackage -rfakeroot -d -tc -us -uc
7
8 CLEANFILES = \
9 pinatest2_wpt.shx \
10 pinatest2_wpt.shp \
11 pinatest2_wpt.dbf \
12 pinatest2_trk.shx \
13 pinatest2_trk.shp \
14 pinatest2_trk.dbf \
15 pinatest2_rte.shx \
16 pinatest2_rte.shp \
17 pinatest2_rte.dbf \
18 pinatest2_meta.txt
19
20 GPX2SHP=src/gpx2shp
21 check: $(GPX2SHP)
22 $(GPX2SHP) || true
23 $(GPX2SHP) --version
24 $(GPX2SHP) -s pinatest2.gpx
25 $(GPX2SHP) -e pinatest2.gpx
26 $(GPX2SHP) -p pinatest2.gpx
27 $(GPX2SHP) -v pinatest2.gpx > /dev/null

   
Visit the ZANavi Wiki