gst-gpac/Makefile.in
branchtrunk
changeset 918 e565e84cefab
parent 917 be87d28e8371
child 919 ec8c246e9d29
     1.1 --- a/gst-gpac/Makefile.in	Thu Feb 21 17:44:16 2008 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,648 +0,0 @@
     1.4 -# Makefile.in generated by automake 1.9.6 from Makefile.am.
     1.5 -# @configure_input@
     1.6 -
     1.7 -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     1.8 -# 2003, 2004, 2005  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 -srcdir = @srcdir@
    1.20 -top_srcdir = @top_srcdir@
    1.21 -VPATH = @srcdir@
    1.22 -pkgdatadir = $(datadir)/@PACKAGE@
    1.23 -pkglibdir = $(libdir)/@PACKAGE@
    1.24 -pkgincludedir = $(includedir)/@PACKAGE@
    1.25 -top_builddir = .
    1.26 -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    1.27 -INSTALL = @INSTALL@
    1.28 -install_sh_DATA = $(install_sh) -c -m 644
    1.29 -install_sh_PROGRAM = $(install_sh) -c
    1.30 -install_sh_SCRIPT = $(install_sh) -c
    1.31 -INSTALL_HEADER = $(INSTALL_DATA)
    1.32 -transform = $(program_transform_name)
    1.33 -NORMAL_INSTALL = :
    1.34 -PRE_INSTALL = :
    1.35 -POST_INSTALL = :
    1.36 -NORMAL_UNINSTALL = :
    1.37 -PRE_UNINSTALL = :
    1.38 -POST_UNINSTALL = :
    1.39 -build_triplet = @build@
    1.40 -host_triplet = @host@
    1.41 -target_triplet = @target@
    1.42 -DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    1.43 -	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
    1.44 -	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
    1.45 -	compile config.guess config.sub depcomp install-sh ltmain.sh \
    1.46 -	missing
    1.47 -subdir = .
    1.48 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    1.49 -am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
    1.50 -	$(top_srcdir)/m4/as-version.m4 $(top_srcdir)/m4/libtool.m4 \
    1.51 -	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
    1.52 -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    1.53 -	$(ACLOCAL_M4)
    1.54 -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    1.55 - configure.lineno configure.status.lineno
    1.56 -mkinstalldirs = $(install_sh) -d
    1.57 -CONFIG_HEADER = config.h
    1.58 -CONFIG_CLEAN_FILES =
    1.59 -SOURCES =
    1.60 -DIST_SOURCES =
    1.61 -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    1.62 -	html-recursive info-recursive install-data-recursive \
    1.63 -	install-exec-recursive install-info-recursive \
    1.64 -	install-recursive installcheck-recursive installdirs-recursive \
    1.65 -	pdf-recursive ps-recursive uninstall-info-recursive \
    1.66 -	uninstall-recursive
    1.67 -ETAGS = etags
    1.68 -CTAGS = ctags
    1.69 -DIST_SUBDIRS = $(SUBDIRS)
    1.70 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    1.71 -distdir = $(PACKAGE)-$(VERSION)
    1.72 -top_distdir = $(distdir)
    1.73 -am__remove_distdir = \
    1.74 -  { test ! -d $(distdir) \
    1.75 -    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
    1.76 -         && rm -fr $(distdir); }; }
    1.77 -DIST_ARCHIVES = $(distdir).tar.gz
    1.78 -GZIP_ENV = --best
    1.79 -distuninstallcheck_listfiles = find . -type f -print
    1.80 -distcleancheck_listfiles = find . -type f -print
    1.81 -ACLOCAL = @ACLOCAL@
    1.82 -ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
    1.83 -AMDEP_FALSE = @AMDEP_FALSE@
    1.84 -AMDEP_TRUE = @AMDEP_TRUE@
    1.85 -AMTAR = @AMTAR@
    1.86 -AR = @AR@
    1.87 -AUTOCONF = @AUTOCONF@
    1.88 -AUTOHEADER = @AUTOHEADER@
    1.89 -AUTOMAKE = @AUTOMAKE@
    1.90 -AWK = @AWK@
    1.91 -CC = @CC@
    1.92 -CCAS = @CCAS@
    1.93 -CCASFLAGS = @CCASFLAGS@
    1.94 -CCDEPMODE = @CCDEPMODE@
    1.95 -CFLAGS = @CFLAGS@
    1.96 -CPP = @CPP@
    1.97 -CPPFLAGS = @CPPFLAGS@
    1.98 -CXX = @CXX@
    1.99 -CXXCPP = @CXXCPP@
   1.100 -CXXDEPMODE = @CXXDEPMODE@
   1.101 -CXXFLAGS = @CXXFLAGS@
   1.102 -CYGPATH_W = @CYGPATH_W@
   1.103 -DEFS = @DEFS@
   1.104 -DEPDIR = @DEPDIR@
   1.105 -ECHO = @ECHO@
   1.106 -ECHO_C = @ECHO_C@
   1.107 -ECHO_N = @ECHO_N@
   1.108 -ECHO_T = @ECHO_T@
   1.109 -EGREP = @EGREP@
   1.110 -ERROR_CFLAGS = @ERROR_CFLAGS@
   1.111 -EXEEXT = @EXEEXT@
   1.112 -F77 = @F77@
   1.113 -FFLAGS = @FFLAGS@
   1.114 -GREP = @GREP@
   1.115 -GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
   1.116 -GST_BASE_LIBS = @GST_BASE_LIBS@
   1.117 -GST_CFLAGS = @GST_CFLAGS@
   1.118 -GST_LIBS = @GST_LIBS@
   1.119 -GST_MAJORMINOR = @GST_MAJORMINOR@
   1.120 -GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
   1.121 -GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
   1.122 -GST_PLUGINS_VERSION = @GST_PLUGINS_VERSION@
   1.123 -GST_PLUGINS_VERSION_MAJOR = @GST_PLUGINS_VERSION_MAJOR@
   1.124 -GST_PLUGINS_VERSION_MICRO = @GST_PLUGINS_VERSION_MICRO@
   1.125 -GST_PLUGINS_VERSION_MINOR = @GST_PLUGINS_VERSION_MINOR@
   1.126 -GST_PLUGINS_VERSION_NANO = @GST_PLUGINS_VERSION_NANO@
   1.127 -GST_PLUGINS_VERSION_RELEASE = @GST_PLUGINS_VERSION_RELEASE@
   1.128 -GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
   1.129 -HAVE_CXX = @HAVE_CXX@
   1.130 -HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
   1.131 -INSTALL_DATA = @INSTALL_DATA@
   1.132 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
   1.133 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
   1.134 -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   1.135 -LDFLAGS = @LDFLAGS@
   1.136 -LIBOBJS = @LIBOBJS@
   1.137 -LIBS = @LIBS@
   1.138 -LIBTOOL = @LIBTOOL@
   1.139 -LN_S = @LN_S@
   1.140 -LTLIBOBJS = @LTLIBOBJS@
   1.141 -MAINT = @MAINT@
   1.142 -MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
   1.143 -MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
   1.144 -MAKEINFO = @MAKEINFO@
   1.145 -OBJEXT = @OBJEXT@
   1.146 -PACKAGE = @PACKAGE@
   1.147 -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   1.148 -PACKAGE_NAME = @PACKAGE_NAME@
   1.149 -PACKAGE_STRING = @PACKAGE_STRING@
   1.150 -PACKAGE_TARNAME = @PACKAGE_TARNAME@
   1.151 -PACKAGE_VERSION = @PACKAGE_VERSION@
   1.152 -PATH_SEPARATOR = @PATH_SEPARATOR@
   1.153 -PKG_CONFIG = @PKG_CONFIG@
   1.154 -RANLIB = @RANLIB@
   1.155 -SET_MAKE = @SET_MAKE@
   1.156 -SHELL = @SHELL@
   1.157 -STRIP = @STRIP@
   1.158 -VERSION = @VERSION@
   1.159 -ac_ct_CC = @ac_ct_CC@
   1.160 -ac_ct_CXX = @ac_ct_CXX@
   1.161 -ac_ct_F77 = @ac_ct_F77@
   1.162 -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
   1.163 -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
   1.164 -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
   1.165 -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
   1.166 -am__include = @am__include@
   1.167 -am__leading_dot = @am__leading_dot@
   1.168 -am__quote = @am__quote@
   1.169 -am__tar = @am__tar@
   1.170 -am__untar = @am__untar@
   1.171 -bindir = @bindir@
   1.172 -build = @build@
   1.173 -build_alias = @build_alias@
   1.174 -build_cpu = @build_cpu@
   1.175 -build_os = @build_os@
   1.176 -build_vendor = @build_vendor@
   1.177 -datadir = @datadir@
   1.178 -datarootdir = @datarootdir@
   1.179 -docdir = @docdir@
   1.180 -dvidir = @dvidir@
   1.181 -exec_prefix = @exec_prefix@
   1.182 -host = @host@
   1.183 -host_alias = @host_alias@
   1.184 -host_cpu = @host_cpu@
   1.185 -host_os = @host_os@
   1.186 -host_vendor = @host_vendor@
   1.187 -htmldir = @htmldir@
   1.188 -includedir = @includedir@
   1.189 -infodir = @infodir@
   1.190 -install_sh = @install_sh@
   1.191 -libdir = @libdir@
   1.192 -libexecdir = @libexecdir@
   1.193 -localedir = @localedir@
   1.194 -localstatedir = @localstatedir@
   1.195 -mandir = @mandir@
   1.196 -mkdir_p = @mkdir_p@
   1.197 -oldincludedir = @oldincludedir@
   1.198 -pdfdir = @pdfdir@
   1.199 -plugindir = @plugindir@
   1.200 -prefix = @prefix@
   1.201 -program_transform_name = @program_transform_name@
   1.202 -psdir = @psdir@
   1.203 -sbindir = @sbindir@
   1.204 -sharedstatedir = @sharedstatedir@
   1.205 -sysconfdir = @sysconfdir@
   1.206 -target = @target@
   1.207 -target_alias = @target_alias@
   1.208 -target_cpu = @target_cpu@
   1.209 -target_os = @target_os@
   1.210 -target_vendor = @target_vendor@
   1.211 -SUBDIRS = \
   1.212 -	src
   1.213 -
   1.214 -all: config.h
   1.215 -	$(MAKE) $(AM_MAKEFLAGS) all-recursive
   1.216 -
   1.217 -.SUFFIXES:
   1.218 -am--refresh:
   1.219 -	@:
   1.220 -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
   1.221 -	@for dep in $?; do \
   1.222 -	  case '$(am__configure_deps)' in \
   1.223 -	    *$$dep*) \
   1.224 -	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
   1.225 -	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
   1.226 -		&& exit 0; \
   1.227 -	      exit 1;; \
   1.228 -	  esac; \
   1.229 -	done; \
   1.230 -	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
   1.231 -	cd $(top_srcdir) && \
   1.232 -	  $(AUTOMAKE) --gnu  Makefile
   1.233 -.PRECIOUS: Makefile
   1.234 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   1.235 -	@case '$?' in \
   1.236 -	  *config.status*) \
   1.237 -	    echo ' $(SHELL) ./config.status'; \
   1.238 -	    $(SHELL) ./config.status;; \
   1.239 -	  *) \
   1.240 -	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
   1.241 -	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
   1.242 -	esac;
   1.243 -
   1.244 -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   1.245 -	$(SHELL) ./config.status --recheck
   1.246 -
   1.247 -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
   1.248 -	cd $(srcdir) && $(AUTOCONF)
   1.249 -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
   1.250 -	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   1.251 -
   1.252 -config.h: stamp-h1
   1.253 -	@if test ! -f $@; then \
   1.254 -	  rm -f stamp-h1; \
   1.255 -	  $(MAKE) stamp-h1; \
   1.256 -	else :; fi
   1.257 -
   1.258 -stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
   1.259 -	@rm -f stamp-h1
   1.260 -	cd $(top_builddir) && $(SHELL) ./config.status config.h
   1.261 -$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
   1.262 -	cd $(top_srcdir) && $(AUTOHEADER)
   1.263 -	rm -f stamp-h1
   1.264 -	touch $@
   1.265 -
   1.266 -distclean-hdr:
   1.267 -	-rm -f config.h stamp-h1
   1.268 -
   1.269 -mostlyclean-libtool:
   1.270 -	-rm -f *.lo
   1.271 -
   1.272 -clean-libtool:
   1.273 -	-rm -rf .libs _libs
   1.274 -
   1.275 -distclean-libtool:
   1.276 -	-rm -f libtool
   1.277 -uninstall-info-am:
   1.278 -
   1.279 -# This directory's subdirectories are mostly independent; you can cd
   1.280 -# into them and run `make' without going through this Makefile.
   1.281 -# To change the values of `make' variables: instead of editing Makefiles,
   1.282 -# (1) if the variable is set in `config.status', edit `config.status'
   1.283 -#     (which will cause the Makefiles to be regenerated when you run `make');
   1.284 -# (2) otherwise, pass the desired values on the `make' command line.
   1.285 -$(RECURSIVE_TARGETS):
   1.286 -	@failcom='exit 1'; \
   1.287 -	for f in x $$MAKEFLAGS; do \
   1.288 -	  case $$f in \
   1.289 -	    *=* | --[!k]*);; \
   1.290 -	    *k*) failcom='fail=yes';; \
   1.291 -	  esac; \
   1.292 -	done; \
   1.293 -	dot_seen=no; \
   1.294 -	target=`echo $@ | sed s/-recursive//`; \
   1.295 -	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.296 -	  echo "Making $$target in $$subdir"; \
   1.297 -	  if test "$$subdir" = "."; then \
   1.298 -	    dot_seen=yes; \
   1.299 -	    local_target="$$target-am"; \
   1.300 -	  else \
   1.301 -	    local_target="$$target"; \
   1.302 -	  fi; \
   1.303 -	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1.304 -	  || eval $$failcom; \
   1.305 -	done; \
   1.306 -	if test "$$dot_seen" = "no"; then \
   1.307 -	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   1.308 -	fi; test -z "$$fail"
   1.309 -
   1.310 -mostlyclean-recursive clean-recursive distclean-recursive \
   1.311 -maintainer-clean-recursive:
   1.312 -	@failcom='exit 1'; \
   1.313 -	for f in x $$MAKEFLAGS; do \
   1.314 -	  case $$f in \
   1.315 -	    *=* | --[!k]*);; \
   1.316 -	    *k*) failcom='fail=yes';; \
   1.317 -	  esac; \
   1.318 -	done; \
   1.319 -	dot_seen=no; \
   1.320 -	case "$@" in \
   1.321 -	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   1.322 -	  *) list='$(SUBDIRS)' ;; \
   1.323 -	esac; \
   1.324 -	rev=''; for subdir in $$list; do \
   1.325 -	  if test "$$subdir" = "."; then :; else \
   1.326 -	    rev="$$subdir $$rev"; \
   1.327 -	  fi; \
   1.328 -	done; \
   1.329 -	rev="$$rev ."; \
   1.330 -	target=`echo $@ | sed s/-recursive//`; \
   1.331 -	for subdir in $$rev; do \
   1.332 -	  echo "Making $$target in $$subdir"; \
   1.333 -	  if test "$$subdir" = "."; then \
   1.334 -	    local_target="$$target-am"; \
   1.335 -	  else \
   1.336 -	    local_target="$$target"; \
   1.337 -	  fi; \
   1.338 -	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1.339 -	  || eval $$failcom; \
   1.340 -	done && test -z "$$fail"
   1.341 -tags-recursive:
   1.342 -	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.343 -	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
   1.344 -	done
   1.345 -ctags-recursive:
   1.346 -	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.347 -	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
   1.348 -	done
   1.349 -
   1.350 -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
   1.351 -	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
   1.352 -	unique=`for i in $$list; do \
   1.353 -	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.354 -	  done | \
   1.355 -	  $(AWK) '    { files[$$0] = 1; } \
   1.356 -	       END { for (i in files) print i; }'`; \
   1.357 -	mkid -fID $$unique
   1.358 -tags: TAGS
   1.359 -
   1.360 -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
   1.361 -		$(TAGS_FILES) $(LISP)
   1.362 -	tags=; \
   1.363 -	here=`pwd`; \
   1.364 -	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   1.365 -	  include_option=--etags-include; \
   1.366 -	  empty_fix=.; \
   1.367 -	else \
   1.368 -	  include_option=--include; \
   1.369 -	  empty_fix=; \
   1.370 -	fi; \
   1.371 -	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.372 -	  if test "$$subdir" = .; then :; else \
   1.373 -	    test ! -f $$subdir/TAGS || \
   1.374 -	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
   1.375 -	  fi; \
   1.376 -	done; \
   1.377 -	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
   1.378 -	unique=`for i in $$list; do \
   1.379 -	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.380 -	  done | \
   1.381 -	  $(AWK) '    { files[$$0] = 1; } \
   1.382 -	       END { for (i in files) print i; }'`; \
   1.383 -	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
   1.384 -	  test -n "$$unique" || unique=$$empty_fix; \
   1.385 -	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1.386 -	    $$tags $$unique; \
   1.387 -	fi
   1.388 -ctags: CTAGS
   1.389 -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
   1.390 -		$(TAGS_FILES) $(LISP)
   1.391 -	tags=; \
   1.392 -	here=`pwd`; \
   1.393 -	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
   1.394 -	unique=`for i in $$list; do \
   1.395 -	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.396 -	  done | \
   1.397 -	  $(AWK) '    { files[$$0] = 1; } \
   1.398 -	       END { for (i in files) print i; }'`; \
   1.399 -	test -z "$(CTAGS_ARGS)$$tags$$unique" \
   1.400 -	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1.401 -	     $$tags $$unique
   1.402 -
   1.403 -GTAGS:
   1.404 -	here=`$(am__cd) $(top_builddir) && pwd` \
   1.405 -	  && cd $(top_srcdir) \
   1.406 -	  && gtags -i $(GTAGS_ARGS) $$here
   1.407 -
   1.408 -distclean-tags:
   1.409 -	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1.410 -
   1.411 -distdir: $(DISTFILES)
   1.412 -	$(am__remove_distdir)
   1.413 -	mkdir $(distdir)
   1.414 -	$(mkdir_p) $(distdir)/m4
   1.415 -	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
   1.416 -	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
   1.417 -	list='$(DISTFILES)'; for file in $$list; do \
   1.418 -	  case $$file in \
   1.419 -	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
   1.420 -	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
   1.421 -	  esac; \
   1.422 -	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   1.423 -	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
   1.424 -	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
   1.425 -	    dir="/$$dir"; \
   1.426 -	    $(mkdir_p) "$(distdir)$$dir"; \
   1.427 -	  else \
   1.428 -	    dir=''; \
   1.429 -	  fi; \
   1.430 -	  if test -d $$d/$$file; then \
   1.431 -	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   1.432 -	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
   1.433 -	    fi; \
   1.434 -	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
   1.435 -	  else \
   1.436 -	    test -f $(distdir)/$$file \
   1.437 -	    || cp -p $$d/$$file $(distdir)/$$file \
   1.438 -	    || exit 1; \
   1.439 -	  fi; \
   1.440 -	done
   1.441 -	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   1.442 -	  if test "$$subdir" = .; then :; else \
   1.443 -	    test -d "$(distdir)/$$subdir" \
   1.444 -	    || $(mkdir_p) "$(distdir)/$$subdir" \
   1.445 -	    || exit 1; \
   1.446 -	    distdir=`$(am__cd) $(distdir) && pwd`; \
   1.447 -	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
   1.448 -	    (cd $$subdir && \
   1.449 -	      $(MAKE) $(AM_MAKEFLAGS) \
   1.450 -	        top_distdir="$$top_distdir" \
   1.451 -	        distdir="$$distdir/$$subdir" \
   1.452 -	        distdir) \
   1.453 -	      || exit 1; \
   1.454 -	  fi; \
   1.455 -	done
   1.456 -	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
   1.457 -	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
   1.458 -	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
   1.459 -	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
   1.460 -	|| chmod -R a+r $(distdir)
   1.461 -dist-gzip: distdir
   1.462 -	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   1.463 -	$(am__remove_distdir)
   1.464 -
   1.465 -dist-bzip2: distdir
   1.466 -	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
   1.467 -	$(am__remove_distdir)
   1.468 -
   1.469 -dist-tarZ: distdir
   1.470 -	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
   1.471 -	$(am__remove_distdir)
   1.472 -
   1.473 -dist-shar: distdir
   1.474 -	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
   1.475 -	$(am__remove_distdir)
   1.476 -
   1.477 -dist-zip: distdir
   1.478 -	-rm -f $(distdir).zip
   1.479 -	zip -rq $(distdir).zip $(distdir)
   1.480 -	$(am__remove_distdir)
   1.481 -
   1.482 -dist dist-all: distdir
   1.483 -	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   1.484 -	$(am__remove_distdir)
   1.485 -
   1.486 -# This target untars the dist file and tries a VPATH configuration.  Then
   1.487 -# it guarantees that the distribution is self-contained by making another
   1.488 -# tarfile.
   1.489 -distcheck: dist
   1.490 -	case '$(DIST_ARCHIVES)' in \
   1.491 -	*.tar.gz*) \
   1.492 -	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
   1.493 -	*.tar.bz2*) \
   1.494 -	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
   1.495 -	*.tar.Z*) \
   1.496 -	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
   1.497 -	*.shar.gz*) \
   1.498 -	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
   1.499 -	*.zip*) \
   1.500 -	  unzip $(distdir).zip ;;\
   1.501 -	esac
   1.502 -	chmod -R a-w $(distdir); chmod a+w $(distdir)
   1.503 -	mkdir $(distdir)/_build
   1.504 -	mkdir $(distdir)/_inst
   1.505 -	chmod a-w $(distdir)
   1.506 -	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
   1.507 -	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
   1.508 -	  && cd $(distdir)/_build \
   1.509 -	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
   1.510 -	    $(DISTCHECK_CONFIGURE_FLAGS) \
   1.511 -	  && $(MAKE) $(AM_MAKEFLAGS) \
   1.512 -	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
   1.513 -	  && $(MAKE) $(AM_MAKEFLAGS) check \
   1.514 -	  && $(MAKE) $(AM_MAKEFLAGS) install \
   1.515 -	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
   1.516 -	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
   1.517 -	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
   1.518 -	        distuninstallcheck \
   1.519 -	  && chmod -R a-w "$$dc_install_base" \
   1.520 -	  && ({ \
   1.521 -	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
   1.522 -	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
   1.523 -	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
   1.524 -	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
   1.525 -	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
   1.526 -	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
   1.527 -	  && rm -rf "$$dc_destdir" \
   1.528 -	  && $(MAKE) $(AM_MAKEFLAGS) dist \
   1.529 -	  && rm -rf $(DIST_ARCHIVES) \
   1.530 -	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
   1.531 -	$(am__remove_distdir)
   1.532 -	@(echo "$(distdir) archives ready for distribution: "; \
   1.533 -	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
   1.534 -	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
   1.535 -distuninstallcheck:
   1.536 -	@cd $(distuninstallcheck_dir) \
   1.537 -	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
   1.538 -	   || { echo "ERROR: files left after uninstall:" ; \
   1.539 -	        if test -n "$(DESTDIR)"; then \
   1.540 -	          echo "  (check DESTDIR support)"; \
   1.541 -	        fi ; \
   1.542 -	        $(distuninstallcheck_listfiles) ; \
   1.543 -	        exit 1; } >&2
   1.544 -distcleancheck: distclean
   1.545 -	@if test '$(srcdir)' = . ; then \
   1.546 -	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
   1.547 -	  exit 1 ; \
   1.548 -	fi
   1.549 -	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
   1.550 -	  || { echo "ERROR: files left in build directory after distclean:" ; \
   1.551 -	       $(distcleancheck_listfiles) ; \
   1.552 -	       exit 1; } >&2
   1.553 -check-am: all-am
   1.554 -check: check-recursive
   1.555 -all-am: Makefile config.h
   1.556 -installdirs: installdirs-recursive
   1.557 -installdirs-am:
   1.558 -install: install-recursive
   1.559 -install-exec: install-exec-recursive
   1.560 -install-data: install-data-recursive
   1.561 -uninstall: uninstall-recursive
   1.562 -
   1.563 -install-am: all-am
   1.564 -	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1.565 -
   1.566 -installcheck: installcheck-recursive
   1.567 -install-strip:
   1.568 -	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1.569 -	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1.570 -	  `test -z '$(STRIP)' || \
   1.571 -	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   1.572 -mostlyclean-generic:
   1.573 -
   1.574 -clean-generic:
   1.575 -
   1.576 -distclean-generic:
   1.577 -	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   1.578 -
   1.579 -maintainer-clean-generic:
   1.580 -	@echo "This command is intended for maintainers to use"
   1.581 -	@echo "it deletes files that may require special tools to rebuild."
   1.582 -clean: clean-recursive
   1.583 -
   1.584 -clean-am: clean-generic clean-libtool mostlyclean-am
   1.585 -
   1.586 -distclean: distclean-recursive
   1.587 -	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   1.588 -	-rm -f Makefile
   1.589 -distclean-am: clean-am distclean-generic distclean-hdr \
   1.590 -	distclean-libtool distclean-tags
   1.591 -
   1.592 -dvi: dvi-recursive
   1.593 -
   1.594 -dvi-am:
   1.595 -
   1.596 -html: html-recursive
   1.597 -
   1.598 -info: info-recursive
   1.599 -
   1.600 -info-am:
   1.601 -
   1.602 -install-data-am:
   1.603 -
   1.604 -install-exec-am:
   1.605 -
   1.606 -install-info: install-info-recursive
   1.607 -
   1.608 -install-man:
   1.609 -
   1.610 -installcheck-am:
   1.611 -
   1.612 -maintainer-clean: maintainer-clean-recursive
   1.613 -	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   1.614 -	-rm -rf $(top_srcdir)/autom4te.cache
   1.615 -	-rm -f Makefile
   1.616 -maintainer-clean-am: distclean-am maintainer-clean-generic
   1.617 -
   1.618 -mostlyclean: mostlyclean-recursive
   1.619 -
   1.620 -mostlyclean-am: mostlyclean-generic mostlyclean-libtool
   1.621 -
   1.622 -pdf: pdf-recursive
   1.623 -
   1.624 -pdf-am:
   1.625 -
   1.626 -ps: ps-recursive
   1.627 -
   1.628 -ps-am:
   1.629 -
   1.630 -uninstall-am: uninstall-info-am
   1.631 -
   1.632 -uninstall-info: uninstall-info-recursive
   1.633 -
   1.634 -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
   1.635 -	check-am clean clean-generic clean-libtool clean-recursive \
   1.636 -	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
   1.637 -	dist-shar dist-tarZ dist-zip distcheck distclean \
   1.638 -	distclean-generic distclean-hdr distclean-libtool \
   1.639 -	distclean-recursive distclean-tags distcleancheck distdir \
   1.640 -	distuninstallcheck dvi dvi-am html html-am info info-am \
   1.641 -	install install-am install-data install-data-am install-exec \
   1.642 -	install-exec-am install-info install-info-am install-man \
   1.643 -	install-strip installcheck installcheck-am installdirs \
   1.644 -	installdirs-am maintainer-clean maintainer-clean-generic \
   1.645 -	maintainer-clean-recursive mostlyclean mostlyclean-generic \
   1.646 -	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
   1.647 -	tags tags-recursive uninstall uninstall-am uninstall-info-am
   1.648 -
   1.649 -# Tell versions [3.59,3.63) of GNU make to not export all variables.
   1.650 -# Otherwise a system limit (for SysV at least) may be exceeded.
   1.651 -.NOEXPORT: