diff src/Makefile.in @ 0:d39e1d0d75b6

initial add
author paulo@hit-nxdomain.opendns.com
date Sat, 20 Feb 2010 21:18:28 -0800
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/Makefile.in	Sat Feb 20 21:18:28 2010 -0800
     1.3 @@ -0,0 +1,679 @@
     1.4 +# Makefile.in generated by automake 1.7.9 from Makefile.am.
     1.5 +# @configure_input@
     1.6 +
     1.7 +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
     1.8 +# Free Software Foundation, Inc.
     1.9 +# This Makefile.in is free software; the Free Software Foundation
    1.10 +# gives unlimited permission to copy and/or distribute it,
    1.11 +# with or without modifications, as long as this notice is preserved.
    1.12 +
    1.13 +# This program is distributed in the hope that it will be useful,
    1.14 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    1.15 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    1.16 +# PARTICULAR PURPOSE.
    1.17 +
    1.18 +@SET_MAKE@
    1.19 +
    1.20 +# $Id: Makefile.am,v 1.19 2004/03/26 11:44:12 hipnod Exp $
    1.21 +###############################################################################
    1.22 +
    1.23 +srcdir = @srcdir@
    1.24 +top_srcdir = @top_srcdir@
    1.25 +VPATH = @srcdir@
    1.26 +pkgdatadir = $(datadir)/@PACKAGE@
    1.27 +pkglibdir = $(libdir)/@PACKAGE@
    1.28 +pkgincludedir = $(includedir)/@PACKAGE@
    1.29 +top_builddir = ..
    1.30 +
    1.31 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    1.32 +INSTALL = @INSTALL@
    1.33 +install_sh_DATA = $(install_sh) -c -m 644
    1.34 +install_sh_PROGRAM = $(install_sh) -c
    1.35 +install_sh_SCRIPT = $(install_sh) -c
    1.36 +INSTALL_HEADER = $(INSTALL_DATA)
    1.37 +transform = $(program_transform_name)
    1.38 +NORMAL_INSTALL = :
    1.39 +PRE_INSTALL = :
    1.40 +POST_INSTALL = :
    1.41 +NORMAL_UNINSTALL = :
    1.42 +PRE_UNINSTALL = :
    1.43 +POST_UNINSTALL = :
    1.44 +host_triplet = @host@
    1.45 +ACLOCAL = @ACLOCAL@
    1.46 +AMDEP_FALSE = @AMDEP_FALSE@
    1.47 +AMDEP_TRUE = @AMDEP_TRUE@
    1.48 +AMTAR = @AMTAR@
    1.49 +AR = @AR@
    1.50 +AUTOCONF = @AUTOCONF@
    1.51 +AUTOHEADER = @AUTOHEADER@
    1.52 +AUTOMAKE = @AUTOMAKE@
    1.53 +AWK = @AWK@
    1.54 +CC = @CC@
    1.55 +CCDEPMODE = @CCDEPMODE@
    1.56 +CFLAGS = @CFLAGS@
    1.57 +CPP = @CPP@
    1.58 +CPPFLAGS = @CPPFLAGS@
    1.59 +CXX = @CXX@
    1.60 +CXXCPP = @CXXCPP@
    1.61 +CXXDEPMODE = @CXXDEPMODE@
    1.62 +CXXFLAGS = @CXXFLAGS@
    1.63 +CYGPATH_W = @CYGPATH_W@
    1.64 +DEFS = @DEFS@
    1.65 +DEPDIR = @DEPDIR@
    1.66 +ECHO = @ECHO@
    1.67 +ECHO_C = @ECHO_C@
    1.68 +ECHO_N = @ECHO_N@
    1.69 +ECHO_T = @ECHO_T@
    1.70 +EGREP = @EGREP@
    1.71 +EXEEXT = @EXEEXT@
    1.72 +F77 = @F77@
    1.73 +FFLAGS = @FFLAGS@
    1.74 +GNUTELLA_CFLAGS = @GNUTELLA_CFLAGS@
    1.75 +GNUTELLA_LIBS = @GNUTELLA_LIBS@
    1.76 +INSTALL_DATA = @INSTALL_DATA@
    1.77 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
    1.78 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
    1.79 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    1.80 +LDFLAGS = @LDFLAGS@
    1.81 +LIBOBJS = @LIBOBJS@
    1.82 +LIBS = @LIBS@
    1.83 +LIBTOOL = @LIBTOOL@
    1.84 +LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
    1.85 +LIBXML2_LIBS = @LIBXML2_LIBS@
    1.86 +LN_S = @LN_S@
    1.87 +LTLIBOBJS = @LTLIBOBJS@
    1.88 +MAINT = @MAINT@
    1.89 +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
    1.90 +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
    1.91 +MAKEINFO = @MAKEINFO@
    1.92 +OBJEXT = @OBJEXT@
    1.93 +PACKAGE = @PACKAGE@
    1.94 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    1.95 +PACKAGE_NAME = @PACKAGE_NAME@
    1.96 +PACKAGE_STRING = @PACKAGE_STRING@
    1.97 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
    1.98 +PACKAGE_VERSION = @PACKAGE_VERSION@
    1.99 +PATH_SEPARATOR = @PATH_SEPARATOR@
   1.100 +PKG_CONFIG = @PKG_CONFIG@
   1.101 +PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
   1.102 +RANLIB = @RANLIB@
   1.103 +SET_MAKE = @SET_MAKE@
   1.104 +SHELL = @SHELL@
   1.105 +STRIP = @STRIP@
   1.106 +USE_ZLIB = @USE_ZLIB@
   1.107 +VERSION = @VERSION@
   1.108 +XML2_CONFIG = @XML2_CONFIG@
   1.109 +ac_ct_AR = @ac_ct_AR@
   1.110 +ac_ct_CC = @ac_ct_CC@
   1.111 +ac_ct_CXX = @ac_ct_CXX@
   1.112 +ac_ct_F77 = @ac_ct_F77@
   1.113 +ac_ct_RANLIB = @ac_ct_RANLIB@
   1.114 +ac_ct_STRIP = @ac_ct_STRIP@
   1.115 +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
   1.116 +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
   1.117 +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
   1.118 +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
   1.119 +am__include = @am__include@
   1.120 +am__leading_dot = @am__leading_dot@
   1.121 +am__quote = @am__quote@
   1.122 +bindir = @bindir@
   1.123 +build = @build@
   1.124 +build_alias = @build_alias@
   1.125 +build_cpu = @build_cpu@
   1.126 +build_os = @build_os@
   1.127 +build_vendor = @build_vendor@
   1.128 +datadir = @datadir@
   1.129 +exec_prefix = @exec_prefix@
   1.130 +host = @host@
   1.131 +host_alias = @host_alias@
   1.132 +host_cpu = @host_cpu@
   1.133 +host_os = @host_os@
   1.134 +host_vendor = @host_vendor@
   1.135 +includedir = @includedir@
   1.136 +infodir = @infodir@
   1.137 +install_sh = @install_sh@
   1.138 +libdir = @libdir@
   1.139 +libexecdir = @libexecdir@
   1.140 +localstatedir = @localstatedir@
   1.141 +mandir = @mandir@
   1.142 +oldincludedir = @oldincludedir@
   1.143 +prefix = @prefix@
   1.144 +program_transform_name = @program_transform_name@
   1.145 +sbindir = @sbindir@
   1.146 +sharedstatedir = @sharedstatedir@
   1.147 +sysconfdir = @sysconfdir@
   1.148 +target_alias = @target_alias@
   1.149 +
   1.150 +AM_CFLAGS = \
   1.151 +	$(LIBXML2_CFLAGS) \
   1.152 +	$(GNUTELLA_CFLAGS)
   1.153 +
   1.154 +
   1.155 +INCLUDES = \
   1.156 +	-I$(top_srcdir)
   1.157 +
   1.158 +
   1.159 +SUBDIRS = \
   1.160 +	encoding \
   1.161 +	io \
   1.162 +	message \
   1.163 +	transfer
   1.164 +
   1.165 +
   1.166 +EXTRA_DIST = \
   1.167 +	Makefile.msvc
   1.168 +
   1.169 +
   1.170 +plugindir = $(libdir)/giFT
   1.171 +
   1.172 +plugin_LTLIBRARIES = libGnutella.la
   1.173 +
   1.174 +libGnutella_la_SOURCES = \
   1.175 +	dns.c             dns.h \
   1.176 +	file_cache.c      file_cache.h \
   1.177 +	gt_accept.c       gt_accept.h \
   1.178 +	gt_ban.c          gt_ban.h \
   1.179 +	gt_bind.c         gt_bind.h \
   1.180 +	gt_conf.c         gt_conf.h \
   1.181 +	gt_connect.c      gt_connect.h \
   1.182 +	gt_gnutella.c     gt_gnutella.h \
   1.183 +	gt_guid.c         gt_guid.h \
   1.184 +	gt_http_client.c  gt_http_client.h \
   1.185 +	gt_http_server.c  gt_http_server.h \
   1.186 +	gt_netorg.c       gt_netorg.h \
   1.187 +	gt_node_cache.c   gt_node_cache.h \
   1.188 +	gt_node.c         gt_node.h \
   1.189 +	gt_node_list.c    gt_node_list.h \
   1.190 +	gt_packet.c       gt_packet.h \
   1.191 +	gt_query_route.c  gt_query_route.h \
   1.192 +	gt_search.c       gt_search.h \
   1.193 +	gt_search_exec.c  gt_search_exec.h \
   1.194 +	gt_share.c        gt_share.h \
   1.195 +	gt_share_file.c   gt_share_file.h \
   1.196 +	gt_share_state.c  gt_share_state.h \
   1.197 +	gt_stats.c        gt_stats.h \
   1.198 +	gt_urn.c          gt_urn.h \
   1.199 +	gt_utils.c        gt_utils.h \
   1.200 +	gt_version.c      gt_version.h \
   1.201 +	gt_web_cache.c    gt_web_cache.h \
   1.202 +	gt_xfer.c         gt_xfer.h \
   1.203 +	gt_xfer_obj.c     gt_xfer_obj.h \
   1.204 +	http_request.c    http_request.h \
   1.205 +	sha1.c            sha1.h \
   1.206 +	trie.c            trie.h \
   1.207 +	xml.c             xml.h
   1.208 +
   1.209 +
   1.210 +libGnutella_la_LIBADD = \
   1.211 +	$(top_builddir)/src/encoding/libgt_encoding.la \
   1.212 +	$(top_builddir)/src/io/libgt_io.la \
   1.213 +	$(top_builddir)/src/message/libgt_message.la \
   1.214 +	$(top_builddir)/src/transfer/libgt_transfer.la \
   1.215 +	$(LIBXML2_LIBS) \
   1.216 +	$(GNUTELLA_LIBS)
   1.217 +
   1.218 +
   1.219 +libGnutella_la_LDFLAGS = \
   1.220 +	$(PLUGIN_LDFLAGS)
   1.221 +
   1.222 +subdir = src
   1.223 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   1.224 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   1.225 +CONFIG_HEADER = $(top_builddir)/config.h
   1.226 +CONFIG_CLEAN_FILES =
   1.227 +LTLIBRARIES = $(plugin_LTLIBRARIES)
   1.228 +
   1.229 +libGnutella_la_DEPENDENCIES = \
   1.230 +	$(top_builddir)/src/encoding/libgt_encoding.la \
   1.231 +	$(top_builddir)/src/io/libgt_io.la \
   1.232 +	$(top_builddir)/src/message/libgt_message.la \
   1.233 +	$(top_builddir)/src/transfer/libgt_transfer.la
   1.234 +am_libGnutella_la_OBJECTS = dns.lo file_cache.lo gt_accept.lo gt_ban.lo \
   1.235 +	gt_bind.lo gt_conf.lo gt_connect.lo gt_gnutella.lo gt_guid.lo \
   1.236 +	gt_http_client.lo gt_http_server.lo gt_netorg.lo \
   1.237 +	gt_node_cache.lo gt_node.lo gt_node_list.lo gt_packet.lo \
   1.238 +	gt_query_route.lo gt_search.lo gt_search_exec.lo gt_share.lo \
   1.239 +	gt_share_file.lo gt_share_state.lo gt_stats.lo gt_urn.lo \
   1.240 +	gt_utils.lo gt_version.lo gt_web_cache.lo gt_xfer.lo \
   1.241 +	gt_xfer_obj.lo http_request.lo sha1.lo trie.lo xml.lo
   1.242 +libGnutella_la_OBJECTS = $(am_libGnutella_la_OBJECTS)
   1.243 +
   1.244 +DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
   1.245 +depcomp = $(SHELL) $(top_srcdir)/depcomp
   1.246 +am__depfiles_maybe = depfiles
   1.247 +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/dns.Plo ./$(DEPDIR)/file_cache.Plo \
   1.248 +@AMDEP_TRUE@	./$(DEPDIR)/gt_accept.Plo ./$(DEPDIR)/gt_ban.Plo \
   1.249 +@AMDEP_TRUE@	./$(DEPDIR)/gt_bind.Plo ./$(DEPDIR)/gt_conf.Plo \
   1.250 +@AMDEP_TRUE@	./$(DEPDIR)/gt_connect.Plo \
   1.251 +@AMDEP_TRUE@	./$(DEPDIR)/gt_gnutella.Plo ./$(DEPDIR)/gt_guid.Plo \
   1.252 +@AMDEP_TRUE@	./$(DEPDIR)/gt_http_client.Plo \
   1.253 +@AMDEP_TRUE@	./$(DEPDIR)/gt_http_server.Plo \
   1.254 +@AMDEP_TRUE@	./$(DEPDIR)/gt_netorg.Plo ./$(DEPDIR)/gt_node.Plo \
   1.255 +@AMDEP_TRUE@	./$(DEPDIR)/gt_node_cache.Plo \
   1.256 +@AMDEP_TRUE@	./$(DEPDIR)/gt_node_list.Plo \
   1.257 +@AMDEP_TRUE@	./$(DEPDIR)/gt_packet.Plo \
   1.258 +@AMDEP_TRUE@	./$(DEPDIR)/gt_query_route.Plo \
   1.259 +@AMDEP_TRUE@	./$(DEPDIR)/gt_search.Plo \
   1.260 +@AMDEP_TRUE@	./$(DEPDIR)/gt_search_exec.Plo \
   1.261 +@AMDEP_TRUE@	./$(DEPDIR)/gt_share.Plo \
   1.262 +@AMDEP_TRUE@	./$(DEPDIR)/gt_share_file.Plo \
   1.263 +@AMDEP_TRUE@	./$(DEPDIR)/gt_share_state.Plo \
   1.264 +@AMDEP_TRUE@	./$(DEPDIR)/gt_stats.Plo ./$(DEPDIR)/gt_urn.Plo \
   1.265 +@AMDEP_TRUE@	./$(DEPDIR)/gt_utils.Plo ./$(DEPDIR)/gt_version.Plo \
   1.266 +@AMDEP_TRUE@	./$(DEPDIR)/gt_web_cache.Plo \
   1.267 +@AMDEP_TRUE@	./$(DEPDIR)/gt_xfer.Plo ./$(DEPDIR)/gt_xfer_obj.Plo \
   1.268 +@AMDEP_TRUE@	./$(DEPDIR)/http_request.Plo ./$(DEPDIR)/sha1.Plo \
   1.269 +@AMDEP_TRUE@	./$(DEPDIR)/trie.Plo ./$(DEPDIR)/xml.Plo
   1.270 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   1.271 +	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   1.272 +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
   1.273 +	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   1.274 +CCLD = $(CC)
   1.275 +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
   1.276 +	$(AM_LDFLAGS) $(LDFLAGS) -o $@
   1.277 +DIST_SOURCES = $(libGnutella_la_SOURCES)
   1.278 +
   1.279 +RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
   1.280 +	ps-recursive install-info-recursive uninstall-info-recursive \
   1.281 +	all-recursive install-data-recursive install-exec-recursive \
   1.282 +	installdirs-recursive install-recursive uninstall-recursive \
   1.283 +	check-recursive installcheck-recursive
   1.284 +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
   1.285 +DIST_SUBDIRS = $(SUBDIRS)
   1.286 +SOURCES = $(libGnutella_la_SOURCES)
   1.287 +
   1.288 +all: all-recursive
   1.289 +
   1.290 +.SUFFIXES:
   1.291 +.SUFFIXES: .c .lo .o .obj
   1.292 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
   1.293 +	cd $(top_srcdir) && \
   1.294 +	  $(AUTOMAKE) --gnu  src/Makefile
   1.295 +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
   1.296 +	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
   1.297 +pluginLTLIBRARIES_INSTALL = $(INSTALL)
   1.298 +install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
   1.299 +	@$(NORMAL_INSTALL)
   1.300 +	$(mkinstalldirs) $(DESTDIR)$(plugindir)
   1.301 +	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
   1.302 +	  if test -f $$p; then \
   1.303 +	    f="`echo $$p | sed -e 's|^.*/||'`"; \
   1.304 +	    echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f"; \
   1.305 +	    $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \
   1.306 +	  else :; fi; \
   1.307 +	done
   1.308 +
   1.309 +uninstall-pluginLTLIBRARIES:
   1.310 +	@$(NORMAL_UNINSTALL)
   1.311 +	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
   1.312 +	    p="`echo $$p | sed -e 's|^.*/||'`"; \
   1.313 +	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p"; \
   1.314 +	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p; \
   1.315 +	done
   1.316 +
   1.317 +clean-pluginLTLIBRARIES:
   1.318 +	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
   1.319 +	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
   1.320 +	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
   1.321 +	  test "$$dir" = "$$p" && dir=.; \
   1.322 +	  echo "rm -f \"$${dir}/so_locations\""; \
   1.323 +	  rm -f "$${dir}/so_locations"; \
   1.324 +	done
   1.325 +libGnutella.la: $(libGnutella_la_OBJECTS) $(libGnutella_la_DEPENDENCIES) 
   1.326 +	$(LINK) -rpath $(plugindir) $(libGnutella_la_LDFLAGS) $(libGnutella_la_OBJECTS) $(libGnutella_la_LIBADD) $(LIBS)
   1.327 +
   1.328 +mostlyclean-compile:
   1.329 +	-rm -f *.$(OBJEXT) core *.core
   1.330 +
   1.331 +distclean-compile:
   1.332 +	-rm -f *.tab.c
   1.333 +
   1.334 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Plo@am__quote@
   1.335 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_cache.Plo@am__quote@
   1.336 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_accept.Plo@am__quote@
   1.337 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_ban.Plo@am__quote@
   1.338 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_bind.Plo@am__quote@
   1.339 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_conf.Plo@am__quote@
   1.340 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_connect.Plo@am__quote@
   1.341 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_gnutella.Plo@am__quote@
   1.342 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_guid.Plo@am__quote@
   1.343 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_http_client.Plo@am__quote@
   1.344 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_http_server.Plo@am__quote@
   1.345 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_netorg.Plo@am__quote@
   1.346 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_node.Plo@am__quote@
   1.347 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_node_cache.Plo@am__quote@
   1.348 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_node_list.Plo@am__quote@
   1.349 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_packet.Plo@am__quote@
   1.350 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_query_route.Plo@am__quote@
   1.351 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_search.Plo@am__quote@
   1.352 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_search_exec.Plo@am__quote@
   1.353 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_share.Plo@am__quote@
   1.354 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_share_file.Plo@am__quote@
   1.355 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_share_state.Plo@am__quote@
   1.356 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_stats.Plo@am__quote@
   1.357 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_urn.Plo@am__quote@
   1.358 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_utils.Plo@am__quote@
   1.359 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_version.Plo@am__quote@
   1.360 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_web_cache.Plo@am__quote@
   1.361 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_xfer.Plo@am__quote@
   1.362 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gt_xfer_obj.Plo@am__quote@
   1.363 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_request.Plo@am__quote@
   1.364 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Plo@am__quote@
   1.365 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trie.Plo@am__quote@
   1.366 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml.Plo@am__quote@
   1.367 +
   1.368 +.c.o:
   1.369 +@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
   1.370 +@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
   1.371 +@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
   1.372 +@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
   1.373 +@am__fastdepCC_TRUE@	fi
   1.374 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1.375 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
   1.376 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1.377 +@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
   1.378 +
   1.379 +.c.obj:
   1.380 +@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
   1.381 +@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
   1.382 +@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
   1.383 +@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
   1.384 +@am__fastdepCC_TRUE@	fi
   1.385 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1.386 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
   1.387 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1.388 +@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
   1.389 +
   1.390 +.c.lo:
   1.391 +@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
   1.392 +@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
   1.393 +@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
   1.394 +@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
   1.395 +@am__fastdepCC_TRUE@	fi
   1.396 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
   1.397 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
   1.398 +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1.399 +@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
   1.400 +
   1.401 +mostlyclean-libtool:
   1.402 +	-rm -f *.lo
   1.403 +
   1.404 +clean-libtool:
   1.405 +	-rm -rf .libs _libs
   1.406 +
   1.407 +distclean-libtool:
   1.408 +	-rm -f libtool
   1.409 +uninstall-info-am:
   1.410 +
   1.411 +# This directory's subdirectories are mostly independent; you can cd
   1.412 +# into them and run `make' without going through this Makefile.
   1.413 +# To change the values of `make' variables: instead of editing Makefiles,
   1.414 +# (1) if the variable is set in `config.status', edit `config.status'
   1.415 +#     (which will cause the Makefiles to be regenerated when you run `make');
   1.416 +# (2) otherwise, pass the desired values on the `make' command line.
   1.417 +$(RECURSIVE_TARGETS):
   1.418 +	@set fnord $$MAKEFLAGS; amf=$$2; \
   1.419 +	dot_seen=no; \
   1.420 +	target=`echo $@ | sed s/-recursive//`; \
   1.421 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.422 +	  echo "Making $$target in $$subdir"; \
   1.423 +	  if test "$$subdir" = "."; then \
   1.424 +	    dot_seen=yes; \
   1.425 +	    local_target="$$target-am"; \
   1.426 +	  else \
   1.427 +	    local_target="$$target"; \
   1.428 +	  fi; \
   1.429 +	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1.430 +	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
   1.431 +	done; \
   1.432 +	if test "$$dot_seen" = "no"; then \
   1.433 +	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   1.434 +	fi; test -z "$$fail"
   1.435 +
   1.436 +mostlyclean-recursive clean-recursive distclean-recursive \
   1.437 +maintainer-clean-recursive:
   1.438 +	@set fnord $$MAKEFLAGS; amf=$$2; \
   1.439 +	dot_seen=no; \
   1.440 +	case "$@" in \
   1.441 +	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   1.442 +	  *) list='$(SUBDIRS)' ;; \
   1.443 +	esac; \
   1.444 +	rev=''; for subdir in $$list; do \
   1.445 +	  if test "$$subdir" = "."; then :; else \
   1.446 +	    rev="$$subdir $$rev"; \
   1.447 +	  fi; \
   1.448 +	done; \
   1.449 +	rev="$$rev ."; \
   1.450 +	target=`echo $@ | sed s/-recursive//`; \
   1.451 +	for subdir in $$rev; do \
   1.452 +	  echo "Making $$target in $$subdir"; \
   1.453 +	  if test "$$subdir" = "."; then \
   1.454 +	    local_target="$$target-am"; \
   1.455 +	  else \
   1.456 +	    local_target="$$target"; \
   1.457 +	  fi; \
   1.458 +	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1.459 +	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
   1.460 +	done && test -z "$$fail"
   1.461 +tags-recursive:
   1.462 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.463 +	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
   1.464 +	done
   1.465 +ctags-recursive:
   1.466 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.467 +	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
   1.468 +	done
   1.469 +
   1.470 +ETAGS = etags
   1.471 +ETAGSFLAGS =
   1.472 +
   1.473 +CTAGS = ctags
   1.474 +CTAGSFLAGS =
   1.475 +
   1.476 +tags: TAGS
   1.477 +
   1.478 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
   1.479 +	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
   1.480 +	unique=`for i in $$list; do \
   1.481 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.482 +	  done | \
   1.483 +	  $(AWK) '    { files[$$0] = 1; } \
   1.484 +	       END { for (i in files) print i; }'`; \
   1.485 +	mkid -fID $$unique
   1.486 +
   1.487 +TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
   1.488 +		$(TAGS_FILES) $(LISP)
   1.489 +	tags=; \
   1.490 +	here=`pwd`; \
   1.491 +	if (etags --etags-include --version) >/dev/null 2>&1; then \
   1.492 +	  include_option=--etags-include; \
   1.493 +	else \
   1.494 +	  include_option=--include; \
   1.495 +	fi; \
   1.496 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.497 +	  if test "$$subdir" = .; then :; else \
   1.498 +	    test -f $$subdir/TAGS && \
   1.499 +	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
   1.500 +	  fi; \
   1.501 +	done; \
   1.502 +	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
   1.503 +	unique=`for i in $$list; do \
   1.504 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.505 +	  done | \
   1.506 +	  $(AWK) '    { files[$$0] = 1; } \
   1.507 +	       END { for (i in files) print i; }'`; \
   1.508 +	test -z "$(ETAGS_ARGS)$$tags$$unique" \
   1.509 +	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1.510 +	     $$tags $$unique
   1.511 +
   1.512 +ctags: CTAGS
   1.513 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
   1.514 +		$(TAGS_FILES) $(LISP)
   1.515 +	tags=; \
   1.516 +	here=`pwd`; \
   1.517 +	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
   1.518 +	unique=`for i in $$list; do \
   1.519 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.520 +	  done | \
   1.521 +	  $(AWK) '    { files[$$0] = 1; } \
   1.522 +	       END { for (i in files) print i; }'`; \
   1.523 +	test -z "$(CTAGS_ARGS)$$tags$$unique" \
   1.524 +	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1.525 +	     $$tags $$unique
   1.526 +
   1.527 +GTAGS:
   1.528 +	here=`$(am__cd) $(top_builddir) && pwd` \
   1.529 +	  && cd $(top_srcdir) \
   1.530 +	  && gtags -i $(GTAGS_ARGS) $$here
   1.531 +
   1.532 +distclean-tags:
   1.533 +	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1.534 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   1.535 +
   1.536 +top_distdir = ..
   1.537 +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
   1.538 +
   1.539 +distdir: $(DISTFILES)
   1.540 +	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
   1.541 +	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
   1.542 +	list='$(DISTFILES)'; for file in $$list; do \
   1.543 +	  case $$file in \
   1.544 +	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
   1.545 +	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
   1.546 +	  esac; \
   1.547 +	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   1.548 +	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
   1.549 +	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
   1.550 +	    dir="/$$dir"; \
   1.551 +	    $(mkinstalldirs) "$(distdir)$$dir"; \
   1.552 +	  else \
   1.553 +	    dir=''; \
   1.554 +	  fi; \
   1.555 +	  if test -d $$d/$$file; then \
   1.556 +	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   1.557 +	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
   1.558 +	    fi; \
   1.559 +	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
   1.560 +	  else \
   1.561 +	    test -f $(distdir)/$$file \
   1.562 +	    || cp -p $$d/$$file $(distdir)/$$file \
   1.563 +	    || exit 1; \
   1.564 +	  fi; \
   1.565 +	done
   1.566 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.567 +	  if test "$$subdir" = .; then :; else \
   1.568 +	    test -d $(distdir)/$$subdir \
   1.569 +	    || mkdir $(distdir)/$$subdir \
   1.570 +	    || exit 1; \
   1.571 +	    (cd $$subdir && \
   1.572 +	      $(MAKE) $(AM_MAKEFLAGS) \
   1.573 +	        top_distdir="$(top_distdir)" \
   1.574 +	        distdir=../$(distdir)/$$subdir \
   1.575 +	        distdir) \
   1.576 +	      || exit 1; \
   1.577 +	  fi; \
   1.578 +	done
   1.579 +check-am: all-am
   1.580 +check: check-recursive
   1.581 +all-am: Makefile $(LTLIBRARIES)
   1.582 +installdirs: installdirs-recursive
   1.583 +installdirs-am:
   1.584 +	$(mkinstalldirs) $(DESTDIR)$(plugindir)
   1.585 +
   1.586 +install: install-recursive
   1.587 +install-exec: install-exec-recursive
   1.588 +install-data: install-data-recursive
   1.589 +uninstall: uninstall-recursive
   1.590 +
   1.591 +install-am: all-am
   1.592 +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1.593 +
   1.594 +installcheck: installcheck-recursive
   1.595 +install-strip:
   1.596 +	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1.597 +	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1.598 +	  `test -z '$(STRIP)' || \
   1.599 +	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   1.600 +mostlyclean-generic:
   1.601 +
   1.602 +clean-generic:
   1.603 +
   1.604 +distclean-generic:
   1.605 +	-rm -f $(CONFIG_CLEAN_FILES)
   1.606 +
   1.607 +maintainer-clean-generic:
   1.608 +	@echo "This command is intended for maintainers to use"
   1.609 +	@echo "it deletes files that may require special tools to rebuild."
   1.610 +clean: clean-recursive
   1.611 +
   1.612 +clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
   1.613 +	mostlyclean-am
   1.614 +
   1.615 +distclean: distclean-recursive
   1.616 +	-rm -rf ./$(DEPDIR)
   1.617 +	-rm -f Makefile
   1.618 +distclean-am: clean-am distclean-compile distclean-generic \
   1.619 +	distclean-libtool distclean-tags
   1.620 +
   1.621 +dvi: dvi-recursive
   1.622 +
   1.623 +dvi-am:
   1.624 +
   1.625 +info: info-recursive
   1.626 +
   1.627 +info-am:
   1.628 +
   1.629 +install-data-am: install-pluginLTLIBRARIES
   1.630 +
   1.631 +install-exec-am:
   1.632 +
   1.633 +install-info: install-info-recursive
   1.634 +
   1.635 +install-man:
   1.636 +
   1.637 +installcheck-am:
   1.638 +
   1.639 +maintainer-clean: maintainer-clean-recursive
   1.640 +	-rm -rf ./$(DEPDIR)
   1.641 +	-rm -f Makefile
   1.642 +maintainer-clean-am: distclean-am maintainer-clean-generic
   1.643 +
   1.644 +mostlyclean: mostlyclean-recursive
   1.645 +
   1.646 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   1.647 +	mostlyclean-libtool
   1.648 +
   1.649 +pdf: pdf-recursive
   1.650 +
   1.651 +pdf-am:
   1.652 +
   1.653 +ps: ps-recursive
   1.654 +
   1.655 +ps-am:
   1.656 +
   1.657 +uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
   1.658 +
   1.659 +uninstall-info: uninstall-info-recursive
   1.660 +
   1.661 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
   1.662 +	clean-generic clean-libtool clean-pluginLTLIBRARIES \
   1.663 +	clean-recursive ctags ctags-recursive distclean \
   1.664 +	distclean-compile distclean-generic distclean-libtool \
   1.665 +	distclean-recursive distclean-tags distdir dvi dvi-am \
   1.666 +	dvi-recursive info info-am info-recursive install install-am \
   1.667 +	install-data install-data-am install-data-recursive \
   1.668 +	install-exec install-exec-am install-exec-recursive \
   1.669 +	install-info install-info-am install-info-recursive install-man \
   1.670 +	install-pluginLTLIBRARIES install-recursive install-strip \
   1.671 +	installcheck installcheck-am installdirs installdirs-am \
   1.672 +	installdirs-recursive maintainer-clean maintainer-clean-generic \
   1.673 +	maintainer-clean-recursive mostlyclean mostlyclean-compile \
   1.674 +	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
   1.675 +	pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
   1.676 +	tags-recursive uninstall uninstall-am uninstall-info-am \
   1.677 +	uninstall-info-recursive uninstall-pluginLTLIBRARIES \
   1.678 +	uninstall-recursive
   1.679 +
   1.680 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
   1.681 +# Otherwise a system limit (for SysV at least) may be exceeded.
   1.682 +.NOEXPORT: