Diff of /trunk/src/Makefile.in

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

revision 65 by harbaum, Wed Aug 19 14:21:14 2009 UTC revision 135 by harbaum, Wed Oct 14 11:26:50 2009 UTC
# Line 18  Line 18 
18  #  #
19    
20  APP = @PACKAGE@  APP = @PACKAGE@
21  PREFIX ?= @prefix@  prefix = @prefix@
22    datarootdir = @datarootdir@
23    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    
# Line 29  OBJS = main.o gpx.o goto.o gps.o misc.o Line 31  OBJS = main.o gpx.o goto.o gps.o misc.o
31          notes.o custom_type_renderer.o unzip.o ioapi.o precpos.o \          notes.o custom_type_renderer.o unzip.o ioapi.o precpos.o \
32          garmin_export.o geotext.o $(EXTRA_OBJS)          garmin_export.o geotext.o $(EXTRA_OBJS)
33    
34  DEFS = -DVERSION=\"$(VERSION)\" -DICONPATH=\"$(PREFIX)/share/$(APP)/\" -DAPP=\"$(APP)\"  DEFS = -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(prefix)\" -DICONPATH=\"$(datadir)/$(APP)/\" -DAPP=\"$(APP)\"
35  CFLAGS = -Wall -O2 $(DEFS) @CFLAGS@  CFLAGS = -Wall -O2 $(DEFS) @CFLAGS@
36  LDFLAGS = @LIBS@ -lz  LDFLAGS = @LIBS@ -lz
37    
# Line 42  $(APP): $(OBJS) Line 44  $(APP): $(OBJS)
44          gcc -o $@ $(OBJS) $(LDFLAGS)          gcc -o $@ $(OBJS) $(LDFLAGS)
45    
46  install:  install:
47          install -d $(DESTDIR)$(PREFIX)$(bindir)          install -d $(DESTDIR)$(prefix)$(bindir)
48          install $(APP) $(DESTDIR)$(PREFIX)$(bindir)          install $(APP) $(DESTDIR)$(prefix)$(bindir)
49    
50  clean:  clean:
51          rm -f gpxview *.o *~ \#*\#          rm -f gpxview *.o *~ \#*\#
# Line 57  dep: Line 59  dep:
59  cache.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  cache.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
60  cache.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  cache.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
61  cache.o: garmin_export.h misc.h  cache.o: garmin_export.h misc.h
62  converter.o: osm-gps-map-types.h osm-gps-map.h converter.h  converter.o: osm-gps-map-types.h osm-gps-map.h config.h converter.h
63  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
64  custom_rating_renderer.o: cache.h gconf.h html.h icons.h geomath.h geotext.h  custom_rating_renderer.o: cache.h gconf.h html.h icons.h geomath.h geotext.h
65  custom_rating_renderer.o: notes.h help.h mm_poi.h precpos.h garmin_export.h  custom_rating_renderer.o: notes.h help.h mm_poi.h precpos.h garmin_export.h
# Line 94  gps.o: garmin_export.h misc.h Line 96  gps.o: garmin_export.h misc.h
96  gpx.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  gpx.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
97  gpx.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  gpx.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
98  gpx.o: garmin_export.h misc.h unzip.h ioapi.h  gpx.o: garmin_export.h misc.h unzip.h ioapi.h
 gpx_dom.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  
 gpx_dom.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h  
 gpx_dom.o: precpos.h garmin_export.h misc.h unzip.h ioapi.h  
99  html.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h  html.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
100  html.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  html.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
101  html.o: garmin_export.h misc.h  html.o: garmin_export.h misc.h
# Line 121  notes.o: gpxview.h config.h gpx.h settin Line 120  notes.o: gpxview.h config.h gpx.h settin
120  notes.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h  notes.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
121  notes.o: garmin_export.h misc.h  notes.o: garmin_export.h misc.h
122  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
123    osm-gps-map-osd-classic.o: config.h osm-gps-map.h osm-gps-map-osd-classic.h
124  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 gconf.h
125  precpos.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h  precpos.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
126  precpos.o: precpos.h garmin_export.h misc.h  precpos.o: precpos.h garmin_export.h misc.h

Legend:
Removed from v.65  
changed lines
  Added in v.135