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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36 - (show annotations) (download)
Sat Mar 8 17:10:49 2014 UTC (10 years ago) by zoff99
File size: 28400 byte(s)
new market version, lots of new features
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_relations.lo \
72 osm_xml.lo sourcesink.lo tempfile.lo tile.lo zip.lo \
73 fileformat.pb-c.lo 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 BUILT_SOURCES = version_maptool.h
367 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_relations.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
368 maptool_SOURCES = maptool.c
369 maptool_LDADD = libmaptool.la ../libnavit.la @NAVIT_LIBS@ @WORDEXP_LIBS@ @ZLIB_LIBS@ @POSTGRESQL_LIBS@ @CRYPTO_LIBS@ @INTLLIBS@ @LIBC_LIBS@
370 all: $(BUILT_SOURCES)
371 $(MAKE) $(AM_MAKEFLAGS) all-am
372
373 .SUFFIXES:
374 .SUFFIXES: .c .lo .o .obj
375 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.inc $(am__configure_deps)
376 @for dep in $?; do \
377 case '$(am__configure_deps)' in \
378 *$$dep*) \
379 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
380 && { if test -f $@; then exit 0; else break; fi; }; \
381 exit 1;; \
382 esac; \
383 done; \
384 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu navit/maptool/Makefile'; \
385 $(am__cd) $(top_srcdir) && \
386 $(AUTOMAKE) --gnu navit/maptool/Makefile
387 .PRECIOUS: Makefile
388 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
389 @case '$?' in \
390 *config.status*) \
391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
392 *) \
393 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
394 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
395 esac;
396
397 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
400 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404 $(am__aclocal_m4_deps):
405
406 clean-noinstLTLIBRARIES:
407 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
408 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
409 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
410 test "$$dir" != "$$p" || dir=.; \
411 echo "rm -f \"$${dir}/so_locations\""; \
412 rm -f "$${dir}/so_locations"; \
413 done
414 libmaptool.la: $(libmaptool_la_OBJECTS) $(libmaptool_la_DEPENDENCIES)
415 $(LINK) $(am_libmaptool_la_rpath) $(libmaptool_la_OBJECTS) $(libmaptool_la_LIBADD) $(LIBS)
416 install-binPROGRAMS: $(bin_PROGRAMS)
417 @$(NORMAL_INSTALL)
418 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
419 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
420 for p in $$list; do echo "$$p $$p"; done | \
421 sed 's/$(EXEEXT)$$//' | \
422 while read p p1; do if test -f $$p || test -f $$p1; \
423 then echo "$$p"; echo "$$p"; else :; fi; \
424 done | \
425 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
426 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
427 sed 'N;N;N;s,\n, ,g' | \
428 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
429 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
430 if ($$2 == $$4) files[d] = files[d] " " $$1; \
431 else { print "f", $$3 "/" $$4, $$1; } } \
432 END { for (d in files) print "f", d, files[d] }' | \
433 while read type dir files; do \
434 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
435 test -z "$$files" || { \
436 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
437 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
438 } \
439 ; done
440
441 uninstall-binPROGRAMS:
442 @$(NORMAL_UNINSTALL)
443 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
444 files=`for p in $$list; do echo "$$p"; done | \
445 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
446 -e 's/$$/$(EXEEXT)/' `; \
447 test -n "$$list" || exit 0; \
448 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
449 cd "$(DESTDIR)$(bindir)" && rm -f $$files
450
451 clean-binPROGRAMS:
452 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
453 echo " rm -f" $$list; \
454 rm -f $$list || exit $$?; \
455 test -n "$(EXEEXT)" || exit 0; \
456 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
457 echo " rm -f" $$list; \
458 rm -f $$list
459 maptool$(EXEEXT): $(maptool_OBJECTS) $(maptool_DEPENDENCIES)
460 @rm -f maptool$(EXEEXT)
461 $(LINK) $(maptool_OBJECTS) $(maptool_LDADD) $(LIBS)
462
463 mostlyclean-compile:
464 -rm -f *.$(OBJEXT)
465
466 distclean-compile:
467 -rm -f *.tab.c
468
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boundaries.Plo@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ch.Plo@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coastline.Plo@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileformat.pb-c.Plo@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geom.Plo@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itembin.Plo@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itembin_buffer.Plo@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maptool.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm.Plo@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_protobuf.Plo@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_protobufdb.Plo@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_psql.Plo@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_relations.Plo@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_xml.Plo@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osmformat.pb-c.Plo@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protobuf-c.Plo@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sourcesink.Plo@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempfile.Plo@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tile.Plo@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Plo@am__quote@
491
492 .c.o:
493 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
494 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
495 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
498
499 .c.obj:
500 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
501 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
505
506 .c.lo:
507 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
508 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
510 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
512
513 fileformat.pb-c.lo: generated-code/fileformat.pb-c.c
514 @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
515 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fileformat.pb-c.Tpo $(DEPDIR)/fileformat.pb-c.Plo
516 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='generated-code/fileformat.pb-c.c' object='fileformat.pb-c.lo' libtool=yes @AMDEPBACKSLASH@
517 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518 @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
519
520 osmformat.pb-c.lo: generated-code/osmformat.pb-c.c
521 @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
522 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/osmformat.pb-c.Tpo $(DEPDIR)/osmformat.pb-c.Plo
523 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='generated-code/osmformat.pb-c.c' object='osmformat.pb-c.lo' libtool=yes @AMDEPBACKSLASH@
524 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525 @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
526
527 protobuf-c.lo: google/protobuf-c/protobuf-c.c
528 @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
529 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/protobuf-c.Tpo $(DEPDIR)/protobuf-c.Plo
530 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='google/protobuf-c/protobuf-c.c' object='protobuf-c.lo' libtool=yes @AMDEPBACKSLASH@
531 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532 @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
533
534 mostlyclean-libtool:
535 -rm -f *.lo
536
537 clean-libtool:
538 -rm -rf .libs _libs
539
540 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
541 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
542 unique=`for i in $$list; do \
543 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
544 done | \
545 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
546 END { if (nonempty) { for (i in files) print i; }; }'`; \
547 mkid -fID $$unique
548 tags: TAGS
549
550 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
551 $(TAGS_FILES) $(LISP)
552 set x; \
553 here=`pwd`; \
554 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
555 unique=`for i in $$list; do \
556 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557 done | \
558 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559 END { if (nonempty) { for (i in files) print i; }; }'`; \
560 shift; \
561 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
562 test -n "$$unique" || unique=$$empty_fix; \
563 if test $$# -gt 0; then \
564 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
565 "$$@" $$unique; \
566 else \
567 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568 $$unique; \
569 fi; \
570 fi
571 ctags: CTAGS
572 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
573 $(TAGS_FILES) $(LISP)
574 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
575 unique=`for i in $$list; do \
576 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
577 done | \
578 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
579 END { if (nonempty) { for (i in files) print i; }; }'`; \
580 test -z "$(CTAGS_ARGS)$$unique" \
581 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
582 $$unique
583
584 GTAGS:
585 here=`$(am__cd) $(top_builddir) && pwd` \
586 && $(am__cd) $(top_srcdir) \
587 && gtags -i $(GTAGS_ARGS) "$$here"
588
589 distclean-tags:
590 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
591
592 distdir: $(DISTFILES)
593 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
594 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595 list='$(DISTFILES)'; \
596 dist_files=`for file in $$list; do echo $$file; done | \
597 sed -e "s|^$$srcdirstrip/||;t" \
598 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
599 case $$dist_files in \
600 */*) $(MKDIR_P) `echo "$$dist_files" | \
601 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
602 sort -u` ;; \
603 esac; \
604 for file in $$dist_files; do \
605 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
606 if test -d $$d/$$file; then \
607 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
608 if test -d "$(distdir)/$$file"; then \
609 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610 fi; \
611 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
612 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
613 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
614 fi; \
615 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
616 else \
617 test -f "$(distdir)/$$file" \
618 || cp -p $$d/$$file "$(distdir)/$$file" \
619 || exit 1; \
620 fi; \
621 done
622 check-am: all-am
623 check: $(BUILT_SOURCES)
624 $(MAKE) $(AM_MAKEFLAGS) check-am
625 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
626 installdirs:
627 for dir in "$(DESTDIR)$(bindir)"; do \
628 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
629 done
630 install: $(BUILT_SOURCES)
631 $(MAKE) $(AM_MAKEFLAGS) install-am
632 install-exec: install-exec-am
633 install-data: install-data-am
634 uninstall: uninstall-am
635
636 install-am: all-am
637 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
638
639 installcheck: installcheck-am
640 install-strip:
641 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
642 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
643 `test -z '$(STRIP)' || \
644 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
645 mostlyclean-generic:
646
647 clean-generic:
648
649 distclean-generic:
650 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
651 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
652
653 maintainer-clean-generic:
654 @echo "This command is intended for maintainers to use"
655 @echo "it deletes files that may require special tools to rebuild."
656 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
657 clean: clean-am
658
659 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
660 clean-noinstLTLIBRARIES mostlyclean-am
661
662 distclean: distclean-am
663 -rm -rf ./$(DEPDIR)
664 -rm -f Makefile
665 distclean-am: clean-am distclean-compile distclean-generic \
666 distclean-tags
667
668 dvi: dvi-am
669
670 dvi-am:
671
672 html: html-am
673
674 html-am:
675
676 info: info-am
677
678 info-am:
679
680 install-data-am:
681
682 install-dvi: install-dvi-am
683
684 install-dvi-am:
685
686 install-exec-am: install-binPROGRAMS
687
688 install-html: install-html-am
689
690 install-html-am:
691
692 install-info: install-info-am
693
694 install-info-am:
695
696 install-man:
697
698 install-pdf: install-pdf-am
699
700 install-pdf-am:
701
702 install-ps: install-ps-am
703
704 install-ps-am:
705
706 installcheck-am:
707
708 maintainer-clean: maintainer-clean-am
709 -rm -rf ./$(DEPDIR)
710 -rm -f Makefile
711 maintainer-clean-am: distclean-am maintainer-clean-generic
712
713 mostlyclean: mostlyclean-am
714
715 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
716 mostlyclean-libtool
717
718 pdf: pdf-am
719
720 pdf-am:
721
722 ps: ps-am
723
724 ps-am:
725
726 uninstall-am: uninstall-binPROGRAMS
727
728 .MAKE: all check install install-am install-strip
729
730 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
731 clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
732 distclean distclean-compile distclean-generic \
733 distclean-libtool distclean-tags distdir dvi dvi-am html \
734 html-am info info-am install install-am install-binPROGRAMS \
735 install-data install-data-am install-dvi install-dvi-am \
736 install-exec install-exec-am install-html install-html-am \
737 install-info install-info-am install-man install-pdf \
738 install-pdf-am install-ps install-ps-am install-strip \
739 installcheck installcheck-am installdirs maintainer-clean \
740 maintainer-clean-generic mostlyclean mostlyclean-compile \
741 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
742 tags uninstall uninstall-am uninstall-binPROGRAMS
743
744
745 version_maptool.h.tmp:
746 echo "" >version_maptool.h.tmp
747 echo "#define SVN_VERSION \"$$(LANG=C svnversion $(top_srcdir)/navit/maptool 2>/dev/null)\"" >>version_maptool.h.tmp
748 if ! diff version_maptool.h.tmp version_maptool.h >/dev/null 2>/dev/null; \
749 then \
750 mv version_maptool.h.tmp version_maptool.h; \
751 fi
752
753 version_maptool.h: version_maptool.h.tmp
754
755 # Tell versions [3.59,3.63) of GNU make to not export all variables.
756 # Otherwise a system limit (for SysV at least) may be exceeded.
757 .NOEXPORT:

   
Visit the ZANavi Wiki