summaryrefslogtreecommitdiff
path: root/navit/tools/gpx2navit_txt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'navit/tools/gpx2navit_txt/Makefile.am')
-rw-r--r--navit/tools/gpx2navit_txt/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/navit/tools/gpx2navit_txt/Makefile.am b/navit/tools/gpx2navit_txt/Makefile.am
deleted file mode 100644
index 05f1ce1a0..000000000
--- a/navit/tools/gpx2navit_txt/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-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