/[zanavi_public1]/navit/navit/maptool/Makefile.in
ZANavi

Contents of /navit/navit/maptool/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations) (download)
Fri Oct 28 21:39:42 2011 UTC (12 years, 5 months ago) by zoff99
File size: 27703 byte(s)
import
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39 $(top_srcdir)/Makefile.inc
40 @SUPPORT_ANDROID_FALSE@bin_PROGRAMS = maptool$(EXEEXT)
41 subdir = navit/maptool
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
44 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
45 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
46 $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
47 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
48 $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
49 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
50 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
51 $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
52 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
53 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
54 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
55 $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
56 $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
57 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
58 $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
59 $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
60 $(top_srcdir)/configure.in
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)
63 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 LTLIBRARIES = $(noinst_LTLIBRARIES)
68 libmaptool_la_LIBADD =
69 am_libmaptool_la_OBJECTS = boundaries.lo buffer.lo ch.lo coastline.lo \
70 geom.lo itembin.lo itembin_buffer.lo misc.lo osm.lo \
71 osm_psql.lo osm_protobuf.lo osm_protobufdb.lo osm_xml.lo \
72 sourcesink.lo tempfile.lo tile.lo zip.lo fileformat.pb-c.lo \
73 osmformat.pb-c.lo protobuf-c.lo
74 libmaptool_la_OBJECTS = $(am_libmaptool_la_OBJECTS)
75 @SUPPORT_ANDROID_FALSE@am_libmaptool_la_rpath =
76 am__installdirs = "$(DESTDIR)$(bindir)"
77 PROGRAMS = $(bin_PROGRAMS)
78 am_maptool_OBJECTS = maptool.$(OBJEXT)
79 maptool_OBJECTS = $(am_maptool_OBJECTS)
80 maptool_DEPENDENCIES = libmaptool.la ../libnavit.la
81 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
82 depcomp = $(SHELL) $(top_srcdir)/depcomp
83 am__depfiles_maybe = depfiles
84 am__mv = mv -f
85 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 CCLD = $(CC)
91 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
93 $(LDFLAGS) -o $@
94 SOURCES = $(libmaptool_la_SOURCES) $(maptool_SOURCES)
95 DIST_SOURCES = $(libmaptool_la_SOURCES) $(maptool_SOURCES)
96 ETAGS = etags
97 CTAGS = ctags
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99 ACLOCAL = @ACLOCAL@
100 ALLOCA = @ALLOCA@
101 AMTAR = @AMTAR@
102 ANDROID_PERMISSIONS = @ANDROID_PERMISSIONS@
103 ANDROID_PROJECT = @ANDROID_PROJECT@
104 AR = @AR@
105 AUTOCONF = @AUTOCONF@
106 AUTOHEADER = @AUTOHEADER@
107 AUTOMAKE = @AUTOMAKE@
108 AWK = @AWK@
109 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
110 CATOBJEXT = @CATOBJEXT@
111 CC = @CC@
112 CCDEPMODE = @CCDEPMODE@
113 CCLD_FOR_BUILD = @CCLD_FOR_BUILD@
114 CC_FOR_BUILD = @CC_FOR_BUILD@
115 CFLAGS = @CFLAGS@
116 CPP = @CPP@
117 CPPFLAGS = @CPPFLAGS@
118 CRYPTO_LIBS = @CRYPTO_LIBS@
119 CXX = @CXX@
120 CXXCPP = @CXXCPP@
121 CXXDEPMODE = @CXXDEPMODE@
122 CXXFLAGS = @CXXFLAGS@
123 CYGPATH_W = @CYGPATH_W@
124 DATADIRNAME = @DATADIRNAME@
125 DBUS_CFLAGS = @DBUS_CFLAGS@
126 DBUS_LIBS = @DBUS_LIBS@
127 DBUS_SERVICE_DIR = @DBUS_SERVICE_DIR@
128 DEFS = @DEFS@
129 DEPDIR = @DEPDIR@
130 DSYMUTIL = @DSYMUTIL@
131 DUMPBIN = @DUMPBIN@
132 ECHO_C = @ECHO_C@
133 ECHO_N = @ECHO_N@
134 ECHO_T = @ECHO_T@
135 EGREP = @EGREP@
136 EXEEXT = @EXEEXT@
137 FGREP = @FGREP@
138 FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
139 FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
140 FREEIMAGE_LIBS = @FREEIMAGE_LIBS@
141 FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
142 FREETYPE2_LIBS = @FREETYPE2_LIBS@
143 FRIBIDI2_CFLAGS = @FRIBIDI2_CFLAGS@
144 FRIBIDI2_LIBS = @FRIBIDI2_LIBS@
145 FRIBIDI_CFLAGS = @FRIBIDI_CFLAGS@
146 FRIBIDI_LIBS = @FRIBIDI_LIBS@
147 GDLIB_CONFIG = @GDLIB_CONFIG@
148 GD_CFLAGS = @GD_CFLAGS@
149 GD_LIBS = @GD_LIBS@
150 GENCAT = @GENCAT@
151 GLC_CFLAGS = @GLC_CFLAGS@
152 GLC_LIBS = @GLC_LIBS@
153 GLIBC21 = @GLIBC21@
154 GLIB_CFLAGS = @GLIB_CFLAGS@
155 GLIB_LIBS = @GLIB_LIBS@
156 GMODULE_CFLAGS = @GMODULE_CFLAGS@
157 GMODULE_LIBS = @GMODULE_LIBS@
158 GMSGFMT = @GMSGFMT@
159 GPSBT_CFLAGS = @GPSBT_CFLAGS@
160 GPSBT_LIBS = @GPSBT_LIBS@
161 GPSD_CFLAGS = @GPSD_CFLAGS@
162 GPSD_LIBS = @GPSD_LIBS@
163 GREP = @GREP@
164 GTK2_CFLAGS = @GTK2_CFLAGS@
165 GTK2_LIBS = @GTK2_LIBS@
166 GYPSY_CFLAGS = @GYPSY_CFLAGS@
167 GYPSY_LIBS = @GYPSY_LIBS@
168 HAVE_ASPRINTF = @HAVE_ASPRINTF@
169 HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
170 HAVE_SNPRINTF = @HAVE_SNPRINTF@
171 HAVE_WPRINTF = @HAVE_WPRINTF@
172 HILDON_CFLAGS = @HILDON_CFLAGS@
173 HILDON_LIBS = @HILDON_LIBS@
174 IMLIB2_CFLAGS = @IMLIB2_CFLAGS@
175 IMLIB2_LIBS = @IMLIB2_LIBS@
176 INSTALL = @INSTALL@
177 INSTALL_DATA = @INSTALL_DATA@
178 INSTALL_PROGRAM = @INSTALL_PROGRAM@
179 INSTALL_SCRIPT = @INSTALL_SCRIPT@
180 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181 INSTOBJEXT = @INSTOBJEXT@
182 INTLBISON = @INTLBISON@
183 INTLIBS = @INTLIBS@
184 INTLLIBS = @INTLLIBS@
185 INTLOBJS = @INTLOBJS@
186 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
187 IPHONE_CFLAGS = @IPHONE_CFLAGS@
188 IPHONE_LIBS = @IPHONE_LIBS@
189 LD = @LD@
190 LDFLAGS = @LDFLAGS@
191 LIBC_LIBS = @LIBC_LIBS@
192 LIBGARMIN_CFLAGS = @LIBGARMIN_CFLAGS@
193 LIBGARMIN_LIBS = @LIBGARMIN_LIBS@
194 LIBGPS19_CFLAGS = @LIBGPS19_CFLAGS@
195 LIBGPS19_LIBS = @LIBGPS19_LIBS@
196 LIBICONV = @LIBICONV@
197 LIBINTL = @LIBINTL@
198 LIBLOCATION_CFLAGS = @LIBLOCATION_CFLAGS@
199 LIBLOCATION_LIBS = @LIBLOCATION_LIBS@
200 LIBNAVIT = @LIBNAVIT@
201 LIBOBJS = @LIBOBJS@
202 LIBOSSO_CFLAGS = @LIBOSSO_CFLAGS@
203 LIBOSSO_LIBS = @LIBOSSO_LIBS@
204 LIBPDL_CFLAGS = @LIBPDL_CFLAGS@
205 LIBPDL_LIBS = @LIBPDL_LIBS@
206 LIBS = @LIBS@
207 LIBTOOL = @LIBTOOL@
208 LIPO = @LIPO@
209 LN_S = @LN_S@
210 LTLIBICONV = @LTLIBICONV@
211 LTLIBINTL = @LTLIBINTL@
212 LTLIBOBJS = @LTLIBOBJS@
213 MAINT = @MAINT@
214 MAKEINFO = @MAKEINFO@
215 MKDIR_P = @MKDIR_P@
216 MKINSTALLDIRS = @MKINSTALLDIRS@
217 MOC = @MOC@
218 MODULE_LDFLAGS = @MODULE_LDFLAGS@
219 MODULE_LIBADD = @MODULE_LIBADD@
220 MOFILES = @MOFILES@
221 MSGFMT = @MSGFMT@
222 MSGMERGE = @MSGMERGE@
223 NAVIT_CFLAGS = @NAVIT_CFLAGS@
224 NAVIT_LIBS = @NAVIT_LIBS@
225 NAVIT_MODULE_LDFLAGS = @NAVIT_MODULE_LDFLAGS@
226 NAVIT_SOCKET_LDFLAGS = @NAVIT_SOCKET_LDFLAGS@
227 NAVIT_VARIANT = @NAVIT_VARIANT@
228 NM = @NM@
229 NMEDIT = @NMEDIT@
230 OBJC = @OBJC@
231 OBJCDEPMODE = @OBJCDEPMODE@
232 OBJCFLAGS = @OBJCFLAGS@
233 OBJDUMP = @OBJDUMP@
234 OBJEXT = @OBJEXT@
235 OPENGL_CFLAGS = @OPENGL_CFLAGS@
236 OPENGL_LIBS = @OPENGL_LIBS@
237 OTOOL = @OTOOL@
238 OTOOL64 = @OTOOL64@
239 PACKAGE = @PACKAGE@
240 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
241 PACKAGE_NAME = @PACKAGE_NAME@
242 PACKAGE_STRING = @PACKAGE_STRING@
243 PACKAGE_TARNAME = @PACKAGE_TARNAME@
244 PACKAGE_URL = @PACKAGE_URL@
245 PACKAGE_VERSION = @PACKAGE_VERSION@
246 PATH_SEPARATOR = @PATH_SEPARATOR@
247 PG_CONFIG = @PG_CONFIG@
248 PKG_CONFIG = @PKG_CONFIG@
249 POFILES = @POFILES@
250 POIFILES = @POIFILES@
251 POSTGRESQL_CFLAGS = @POSTGRESQL_CFLAGS@
252 POSTGRESQL_LIBS = @POSTGRESQL_LIBS@
253 POSUB = @POSUB@
254 PYTHONCONFIG = @PYTHONCONFIG@
255 PYTHON_CFLAGS = @PYTHON_CFLAGS@
256 PYTHON_LIBS = @PYTHON_LIBS@
257 QT_DECLARATIVE_CFLAGS = @QT_DECLARATIVE_CFLAGS@
258 QT_DECLARATIVE_LIBS = @QT_DECLARATIVE_LIBS@
259 QT_GUI_CFLAGS = @QT_GUI_CFLAGS@
260 QT_GUI_LIBS = @QT_GUI_LIBS@
261 QT_SVG_CFLAGS = @QT_SVG_CFLAGS@
262 QT_SVG_LIBS = @QT_SVG_LIBS@
263 QT_XML_CFLAGS = @QT_XML_CFLAGS@
264 QT_XML_LIBS = @QT_XML_LIBS@
265 RANLIB = @RANLIB@
266 SAXON = @SAXON@
267 SDL_CFLAGS = @SDL_CFLAGS@
268 SDL_IMAGE_LIBS = @SDL_IMAGE_LIBS@
269 SDL_LIBS = @SDL_LIBS@
270 SED = @SED@
271 SET_MAKE = @SET_MAKE@
272 SHAPEFILE_CFLAGS = @SHAPEFILE_CFLAGS@
273 SHAPEFILE_LIBS = @SHAPEFILE_LIBS@
274 SHELL = @SHELL@
275 SOURCE_MODE = @SOURCE_MODE@
276 SPEECHD_CFLAGS = @SPEECHD_CFLAGS@
277 SPEECHD_LIBS = @SPEECHD_LIBS@
278 STRIP = @STRIP@
279 SVG2PNG = @SVG2PNG@
280 SVG2PNG_SCALES = @SVG2PNG_SCALES@
281 SVG2PNG_SCALES_FLAG = @SVG2PNG_SCALES_FLAG@
282 SVG2PNG_SCALES_NAV = @SVG2PNG_SCALES_NAV@
283 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
284 USE_NLS = @USE_NLS@
285 VERSION = @VERSION@
286 WINDRES = @WINDRES@
287 WORDEXP_LIBS = @WORDEXP_LIBS@
288 XGETTEXT = @XGETTEXT@
289 XSLTS = @XSLTS@
290 ZLIB_CFLAGS = @ZLIB_CFLAGS@
291 ZLIB_LIBS = @ZLIB_LIBS@
292 _PATH_BZCAT = @_PATH_BZCAT@
293 _PATH_PYTHON = @_PATH_PYTHON@
294 abs_builddir = @abs_builddir@
295 abs_srcdir = @abs_srcdir@
296 abs_top_builddir = @abs_top_builddir@
297 abs_top_srcdir = @abs_top_srcdir@
298 ac_ct_CC = @ac_ct_CC@
299 ac_ct_CXX = @ac_ct_CXX@
300 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
301 ac_ct_OBJC = @ac_ct_OBJC@
302 am__include = @am__include@
303 am__leading_dot = @am__leading_dot@
304 am__quote = @am__quote@
305 am__tar = @am__tar@
306 am__untar = @am__untar@
307 bindir = @bindir@
308 build = @build@
309 build_alias = @build_alias@
310 build_cpu = @build_cpu@
311 build_os = @build_os@
312 build_vendor = @build_vendor@
313 builddir = @builddir@
314 cross_compiling = @cross_compiling@
315 datadir = @datadir@
316 datarootdir = @datarootdir@
317 docdir = @docdir@
318 dvidir = @dvidir@
319 exec_prefix = @exec_prefix@
320 host = @host@
321 host_alias = @host_alias@
322 host_cpu = @host_cpu@
323 host_os = @host_os@
324 host_vendor = @host_vendor@
325 htmldir = @htmldir@
326 includedir = @includedir@
327 infodir = @infodir@
328 install_sh = @install_sh@
329 libdir = @libdir@
330 libexecdir = @libexecdir@
331 localedir = @localedir@
332 localstatedir = @localstatedir@
333 lt_ECHO = @lt_ECHO@
334 mandir = @mandir@
335 mkdir_p = @mkdir_p@
336 oldincludedir = @oldincludedir@
337 pdfdir = @pdfdir@
338 prefix = @prefix@
339 program_transform_name = @program_transform_name@
340 psdir = @psdir@
341 sbindir = @sbindir@
342 sharedstatedir = @sharedstatedir@
343 srcdir = @srcdir@
344 sysconfdir = @sysconfdir@
345 target_alias = @target_alias@
346 top_build_prefix = @top_build_prefix@
347 top_builddir = @top_builddir@
348 top_srcdir = @top_srcdir@
349 modulebindingdir = $(pkglibdir)/binding
350 modulemapdir = $(pkglibdir)/map
351 modulefontdir = $(pkglibdir)/font
352 modulegraphicsdir = $(pkglibdir)/graphics
353 moduleguidir = $(pkglibdir)/gui
354 modulespeechdir = $(pkglibdir)/speech
355 moduleosddir = $(pkglibdir)/osd
356 modulevehicledir = $(pkglibdir)/vehicle
357 moduleplugindir = $(pkglibdir)/plugin
358 moduleautoloaddir = $(pkglibdir)/autoload
359 pkgdocdir = $(pkgdatadir)
360 xpmdir = $(pkgdatadir)/xpm
361 skinsdir = $(pkgdatadir)/skins
362 fontsdir = $(pkgdatadir)/fonts
363 mapsdir = $(pkgdatadir)/maps
364 @SUPPORT_ANDROID_FALSE@noinst_LTLIBRARIES = libmaptool.la
365 AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit @ZLIB_CFLAGS@ @POSTGRESQL_CFLAGS@ -DMODULE=maptool
366 libmaptool_la_SOURCES = boundaries.c buffer.c ch.c coastline.c geom.c itembin.c itembin_buffer.c misc.c osm.c osm_psql.c osm_protobuf.c osm_protobufdb.c osm_xml.c sourcesink.c tempfile.c tile.c zip.c maptool.h generated-code/fileformat.pb-c.c generated-code/fileformat.pb-c.h generated-code/osmformat.pb-c.c generated-code/osmformat.pb-c.h google/protobuf-c/protobuf-c.c google/protobuf-c/protobuf-c.h google/protobuf-c/protobuf-c-private.h
367 maptool_SOURCES = maptool.c
368 maptool_LDADD = libmaptool.la ../libnavit.la @NAVIT_LIBS@ @WORDEXP_LIBS@ @ZLIB_LIBS@ @POSTGRESQL_LIBS@ @CRYPTO_LIBS@ @INTLLIBS@ @LIBC_LIBS@
369 all: all-am
370
371 .SUFFIXES:
372 .SUFFIXES: .c .lo .o .obj
373 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.inc $(am__configure_deps)
374 @for dep in $?; do \
375 case '$(am__configure_deps)' in \
376 *$$dep*) \
377 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
378 && { if test -f $@; then exit 0; else break; fi; }; \
379 exit 1;; \
380 esac; \
381 done; \
382 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu navit/maptool/Makefile'; \
383 $(am__cd) $(top_srcdir) && \
384 $(AUTOMAKE) --gnu navit/maptool/Makefile
385 .PRECIOUS: Makefile
386 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
387 @case '$?' in \
388 *config.status*) \
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
390 *) \
391 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
392 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
393 esac;
394
395 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397
398 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402 $(am__aclocal_m4_deps):
403
404 clean-noinstLTLIBRARIES:
405 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
406 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
407 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
408 test "$$dir" != "$$p" || dir=.; \
409 echo "rm -f \"$${dir}/so_locations\""; \
410 rm -f "$${dir}/so_locations"; \
411 done
412 libmaptool.la: $(libmaptool_la_OBJECTS) $(libmaptool_la_DEPENDENCIES)
413 $(LINK) $(am_libmaptool_la_rpath) $(libmaptool_la_OBJECTS) $(libmaptool_la_LIBADD) $(LIBS)
414 install-binPROGRAMS: $(bin_PROGRAMS)
415 @$(NORMAL_INSTALL)
416 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
417 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
418 for p in $$list; do echo "$$p $$p"; done | \
419 sed 's/$(EXEEXT)$$//' | \
420 while read p p1; do if test -f $$p || test -f $$p1; \
421 then echo "$$p"; echo "$$p"; else :; fi; \
422 done | \
423 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
424 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
425 sed 'N;N;N;s,\n, ,g' | \
426 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
427 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
428 if ($$2 == $$4) files[d] = files[d] " " $$1; \
429 else { print "f", $$3 "/" $$4, $$1; } } \
430 END { for (d in files) print "f", d, files[d] }' | \
431 while read type dir files; do \
432 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
433 test -z "$$files" || { \
434 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
435 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
436 } \
437 ; done
438
439 uninstall-binPROGRAMS:
440 @$(NORMAL_UNINSTALL)
441 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
442 files=`for p in $$list; do echo "$$p"; done | \
443 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
444 -e 's/$$/$(EXEEXT)/' `; \
445 test -n "$$list" || exit 0; \
446 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
447 cd "$(DESTDIR)$(bindir)" && rm -f $$files
448
449 clean-binPROGRAMS:
450 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
451 echo " rm -f" $$list; \
452 rm -f $$list || exit $$?; \
453 test -n "$(EXEEXT)" || exit 0; \
454 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
455 echo " rm -f" $$list; \
456 rm -f $$list
457 maptool$(EXEEXT): $(maptool_OBJECTS) $(maptool_DEPENDENCIES)
458 @rm -f maptool$(EXEEXT)
459 $(LINK) $(maptool_OBJECTS) $(maptool_LDADD) $(LIBS)
460
461 mostlyclean-compile:
462 -rm -f *.$(OBJEXT)
463
464 distclean-compile:
465 -rm -f *.tab.c
466
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boundaries.Plo@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ch.Plo@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coastline.Plo@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileformat.pb-c.Plo@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geom.Plo@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itembin.Plo@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itembin_buffer.Plo@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maptool.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm.Plo@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_protobuf.Plo@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_protobufdb.Plo@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_psql.Plo@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_xml.Plo@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osmformat.pb-c.Plo@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protobuf-c.Plo@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sourcesink.Plo@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempfile.Plo@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tile.Plo@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Plo@am__quote@
488
489 .c.o:
490 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
491 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
495
496 .c.obj:
497 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
498 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
499 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
500 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
502
503 .c.lo:
504 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
505 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
506 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
507 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
509
510 fileformat.pb-c.lo: generated-code/fileformat.pb-c.c
511 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fileformat.pb-c.lo -MD -MP -MF $(DEPDIR)/fileformat.pb-c.Tpo -c -o fileformat.pb-c.lo `test -f 'generated-code/fileformat.pb-c.c' || echo '$(srcdir)/'`generated-code/fileformat.pb-c.c
512 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fileformat.pb-c.Tpo $(DEPDIR)/fileformat.pb-c.Plo
513 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='generated-code/fileformat.pb-c.c' object='fileformat.pb-c.lo' libtool=yes @AMDEPBACKSLASH@
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fileformat.pb-c.lo `test -f 'generated-code/fileformat.pb-c.c' || echo '$(srcdir)/'`generated-code/fileformat.pb-c.c
516
517 osmformat.pb-c.lo: generated-code/osmformat.pb-c.c
518 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT osmformat.pb-c.lo -MD -MP -MF $(DEPDIR)/osmformat.pb-c.Tpo -c -o osmformat.pb-c.lo `test -f 'generated-code/osmformat.pb-c.c' || echo '$(srcdir)/'`generated-code/osmformat.pb-c.c
519 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/osmformat.pb-c.Tpo $(DEPDIR)/osmformat.pb-c.Plo
520 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='generated-code/osmformat.pb-c.c' object='osmformat.pb-c.lo' libtool=yes @AMDEPBACKSLASH@
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o osmformat.pb-c.lo `test -f 'generated-code/osmformat.pb-c.c' || echo '$(srcdir)/'`generated-code/osmformat.pb-c.c
523
524 protobuf-c.lo: google/protobuf-c/protobuf-c.c
525 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT protobuf-c.lo -MD -MP -MF $(DEPDIR)/protobuf-c.Tpo -c -o protobuf-c.lo `test -f 'google/protobuf-c/protobuf-c.c' || echo '$(srcdir)/'`google/protobuf-c/protobuf-c.c
526 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/protobuf-c.Tpo $(DEPDIR)/protobuf-c.Plo
527 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='google/protobuf-c/protobuf-c.c' object='protobuf-c.lo' libtool=yes @AMDEPBACKSLASH@
528 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o protobuf-c.lo `test -f 'google/protobuf-c/protobuf-c.c' || echo '$(srcdir)/'`google/protobuf-c/protobuf-c.c
530
531 mostlyclean-libtool:
532 -rm -f *.lo
533
534 clean-libtool:
535 -rm -rf .libs _libs
536
537 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
538 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
539 unique=`for i in $$list; do \
540 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
541 done | \
542 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
543 END { if (nonempty) { for (i in files) print i; }; }'`; \
544 mkid -fID $$unique
545 tags: TAGS
546
547 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
548 $(TAGS_FILES) $(LISP)
549 set x; \
550 here=`pwd`; \
551 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
552 unique=`for i in $$list; do \
553 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554 done | \
555 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
556 END { if (nonempty) { for (i in files) print i; }; }'`; \
557 shift; \
558 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
559 test -n "$$unique" || unique=$$empty_fix; \
560 if test $$# -gt 0; then \
561 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
562 "$$@" $$unique; \
563 else \
564 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
565 $$unique; \
566 fi; \
567 fi
568 ctags: CTAGS
569 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
570 $(TAGS_FILES) $(LISP)
571 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
572 unique=`for i in $$list; do \
573 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574 done | \
575 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
576 END { if (nonempty) { for (i in files) print i; }; }'`; \
577 test -z "$(CTAGS_ARGS)$$unique" \
578 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
579 $$unique
580
581 GTAGS:
582 here=`$(am__cd) $(top_builddir) && pwd` \
583 && $(am__cd) $(top_srcdir) \
584 && gtags -i $(GTAGS_ARGS) "$$here"
585
586 distclean-tags:
587 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
588
589 distdir: $(DISTFILES)
590 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
592 list='$(DISTFILES)'; \
593 dist_files=`for file in $$list; do echo $$file; done | \
594 sed -e "s|^$$srcdirstrip/||;t" \
595 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
596 case $$dist_files in \
597 */*) $(MKDIR_P) `echo "$$dist_files" | \
598 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
599 sort -u` ;; \
600 esac; \
601 for file in $$dist_files; do \
602 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
603 if test -d $$d/$$file; then \
604 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
605 if test -d "$(distdir)/$$file"; then \
606 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
607 fi; \
608 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
609 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
610 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
611 fi; \
612 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
613 else \
614 test -f "$(distdir)/$$file" \
615 || cp -p $$d/$$file "$(distdir)/$$file" \
616 || exit 1; \
617 fi; \
618 done
619 check-am: all-am
620 check: check-am
621 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
622 installdirs:
623 for dir in "$(DESTDIR)$(bindir)"; do \
624 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
625 done
626 install: install-am
627 install-exec: install-exec-am
628 install-data: install-data-am
629 uninstall: uninstall-am
630
631 install-am: all-am
632 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
633
634 installcheck: installcheck-am
635 install-strip:
636 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
637 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
638 `test -z '$(STRIP)' || \
639 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
640 mostlyclean-generic:
641
642 clean-generic:
643
644 distclean-generic:
645 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
646 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
647
648 maintainer-clean-generic:
649 @echo "This command is intended for maintainers to use"
650 @echo "it deletes files that may require special tools to rebuild."
651 clean: clean-am
652
653 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
654 clean-noinstLTLIBRARIES mostlyclean-am
655
656 distclean: distclean-am
657 -rm -rf ./$(DEPDIR)
658 -rm -f Makefile
659 distclean-am: clean-am distclean-compile distclean-generic \
660 distclean-tags
661
662 dvi: dvi-am
663
664 dvi-am:
665
666 html: html-am
667
668 html-am:
669
670 info: info-am
671
672 info-am:
673
674 install-data-am:
675
676 install-dvi: install-dvi-am
677
678 install-dvi-am:
679
680 install-exec-am: install-binPROGRAMS
681
682 install-html: install-html-am
683
684 install-html-am:
685
686 install-info: install-info-am
687
688 install-info-am:
689
690 install-man:
691
692 install-pdf: install-pdf-am
693
694 install-pdf-am:
695
696 install-ps: install-ps-am
697
698 install-ps-am:
699
700 installcheck-am:
701
702 maintainer-clean: maintainer-clean-am
703 -rm -rf ./$(DEPDIR)
704 -rm -f Makefile
705 maintainer-clean-am: distclean-am maintainer-clean-generic
706
707 mostlyclean: mostlyclean-am
708
709 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
710 mostlyclean-libtool
711
712 pdf: pdf-am
713
714 pdf-am:
715
716 ps: ps-am
717
718 ps-am:
719
720 uninstall-am: uninstall-binPROGRAMS
721
722 .MAKE: install-am install-strip
723
724 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
725 clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
726 distclean distclean-compile distclean-generic \
727 distclean-libtool distclean-tags distdir dvi dvi-am html \
728 html-am info info-am install install-am install-binPROGRAMS \
729 install-data install-data-am install-dvi install-dvi-am \
730 install-exec install-exec-am install-html install-html-am \
731 install-info install-info-am install-man install-pdf \
732 install-pdf-am install-ps install-ps-am install-strip \
733 installcheck installcheck-am installdirs maintainer-clean \
734 maintainer-clean-generic mostlyclean mostlyclean-compile \
735 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
736 tags uninstall uninstall-am uninstall-binPROGRAMS
737
738
739 # Tell versions [3.59,3.63) of GNU make to not export all variables.
740 # Otherwise a system limit (for SysV at least) may be exceeded.
741 .NOEXPORT:

   
Visit the ZANavi Wiki