Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
diff 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/Makefile.in Sat Feb 20 21:18:28 2010 -0800 1.3 @@ -0,0 +1,589 @@ 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 2005/01/04 14:35:11 mkern 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 +# Flags to pass to aclocal when it is run automatically by make 1.151 +ACLOCAL_AMFLAGS = -I m4 1.152 + 1.153 +SUBDIRS = \ 1.154 + m4 \ 1.155 + data \ 1.156 + src 1.157 + 1.158 + 1.159 +EXTRA_DIST = \ 1.160 + gnutella.spec \ 1.161 + autogen.sh \ 1.162 + Makefile.msvc \ 1.163 + Make.msvc 1.164 + 1.165 +subdir = . 1.166 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1.167 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 1.168 +CONFIG_HEADER = config.h 1.169 +CONFIG_CLEAN_FILES = gnutella.spec 1.170 +DIST_SOURCES = 1.171 + 1.172 +RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ 1.173 + ps-recursive install-info-recursive uninstall-info-recursive \ 1.174 + all-recursive install-data-recursive install-exec-recursive \ 1.175 + installdirs-recursive install-recursive uninstall-recursive \ 1.176 + check-recursive installcheck-recursive 1.177 +DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \ 1.178 + COPYING ChangeLog INSTALL Makefile.am NEWS TODO aclocal.m4 \ 1.179 + config.guess config.h.in config.sub configure configure.ac \ 1.180 + depcomp gnutella.spec.in install-sh ltmain.sh missing \ 1.181 + mkinstalldirs 1.182 +DIST_SUBDIRS = $(SUBDIRS) 1.183 +all: config.h 1.184 + $(MAKE) $(AM_MAKEFLAGS) all-recursive 1.185 + 1.186 +.SUFFIXES: 1.187 + 1.188 +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 1.189 + configure.lineno 1.190 +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 1.191 + cd $(top_srcdir) && \ 1.192 + $(AUTOMAKE) --gnu Makefile 1.193 +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 1.194 + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 1.195 + 1.196 +$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 1.197 + $(SHELL) ./config.status --recheck 1.198 +$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 1.199 + cd $(srcdir) && $(AUTOCONF) 1.200 + 1.201 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac m4/gift-pkgconfig.m4 m4/gift-prefix.m4 m4/libxml.m4 m4/openbsd.m4 m4/zlib.m4 1.202 + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 1.203 + 1.204 +config.h: stamp-h1 1.205 + @if test ! -f $@; then \ 1.206 + rm -f stamp-h1; \ 1.207 + $(MAKE) stamp-h1; \ 1.208 + else :; fi 1.209 + 1.210 +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 1.211 + @rm -f stamp-h1 1.212 + cd $(top_builddir) && $(SHELL) ./config.status config.h 1.213 + 1.214 +$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4) 1.215 + cd $(top_srcdir) && $(AUTOHEADER) 1.216 + touch $(srcdir)/config.h.in 1.217 + 1.218 +distclean-hdr: 1.219 + -rm -f config.h stamp-h1 1.220 +gnutella.spec: $(top_builddir)/config.status gnutella.spec.in 1.221 + cd $(top_builddir) && $(SHELL) ./config.status $@ 1.222 + 1.223 +mostlyclean-libtool: 1.224 + -rm -f *.lo 1.225 + 1.226 +clean-libtool: 1.227 + -rm -rf .libs _libs 1.228 + 1.229 +distclean-libtool: 1.230 + -rm -f libtool 1.231 +uninstall-info-am: 1.232 + 1.233 +# This directory's subdirectories are mostly independent; you can cd 1.234 +# into them and run `make' without going through this Makefile. 1.235 +# To change the values of `make' variables: instead of editing Makefiles, 1.236 +# (1) if the variable is set in `config.status', edit `config.status' 1.237 +# (which will cause the Makefiles to be regenerated when you run `make'); 1.238 +# (2) otherwise, pass the desired values on the `make' command line. 1.239 +$(RECURSIVE_TARGETS): 1.240 + @set fnord $$MAKEFLAGS; amf=$$2; \ 1.241 + dot_seen=no; \ 1.242 + target=`echo $@ | sed s/-recursive//`; \ 1.243 + list='$(SUBDIRS)'; for subdir in $$list; do \ 1.244 + echo "Making $$target in $$subdir"; \ 1.245 + if test "$$subdir" = "."; then \ 1.246 + dot_seen=yes; \ 1.247 + local_target="$$target-am"; \ 1.248 + else \ 1.249 + local_target="$$target"; \ 1.250 + fi; \ 1.251 + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1.252 + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 1.253 + done; \ 1.254 + if test "$$dot_seen" = "no"; then \ 1.255 + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1.256 + fi; test -z "$$fail" 1.257 + 1.258 +mostlyclean-recursive clean-recursive distclean-recursive \ 1.259 +maintainer-clean-recursive: 1.260 + @set fnord $$MAKEFLAGS; amf=$$2; \ 1.261 + dot_seen=no; \ 1.262 + case "$@" in \ 1.263 + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 1.264 + *) list='$(SUBDIRS)' ;; \ 1.265 + esac; \ 1.266 + rev=''; for subdir in $$list; do \ 1.267 + if test "$$subdir" = "."; then :; else \ 1.268 + rev="$$subdir $$rev"; \ 1.269 + fi; \ 1.270 + done; \ 1.271 + rev="$$rev ."; \ 1.272 + target=`echo $@ | sed s/-recursive//`; \ 1.273 + for subdir in $$rev; do \ 1.274 + echo "Making $$target in $$subdir"; \ 1.275 + if test "$$subdir" = "."; then \ 1.276 + local_target="$$target-am"; \ 1.277 + else \ 1.278 + local_target="$$target"; \ 1.279 + fi; \ 1.280 + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1.281 + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 1.282 + done && test -z "$$fail" 1.283 +tags-recursive: 1.284 + list='$(SUBDIRS)'; for subdir in $$list; do \ 1.285 + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 1.286 + done 1.287 +ctags-recursive: 1.288 + list='$(SUBDIRS)'; for subdir in $$list; do \ 1.289 + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 1.290 + done 1.291 + 1.292 +ETAGS = etags 1.293 +ETAGSFLAGS = 1.294 + 1.295 +CTAGS = ctags 1.296 +CTAGSFLAGS = 1.297 + 1.298 +tags: TAGS 1.299 + 1.300 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 1.301 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.302 + unique=`for i in $$list; do \ 1.303 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.304 + done | \ 1.305 + $(AWK) ' { files[$$0] = 1; } \ 1.306 + END { for (i in files) print i; }'`; \ 1.307 + mkid -fID $$unique 1.308 + 1.309 +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 1.310 + $(TAGS_FILES) $(LISP) 1.311 + tags=; \ 1.312 + here=`pwd`; \ 1.313 + if (etags --etags-include --version) >/dev/null 2>&1; then \ 1.314 + include_option=--etags-include; \ 1.315 + else \ 1.316 + include_option=--include; \ 1.317 + fi; \ 1.318 + list='$(SUBDIRS)'; for subdir in $$list; do \ 1.319 + if test "$$subdir" = .; then :; else \ 1.320 + test -f $$subdir/TAGS && \ 1.321 + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 1.322 + fi; \ 1.323 + done; \ 1.324 + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 1.325 + unique=`for i in $$list; do \ 1.326 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.327 + done | \ 1.328 + $(AWK) ' { files[$$0] = 1; } \ 1.329 + END { for (i in files) print i; }'`; \ 1.330 + test -z "$(ETAGS_ARGS)$$tags$$unique" \ 1.331 + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1.332 + $$tags $$unique 1.333 + 1.334 +ctags: CTAGS 1.335 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 1.336 + $(TAGS_FILES) $(LISP) 1.337 + tags=; \ 1.338 + here=`pwd`; \ 1.339 + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 1.340 + unique=`for i in $$list; do \ 1.341 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.342 + done | \ 1.343 + $(AWK) ' { files[$$0] = 1; } \ 1.344 + END { for (i in files) print i; }'`; \ 1.345 + test -z "$(CTAGS_ARGS)$$tags$$unique" \ 1.346 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1.347 + $$tags $$unique 1.348 + 1.349 +GTAGS: 1.350 + here=`$(am__cd) $(top_builddir) && pwd` \ 1.351 + && cd $(top_srcdir) \ 1.352 + && gtags -i $(GTAGS_ARGS) $$here 1.353 + 1.354 +distclean-tags: 1.355 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1.356 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1.357 + 1.358 +top_distdir = . 1.359 +distdir = $(PACKAGE)-$(VERSION) 1.360 + 1.361 +am__remove_distdir = \ 1.362 + { test ! -d $(distdir) \ 1.363 + || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 1.364 + && rm -fr $(distdir); }; } 1.365 + 1.366 +GZIP_ENV = --best 1.367 +distuninstallcheck_listfiles = find . -type f -print 1.368 +distcleancheck_listfiles = find . -type f -print 1.369 + 1.370 +distdir: $(DISTFILES) 1.371 + $(am__remove_distdir) 1.372 + mkdir $(distdir) 1.373 + $(mkinstalldirs) $(distdir)/. 1.374 + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1.375 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 1.376 + list='$(DISTFILES)'; for file in $$list; do \ 1.377 + case $$file in \ 1.378 + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 1.379 + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 1.380 + esac; \ 1.381 + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1.382 + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 1.383 + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 1.384 + dir="/$$dir"; \ 1.385 + $(mkinstalldirs) "$(distdir)$$dir"; \ 1.386 + else \ 1.387 + dir=''; \ 1.388 + fi; \ 1.389 + if test -d $$d/$$file; then \ 1.390 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1.391 + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 1.392 + fi; \ 1.393 + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 1.394 + else \ 1.395 + test -f $(distdir)/$$file \ 1.396 + || cp -p $$d/$$file $(distdir)/$$file \ 1.397 + || exit 1; \ 1.398 + fi; \ 1.399 + done 1.400 + list='$(SUBDIRS)'; for subdir in $$list; do \ 1.401 + if test "$$subdir" = .; then :; else \ 1.402 + test -d $(distdir)/$$subdir \ 1.403 + || mkdir $(distdir)/$$subdir \ 1.404 + || exit 1; \ 1.405 + (cd $$subdir && \ 1.406 + $(MAKE) $(AM_MAKEFLAGS) \ 1.407 + top_distdir="$(top_distdir)" \ 1.408 + distdir=../$(distdir)/$$subdir \ 1.409 + distdir) \ 1.410 + || exit 1; \ 1.411 + fi; \ 1.412 + done 1.413 + -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 1.414 + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 1.415 + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 1.416 + ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 1.417 + || chmod -R a+r $(distdir) 1.418 +dist-gzip: distdir 1.419 + $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1.420 + $(am__remove_distdir) 1.421 + 1.422 +dist-bzip2: distdir 1.423 + $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 1.424 + $(am__remove_distdir) 1.425 + 1.426 +dist dist-all: distdir 1.427 + $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1.428 + $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 1.429 + $(am__remove_distdir) 1.430 + 1.431 +# This target untars the dist file and tries a VPATH configuration. Then 1.432 +# it guarantees that the distribution is self-contained by making another 1.433 +# tarfile. 1.434 +distcheck: dist 1.435 + $(am__remove_distdir) 1.436 + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 1.437 + chmod -R a-w $(distdir); chmod a+w $(distdir) 1.438 + mkdir $(distdir)/_build 1.439 + mkdir $(distdir)/_inst 1.440 + chmod a-w $(distdir) 1.441 + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 1.442 + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 1.443 + && cd $(distdir)/_build \ 1.444 + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 1.445 + $(DISTCHECK_CONFIGURE_FLAGS) \ 1.446 + && $(MAKE) $(AM_MAKEFLAGS) \ 1.447 + && $(MAKE) $(AM_MAKEFLAGS) dvi \ 1.448 + && $(MAKE) $(AM_MAKEFLAGS) check \ 1.449 + && $(MAKE) $(AM_MAKEFLAGS) install \ 1.450 + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 1.451 + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 1.452 + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 1.453 + distuninstallcheck \ 1.454 + && chmod -R a-w "$$dc_install_base" \ 1.455 + && ({ \ 1.456 + (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ 1.457 + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1.458 + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1.459 + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1.460 + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1.461 + } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1.462 + && rm -rf "$$dc_destdir" \ 1.463 + && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ 1.464 + && rm -f $(distdir).tar.gz \ 1.465 + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 1.466 + $(am__remove_distdir) 1.467 + @echo "$(distdir).tar.gz is ready for distribution" | \ 1.468 + sed 'h;s/./=/g;p;x;p;x' 1.469 +distuninstallcheck: 1.470 + @cd $(distuninstallcheck_dir) \ 1.471 + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 1.472 + || { echo "ERROR: files left after uninstall:" ; \ 1.473 + if test -n "$(DESTDIR)"; then \ 1.474 + echo " (check DESTDIR support)"; \ 1.475 + fi ; \ 1.476 + $(distuninstallcheck_listfiles) ; \ 1.477 + exit 1; } >&2 1.478 +distcleancheck: distclean 1.479 + @if test '$(srcdir)' = . ; then \ 1.480 + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1.481 + exit 1 ; \ 1.482 + fi 1.483 + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1.484 + || { echo "ERROR: files left in build directory after distclean:" ; \ 1.485 + $(distcleancheck_listfiles) ; \ 1.486 + exit 1; } >&2 1.487 +check-am: all-am 1.488 +check: check-recursive 1.489 +all-am: Makefile config.h 1.490 +installdirs: installdirs-recursive 1.491 +installdirs-am: 1.492 + 1.493 +install: install-recursive 1.494 +install-exec: install-exec-recursive 1.495 +install-data: install-data-recursive 1.496 +uninstall: uninstall-recursive 1.497 + 1.498 +install-am: all-am 1.499 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1.500 + 1.501 +installcheck: installcheck-recursive 1.502 +install-strip: 1.503 + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1.504 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1.505 + `test -z '$(STRIP)' || \ 1.506 + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 1.507 +mostlyclean-generic: 1.508 + 1.509 +clean-generic: 1.510 + 1.511 +distclean-generic: 1.512 + -rm -f $(CONFIG_CLEAN_FILES) 1.513 + 1.514 +maintainer-clean-generic: 1.515 + @echo "This command is intended for maintainers to use" 1.516 + @echo "it deletes files that may require special tools to rebuild." 1.517 +clean: clean-recursive 1.518 + 1.519 +clean-am: clean-generic clean-libtool mostlyclean-am 1.520 + 1.521 +distclean: distclean-recursive 1.522 + -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1.523 + -rm -f Makefile 1.524 +distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \ 1.525 + distclean-tags 1.526 + 1.527 +dvi: dvi-recursive 1.528 + 1.529 +dvi-am: 1.530 + 1.531 +info: info-recursive 1.532 + 1.533 +info-am: 1.534 + 1.535 +install-data-am: 1.536 + 1.537 +install-exec-am: 1.538 + 1.539 +install-info: install-info-recursive 1.540 + 1.541 +install-man: 1.542 + 1.543 +installcheck-am: 1.544 + 1.545 +maintainer-clean: maintainer-clean-recursive 1.546 + -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1.547 + -rm -rf $(top_srcdir)/autom4te.cache 1.548 + -rm -f Makefile 1.549 +maintainer-clean-am: distclean-am maintainer-clean-generic 1.550 + 1.551 +mostlyclean: mostlyclean-recursive 1.552 + 1.553 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool 1.554 + 1.555 +pdf: pdf-recursive 1.556 + 1.557 +pdf-am: 1.558 + 1.559 +ps: ps-recursive 1.560 + 1.561 +ps-am: 1.562 + 1.563 +uninstall-am: uninstall-info-am 1.564 + 1.565 +uninstall-info: uninstall-info-recursive 1.566 + 1.567 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ 1.568 + clean-generic clean-libtool clean-recursive ctags \ 1.569 + ctags-recursive dist dist-all dist-bzip2 dist-gzip distcheck \ 1.570 + distclean distclean-generic distclean-hdr distclean-libtool \ 1.571 + distclean-recursive distclean-tags distcleancheck distdir \ 1.572 + distuninstallcheck dvi dvi-am dvi-recursive info info-am \ 1.573 + info-recursive install install-am install-data install-data-am \ 1.574 + install-data-recursive install-exec install-exec-am \ 1.575 + install-exec-recursive install-info install-info-am \ 1.576 + install-info-recursive install-man install-recursive \ 1.577 + install-strip installcheck installcheck-am installdirs \ 1.578 + installdirs-am installdirs-recursive maintainer-clean \ 1.579 + maintainer-clean-generic maintainer-clean-recursive mostlyclean \ 1.580 + mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ 1.581 + pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \ 1.582 + tags-recursive uninstall uninstall-am uninstall-info-am \ 1.583 + uninstall-info-recursive uninstall-recursive 1.584 + 1.585 + 1.586 +############################################################################### 1.587 + 1.588 +rpm: dist 1.589 + rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz 1.590 +# Tell versions [3.59,3.63) of GNU make to not export all variables. 1.591 +# Otherwise a system limit (for SysV at least) may be exceeded. 1.592 +.NOEXPORT: