Contents of /trunk/src/Makefile.maemo

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (hide annotations)
Sun Feb 15 12:07:04 2009 UTC (15 years, 3 months ago) by harbaum
File size: 10810 byte(s)
Removal of unused gnomecancas/xml parser code
1 harbaum 1 #
2     # Copyright (C) 2008 Till Harbaum <till@harbaum.org>.
3     #
4     # This file is part of OSM2Go.
5     #
6     # OSM2Go 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     # OSM2Go 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 OSM2Go. If not, see <http://www.gnu.org/licenses/>.
18     #
19    
20     APP = osm2go
21     PREFIX = /usr
22    
23     PKGS = gtk+-2.0 hildon-1 libosso libxml-2.0 goocanvas \
24     libcurl gthread-2.0 hildon-fm-2 gnome-vfs-module-2.0 gpsbt
25    
26     OBJS = main.o map.o osm.o osm_api.o wms.o \
27     statusbar.o project.o settings.o pos.o diff.o map_hl.o \
28     iconbar.o info.o icon.o track.o gps.o canvas_goocanvas.o \
29     area_edit.o dbus.o josm_presets.o relation_edit.o misc.o \
30 harbaum 39 map_edit.o josm_elemstyles.o style.o net_io.o banner.o \
31 harbaum 70 undo.o
32 harbaum 1
33 harbaum 78 DEFS = -DUSE_HILDON -DPACKAGE=\"$(APP)\" -DPREFIX=\"$(PREFIX)\" -DUSE_GOOCANVAS -DUSE_FLOAT
34 harbaum 1 CFLAGS = -Wall -O2 $(DEFS) `pkg-config --cflags $(PKGS)`
35     LDFLAGS = `pkg-config --libs $(PKGS)`
36    
37     all: $(APP)
38    
39     %.o: %.c
40     gcc $(CFLAGS) -o $@ -c $<
41    
42     $(APP): $(OBJS)
43     gcc $(LDFLAGS) -o $@ $(OBJS)
44    
45     install:
46     install $(APP) $(DESTDIR)$(PREFIX)/bin
47    
48     clean:
49     rm -f osm2go *.o *~ */*~ \#*\# version.h *.bak
50    
51 achadwick 58 -include ../version.mk
52    
53 harbaum 5 dep: version.h
54 harbaum 1 makedepend -Y -fMakefile.maemo *.c
55    
56     # DO NOT DELETE
57    
58 harbaum 72 area_edit.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
59 harbaum 5 area_edit.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
60     area_edit.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
61     area_edit.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h
62 harbaum 72 area_edit.o: net_io.h banner.h
63     banner.o: banner.h appdata.h version.h pos.h osm.h canvas.h undo.h map.h
64     banner.o: map_hl.h osm_api.h project.h statusbar.h area_edit.h settings.h
65     banner.o: diff.h iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
66     banner.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h
67     banner.o: net_io.h
68     canvas_gnomecanvas.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h
69     canvas_gnomecanvas.o: map_hl.h osm_api.h project.h statusbar.h area_edit.h
70     canvas_gnomecanvas.o: settings.h diff.h iconbar.h icon.h info.h track.h gps.h
71     canvas_gnomecanvas.o: wms.h josm_presets.h relation_edit.h misc.h map_edit.h
72     canvas_gnomecanvas.o: josm_elemstyles.h style.h net_io.h banner.h
73     canvas_goocanvas.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h
74     canvas_goocanvas.o: map_hl.h osm_api.h project.h statusbar.h area_edit.h
75     canvas_goocanvas.o: settings.h diff.h iconbar.h icon.h info.h track.h gps.h
76     canvas_goocanvas.o: wms.h josm_presets.h relation_edit.h misc.h map_edit.h
77     canvas_goocanvas.o: josm_elemstyles.h style.h net_io.h banner.h
78     dbus.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
79     dbus.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
80     dbus.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
81     dbus.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
82     dbus.o: banner.h
83     diff.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
84     diff.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
85     diff.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
86     diff.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
87     diff.o: banner.h
88     gps.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
89     gps.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
90     gps.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
91     gps.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
92     gps.o: banner.h
93     icon.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
94     icon.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
95     icon.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
96     icon.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
97     icon.o: banner.h
98     iconbar.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
99     iconbar.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
100     iconbar.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
101     iconbar.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h
102     iconbar.o: net_io.h banner.h
103     info.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
104     info.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
105     info.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
106     info.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
107     info.o: banner.h
108     josm_elemstyles.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h
109     josm_elemstyles.o: map_hl.h osm_api.h project.h statusbar.h area_edit.h
110     josm_elemstyles.o: settings.h diff.h iconbar.h icon.h info.h track.h gps.h
111     josm_elemstyles.o: wms.h josm_presets.h relation_edit.h misc.h map_edit.h
112     josm_elemstyles.o: josm_elemstyles.h style.h net_io.h banner.h
113     josm_presets.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h
114     josm_presets.o: map_hl.h osm_api.h project.h statusbar.h area_edit.h
115     josm_presets.o: settings.h diff.h iconbar.h icon.h info.h track.h gps.h wms.h
116     josm_presets.o: josm_presets.h relation_edit.h misc.h map_edit.h
117     josm_presets.o: josm_elemstyles.h style.h net_io.h banner.h
118     main.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
119     main.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
120     main.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
121     main.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
122     main.o: banner.h
123     map.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
124     map.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
125     map.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
126     map.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
127     map.o: banner.h
128     map_edit.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
129     map_edit.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
130     map_edit.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
131     map_edit.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h
132     map_edit.o: net_io.h banner.h
133     map_hl.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
134     map_hl.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
135     map_hl.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
136     map_hl.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h
137     map_hl.o: net_io.h banner.h
138     misc.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
139     misc.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
140     misc.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
141     misc.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
142     misc.o: banner.h
143     net_io.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
144     net_io.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
145     net_io.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
146     net_io.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h
147     net_io.o: net_io.h banner.h
148     osm.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
149     osm.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
150     osm.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
151     osm.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
152     osm.o: banner.h
153     osm_api.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
154     osm_api.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
155     osm_api.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
156     osm_api.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h
157     osm_api.o: net_io.h banner.h
158     pos.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
159     pos.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
160     pos.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
161     pos.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
162     pos.o: banner.h
163     project.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
164     project.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
165     project.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
166     project.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h
167     project.o: net_io.h banner.h
168     relation_edit.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h
169     relation_edit.o: map_hl.h osm_api.h project.h statusbar.h area_edit.h
170     relation_edit.o: settings.h diff.h iconbar.h icon.h info.h track.h gps.h
171     relation_edit.o: wms.h josm_presets.h relation_edit.h misc.h map_edit.h
172     relation_edit.o: josm_elemstyles.h style.h net_io.h banner.h
173     settings.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
174     settings.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
175     settings.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
176     settings.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h
177     settings.o: net_io.h banner.h
178     statusbar.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
179 harbaum 5 statusbar.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
180     statusbar.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
181     statusbar.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h
182 harbaum 72 statusbar.o: net_io.h banner.h
183     style.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
184     style.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
185     style.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
186     style.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
187     style.o: banner.h
188     track.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
189     track.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
190     track.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
191     track.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
192     track.o: banner.h
193     undo.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
194     undo.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
195     undo.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
196     undo.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
197     undo.o: banner.h
198     wms.o: appdata.h version.h pos.h osm.h canvas.h undo.h map.h map_hl.h
199     wms.o: osm_api.h project.h statusbar.h area_edit.h settings.h diff.h
200     wms.o: iconbar.h icon.h info.h track.h gps.h wms.h josm_presets.h
201     wms.o: relation_edit.h misc.h map_edit.h josm_elemstyles.h style.h net_io.h
202     wms.o: banner.h