]> err.no Git - mapper/blob - src/Makefile.am
Stop the pipeline when done so we can speak again.
[mapper] / src / Makefile.am
1 #
2 # This file is part of maemo-mapper
3 #
4 # Copyright (C) 2006 John Costigan.
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
10 #
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License along
17 # with this program; if not, write to the Free Software Foundation, Inc.,
18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 #
20
21 bin_PROGRAMS = mapper osm2db
22
23 mapper_CFLAGS = $(GLIBGTK_CFLAGS) $(OSSO_CFLAGS) $(HILDON_CFLAGS) $(HILDONFM_CFLAGS) \
24         $(GNOME_VFS_CFLAGS) $(GCONF_CFLAGS) $(LIBXML2_CFLAGS) $(GSTREAMER_CFLAGS) $(ESPEAK_CFLAGS) \
25         $(SQLITE_CFLAGS) $(LIBCURL_CFLAGS) $(DBUS_GLIB_CFLAGS) $(BLUEZ_CFLAGS)
26
27 mapper_LDADD = $(GLIBGTK_LIBS) $(OSSO_LIBS) $(HILDON_LIBS) $(HILDONFM_LIBS) \
28         $(GNOME_VFS_LIBS) $(GCONF_LIBS) $(LIBXML2_LIBS) $(GSTREAMER_LIBS) $(ESPEAK_LIBS) \
29         $(SQLITE_LIBS) $(LIBCURL_LIBS) $(DBUS_GLIB_LIBS) $(BLUEZ_LIBS) -lm
30
31 mapper_SOURCES = utils.c \
32         db.c file.c \
33         gpx.c \
34         bt-bluez.c \
35         bt-maemo.c \
36         latlon.c \
37         osm-db.c \
38         gps-browse.c \
39         gps-nmea-parse.c \
40         gps-panels.c \
41         gps-conn.c \
42         cb.c \
43         iap.c \
44         route.c \
45         track.c \
46         maemo-osso.c \
47         map-repo.c \
48         map.c \
49         poi.c \
50         poi-gui.c \
51         map-poi.c \
52         settings-gui.c \
53         filter-gui.c \
54         speed-display.c \
55         hildon-wrappers.c \
56         ui-common.c \
57         config-gconf.c \
58         speak.c \
59         mapper.c
60
61 osm2db_CFLAGS = $(EXPAT_CFLAGS) $(SQLITE_CFLAGS) $(GLIBGTK_CFLAGS)
62
63 osm2db_LDADD = $(EXPAT_LIBS) $(SQLITE_LIBS) $(GLIBGTK_LIBS) -lm
64
65 osm2db_SOURCES = latlon.c osm.c