summaryrefslogtreecommitdiff
path: root/navit/tools/gpx2navit_txt/src/Makefile.am
blob: 5cce6fa3cc37323ef962ce8754f640635c232a8a (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
bin_PROGRAMS = gpx2navit_txt 

gpx2navit_txt_SOURCES = \
	emess.h \
	geod_for.c \
	geod_inv.c \
	geod_set.c \
	geodesic.h \
	gpx2navit_txt.h \
	main.c \
	misc.c \
	utils.c \
	parser.c \
	elementControl.c\
	setwpt.c \
	setpath.c \
	setmeta.c \
	errorcode.h

INCLUDES= -I$(srcdir)

AM_CFLAGS =  -g 

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