~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Joshua Judson Rosen
  • Author(s): Marcus Bauer
  • Date: 2010-08-08 22:28:45 UTC
  • Revision ID: rozzin@geekspace.com-20100808222845-86w25l3qq5nlf5ib
Perl scripts to convert track-logs from tangoGPS format to GPX and OSM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        -DPACKAGE_DATA_DIR="\"$(datadir)\"" \
5
5
        -DPACKAGE_PIXMAPS_DIR="\"$(datadir)/pixmaps\"" \
6
6
        -DPACKAGE_LOCALE_DIR="\"$(localedir)\"" \
7
 
        -DPACKAGE_HTML_DIR="\"$(htmldir)\"" \
8
 
        -DPACKAGE_LIBEXEC_DIR="\"$(pkglibexecdir)\"" \
9
7
        \
10
8
        $(GTK_CFLAGS) \
11
9
        $(GLADE_CFLAGS) \
 
10
        $(GCONF_CFLAGS) \
12
11
        $(LIBCURL_CFLAGS) \
13
12
        $(SQLITE_CFLAGS) \
14
13
        $(LIBEXIF_CFLAGS) \
15
14
        $(LIBXML_CFLAGS) \
16
 
        $(LIBGPS_CFLAGS) \
17
 
        $(BLUETOOTH_CFLAGS)
 
15
        $(LIBGPS_CFLAGS)
18
16
 
19
17
bin_PROGRAMS = foxtrotgps
20
18
 
40
38
        tile_management.h\
41
39
        friends.c\
42
40
        friends.h\
 
41
        gpsdstart.sh\
43
42
        geo_photos.c\
44
43
        geo_photos.h\
45
44
        poi.c\
50
49
        wp.h\
51
50
        tracks.c\
52
51
        tracks.h\
53
 
        route.c\
54
 
        route.h\
55
52
        exif.c\
56
 
        exif.h\
57
 
        hrm_functions.c\
58
 
        hrm_functions.h
 
53
        exif.h
59
54
 
60
55
foxtrotgps_LDFLAGS = -export-dynamic
61
56
 
62
57
foxtrotgps_LDADD =  \
63
58
        $(GTK_LIBS) \
64
59
        $(GLADE_LIBS) \
 
60
        $(GCONF_LIBS) \
65
61
        $(LIBCURL_LIBS) \
66
62
        $(SQLITE_LIBS) \
67
63
        $(LIBEXIF_LIBS) \
68
64
        $(LIBXML_LIBS) \
69
65
        $(LIBGPS_LIBS) \
70
 
        $(BLUETOOTH_LIBS) \
71
66
        -lm