f09a3370bbb4359a59aa09a42a3177248d992dd2
[navit-package] / src / Makefile.am
1 include $(top_srcdir)/Makefile.inc
2 DIST_SUBDIRS=binding data fib-1.1 gui graphics osd speech vehicle xpm maps
3 SUBDIRS=binding data fib-1.1 gui graphics osd speech vehicle xpm
4 if BUILD_SAMPLEMAP
5   SUBDIRS += maps
6 endif
7
8 AM_CPPFLAGS = -I$(top_srcdir)/src/fib-1.1 @NAVIT_CFLAGS@ -DPREFIX=\"@prefix@\" -DMODULE=\"navit\"
9 BUILT_SOURCES=osm2navit
10 bin_PROGRAMS = navit osm2navit
11
12 pkgdata_DATA = navit.xml
13
14 EXTRA_DIST = navit.xml 
15
16 navit_SOURCES = attr.c callback.c compass.c coord.c country.c cursor.c data_window.c debug.c \
17         file.c graphics.c gui.c item.c layout.c log.c main.c map.c \
18         mapset.c maptype.c menu.c navit.c navigation.c osd.c param.c phrase.c plugin.c popup.c \
19         profile.c route.c search.c speech.c transform.c track.c \
20         util.c vehicle.c xmlconfig.c attr.h attr_def.h callback.h color.h compass.h coord.h country.h \
21         cursor.h data.h data_window.h data_window_int.h debug.h destination.h draw_info.h \
22         file.h graphics.h gtkext.h gui.h item.h item_def.h log.h layer.h layout.h main.h map-share.h map.h\
23         map_data.h mapset.h maptype.h menu.h navigation.h navit.h osd.h \
24         param.h phrase.h plugin.h point.h plugin_def.h projection.h popup.h route.h profile.h search.h speech.h statusbar.h \
25         transform.h track.h util.h vehicle.h xmlconfig.h
26
27 osm2navit_SOURCES = osm2navit.c item.c debug.c zipfile.h
28
29 navit_LDADD = @NAVIT_LIBS@ @GPSD_LIBS@ @ZLIB_LIBS@ -Lfib-1.1 -lfib
30
31 osm2navit_LDADD = @NAVIT_LIBS@  @ZLIB_LIBS@