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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (hide annotations) (download)
Mon Feb 4 17:41:59 2013 UTC (11 years, 2 months ago) by zoff99
File size: 37155 byte(s)
new map version, lots of fixes and experimental new features
1 zoff99 8 # 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 zoff99 31
20 zoff99 8 VPATH = @srcdir@
21     pkgdatadir = $(datadir)/@PACKAGE@
22     pkgincludedir = $(includedir)/@PACKAGE@
23     pkglibdir = $(libdir)/@PACKAGE@
24     pkglibexecdir = $(libexecdir)/@PACKAGE@
25     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26     install_sh_DATA = $(install_sh) -c -m 644
27     install_sh_PROGRAM = $(install_sh) -c
28     install_sh_SCRIPT = $(install_sh) -c
29     INSTALL_HEADER = $(INSTALL_DATA)
30     transform = $(program_transform_name)
31     NORMAL_INSTALL = :
32     PRE_INSTALL = :
33     POST_INSTALL = :
34     NORMAL_UNINSTALL = :
35     PRE_UNINSTALL = :
36     POST_UNINSTALL = :
37     build_triplet = @build@
38     host_triplet = @host@
39 zoff99 31 DIST_COMMON = $(P2TC_public_HEADERS) $(srcdir)/Makefile.am \
40     $(srcdir)/Makefile.in $(top_srcdir)/Makefile.inc
41 zoff99 8 @SUPPORT_ANDROID_FALSE@bin_PROGRAMS = maptool$(EXEEXT)
42     subdir = navit/maptool
43     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44     am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
45     $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
46     $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
47     $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
48     $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
49     $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
50     $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
51     $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
52     $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
53     $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
54     $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
55     $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
56     $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
57     $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
58     $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
59     $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
60     $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
61     $(top_srcdir)/configure.in
62     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63     $(ACLOCAL_M4)
64     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65     CONFIG_HEADER = $(top_builddir)/config.h
66     CONFIG_CLEAN_FILES =
67     CONFIG_CLEAN_VPATH_FILES =
68     LTLIBRARIES = $(noinst_LTLIBRARIES)
69     libmaptool_la_LIBADD =
70     am_libmaptool_la_OBJECTS = boundaries.lo buffer.lo ch.lo coastline.lo \
71     geom.lo itembin.lo itembin_buffer.lo misc.lo osm.lo \
72 zoff99 31 osm_psql.lo osm_protobuf.lo osm_protobufdb.lo osm_relations.lo \
73     osm_xml.lo sourcesink.lo tempfile.lo tile.lo zip.lo \
74     fileformat.pb-c.lo osmformat.pb-c.lo protobuf-c.lo miniz.lo \
75     sqlite3.lo sqlite3async.lo
76 zoff99 8 libmaptool_la_OBJECTS = $(am_libmaptool_la_OBJECTS)
77     @SUPPORT_ANDROID_FALSE@am_libmaptool_la_rpath =
78 zoff99 31 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(P2TC_publicdir)"
79 zoff99 8 PROGRAMS = $(bin_PROGRAMS)
80     am_maptool_OBJECTS = maptool.$(OBJEXT)
81     maptool_OBJECTS = $(am_maptool_OBJECTS)
82 zoff99 31 maptool_DEPENDENCIES = libmaptool.la ../libnavit.la p2t/libp2tc.la \
83     refine/libp2tc-refine.la libcfu-0.03-zanavi/src/libcfu.a
84 zoff99 8 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85     depcomp = $(SHELL) $(top_srcdir)/depcomp
86     am__depfiles_maybe = depfiles
87     am__mv = mv -f
88     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90     LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91     --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
92     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93     CCLD = $(CC)
94     LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95     --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
96     $(LDFLAGS) -o $@
97     SOURCES = $(libmaptool_la_SOURCES) $(maptool_SOURCES)
98     DIST_SOURCES = $(libmaptool_la_SOURCES) $(maptool_SOURCES)
99 zoff99 31 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
100     html-recursive info-recursive install-data-recursive \
101     install-dvi-recursive install-exec-recursive \
102     install-html-recursive install-info-recursive \
103     install-pdf-recursive install-ps-recursive install-recursive \
104     installcheck-recursive installdirs-recursive pdf-recursive \
105     ps-recursive uninstall-recursive
106     am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107     am__vpath_adj = case $$p in \
108     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109     *) f=$$p;; \
110     esac;
111     am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112     am__install_max = 40
113     am__nobase_strip_setup = \
114     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115     am__nobase_strip = \
116     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117     am__nobase_list = $(am__nobase_strip_setup); \
118     for p in $$list; do echo "$$p $$p"; done | \
119     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
120     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121     if (++n[$$2] == $(am__install_max)) \
122     { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123     END { for (dir in files) print dir, files[dir] }'
124     am__base_list = \
125     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127     HEADERS = $(P2TC_public_HEADERS)
128     RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
129     distclean-recursive maintainer-clean-recursive
130     AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
131     $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
132     distdir
133 zoff99 8 ETAGS = etags
134     CTAGS = ctags
135 zoff99 31 DIST_SUBDIRS = $(SUBDIRS)
136 zoff99 8 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137 zoff99 31 am__relativize = \
138     dir0=`pwd`; \
139     sed_first='s,^\([^/]*\)/.*$$,\1,'; \
140     sed_rest='s,^[^/]*/*,,'; \
141     sed_last='s,^.*/\([^/]*\)$$,\1,'; \
142     sed_butlast='s,/*[^/]*$$,,'; \
143     while test -n "$$dir1"; do \
144     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
145     if test "$$first" != "."; then \
146     if test "$$first" = ".."; then \
147     dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
148     dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
149     else \
150     first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
151     if test "$$first2" = "$$first"; then \
152     dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
153     else \
154     dir2="../$$dir2"; \
155     fi; \
156     dir0="$$dir0"/"$$first"; \
157     fi; \
158     fi; \
159     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
160     done; \
161     reldir="$$dir2"
162 zoff99 8 ACLOCAL = @ACLOCAL@
163     ALLOCA = @ALLOCA@
164     AMTAR = @AMTAR@
165     ANDROID_PERMISSIONS = @ANDROID_PERMISSIONS@
166     ANDROID_PROJECT = @ANDROID_PROJECT@
167     AR = @AR@
168     AUTOCONF = @AUTOCONF@
169     AUTOHEADER = @AUTOHEADER@
170     AUTOMAKE = @AUTOMAKE@
171     AWK = @AWK@
172     BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
173     CATOBJEXT = @CATOBJEXT@
174     CC = @CC@
175     CCDEPMODE = @CCDEPMODE@
176     CCLD_FOR_BUILD = @CCLD_FOR_BUILD@
177     CC_FOR_BUILD = @CC_FOR_BUILD@
178     CFLAGS = @CFLAGS@
179     CPP = @CPP@
180     CPPFLAGS = @CPPFLAGS@
181     CRYPTO_LIBS = @CRYPTO_LIBS@
182     CXX = @CXX@
183     CXXCPP = @CXXCPP@
184     CXXDEPMODE = @CXXDEPMODE@
185     CXXFLAGS = @CXXFLAGS@
186     CYGPATH_W = @CYGPATH_W@
187     DATADIRNAME = @DATADIRNAME@
188     DBUS_CFLAGS = @DBUS_CFLAGS@
189     DBUS_LIBS = @DBUS_LIBS@
190     DBUS_SERVICE_DIR = @DBUS_SERVICE_DIR@
191     DEFS = @DEFS@
192     DEPDIR = @DEPDIR@
193     DSYMUTIL = @DSYMUTIL@
194     DUMPBIN = @DUMPBIN@
195     ECHO_C = @ECHO_C@
196     ECHO_N = @ECHO_N@
197     ECHO_T = @ECHO_T@
198     EGREP = @EGREP@
199     EXEEXT = @EXEEXT@
200     FGREP = @FGREP@
201     FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
202     FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
203     FREEIMAGE_LIBS = @FREEIMAGE_LIBS@
204     FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
205     FREETYPE2_LIBS = @FREETYPE2_LIBS@
206     FRIBIDI2_CFLAGS = @FRIBIDI2_CFLAGS@
207     FRIBIDI2_LIBS = @FRIBIDI2_LIBS@
208     FRIBIDI_CFLAGS = @FRIBIDI_CFLAGS@
209     FRIBIDI_LIBS = @FRIBIDI_LIBS@
210     GDLIB_CONFIG = @GDLIB_CONFIG@
211     GD_CFLAGS = @GD_CFLAGS@
212     GD_LIBS = @GD_LIBS@
213     GENCAT = @GENCAT@
214     GLC_CFLAGS = @GLC_CFLAGS@
215     GLC_LIBS = @GLC_LIBS@
216     GLIBC21 = @GLIBC21@
217     GLIB_CFLAGS = @GLIB_CFLAGS@
218     GLIB_LIBS = @GLIB_LIBS@
219     GMODULE_CFLAGS = @GMODULE_CFLAGS@
220     GMODULE_LIBS = @GMODULE_LIBS@
221     GMSGFMT = @GMSGFMT@
222     GPSBT_CFLAGS = @GPSBT_CFLAGS@
223     GPSBT_LIBS = @GPSBT_LIBS@
224     GPSD_CFLAGS = @GPSD_CFLAGS@
225     GPSD_LIBS = @GPSD_LIBS@
226     GREP = @GREP@
227     GTK2_CFLAGS = @GTK2_CFLAGS@
228     GTK2_LIBS = @GTK2_LIBS@
229     GYPSY_CFLAGS = @GYPSY_CFLAGS@
230     GYPSY_LIBS = @GYPSY_LIBS@
231     HAVE_ASPRINTF = @HAVE_ASPRINTF@
232     HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
233     HAVE_SNPRINTF = @HAVE_SNPRINTF@
234     HAVE_WPRINTF = @HAVE_WPRINTF@
235     HILDON_CFLAGS = @HILDON_CFLAGS@
236     HILDON_LIBS = @HILDON_LIBS@
237     IMLIB2_CFLAGS = @IMLIB2_CFLAGS@
238     IMLIB2_LIBS = @IMLIB2_LIBS@
239     INSTALL = @INSTALL@
240     INSTALL_DATA = @INSTALL_DATA@
241     INSTALL_PROGRAM = @INSTALL_PROGRAM@
242     INSTALL_SCRIPT = @INSTALL_SCRIPT@
243     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
244     INSTOBJEXT = @INSTOBJEXT@
245     INTLBISON = @INTLBISON@
246     INTLIBS = @INTLIBS@
247     INTLLIBS = @INTLLIBS@
248     INTLOBJS = @INTLOBJS@
249     INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
250     IPHONE_CFLAGS = @IPHONE_CFLAGS@
251     IPHONE_LIBS = @IPHONE_LIBS@
252     LD = @LD@
253     LDFLAGS = @LDFLAGS@
254     LIBC_LIBS = @LIBC_LIBS@
255     LIBGARMIN_CFLAGS = @LIBGARMIN_CFLAGS@
256     LIBGARMIN_LIBS = @LIBGARMIN_LIBS@
257     LIBGPS19_CFLAGS = @LIBGPS19_CFLAGS@
258     LIBGPS19_LIBS = @LIBGPS19_LIBS@
259     LIBICONV = @LIBICONV@
260     LIBINTL = @LIBINTL@
261     LIBLOCATION_CFLAGS = @LIBLOCATION_CFLAGS@
262     LIBLOCATION_LIBS = @LIBLOCATION_LIBS@
263     LIBNAVIT = @LIBNAVIT@
264     LIBOBJS = @LIBOBJS@
265     LIBOSSO_CFLAGS = @LIBOSSO_CFLAGS@
266     LIBOSSO_LIBS = @LIBOSSO_LIBS@
267     LIBPDL_CFLAGS = @LIBPDL_CFLAGS@
268     LIBPDL_LIBS = @LIBPDL_LIBS@
269     LIBS = @LIBS@
270     LIBTOOL = @LIBTOOL@
271     LIPO = @LIPO@
272     LN_S = @LN_S@
273     LTLIBICONV = @LTLIBICONV@
274     LTLIBINTL = @LTLIBINTL@
275     LTLIBOBJS = @LTLIBOBJS@
276     MAINT = @MAINT@
277     MAKEINFO = @MAKEINFO@
278     MKDIR_P = @MKDIR_P@
279     MKINSTALLDIRS = @MKINSTALLDIRS@
280     MOC = @MOC@
281     MODULE_LDFLAGS = @MODULE_LDFLAGS@
282     MODULE_LIBADD = @MODULE_LIBADD@
283     MOFILES = @MOFILES@
284     MSGFMT = @MSGFMT@
285     MSGMERGE = @MSGMERGE@
286     NAVIT_CFLAGS = @NAVIT_CFLAGS@
287     NAVIT_LIBS = @NAVIT_LIBS@
288     NAVIT_MODULE_LDFLAGS = @NAVIT_MODULE_LDFLAGS@
289     NAVIT_SOCKET_LDFLAGS = @NAVIT_SOCKET_LDFLAGS@
290     NAVIT_VARIANT = @NAVIT_VARIANT@
291     NM = @NM@
292     NMEDIT = @NMEDIT@
293     OBJC = @OBJC@
294     OBJCDEPMODE = @OBJCDEPMODE@
295     OBJCFLAGS = @OBJCFLAGS@
296     OBJDUMP = @OBJDUMP@
297     OBJEXT = @OBJEXT@
298     OPENGL_CFLAGS = @OPENGL_CFLAGS@
299     OPENGL_LIBS = @OPENGL_LIBS@
300     OTOOL = @OTOOL@
301     OTOOL64 = @OTOOL64@
302     PACKAGE = @PACKAGE@
303     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
304     PACKAGE_NAME = @PACKAGE_NAME@
305     PACKAGE_STRING = @PACKAGE_STRING@
306     PACKAGE_TARNAME = @PACKAGE_TARNAME@
307     PACKAGE_URL = @PACKAGE_URL@
308     PACKAGE_VERSION = @PACKAGE_VERSION@
309     PATH_SEPARATOR = @PATH_SEPARATOR@
310     PG_CONFIG = @PG_CONFIG@
311     PKG_CONFIG = @PKG_CONFIG@
312     POFILES = @POFILES@
313     POIFILES = @POIFILES@
314     POSTGRESQL_CFLAGS = @POSTGRESQL_CFLAGS@
315     POSTGRESQL_LIBS = @POSTGRESQL_LIBS@
316     POSUB = @POSUB@
317     PYTHONCONFIG = @PYTHONCONFIG@
318     PYTHON_CFLAGS = @PYTHON_CFLAGS@
319     PYTHON_LIBS = @PYTHON_LIBS@
320     QT_DECLARATIVE_CFLAGS = @QT_DECLARATIVE_CFLAGS@
321     QT_DECLARATIVE_LIBS = @QT_DECLARATIVE_LIBS@
322     QT_GUI_CFLAGS = @QT_GUI_CFLAGS@
323     QT_GUI_LIBS = @QT_GUI_LIBS@
324     QT_SVG_CFLAGS = @QT_SVG_CFLAGS@
325     QT_SVG_LIBS = @QT_SVG_LIBS@
326     QT_XML_CFLAGS = @QT_XML_CFLAGS@
327     QT_XML_LIBS = @QT_XML_LIBS@
328     RANLIB = @RANLIB@
329     SAXON = @SAXON@
330     SDL_CFLAGS = @SDL_CFLAGS@
331     SDL_IMAGE_LIBS = @SDL_IMAGE_LIBS@
332     SDL_LIBS = @SDL_LIBS@
333     SED = @SED@
334     SET_MAKE = @SET_MAKE@
335     SHAPEFILE_CFLAGS = @SHAPEFILE_CFLAGS@
336     SHAPEFILE_LIBS = @SHAPEFILE_LIBS@
337     SHELL = @SHELL@
338     SOURCE_MODE = @SOURCE_MODE@
339     SPEECHD_CFLAGS = @SPEECHD_CFLAGS@
340     SPEECHD_LIBS = @SPEECHD_LIBS@
341     STRIP = @STRIP@
342     SVG2PNG = @SVG2PNG@
343     SVG2PNG_SCALES = @SVG2PNG_SCALES@
344     SVG2PNG_SCALES_FLAG = @SVG2PNG_SCALES_FLAG@
345     SVG2PNG_SCALES_NAV = @SVG2PNG_SCALES_NAV@
346     USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
347     USE_NLS = @USE_NLS@
348     VERSION = @VERSION@
349     WINDRES = @WINDRES@
350     WORDEXP_LIBS = @WORDEXP_LIBS@
351     XGETTEXT = @XGETTEXT@
352     XSLTS = @XSLTS@
353     ZLIB_CFLAGS = @ZLIB_CFLAGS@
354     ZLIB_LIBS = @ZLIB_LIBS@
355     _PATH_BZCAT = @_PATH_BZCAT@
356     _PATH_PYTHON = @_PATH_PYTHON@
357     abs_builddir = @abs_builddir@
358     abs_srcdir = @abs_srcdir@
359     abs_top_builddir = @abs_top_builddir@
360     abs_top_srcdir = @abs_top_srcdir@
361     ac_ct_CC = @ac_ct_CC@
362     ac_ct_CXX = @ac_ct_CXX@
363     ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
364     ac_ct_OBJC = @ac_ct_OBJC@
365     am__include = @am__include@
366     am__leading_dot = @am__leading_dot@
367     am__quote = @am__quote@
368     am__tar = @am__tar@
369     am__untar = @am__untar@
370     bindir = @bindir@
371     build = @build@
372     build_alias = @build_alias@
373     build_cpu = @build_cpu@
374     build_os = @build_os@
375     build_vendor = @build_vendor@
376     builddir = @builddir@
377     cross_compiling = @cross_compiling@
378     datadir = @datadir@
379     datarootdir = @datarootdir@
380     docdir = @docdir@
381     dvidir = @dvidir@
382     exec_prefix = @exec_prefix@
383     host = @host@
384     host_alias = @host_alias@
385     host_cpu = @host_cpu@
386     host_os = @host_os@
387     host_vendor = @host_vendor@
388     htmldir = @htmldir@
389     includedir = @includedir@
390     infodir = @infodir@
391     install_sh = @install_sh@
392     libdir = @libdir@
393     libexecdir = @libexecdir@
394     localedir = @localedir@
395     localstatedir = @localstatedir@
396     lt_ECHO = @lt_ECHO@
397     mandir = @mandir@
398     mkdir_p = @mkdir_p@
399     oldincludedir = @oldincludedir@
400     pdfdir = @pdfdir@
401     prefix = @prefix@
402     program_transform_name = @program_transform_name@
403     psdir = @psdir@
404     sbindir = @sbindir@
405     sharedstatedir = @sharedstatedir@
406     srcdir = @srcdir@
407     sysconfdir = @sysconfdir@
408     target_alias = @target_alias@
409     top_build_prefix = @top_build_prefix@
410     top_builddir = @top_builddir@
411     top_srcdir = @top_srcdir@
412     modulebindingdir = $(pkglibdir)/binding
413     modulemapdir = $(pkglibdir)/map
414     modulefontdir = $(pkglibdir)/font
415     modulegraphicsdir = $(pkglibdir)/graphics
416     moduleguidir = $(pkglibdir)/gui
417     modulespeechdir = $(pkglibdir)/speech
418     moduleosddir = $(pkglibdir)/osd
419     modulevehicledir = $(pkglibdir)/vehicle
420     moduleplugindir = $(pkglibdir)/plugin
421     moduleautoloaddir = $(pkglibdir)/autoload
422     pkgdocdir = $(pkgdatadir)
423     xpmdir = $(pkgdatadir)/xpm
424     skinsdir = $(pkgdatadir)/skins
425     fontsdir = $(pkgdatadir)/fonts
426     mapsdir = $(pkgdatadir)/maps
427 zoff99 31 @SUPPORT_ANDROID_FALSE@P2TC_publicdir = $(top_srcdir)/navit/maptool
428     @SUPPORT_ANDROID_FALSE@P2TC_public_HEADERS =
429     # AM_LDFLAGS = -version-info 1.0.0
430     # SUBDIRS = libcfu-0.03-zanavi p2t refine
431     SUBDIRS = libcfu-0.03-zanavi p2t refine
432 zoff99 8 @SUPPORT_ANDROID_FALSE@noinst_LTLIBRARIES = libmaptool.la
433     AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit @ZLIB_CFLAGS@ @POSTGRESQL_CFLAGS@ -DMODULE=maptool
434 zoff99 31 BUILT_SOURCES = version_maptool.h
435     #
436     #libmaptool_la_SOURCES = poly2tri-c/002/poly2tri-c/p2t/common/shapes.c \
437     # poly2tri-c/002/poly2tri-c/p2t/common/utils.c \
438     # poly2tri-c/002/poly2tri-c/p2t/sweep/advancing_front.c \
439     # poly2tri-c/002/poly2tri-c/p2t/sweep/cdt.c \
440     # poly2tri-c/002/poly2tri-c/p2t/sweep/sweep.c \
441     # poly2tri-c/002/poly2tri-c/p2t/sweep/sweep_context.c \
442     #
443     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 miniz.c sqlite3.c sqlite3async.c
444 zoff99 8 maptool_SOURCES = maptool.c
445 zoff99 31 maptool_LDADD = libmaptool.la ../libnavit.la @NAVIT_LIBS@ @WORDEXP_LIBS@ @ZLIB_LIBS@ @POSTGRESQL_LIBS@ @CRYPTO_LIBS@ @INTLLIBS@ @LIBC_LIBS@ p2t/libp2tc.la refine/libp2tc-refine.la libcfu-0.03-zanavi/src/libcfu.a
446     all: $(BUILT_SOURCES)
447     $(MAKE) $(AM_MAKEFLAGS) all-recursive
448 zoff99 8
449     .SUFFIXES:
450     .SUFFIXES: .c .lo .o .obj
451     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.inc $(am__configure_deps)
452     @for dep in $?; do \
453     case '$(am__configure_deps)' in \
454     *$$dep*) \
455     ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
456     && { if test -f $@; then exit 0; else break; fi; }; \
457     exit 1;; \
458     esac; \
459     done; \
460     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu navit/maptool/Makefile'; \
461     $(am__cd) $(top_srcdir) && \
462     $(AUTOMAKE) --gnu navit/maptool/Makefile
463     .PRECIOUS: Makefile
464     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
465     @case '$?' in \
466     *config.status*) \
467     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
468     *) \
469     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
470     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
471     esac;
472    
473     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
474     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475    
476     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
477     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
478     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
479     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480     $(am__aclocal_m4_deps):
481    
482     clean-noinstLTLIBRARIES:
483     -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
484     @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
485     dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
486     test "$$dir" != "$$p" || dir=.; \
487     echo "rm -f \"$${dir}/so_locations\""; \
488     rm -f "$${dir}/so_locations"; \
489     done
490     libmaptool.la: $(libmaptool_la_OBJECTS) $(libmaptool_la_DEPENDENCIES)
491     $(LINK) $(am_libmaptool_la_rpath) $(libmaptool_la_OBJECTS) $(libmaptool_la_LIBADD) $(LIBS)
492     install-binPROGRAMS: $(bin_PROGRAMS)
493     @$(NORMAL_INSTALL)
494     test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
495     @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
496     for p in $$list; do echo "$$p $$p"; done | \
497     sed 's/$(EXEEXT)$$//' | \
498     while read p p1; do if test -f $$p || test -f $$p1; \
499     then echo "$$p"; echo "$$p"; else :; fi; \
500     done | \
501     sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
502     -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
503     sed 'N;N;N;s,\n, ,g' | \
504     $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
505     { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
506     if ($$2 == $$4) files[d] = files[d] " " $$1; \
507     else { print "f", $$3 "/" $$4, $$1; } } \
508     END { for (d in files) print "f", d, files[d] }' | \
509     while read type dir files; do \
510     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
511     test -z "$$files" || { \
512     echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
513     $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
514     } \
515     ; done
516    
517     uninstall-binPROGRAMS:
518     @$(NORMAL_UNINSTALL)
519     @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
520     files=`for p in $$list; do echo "$$p"; done | \
521     sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
522     -e 's/$$/$(EXEEXT)/' `; \
523     test -n "$$list" || exit 0; \
524     echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
525     cd "$(DESTDIR)$(bindir)" && rm -f $$files
526    
527     clean-binPROGRAMS:
528     @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
529     echo " rm -f" $$list; \
530     rm -f $$list || exit $$?; \
531     test -n "$(EXEEXT)" || exit 0; \
532     list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
533     echo " rm -f" $$list; \
534     rm -f $$list
535     maptool$(EXEEXT): $(maptool_OBJECTS) $(maptool_DEPENDENCIES)
536     @rm -f maptool$(EXEEXT)
537     $(LINK) $(maptool_OBJECTS) $(maptool_LDADD) $(LIBS)
538    
539     mostlyclean-compile:
540     -rm -f *.$(OBJEXT)
541    
542     distclean-compile:
543     -rm -f *.tab.c
544    
545     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boundaries.Plo@am__quote@
546     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
547     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ch.Plo@am__quote@
548     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coastline.Plo@am__quote@
549     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileformat.pb-c.Plo@am__quote@
550     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geom.Plo@am__quote@
551     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itembin.Plo@am__quote@
552     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itembin_buffer.Plo@am__quote@
553     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maptool.Po@am__quote@
554 zoff99 31 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miniz.Plo@am__quote@
555 zoff99 8 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
556     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm.Plo@am__quote@
557     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_protobuf.Plo@am__quote@
558     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_protobufdb.Plo@am__quote@
559     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_psql.Plo@am__quote@
560 zoff99 31 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_relations.Plo@am__quote@
561 zoff99 8 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osm_xml.Plo@am__quote@
562     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osmformat.pb-c.Plo@am__quote@
563     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protobuf-c.Plo@am__quote@
564     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sourcesink.Plo@am__quote@
565 zoff99 31 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3.Plo@am__quote@
566     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3async.Plo@am__quote@
567 zoff99 8 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempfile.Plo@am__quote@
568     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tile.Plo@am__quote@
569     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Plo@am__quote@
570    
571     .c.o:
572     @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
573     @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
574     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
575     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576     @am__fastdepCC_FALSE@ $(COMPILE) -c $<
577    
578     .c.obj:
579     @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
580     @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
581     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
582     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583     @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
584    
585     .c.lo:
586     @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
587     @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
588     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
589     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590     @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
591    
592     fileformat.pb-c.lo: generated-code/fileformat.pb-c.c
593     @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
594     @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fileformat.pb-c.Tpo $(DEPDIR)/fileformat.pb-c.Plo
595     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='generated-code/fileformat.pb-c.c' object='fileformat.pb-c.lo' libtool=yes @AMDEPBACKSLASH@
596     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597     @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
598    
599     osmformat.pb-c.lo: generated-code/osmformat.pb-c.c
600     @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
601     @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/osmformat.pb-c.Tpo $(DEPDIR)/osmformat.pb-c.Plo
602     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='generated-code/osmformat.pb-c.c' object='osmformat.pb-c.lo' libtool=yes @AMDEPBACKSLASH@
603     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604     @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
605    
606     protobuf-c.lo: google/protobuf-c/protobuf-c.c
607     @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
608     @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/protobuf-c.Tpo $(DEPDIR)/protobuf-c.Plo
609     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='google/protobuf-c/protobuf-c.c' object='protobuf-c.lo' libtool=yes @AMDEPBACKSLASH@
610     @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
611     @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
612    
613     mostlyclean-libtool:
614     -rm -f *.lo
615    
616     clean-libtool:
617     -rm -rf .libs _libs
618 zoff99 31 install-P2TC_publicHEADERS: $(P2TC_public_HEADERS)
619     @$(NORMAL_INSTALL)
620     test -z "$(P2TC_publicdir)" || $(MKDIR_P) "$(DESTDIR)$(P2TC_publicdir)"
621     @list='$(P2TC_public_HEADERS)'; test -n "$(P2TC_publicdir)" || list=; \
622     for p in $$list; do \
623     if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
624     echo "$$d$$p"; \
625     done | $(am__base_list) | \
626     while read files; do \
627     echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(P2TC_publicdir)'"; \
628     $(INSTALL_HEADER) $$files "$(DESTDIR)$(P2TC_publicdir)" || exit $$?; \
629     done
630 zoff99 8
631 zoff99 31 uninstall-P2TC_publicHEADERS:
632     @$(NORMAL_UNINSTALL)
633     @list='$(P2TC_public_HEADERS)'; test -n "$(P2TC_publicdir)" || list=; \
634     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
635     test -n "$$files" || exit 0; \
636     echo " ( cd '$(DESTDIR)$(P2TC_publicdir)' && rm -f" $$files ")"; \
637     cd "$(DESTDIR)$(P2TC_publicdir)" && rm -f $$files
638    
639     # This directory's subdirectories are mostly independent; you can cd
640     # into them and run `make' without going through this Makefile.
641     # To change the values of `make' variables: instead of editing Makefiles,
642     # (1) if the variable is set in `config.status', edit `config.status'
643     # (which will cause the Makefiles to be regenerated when you run `make');
644     # (2) otherwise, pass the desired values on the `make' command line.
645     $(RECURSIVE_TARGETS):
646     @fail= failcom='exit 1'; \
647     for f in x $$MAKEFLAGS; do \
648     case $$f in \
649     *=* | --[!k]*);; \
650     *k*) failcom='fail=yes';; \
651     esac; \
652     done; \
653     dot_seen=no; \
654     target=`echo $@ | sed s/-recursive//`; \
655     list='$(SUBDIRS)'; for subdir in $$list; do \
656     echo "Making $$target in $$subdir"; \
657     if test "$$subdir" = "."; then \
658     dot_seen=yes; \
659     local_target="$$target-am"; \
660     else \
661     local_target="$$target"; \
662     fi; \
663     ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
664     || eval $$failcom; \
665     done; \
666     if test "$$dot_seen" = "no"; then \
667     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
668     fi; test -z "$$fail"
669    
670     $(RECURSIVE_CLEAN_TARGETS):
671     @fail= failcom='exit 1'; \
672     for f in x $$MAKEFLAGS; do \
673     case $$f in \
674     *=* | --[!k]*);; \
675     *k*) failcom='fail=yes';; \
676     esac; \
677     done; \
678     dot_seen=no; \
679     case "$@" in \
680     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
681     *) list='$(SUBDIRS)' ;; \
682     esac; \
683     rev=''; for subdir in $$list; do \
684     if test "$$subdir" = "."; then :; else \
685     rev="$$subdir $$rev"; \
686     fi; \
687     done; \
688     rev="$$rev ."; \
689     target=`echo $@ | sed s/-recursive//`; \
690     for subdir in $$rev; do \
691     echo "Making $$target in $$subdir"; \
692     if test "$$subdir" = "."; then \
693     local_target="$$target-am"; \
694     else \
695     local_target="$$target"; \
696     fi; \
697     ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
698     || eval $$failcom; \
699     done && test -z "$$fail"
700     tags-recursive:
701     list='$(SUBDIRS)'; for subdir in $$list; do \
702     test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
703     done
704     ctags-recursive:
705     list='$(SUBDIRS)'; for subdir in $$list; do \
706     test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
707     done
708    
709 zoff99 8 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
710     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
711     unique=`for i in $$list; do \
712     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
713     done | \
714     $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
715     END { if (nonempty) { for (i in files) print i; }; }'`; \
716     mkid -fID $$unique
717     tags: TAGS
718    
719 zoff99 31 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
720 zoff99 8 $(TAGS_FILES) $(LISP)
721     set x; \
722     here=`pwd`; \
723 zoff99 31 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
724     include_option=--etags-include; \
725     empty_fix=.; \
726     else \
727     include_option=--include; \
728     empty_fix=; \
729     fi; \
730     list='$(SUBDIRS)'; for subdir in $$list; do \
731     if test "$$subdir" = .; then :; else \
732     test ! -f $$subdir/TAGS || \
733     set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
734     fi; \
735     done; \
736 zoff99 8 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
737     unique=`for i in $$list; do \
738     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
739     done | \
740     $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
741     END { if (nonempty) { for (i in files) print i; }; }'`; \
742     shift; \
743     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
744     test -n "$$unique" || unique=$$empty_fix; \
745     if test $$# -gt 0; then \
746     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
747     "$$@" $$unique; \
748     else \
749     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
750     $$unique; \
751     fi; \
752     fi
753     ctags: CTAGS
754 zoff99 31 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
755 zoff99 8 $(TAGS_FILES) $(LISP)
756     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
757     unique=`for i in $$list; do \
758     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
759     done | \
760     $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
761     END { if (nonempty) { for (i in files) print i; }; }'`; \
762     test -z "$(CTAGS_ARGS)$$unique" \
763     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
764     $$unique
765    
766     GTAGS:
767     here=`$(am__cd) $(top_builddir) && pwd` \
768     && $(am__cd) $(top_srcdir) \
769     && gtags -i $(GTAGS_ARGS) "$$here"
770    
771     distclean-tags:
772     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
773    
774     distdir: $(DISTFILES)
775     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
776     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
777     list='$(DISTFILES)'; \
778     dist_files=`for file in $$list; do echo $$file; done | \
779     sed -e "s|^$$srcdirstrip/||;t" \
780     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
781     case $$dist_files in \
782     */*) $(MKDIR_P) `echo "$$dist_files" | \
783     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
784     sort -u` ;; \
785     esac; \
786     for file in $$dist_files; do \
787     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
788     if test -d $$d/$$file; then \
789     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
790     if test -d "$(distdir)/$$file"; then \
791     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
792     fi; \
793     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
794     cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
795     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
796     fi; \
797     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
798     else \
799     test -f "$(distdir)/$$file" \
800     || cp -p $$d/$$file "$(distdir)/$$file" \
801     || exit 1; \
802     fi; \
803     done
804 zoff99 31 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
805     if test "$$subdir" = .; then :; else \
806     test -d "$(distdir)/$$subdir" \
807     || $(MKDIR_P) "$(distdir)/$$subdir" \
808     || exit 1; \
809     fi; \
810     done
811     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
812     if test "$$subdir" = .; then :; else \
813     dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
814     $(am__relativize); \
815     new_distdir=$$reldir; \
816     dir1=$$subdir; dir2="$(top_distdir)"; \
817     $(am__relativize); \
818     new_top_distdir=$$reldir; \
819     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
820     echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
821     ($(am__cd) $$subdir && \
822     $(MAKE) $(AM_MAKEFLAGS) \
823     top_distdir="$$new_top_distdir" \
824     distdir="$$new_distdir" \
825     am__remove_distdir=: \
826     am__skip_length_check=: \
827     am__skip_mode_fix=: \
828     distdir) \
829     || exit 1; \
830     fi; \
831     done
832 zoff99 8 check-am: all-am
833 zoff99 31 check: $(BUILT_SOURCES)
834     $(MAKE) $(AM_MAKEFLAGS) check-recursive
835     all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
836     installdirs: installdirs-recursive
837     installdirs-am:
838     for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(P2TC_publicdir)"; do \
839 zoff99 8 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
840     done
841 zoff99 31 install: $(BUILT_SOURCES)
842     $(MAKE) $(AM_MAKEFLAGS) install-recursive
843     install-exec: install-exec-recursive
844     install-data: install-data-recursive
845     uninstall: uninstall-recursive
846 zoff99 8
847     install-am: all-am
848     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
849    
850 zoff99 31 installcheck: installcheck-recursive
851 zoff99 8 install-strip:
852     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
853     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
854     `test -z '$(STRIP)' || \
855     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
856     mostlyclean-generic:
857    
858     clean-generic:
859    
860     distclean-generic:
861     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
862     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
863    
864     maintainer-clean-generic:
865     @echo "This command is intended for maintainers to use"
866     @echo "it deletes files that may require special tools to rebuild."
867 zoff99 31 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
868     clean: clean-recursive
869 zoff99 8
870     clean-am: clean-binPROGRAMS clean-generic clean-libtool \
871     clean-noinstLTLIBRARIES mostlyclean-am
872    
873 zoff99 31 distclean: distclean-recursive
874 zoff99 8 -rm -rf ./$(DEPDIR)
875     -rm -f Makefile
876     distclean-am: clean-am distclean-compile distclean-generic \
877     distclean-tags
878    
879 zoff99 31 dvi: dvi-recursive
880 zoff99 8
881     dvi-am:
882    
883 zoff99 31 html: html-recursive
884 zoff99 8
885     html-am:
886    
887 zoff99 31 info: info-recursive
888 zoff99 8
889     info-am:
890    
891 zoff99 31 install-data-am: install-P2TC_publicHEADERS
892 zoff99 8
893 zoff99 31 install-dvi: install-dvi-recursive
894 zoff99 8
895     install-dvi-am:
896    
897     install-exec-am: install-binPROGRAMS
898    
899 zoff99 31 install-html: install-html-recursive
900 zoff99 8
901     install-html-am:
902    
903 zoff99 31 install-info: install-info-recursive
904 zoff99 8
905     install-info-am:
906    
907     install-man:
908    
909 zoff99 31 install-pdf: install-pdf-recursive
910 zoff99 8
911     install-pdf-am:
912    
913 zoff99 31 install-ps: install-ps-recursive
914 zoff99 8
915     install-ps-am:
916    
917     installcheck-am:
918    
919 zoff99 31 maintainer-clean: maintainer-clean-recursive
920 zoff99 8 -rm -rf ./$(DEPDIR)
921     -rm -f Makefile
922     maintainer-clean-am: distclean-am maintainer-clean-generic
923    
924 zoff99 31 mostlyclean: mostlyclean-recursive
925 zoff99 8
926     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
927     mostlyclean-libtool
928    
929 zoff99 31 pdf: pdf-recursive
930 zoff99 8
931     pdf-am:
932    
933 zoff99 31 ps: ps-recursive
934 zoff99 8
935     ps-am:
936    
937 zoff99 31 uninstall-am: uninstall-P2TC_publicHEADERS uninstall-binPROGRAMS
938 zoff99 8
939 zoff99 31 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
940     ctags-recursive install install-am install-strip \
941     tags-recursive
942 zoff99 8
943 zoff99 31 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
944     all all-am check check-am clean clean-binPROGRAMS \
945 zoff99 8 clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
946 zoff99 31 ctags-recursive distclean distclean-compile distclean-generic \
947 zoff99 8 distclean-libtool distclean-tags distdir dvi dvi-am html \
948 zoff99 31 html-am info info-am install install-P2TC_publicHEADERS \
949     install-am install-binPROGRAMS install-data install-data-am \
950     install-dvi install-dvi-am install-exec install-exec-am \
951     install-html install-html-am install-info install-info-am \
952     install-man install-pdf install-pdf-am install-ps \
953     install-ps-am install-strip installcheck installcheck-am \
954     installdirs installdirs-am maintainer-clean \
955 zoff99 8 maintainer-clean-generic mostlyclean mostlyclean-compile \
956     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
957 zoff99 31 tags tags-recursive uninstall uninstall-P2TC_publicHEADERS \
958     uninstall-am uninstall-binPROGRAMS
959 zoff99 8
960 zoff99 31 @SUPPORT_ANDROID_FALSE@ export P2TC_publicdir
961 zoff99 8
962 zoff99 31 #libcfu_dummy.h:
963     # echo "" >libcfu_dummy.h
964     # cp -v $(top_srcdir)/navit/maptool/libcfu.a .
965    
966     #libcfu.a:
967     # cp -v $(top_srcdir)/navit/maptool/libcfu-0.03-zanavi/src/libcfu.a .
968    
969     version_maptool.h.tmp:
970     echo "" >version_maptool.h.tmp
971     echo "#define SVN_VERSION \"$$(LANG=C svnversion $(top_srcdir)/navit/maptool 2>/dev/null)\"" >>version_maptool.h.tmp
972     if ! diff version_maptool.h.tmp version_maptool.h >/dev/null 2>/dev/null; \
973     then \
974     mv version_maptool.h.tmp version_maptool.h; \
975     fi
976    
977     version_maptool.h: version_maptool.h.tmp
978    
979 zoff99 8 # Tell versions [3.59,3.63) of GNU make to not export all variables.
980     # Otherwise a system limit (for SysV at least) may be exceeded.
981     .NOEXPORT:

   
Visit the ZANavi Wiki