Contents of /trunk/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 157 - (hide annotations)
Tue Nov 3 20:20:39 2009 UTC (14 years, 6 months ago) by harbaum
File size: 6801 byte(s)
Gcvote xml parsing started
1 harbaum 1 #
2     # Copyright (C) 2008 Till Harbaum <till@harbaum.org>.
3     #
4     # This file is part of GPXView.
5     #
6     # GPXView 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 3 of the License, or
9     # (at your option) any later version.
10     #
11     # GPXView 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
17     # along with GPXView. If not, see <http://www.gnu.org/licenses/>.
18     #
19    
20     APP = @PACKAGE@
21 harbaum 135 prefix = @prefix@
22     datarootdir = @datarootdir@
23     datadir = @datarootdir@
24 harbaum 1 EXTRA_OBJS = @EXTRA_OBJS@
25     VERSION = $${VERSION_PREFIX}@PACKAGE_VERSION@$${VERSION_SUFFIX}
26    
27     bindir = @bindir@
28    
29     OBJS = main.o gpx.o goto.o gps.o misc.o gconf.o html.o icons.o cache.o \
30     geomath.o settings.o custom_size_renderer.o custom_rating_renderer.o \
31     notes.o custom_type_renderer.o unzip.o ioapi.o precpos.o \
32 harbaum 157 garmin_export.o geotext.o gcvote.o $(EXTRA_OBJS)
33 harbaum 1
34 harbaum 135 DEFS = -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(prefix)\" -DICONPATH=\"$(datadir)/$(APP)/\" -DAPP=\"$(APP)\"
35 harbaum 1 CFLAGS = -Wall -O2 $(DEFS) @CFLAGS@
36     LDFLAGS = @LIBS@ -lz
37    
38     all: $(APP)
39    
40     %.o: %.c Makefile
41     gcc $(CFLAGS) -o $@ -c $<
42    
43     $(APP): $(OBJS)
44     gcc -o $@ $(OBJS) $(LDFLAGS)
45    
46     install:
47 harbaum 135 install -d $(DESTDIR)$(prefix)$(bindir)
48     install $(APP) $(DESTDIR)$(prefix)$(bindir)
49 harbaum 1
50     clean:
51     rm -f gpxview *.o *~ \#*\#
52    
53     dep:
54     makedepend -Y -fMakefile.in *.c
55    
56    
57     # DO NOT DELETE
58    
59 harbaum 157 bct.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
60     bct.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
61     bct.o: garmin_export.h gcvote.h misc.h
62 harbaum 1 cache.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
63     cache.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
64 harbaum 157 cache.o: garmin_export.h gcvote.h misc.h
65 harbaum 75 converter.o: osm-gps-map-types.h osm-gps-map.h config.h converter.h
66 harbaum 1 custom_rating_renderer.o: gpxview.h config.h gpx.h settings.h gps.h goto.h
67     custom_rating_renderer.o: cache.h gconf.h html.h icons.h geomath.h geotext.h
68     custom_rating_renderer.o: notes.h help.h mm_poi.h precpos.h garmin_export.h
69 harbaum 157 custom_rating_renderer.o: gcvote.h misc.h custom_rating_renderer.h
70 harbaum 1 custom_size_renderer.o: gpxview.h config.h gpx.h settings.h gps.h goto.h
71     custom_size_renderer.o: cache.h gconf.h html.h icons.h geomath.h geotext.h
72     custom_size_renderer.o: notes.h help.h mm_poi.h precpos.h garmin_export.h
73 harbaum 157 custom_size_renderer.o: gcvote.h misc.h custom_size_renderer.h
74 harbaum 1 custom_type_renderer.o: gpxview.h config.h gpx.h settings.h gps.h goto.h
75     custom_type_renderer.o: cache.h gconf.h html.h icons.h geomath.h geotext.h
76     custom_type_renderer.o: notes.h help.h mm_poi.h precpos.h garmin_export.h
77 harbaum 157 custom_type_renderer.o: gcvote.h misc.h custom_type_renderer.h
78 harbaum 65 dbus.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
79     dbus.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
80 harbaum 157 dbus.o: garmin_export.h gcvote.h misc.h dbus.h
81 harbaum 1 garmin_export.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h
82     garmin_export.o: gconf.h html.h icons.h geomath.h geotext.h notes.h help.h
83 harbaum 157 garmin_export.o: mm_poi.h precpos.h garmin_export.h gcvote.h misc.h
84 harbaum 1 gconf.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
85     gconf.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
86 harbaum 157 gconf.o: garmin_export.h gcvote.h misc.h
87     gcvote.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
88     gcvote.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
89     gcvote.o: precpos.h garmin_export.h gcvote.h misc.h
90 harbaum 1 geomath.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
91     geomath.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
92 harbaum 157 geomath.o: precpos.h garmin_export.h gcvote.h misc.h
93 harbaum 1 geotext.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
94     geotext.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
95 harbaum 157 geotext.o: precpos.h garmin_export.h gcvote.h misc.h
96 harbaum 1 goto.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
97     goto.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
98 harbaum 157 goto.o: garmin_export.h gcvote.h misc.h
99 harbaum 1 gps.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
100     gps.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
101 harbaum 157 gps.o: garmin_export.h gcvote.h misc.h
102 harbaum 1 gpx.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
103     gpx.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
104 harbaum 157 gpx.o: garmin_export.h gcvote.h misc.h unzip.h ioapi.h
105 harbaum 1 html.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
106     html.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
107 harbaum 157 html.o: garmin_export.h gcvote.h misc.h
108 harbaum 1 icons.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
109     icons.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
110 harbaum 157 icons.o: garmin_export.h gcvote.h misc.h
111 harbaum 1 ioapi.o: ioapi.h
112     main.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
113     main.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
114 harbaum 157 main.o: garmin_export.h gcvote.h misc.h custom_size_renderer.h
115 harbaum 1 main.o: custom_rating_renderer.h custom_type_renderer.h
116 harbaum 65 map-tool.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
117     map-tool.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
118 harbaum 157 map-tool.o: precpos.h garmin_export.h gcvote.h misc.h converter.h
119 harbaum 1 misc.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
120     misc.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
121 harbaum 157 misc.o: garmin_export.h gcvote.h misc.h
122 harbaum 1 mm_poi.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
123     mm_poi.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
124 harbaum 157 mm_poi.o: precpos.h garmin_export.h gcvote.h misc.h
125 harbaum 1 notes.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
126     notes.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h precpos.h
127 harbaum 157 notes.o: garmin_export.h gcvote.h misc.h
128 harbaum 65 osm-gps-map.o: config.h converter.h osm-gps-map-types.h osm-gps-map.h
129 harbaum 157 osm-gps-map-osd-classic.o: config.h osm-gps-map.h converter.h
130     osm-gps-map-osd-classic.o: osm-gps-map-osd-classic.h
131 harbaum 1 precpos.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
132     precpos.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
133 harbaum 157 precpos.o: precpos.h garmin_export.h gcvote.h misc.h
134 harbaum 1 settings.o: gpxview.h config.h gpx.h settings.h gps.h goto.h cache.h gconf.h
135     settings.o: html.h icons.h geomath.h geotext.h notes.h help.h mm_poi.h
136 harbaum 157 settings.o: precpos.h garmin_export.h gcvote.h misc.h
137 harbaum 1 unzip.o: unzip.h ioapi.h crypt.h