[SCM] libkml branch, master, updated. upstream/1.3.0_r863-54-g5db8f17

Francesco Paolo Lovergine frankie at debian.org
Thu Oct 10 14:36:08 UTC 2013


The following commit has been merged in the master branch:
commit 0b7e71fa3326ea43cfb32de04517ebdf24b664b3
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Oct 10 16:27:32 2013 +0200

    Removed obsolete patch.

diff --git a/debian/patches/reautoconfiscated.diff b/debian/patches/reautoconfiscated.diff
deleted file mode 100644
index ae03793..0000000
--- a/debian/patches/reautoconfiscated.diff
+++ /dev/null
@@ -1,495 +0,0 @@
-Index: git/configure
-===================================================================
---- git.orig/configure	2011-03-29 14:50:08.000000000 +0200
-+++ git/configure	2011-03-29 14:52:31.000000000 +0200
-@@ -14847,7 +14847,7 @@
- PLATFORM=
- SHLIBSUFFIX=
- case "`uname -s`" in
--	Linux)	PLATFORM=linux
-+	Linux|GNU/kFreeBSD)	PLATFORM=linux
- 		SHLIBSUFFIX="so"
- 	;;
- 	Darwin)	PLATFORM=darwin
-Index: git/examples/engine/Makefile.in
-===================================================================
---- git.orig/examples/engine/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/examples/engine/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -308,7 +308,7 @@
- AM_CPPFLAGS = -I$(top_srcdir)/src \
- 	      -I$(top_srcdir)/third_party/boost_1_34_1
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Werror -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -ansi -pedantic -fno-rtti
- balloonwalker_SOURCES = balloonwalker.cc
- balloonwalker_LDADD = \
- 	$(top_builddir)/src/kml/engine/libkmlengine.la \
-Index: git/examples/gpx/Makefile.in
-===================================================================
---- git.orig/examples/gpx/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/examples/gpx/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -209,7 +209,7 @@
- AM_CPPFLAGS = -I$(top_srcdir)/src \
- 	      -I$(top_srcdir)/third_party/boost_1_34_1
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Werror -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -ansi -pedantic -fno-rtti
- gpxtracktokml_SOURCES = gpxtracktokml.cc
- gpxtracktokml_LDADD = \
- 	$(top_builddir)/src/kml/convenience/libkmlconvenience.la \
-Index: git/examples/gx/Makefile.in
-===================================================================
---- git.orig/examples/gx/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/examples/gx/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -216,7 +216,7 @@
- AM_CPPFLAGS = -I$(top_srcdir)/src \
- 	      -I$(top_srcdir)/third_party/boost_1_34_1
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Werror -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -ansi -pedantic -fno-rtti
- gpxfly_SOURCES = gpxfly.cc
- gpxfly_LDADD = \
- 	$(top_builddir)/src/kml/convenience/libkmlconvenience.la \
-Index: git/examples/hellonet/Makefile.in
-===================================================================
---- git.orig/examples/hellonet/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/examples/hellonet/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -384,7 +384,7 @@
- @HAVE_CURL_TRUE@	      -I$(top_srcdir)/examples/hellonet \
- @HAVE_CURL_TRUE@	      -I$(top_srcdir)/third_party/boost_1_34_1
- 
-- at GCC_TRUE@@HAVE_CURL_TRUE at AM_CXXFLAGS = -Wall -Werror -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@@HAVE_CURL_TRUE at AM_CXXFLAGS = -Wall -ansi -pedantic -fno-rtti
- @HAVE_CURL_TRUE at noinst_LTLIBRARIES = libcurlfetch.la
- @HAVE_CURL_TRUE at libcurlfetch_la_SOURCES = curlfetch.cc
- @HAVE_CURL_TRUE at libcurlfetch_la_LIBADD = -lcurl
-Index: git/examples/helloworld/Makefile.in
-===================================================================
---- git.orig/examples/helloworld/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/examples/helloworld/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -332,7 +332,7 @@
- 	      -I$(top_srcdir)/examples/helloworld \
- 	      -I$(top_srcdir)/third_party/boost_1_34_1
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Werror -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -ansi -pedantic -fno-rtti
- noinst_LTLIBRARIES = libhelloutil.la
- libhelloutil_la_SOURCES = print.cc
- libhelloutil_la_LIBADD = $(top_builddir)/third_party/libminizip.la
-Index: git/examples/regionator/Makefile.in
-===================================================================
---- git.orig/examples/regionator/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/examples/regionator/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -219,7 +219,7 @@
-               -I$(top_srcdir)/third_party/boost_1_34_1 \
-               -I$(top_srcdir)/third_party/zlib-1.2.3/contrib
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Werror -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -ansi -pedantic -fno-rtti
- csvregionator_SOURCES = csvregionator.cc
- csvregionator_LDADD = \
- 	$(top_builddir)/src/kml/base/libkmlbase.la \
-Index: git/examples/xsd/Makefile.in
-===================================================================
---- git.orig/examples/xsd/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/examples/xsd/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -241,7 +241,7 @@
- 	      -I$(top_srcdir)/examples/xsd \
- 	      -I$(top_srcdir)/third_party/boost_1_34_1
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Werror -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -ansi -pedantic -fno-rtti
- xsdchildren_SOURCES = xsdchildren.cc
- xsdchildren_LDADD = \
- 	$(top_builddir)/src/kml/xsd/libkmlxsd.la \
-Index: git/src/kml/base/Makefile.in
-===================================================================
---- git.orig/src/kml/base/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/src/kml/base/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -86,8 +86,7 @@
- 	"$(DESTDIR)$(libkmlbaseincludedir)"
- LTLIBRARIES = $(lib_LTLIBRARIES)
- libkmlbase_la_DEPENDENCIES =  \
--	$(top_builddir)/third_party/libminizip.la \
--	$(top_builddir)/third_party/liburiparser.la
-+	$(top_builddir)/third_party/libminizip.la
- am_libkmlbase_la_OBJECTS = attributes.lo csv_splitter.lo date_time.lo \
- 	expat_handler_ns.lo expat_parser.lo file.lo file_posix.lo \
- 	math_util.lo mimetypes.lo referent.lo string_util.lo \
-@@ -177,7 +176,6 @@
- am_net_cache_test_OBJECTS = net_cache_test-net_cache_test.$(OBJEXT)
- net_cache_test_OBJECTS = $(am_net_cache_test_OBJECTS)
- net_cache_test_DEPENDENCIES = libkmlbase.la \
--	$(top_builddir)/third_party/liburiparser.la \
- 	$(top_builddir)/third_party/libgtest_main.la
- net_cache_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
- 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
-@@ -218,7 +216,6 @@
- 	uri_parser_test-uri_parser_test.$(OBJEXT)
- uri_parser_test_OBJECTS = $(am_uri_parser_test_OBJECTS)
- uri_parser_test_DEPENDENCIES = libkmlbase.la \
--	$(top_builddir)/third_party/liburiparser.la \
- 	$(top_builddir)/third_party/libgtest_main.la
- uri_parser_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
- 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
-@@ -463,12 +460,11 @@
- AM_CPPFLAGS = -I$(top_srcdir)/src \
-               -I$(top_srcdir)/third_party/boost_1_34_1 \
-               -I$(top_srcdir)/third_party/googletest-r108/include \
--              -I$(top_srcdir)/third_party/uriparser-0.7.5/include \
-               -I$(top_srcdir)/third_party/zlib-1.2.3/contrib
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -pedantic -fno-rtti
-- at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -fno-rtti -DGTEST_HAS_RTTI=0
--libkmlbase_la_LDFLAGS = -lexpat
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -fno-rtti -DGTEST_HAS_RTTI=0
-+libkmlbase_la_LDFLAGS = -lexpat -luriparser
- lib_LTLIBRARIES = libkmlbase.la
- libkmlbase_la_SOURCES = \
- 	attributes.cc \
-@@ -489,8 +485,7 @@
- 	zip_file.cc
- 
- libkmlbase_la_LIBADD = \
--	$(top_builddir)/third_party/libminizip.la \
--	$(top_builddir)/third_party/liburiparser.la
-+	$(top_builddir)/third_party/libminizip.la
- 
- 
- # These header files will be installed in $(includedir)/kml/base
-@@ -570,8 +565,7 @@
- 
- net_cache_test_SOURCES = net_cache_test.cc
- net_cache_test_CXXFLAGS = -DDATADIR=\"$(DATA_DIR)\" $(AM_TEST_CXXFLAGS)
--net_cache_test_LDADD = libkmlbase.la \
--        $(top_builddir)/third_party/liburiparser.la \
-+net_cache_test_LDADD = libkmlbase.la -luriparser \
- 	$(top_builddir)/third_party/libgtest_main.la
- 
- referent_test_SOURCES = referent_test.cc
-@@ -596,8 +590,7 @@
- 
- uri_parser_test_SOURCES = uri_parser_test.cc
- uri_parser_test_CXXFLAGS = -DDATADIR=\"$(DATA_DIR)\" $(AM_TEST_CXXFLAGS)
--uri_parser_test_LDADD = libkmlbase.la \
--        $(top_builddir)/third_party/liburiparser.la \
-+uri_parser_test_LDADD = libkmlbase.la -luriparser \
- 	$(top_builddir)/third_party/libgtest_main.la
- 
- util_test_SOURCES = util_test.cc
-Index: git/src/kml/convenience/Makefile.in
-===================================================================
---- git.orig/src/kml/convenience/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/src/kml/convenience/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -439,8 +439,8 @@
- 	      -I$(top_srcdir)/third_party/boost_1_34_1 \
-               -I$(top_srcdir)/third_party/googletest-r108/include
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -pedantic -fno-rtti
-- at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -fno-rtti -DGTEST_HAS_RTTI=0
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -fno-rtti -DGTEST_HAS_RTTI=0
- 
- # These header files are added to the distribution such that it can be built,
- # but these header files should not be used in application code.
-Index: git/src/kml/dom/Makefile.in
-===================================================================
---- git.orig/src/kml/dom/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/src/kml/dom/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -797,8 +797,8 @@
- 	     -I$(top_srcdir)/third_party/boost_1_34_1 \
- 	     -I$(top_srcdir)/third_party/googletest-r108/include
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -pedantic -fno-rtti
-- at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -fno-rtti -DGTEST_HAS_RTTI=0
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -fno-rtti -DGTEST_HAS_RTTI=0
- lib_LTLIBRARIES = libkmldom.la
- libkmldom_la_SOURCES = \
- 	abstractlatlonbox.cc \
-Index: git/src/kml/engine/Makefile.in
-===================================================================
---- git.orig/src/kml/engine/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/src/kml/engine/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -393,7 +393,6 @@
- style_inliner_test_DEPENDENCIES = libkmlengine.la \
- 	$(top_builddir)/src/kml/dom/libkmldom.la \
- 	$(top_builddir)/src/kml/base/libkmlbase.la \
--	$(top_builddir)/third_party/liburiparser.la \
- 	$(top_builddir)/third_party/libgtest_main.la
- style_inliner_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
- 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
-@@ -647,8 +646,8 @@
- 	     -I$(top_srcdir)/third_party/boost_1_34_1 \
- 	     -I$(top_srcdir)/third_party/googletest-r108/include
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -pedantic -fno-rtti
-- at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -fno-rtti -DGTEST_HAS_RTTI=0
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -fno-rtti -DGTEST_HAS_RTTI=0
- lib_LTLIBRARIES = libkmlengine.la
- libkmlengine_la_SOURCES = \
- 	clone.cc \
-@@ -913,8 +912,7 @@
- style_inliner_test_CXXFLAGS = -DDATADIR=\"$(DATA_DIR)\" $(AM_TEST_CXXFLAGS)
- style_inliner_test_LDADD = libkmlengine.la \
- 	$(top_builddir)/src/kml/dom/libkmldom.la \
--	$(top_builddir)/src/kml/base/libkmlbase.la \
--	$(top_builddir)/third_party/liburiparser.la \
-+	$(top_builddir)/src/kml/base/libkmlbase.la -luriparser \
- 	$(top_builddir)/third_party/libgtest_main.la
- 
- style_merger_test_SOURCES = style_merger_test.cc
-Index: git/src/kml/regionator/Makefile.in
-===================================================================
---- git.orig/src/kml/regionator/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/src/kml/regionator/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -299,8 +299,8 @@
-              -I$(top_srcdir)/third_party/boost_1_34_1 \
- 	     -I$(top_srcdir)/third_party/googletest-r108/include
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -pedantic -fno-rtti
-- at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -fno-rtti -DGTEST_HAS_RTTI=0
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -fno-rtti -DGTEST_HAS_RTTI=0
- lib_LTLIBRARIES = libkmlregionator.la
- libkmlregionator_la_SOURCES = \
- 	feature_list_region_handler.cc \
-Index: git/src/kml/xsd/Makefile.in
-===================================================================
---- git.orig/src/kml/xsd/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/src/kml/xsd/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -342,8 +342,8 @@
-               -I$(top_srcdir)/third_party/boost_1_34_1 \
- 	      -I$(top_srcdir)/third_party/googletest-r108/include
- 
-- at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -pedantic -fno-rtti
-- at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -Werror -ansi -fno-rtti -DGTEST_HAS_RTTI=0
-+ at GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -pedantic -fno-rtti
-+ at GCC_TRUE@AM_TEST_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -ansi -fno-rtti -DGTEST_HAS_RTTI=0
- lib_LTLIBRARIES = libkmlxsd.la
- libkmlxsd_la_SOURCES = \
- 	xsd_complex_type.cc \
-Index: git/src/swig/Makefile.in
-===================================================================
---- git.orig/src/swig/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/src/swig/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -334,8 +334,7 @@
- top_srcdir = @top_srcdir@
- SUBDIRS = java python
- AM_CPPFLAGS = -I$(top_srcdir)/src \
--	      -I$(top_srcdir)/third_party/boost_1_34_1 \
--	      -I$(top_srcdir)/third_party/uriparser-0.7.5/include
-+	      -I$(top_srcdir)/third_party/boost_1_34_1
- 
- COMMONLIBS = $(top_builddir)/src/kml/engine/libkmlengine.la \
-              $(top_builddir)/src/kml/dom/libkmldom.la \
-Index: git/third_party/Makefile.in
-===================================================================
---- git.orig/third_party/Makefile.in	2011-03-29 14:50:08.000000000 +0200
-+++ git/third_party/Makefile.in	2011-03-29 14:52:31.000000000 +0200
-@@ -98,15 +98,6 @@
- libminizip_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- 	$(libminizip_la_LDFLAGS) $(LDFLAGS) -o $@
--liburiparser_la_LIBADD =
--am_liburiparser_la_OBJECTS = UriCommon.lo UriCompare.lo UriEscape.lo \
--	UriFile.lo UriIp4.lo UriIp4Base.lo UriNormalize.lo \
--	UriNormalizeBase.lo UriParse.lo UriParseBase.lo UriQuery.lo \
--	UriRecompose.lo UriResolve.lo UriShorten.lo
--liburiparser_la_OBJECTS = $(am_liburiparser_la_OBJECTS)
--liburiparser_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
--	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
--	$(liburiparser_la_LDFLAGS) $(LDFLAGS) -o $@
- DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/config/depcomp
- am__depfiles_maybe = depfiles
-@@ -130,9 +121,9 @@
- 	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
- 	$(LDFLAGS) -o $@
- SOURCES = $(libgtest_la_SOURCES) $(libgtest_main_la_SOURCES) \
--	$(libminizip_la_SOURCES) $(liburiparser_la_SOURCES)
-+	$(libminizip_la_SOURCES)
- DIST_SOURCES = $(libgtest_la_SOURCES) $(libgtest_main_la_SOURCES) \
--	$(libminizip_la_SOURCES) $(liburiparser_la_SOURCES)
-+	$(libminizip_la_SOURCES)
- HEADERS = $(libboostconfigcompilerinclude_HEADERS) \
- 	$(libboostconfiginclude_HEADERS) \
- 	$(libboostconfigno_tr1include_HEADERS) \
-@@ -276,11 +267,10 @@
- top_srcdir = @top_srcdir@
- uriparser = uriparser-0.7.5
- AM_CPPFLAGS = -I$(top_srcdir)/third_party/zlib-1.2.3/contrib \
--	      -I$(top_srcdir)/third_party/$(uriparser)/include \
- 	      -I$(top_srcdir)/third_party/googletest-r108 \
- 	      -I$(top_srcdir)/third_party/googletest-r108/include
- 
--lib_LTLIBRARIES = libminizip.la liburiparser.la
-+lib_LTLIBRARIES = libminizip.la 
- noinst_LTLIBRARIES = libgtest.la libgtest_main.la
- libminizip_la_SOURCES = \
- 	zlib-1.2.3/contrib/minizip/unzip.c \
-@@ -289,27 +279,6 @@
- 	zlib-1.2.3/contrib/minizip/zip.c
- 
- libminizip_la_LDFLAGS = -lz
--liburiparser_la_SOURCES = \
--	$(uriparser)/lib/UriCommon.c \
--	$(uriparser)/lib/UriCommon.h \
--	$(uriparser)/lib/UriCompare.c \
--	$(uriparser)/lib/UriEscape.c \
--	$(uriparser)/lib/UriFile.c \
--	$(uriparser)/lib/UriIp4.c \
--	$(uriparser)/lib/UriIp4Base.c \
--	$(uriparser)/lib/UriIp4Base.h \
--	$(uriparser)/lib/UriNormalize.c \
--	$(uriparser)/lib/UriNormalizeBase.c \
--	$(uriparser)/lib/UriNormalizeBase.h \
--	$(uriparser)/lib/UriParse.c \
--	$(uriparser)/lib/UriParseBase.c \
--	$(uriparser)/lib/UriParseBase.h \
--	$(uriparser)/lib/UriQuery.c \
--	$(uriparser)/lib/UriRecompose.c \
--	$(uriparser)/lib/UriResolve.c \
--	$(uriparser)/lib/UriShorten.c
--
--liburiparser_la_LDFLAGS = -version-info 1:5:0
- boost_root = boost_1_34_1
- boost = $(boost_root)/boost
- boostinc = $(includedir)/kml/third_party/$(boost)
-@@ -542,8 +511,6 @@
- 	$(CXXLINK)  $(libgtest_main_la_OBJECTS) $(libgtest_main_la_LIBADD) $(LIBS)
- libminizip.la: $(libminizip_la_OBJECTS) $(libminizip_la_DEPENDENCIES) 
- 	$(libminizip_la_LINK) -rpath $(libdir) $(libminizip_la_OBJECTS) $(libminizip_la_LIBADD) $(LIBS)
--liburiparser.la: $(liburiparser_la_OBJECTS) $(liburiparser_la_DEPENDENCIES) 
--	$(liburiparser_la_LINK) -rpath $(libdir) $(liburiparser_la_OBJECTS) $(liburiparser_la_LIBADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT)
-@@ -551,20 +518,6 @@
- distclean-compile:
- 	-rm -f *.tab.c
- 
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriCommon.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriCompare.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriEscape.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriFile.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriIp4.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriIp4Base.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriNormalize.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriNormalizeBase.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriParse.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriParseBase.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriQuery.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriRecompose.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriResolve.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/UriShorten.Plo at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gtest-death-test.Plo at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gtest-filepath.Plo at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gtest-port.Plo at am__quote@
-@@ -626,104 +579,6 @@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zip.lo `test -f 'zlib-1.2.3/contrib/minizip/zip.c' || echo '$(srcdir)/'`zlib-1.2.3/contrib/minizip/zip.c
- 
--UriCommon.lo: $(uriparser)/lib/UriCommon.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriCommon.lo -MD -MP -MF $(DEPDIR)/UriCommon.Tpo -c -o UriCommon.lo `test -f '$(uriparser)/lib/UriCommon.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriCommon.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriCommon.Tpo $(DEPDIR)/UriCommon.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriCommon.c' object='UriCommon.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriCommon.lo `test -f '$(uriparser)/lib/UriCommon.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriCommon.c
--
--UriCompare.lo: $(uriparser)/lib/UriCompare.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriCompare.lo -MD -MP -MF $(DEPDIR)/UriCompare.Tpo -c -o UriCompare.lo `test -f '$(uriparser)/lib/UriCompare.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriCompare.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriCompare.Tpo $(DEPDIR)/UriCompare.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriCompare.c' object='UriCompare.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriCompare.lo `test -f '$(uriparser)/lib/UriCompare.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriCompare.c
--
--UriEscape.lo: $(uriparser)/lib/UriEscape.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriEscape.lo -MD -MP -MF $(DEPDIR)/UriEscape.Tpo -c -o UriEscape.lo `test -f '$(uriparser)/lib/UriEscape.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriEscape.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriEscape.Tpo $(DEPDIR)/UriEscape.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriEscape.c' object='UriEscape.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriEscape.lo `test -f '$(uriparser)/lib/UriEscape.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriEscape.c
--
--UriFile.lo: $(uriparser)/lib/UriFile.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriFile.lo -MD -MP -MF $(DEPDIR)/UriFile.Tpo -c -o UriFile.lo `test -f '$(uriparser)/lib/UriFile.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriFile.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriFile.Tpo $(DEPDIR)/UriFile.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriFile.c' object='UriFile.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriFile.lo `test -f '$(uriparser)/lib/UriFile.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriFile.c
--
--UriIp4.lo: $(uriparser)/lib/UriIp4.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriIp4.lo -MD -MP -MF $(DEPDIR)/UriIp4.Tpo -c -o UriIp4.lo `test -f '$(uriparser)/lib/UriIp4.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriIp4.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriIp4.Tpo $(DEPDIR)/UriIp4.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriIp4.c' object='UriIp4.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriIp4.lo `test -f '$(uriparser)/lib/UriIp4.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriIp4.c
--
--UriIp4Base.lo: $(uriparser)/lib/UriIp4Base.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriIp4Base.lo -MD -MP -MF $(DEPDIR)/UriIp4Base.Tpo -c -o UriIp4Base.lo `test -f '$(uriparser)/lib/UriIp4Base.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriIp4Base.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriIp4Base.Tpo $(DEPDIR)/UriIp4Base.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriIp4Base.c' object='UriIp4Base.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriIp4Base.lo `test -f '$(uriparser)/lib/UriIp4Base.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriIp4Base.c
--
--UriNormalize.lo: $(uriparser)/lib/UriNormalize.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriNormalize.lo -MD -MP -MF $(DEPDIR)/UriNormalize.Tpo -c -o UriNormalize.lo `test -f '$(uriparser)/lib/UriNormalize.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriNormalize.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriNormalize.Tpo $(DEPDIR)/UriNormalize.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriNormalize.c' object='UriNormalize.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriNormalize.lo `test -f '$(uriparser)/lib/UriNormalize.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriNormalize.c
--
--UriNormalizeBase.lo: $(uriparser)/lib/UriNormalizeBase.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriNormalizeBase.lo -MD -MP -MF $(DEPDIR)/UriNormalizeBase.Tpo -c -o UriNormalizeBase.lo `test -f '$(uriparser)/lib/UriNormalizeBase.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriNormalizeBase.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriNormalizeBase.Tpo $(DEPDIR)/UriNormalizeBase.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriNormalizeBase.c' object='UriNormalizeBase.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriNormalizeBase.lo `test -f '$(uriparser)/lib/UriNormalizeBase.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriNormalizeBase.c
--
--UriParse.lo: $(uriparser)/lib/UriParse.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriParse.lo -MD -MP -MF $(DEPDIR)/UriParse.Tpo -c -o UriParse.lo `test -f '$(uriparser)/lib/UriParse.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriParse.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriParse.Tpo $(DEPDIR)/UriParse.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriParse.c' object='UriParse.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriParse.lo `test -f '$(uriparser)/lib/UriParse.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriParse.c
--
--UriParseBase.lo: $(uriparser)/lib/UriParseBase.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriParseBase.lo -MD -MP -MF $(DEPDIR)/UriParseBase.Tpo -c -o UriParseBase.lo `test -f '$(uriparser)/lib/UriParseBase.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriParseBase.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriParseBase.Tpo $(DEPDIR)/UriParseBase.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriParseBase.c' object='UriParseBase.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriParseBase.lo `test -f '$(uriparser)/lib/UriParseBase.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriParseBase.c
--
--UriQuery.lo: $(uriparser)/lib/UriQuery.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriQuery.lo -MD -MP -MF $(DEPDIR)/UriQuery.Tpo -c -o UriQuery.lo `test -f '$(uriparser)/lib/UriQuery.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriQuery.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriQuery.Tpo $(DEPDIR)/UriQuery.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriQuery.c' object='UriQuery.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriQuery.lo `test -f '$(uriparser)/lib/UriQuery.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriQuery.c
--
--UriRecompose.lo: $(uriparser)/lib/UriRecompose.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriRecompose.lo -MD -MP -MF $(DEPDIR)/UriRecompose.Tpo -c -o UriRecompose.lo `test -f '$(uriparser)/lib/UriRecompose.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriRecompose.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriRecompose.Tpo $(DEPDIR)/UriRecompose.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriRecompose.c' object='UriRecompose.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriRecompose.lo `test -f '$(uriparser)/lib/UriRecompose.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriRecompose.c
--
--UriResolve.lo: $(uriparser)/lib/UriResolve.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriResolve.lo -MD -MP -MF $(DEPDIR)/UriResolve.Tpo -c -o UriResolve.lo `test -f '$(uriparser)/lib/UriResolve.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriResolve.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriResolve.Tpo $(DEPDIR)/UriResolve.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriResolve.c' object='UriResolve.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriResolve.lo `test -f '$(uriparser)/lib/UriResolve.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriResolve.c
--
--UriShorten.lo: $(uriparser)/lib/UriShorten.c
-- at am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT UriShorten.lo -MD -MP -MF $(DEPDIR)/UriShorten.Tpo -c -o UriShorten.lo `test -f '$(uriparser)/lib/UriShorten.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriShorten.c
-- at am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/UriShorten.Tpo $(DEPDIR)/UriShorten.Plo
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$(uriparser)/lib/UriShorten.c' object='UriShorten.lo' libtool=yes @AMDEPBACKSLASH@
-- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o UriShorten.lo `test -f '$(uriparser)/lib/UriShorten.c' || echo '$(srcdir)/'`$(uriparser)/lib/UriShorten.c
--
- .cc.o:
- @am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- @am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po

-- 
A library to manipulate KML 2.2 OGC standard files



More information about the Pkg-grass-devel mailing list