Diff of /trunk/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 157 by harbaum, Tue Nov 3 20:20:39 2009 UTC revision 280 by harbaum, Fri May 21 19:28:16 2010 UTC
# Line 23  datarootdir = @datarootdir@ Line 23  datarootdir = @datarootdir@
23  datadir = @datarootdir@  datadir = @datarootdir@
24  EXTRA_OBJS = @EXTRA_OBJS@  EXTRA_OBJS = @EXTRA_OBJS@
25  VERSION = $${VERSION_PREFIX}@PACKAGE_VERSION@$${VERSION_SUFFIX}  VERSION = $${VERSION_PREFIX}@PACKAGE_VERSION@$${VERSION_SUFFIX}
26    MAEMO_VERSION_MAJOR = @MAEMO_VERSION_MAJOR@
27    
28  bindir = @bindir@  bindir = @bindir@
29    
30  OBJS = main.o gpx.o goto.o gps.o misc.o gconf.o html.o icons.o cache.o \  OBJS = main.o gpx.o goto.o gps.o misc.o gconf.o html.o icons.o cache.o \
31          geomath.o settings.o custom_size_renderer.o custom_rating_renderer.o \          geomath.o settings.o custom_size_renderer.o custom_rating_renderer.o \
32          notes.o custom_type_renderer.o unzip.o ioapi.o precpos.o \          notes.o custom_type_renderer.o unzip.o ioapi.o precpos.o \
33          garmin_export.o geotext.o gcvote.o $(EXTRA_OBJS)          garmin_export.o geotext.o gcvote.o geotoad.o about.o $(EXTRA_OBJS)
34    
35  DEFS = -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(prefix)\" -DICONPATH=\"$(datadir)/$(APP)/\" -DAPP=\"$(APP)\"  DEFS = -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(prefix)\" -DICONPATH=\"$(datadir)/$(APP)/\" -DAPP=\"$(APP)\"
36  CFLAGS = -Wall -O2 $(DEFS) @CFLAGS@  CFLAGS = -Wall -O2 $(DEFS) @CFLAGS@
# Line 45  $(APP): $(OBJS) Line 46  $(APP): $(OBJS)
46    
47  install:  install:
48          install -d $(DESTDIR)$(prefix)$(bindir)          install -d $(DESTDIR)$(prefix)$(bindir)
49          install $(APP) $(DESTDIR)$(prefix)$(bindir)          if [ "$(MAEMO_VERSION_MAJOR)" == "5" ]; then \
50                    echo "Optifying binary"; \
51                    install -d $(DESTDIR)$(datadir)/$(APP); \
52                    install $(APP) $(DESTDIR)$(datadir)/$(APP)/$(APP).bin; \
53                    ln -s $(datadir)/$(APP)/$(APP).bin $(DESTDIR)$(prefix)$(bindir)/$(APP); \
54            else \
55                    echo "Not Optifying binary"; \
56                    install $(APP) $(DESTDIR)$(prefix)$(bindir); \
57            fi
58    
59  clean:  clean:
60          rm -f gpxview *.o *~ \#*\#          rm -f gpxview *.o *~ \#*\#
# Line 56  dep: Line 65  dep:
65    
66  # DO NOT DELETE  # DO NOT DELETE
67    
68  bct.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  about.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
69  bct.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  about.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
70  bct.o: garmin_export.h gcvote.h misc.h  about.o: precpos.h garmin_export.h geotoad.h about.h misc.h
71  cache.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  bct.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
72  cache.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  bct.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
73  cache.o: garmin_export.h gcvote.h misc.h  bct.o: precpos.h garmin_export.h geotoad.h about.h misc.h
74    cache.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
75    cache.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
76    cache.o: precpos.h garmin_export.h geotoad.h about.h misc.h
77  converter.o: osm-gps-map-types.h osm-gps-map.h config.h converter.h  converter.o: osm-gps-map-types.h osm-gps-map.h config.h converter.h
78  custom_rating_renderer.o: gpxview.h config.h gpx.h settings.h gps.h goto.h  custom_rating_renderer.o: gpxview.h config.h gpx.h settings.h gps.h goto.h
79  custom_rating_renderer.o: cache.h gconf.h html.h icons.h geomath.h geotext.h  custom_rating_renderer.o: cache.h gcvote.h gconf.h html.h icons.h geomath.h
80  custom_rating_renderer.o: notes.h help.h mm_poi.h precpos.h garmin_export.h  custom_rating_renderer.o: geotext.h notes.h help.h mm_poi.h precpos.h
81  custom_rating_renderer.o: gcvote.h misc.h custom_rating_renderer.h  custom_rating_renderer.o: garmin_export.h geotoad.h about.h misc.h
82    custom_rating_renderer.o: custom_rating_renderer.h
83  custom_size_renderer.o: gpxview.h config.h gpx.h settings.h gps.h goto.h  custom_size_renderer.o: gpxview.h config.h gpx.h settings.h gps.h goto.h
84  custom_size_renderer.o: cache.h gconf.h html.h icons.h geomath.h geotext.h  custom_size_renderer.o: cache.h gcvote.h gconf.h html.h icons.h geomath.h
85  custom_size_renderer.o: notes.h help.h mm_poi.h precpos.h garmin_export.h  custom_size_renderer.o: geotext.h notes.h help.h mm_poi.h precpos.h
86  custom_size_renderer.o: gcvote.h misc.h custom_size_renderer.h  custom_size_renderer.o: garmin_export.h geotoad.h about.h misc.h
87    custom_size_renderer.o: custom_size_renderer.h
88  custom_type_renderer.o: gpxview.h config.h gpx.h settings.h gps.h goto.h  custom_type_renderer.o: gpxview.h config.h gpx.h settings.h gps.h goto.h
89  custom_type_renderer.o: cache.h gconf.h html.h icons.h geomath.h geotext.h  custom_type_renderer.o: cache.h gcvote.h gconf.h html.h icons.h geomath.h
90  custom_type_renderer.o: notes.h help.h mm_poi.h precpos.h garmin_export.h  custom_type_renderer.o: geotext.h notes.h help.h mm_poi.h precpos.h
91  custom_type_renderer.o: gcvote.h misc.h custom_type_renderer.h  custom_type_renderer.o: garmin_export.h geotoad.h about.h misc.h
92  dbus.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  custom_type_renderer.o: custom_type_renderer.h
93  dbus.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  dbus.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
94  dbus.o: garmin_export.h gcvote.h misc.h dbus.h  dbus.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
95    dbus.o: precpos.h garmin_export.h geotoad.h about.h misc.h dbus.h
96  garmin_export.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h  garmin_export.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h
97  garmin_export.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h  garmin_export.o: gcvote.h gconf.h html.h icons.h geomath.h geotext.h notes.h
98  garmin_export.o: mm_poi.h precpos.h garmin_export.h gcvote.h misc.h  garmin_export.o: help.h mm_poi.h precpos.h garmin_export.h geotoad.h about.h
99  gconf.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  garmin_export.o: misc.h
100  gconf.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  gconf.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
101  gconf.o: garmin_export.h gcvote.h misc.h  gconf.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
102  gcvote.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  gconf.o: precpos.h garmin_export.h geotoad.h about.h misc.h
103  gcvote.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h  gcvote.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
104  gcvote.o: precpos.h garmin_export.h gcvote.h misc.h  gcvote.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
105  geomath.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  gcvote.o: precpos.h garmin_export.h geotoad.h about.h misc.h
106  geomath.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h  geomath.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
107  geomath.o: precpos.h garmin_export.h gcvote.h misc.h  geomath.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
108  geotext.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  geomath.o: precpos.h garmin_export.h geotoad.h about.h misc.h
109  geotext.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h  geotext.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
110  geotext.o: precpos.h garmin_export.h gcvote.h misc.h  geotext.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
111  goto.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  geotext.o: precpos.h garmin_export.h geotoad.h about.h misc.h
112  goto.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  geotoad.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
113  goto.o: garmin_export.h gcvote.h misc.h  geotoad.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
114  gps.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  geotoad.o: precpos.h garmin_export.h geotoad.h about.h misc.h
115  gps.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  goto.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
116  gps.o: garmin_export.h gcvote.h misc.h  goto.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
117  gpx.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  goto.o: precpos.h garmin_export.h geotoad.h about.h misc.h
118  gpx.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  gps.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
119  gpx.o: garmin_export.h gcvote.h misc.h unzip.h ioapi.h  gps.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
120  html.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  gps.o: precpos.h garmin_export.h geotoad.h about.h misc.h
121  html.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  gpx.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
122  html.o: garmin_export.h gcvote.h misc.h  gpx.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
123  icons.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  gpx.o: precpos.h garmin_export.h geotoad.h about.h misc.h unzip.h ioapi.h
124  icons.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  html.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
125  icons.o: garmin_export.h gcvote.h misc.h  html.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
126    html.o: precpos.h garmin_export.h geotoad.h about.h misc.h
127    icons.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
128    icons.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
129    icons.o: precpos.h garmin_export.h geotoad.h about.h misc.h
130  ioapi.o: ioapi.h  ioapi.o: ioapi.h
131  main.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  main.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
132  main.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  main.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
133  main.o: garmin_export.h gcvote.h misc.h custom_size_renderer.h  main.o: precpos.h garmin_export.h geotoad.h about.h misc.h
134  main.o: custom_rating_renderer.h custom_type_renderer.h  main.o: custom_size_renderer.h custom_rating_renderer.h
135  map-tool.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  main.o: custom_type_renderer.h
136  map-tool.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h  map-tool.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
137  map-tool.o: precpos.h garmin_export.h gcvote.h misc.h converter.h  map-tool.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h
138  misc.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  map-tool.o: mm_poi.h precpos.h garmin_export.h geotoad.h about.h misc.h
139  misc.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  map-tool.o: converter.h
140  misc.o: garmin_export.h gcvote.h misc.h  misc.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
141  mm_poi.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  misc.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
142  mm_poi.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h  misc.o: precpos.h garmin_export.h geotoad.h about.h misc.h
143  mm_poi.o: precpos.h garmin_export.h gcvote.h misc.h  mm_poi.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
144  notes.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  mm_poi.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
145  notes.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  mm_poi.o: precpos.h garmin_export.h geotoad.h about.h misc.h
146  notes.o: garmin_export.h gcvote.h misc.h  notes.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
147    notes.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
148    notes.o: precpos.h garmin_export.h geotoad.h about.h misc.h
149  osm-gps-map.o: config.h converter.h osm-gps-map-types.h osm-gps-map.h  osm-gps-map.o: config.h converter.h osm-gps-map-types.h osm-gps-map.h
150  osm-gps-map-osd-classic.o: config.h osm-gps-map.h converter.h  osm-gps-map-osd-classic.o: config.h osm-gps-map.h converter.h
151  osm-gps-map-osd-classic.o: osm-gps-map-osd-classic.h  osm-gps-map-osd-classic.o: osm-gps-map-osd-classic.h
152  precpos.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  precpos.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
153  precpos.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h  precpos.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
154  precpos.o: precpos.h garmin_export.h gcvote.h misc.h  precpos.o: precpos.h garmin_export.h geotoad.h about.h misc.h
155  settings.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  settings.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gcvote.h
156  settings.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h  settings.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h
157  settings.o: precpos.h garmin_export.h gcvote.h misc.h  settings.o: mm_poi.h precpos.h garmin_export.h geotoad.h about.h misc.h
158  unzip.o: unzip.h ioapi.h crypt.h  unzip.o: unzip.h ioapi.h crypt.h

Legend:
Removed from v.157  
changed lines
  Added in v.280