lemon-project-template-glpk

diff deps/glpk/Makefile.in @ 9:33de93886c88

Import GLPK 4.47
author Alpar Juttner <alpar@cs.elte.hu>
date Sun, 06 Nov 2011 20:59:10 +0100
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/deps/glpk/Makefile.in	Sun Nov 06 20:59:10 2011 +0100
     1.3 @@ -0,0 +1,719 @@
     1.4 +# Makefile.in generated by automake 1.11.1 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, 2006, 2007, 2008, 2009  Free Software Foundation,
     1.9 +# Inc.
    1.10 +# This Makefile.in is free software; the Free Software Foundation
    1.11 +# gives unlimited permission to copy and/or distribute it,
    1.12 +# with or without modifications, as long as this notice is preserved.
    1.13 +
    1.14 +# This program is distributed in the hope that it will be useful,
    1.15 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    1.16 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    1.17 +# PARTICULAR PURPOSE.
    1.18 +
    1.19 +@SET_MAKE@
    1.20 +VPATH = @srcdir@
    1.21 +pkgdatadir = $(datadir)/@PACKAGE@
    1.22 +pkgincludedir = $(includedir)/@PACKAGE@
    1.23 +pkglibdir = $(libdir)/@PACKAGE@
    1.24 +pkglibexecdir = $(libexecdir)/@PACKAGE@
    1.25 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    1.26 +install_sh_DATA = $(install_sh) -c -m 644
    1.27 +install_sh_PROGRAM = $(install_sh) -c
    1.28 +install_sh_SCRIPT = $(install_sh) -c
    1.29 +INSTALL_HEADER = $(INSTALL_DATA)
    1.30 +transform = $(program_transform_name)
    1.31 +NORMAL_INSTALL = :
    1.32 +PRE_INSTALL = :
    1.33 +POST_INSTALL = :
    1.34 +NORMAL_UNINSTALL = :
    1.35 +PRE_UNINSTALL = :
    1.36 +POST_UNINSTALL = :
    1.37 +build_triplet = @build@
    1.38 +host_triplet = @host@
    1.39 +subdir = .
    1.40 +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    1.41 +	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
    1.42 +	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
    1.43 +	THANKS config.guess config.sub depcomp install-sh ltmain.sh \
    1.44 +	missing
    1.45 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    1.46 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
    1.47 +	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    1.48 +	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    1.49 +	$(top_srcdir)/configure.ac
    1.50 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    1.51 +	$(ACLOCAL_M4)
    1.52 +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    1.53 + configure.lineno config.status.lineno
    1.54 +mkinstalldirs = $(install_sh) -d
    1.55 +CONFIG_HEADER = config.h
    1.56 +CONFIG_CLEAN_FILES =
    1.57 +CONFIG_CLEAN_VPATH_FILES =
    1.58 +SOURCES =
    1.59 +DIST_SOURCES =
    1.60 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    1.61 +	html-recursive info-recursive install-data-recursive \
    1.62 +	install-dvi-recursive install-exec-recursive \
    1.63 +	install-html-recursive install-info-recursive \
    1.64 +	install-pdf-recursive install-ps-recursive install-recursive \
    1.65 +	installcheck-recursive installdirs-recursive pdf-recursive \
    1.66 +	ps-recursive uninstall-recursive
    1.67 +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    1.68 +  distclean-recursive maintainer-clean-recursive
    1.69 +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
    1.70 +	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
    1.71 +	distdir dist dist-all distcheck
    1.72 +ETAGS = etags
    1.73 +CTAGS = ctags
    1.74 +DIST_SUBDIRS = $(SUBDIRS)
    1.75 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    1.76 +distdir = $(PACKAGE)-$(VERSION)
    1.77 +top_distdir = $(distdir)
    1.78 +am__remove_distdir = \
    1.79 +  { test ! -d "$(distdir)" \
    1.80 +    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
    1.81 +         && rm -fr "$(distdir)"; }; }
    1.82 +am__relativize = \
    1.83 +  dir0=`pwd`; \
    1.84 +  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    1.85 +  sed_rest='s,^[^/]*/*,,'; \
    1.86 +  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    1.87 +  sed_butlast='s,/*[^/]*$$,,'; \
    1.88 +  while test -n "$$dir1"; do \
    1.89 +    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    1.90 +    if test "$$first" != "."; then \
    1.91 +      if test "$$first" = ".."; then \
    1.92 +        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    1.93 +        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    1.94 +      else \
    1.95 +        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    1.96 +        if test "$$first2" = "$$first"; then \
    1.97 +          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    1.98 +        else \
    1.99 +          dir2="../$$dir2"; \
   1.100 +        fi; \
   1.101 +        dir0="$$dir0"/"$$first"; \
   1.102 +      fi; \
   1.103 +    fi; \
   1.104 +    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   1.105 +  done; \
   1.106 +  reldir="$$dir2"
   1.107 +DIST_ARCHIVES = $(distdir).tar.gz
   1.108 +GZIP_ENV = --best
   1.109 +distuninstallcheck_listfiles = find . -type f -print
   1.110 +distcleancheck_listfiles = find . -type f -print
   1.111 +ACLOCAL = @ACLOCAL@
   1.112 +AMTAR = @AMTAR@
   1.113 +AR = @AR@
   1.114 +AUTOCONF = @AUTOCONF@
   1.115 +AUTOHEADER = @AUTOHEADER@
   1.116 +AUTOMAKE = @AUTOMAKE@
   1.117 +AWK = @AWK@
   1.118 +CC = @CC@
   1.119 +CCDEPMODE = @CCDEPMODE@
   1.120 +CFLAGS = @CFLAGS@
   1.121 +CPP = @CPP@
   1.122 +CPPFLAGS = @CPPFLAGS@
   1.123 +CYGPATH_W = @CYGPATH_W@
   1.124 +DEFS = @DEFS@
   1.125 +DEPDIR = @DEPDIR@
   1.126 +DLLTOOL = @DLLTOOL@
   1.127 +DSYMUTIL = @DSYMUTIL@
   1.128 +DUMPBIN = @DUMPBIN@
   1.129 +ECHO_C = @ECHO_C@
   1.130 +ECHO_N = @ECHO_N@
   1.131 +ECHO_T = @ECHO_T@
   1.132 +EGREP = @EGREP@
   1.133 +EXEEXT = @EXEEXT@
   1.134 +FGREP = @FGREP@
   1.135 +GREP = @GREP@
   1.136 +INSTALL = @INSTALL@
   1.137 +INSTALL_DATA = @INSTALL_DATA@
   1.138 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
   1.139 +INSTALL_SCRIPT = @INSTALL_SCRIPT@
   1.140 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   1.141 +LD = @LD@
   1.142 +LDFLAGS = @LDFLAGS@
   1.143 +LIBOBJS = @LIBOBJS@
   1.144 +LIBS = @LIBS@
   1.145 +LIBTOOL = @LIBTOOL@
   1.146 +LIPO = @LIPO@
   1.147 +LN_S = @LN_S@
   1.148 +LTLIBOBJS = @LTLIBOBJS@
   1.149 +MAKEINFO = @MAKEINFO@
   1.150 +MKDIR_P = @MKDIR_P@
   1.151 +NM = @NM@
   1.152 +NMEDIT = @NMEDIT@
   1.153 +OBJDUMP = @OBJDUMP@
   1.154 +OBJEXT = @OBJEXT@
   1.155 +OTOOL = @OTOOL@
   1.156 +OTOOL64 = @OTOOL64@
   1.157 +PACKAGE = @PACKAGE@
   1.158 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   1.159 +PACKAGE_NAME = @PACKAGE_NAME@
   1.160 +PACKAGE_STRING = @PACKAGE_STRING@
   1.161 +PACKAGE_TARNAME = @PACKAGE_TARNAME@
   1.162 +PACKAGE_URL = @PACKAGE_URL@
   1.163 +PACKAGE_VERSION = @PACKAGE_VERSION@
   1.164 +PATH_SEPARATOR = @PATH_SEPARATOR@
   1.165 +RANLIB = @RANLIB@
   1.166 +SED = @SED@
   1.167 +SET_MAKE = @SET_MAKE@
   1.168 +SHELL = @SHELL@
   1.169 +STRIP = @STRIP@
   1.170 +VERSION = @VERSION@
   1.171 +abs_builddir = @abs_builddir@
   1.172 +abs_srcdir = @abs_srcdir@
   1.173 +abs_top_builddir = @abs_top_builddir@
   1.174 +abs_top_srcdir = @abs_top_srcdir@
   1.175 +ac_ct_CC = @ac_ct_CC@
   1.176 +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
   1.177 +am__include = @am__include@
   1.178 +am__leading_dot = @am__leading_dot@
   1.179 +am__quote = @am__quote@
   1.180 +am__tar = @am__tar@
   1.181 +am__untar = @am__untar@
   1.182 +bindir = @bindir@
   1.183 +build = @build@
   1.184 +build_alias = @build_alias@
   1.185 +build_cpu = @build_cpu@
   1.186 +build_os = @build_os@
   1.187 +build_vendor = @build_vendor@
   1.188 +builddir = @builddir@
   1.189 +datadir = @datadir@
   1.190 +datarootdir = @datarootdir@
   1.191 +docdir = @docdir@
   1.192 +dvidir = @dvidir@
   1.193 +exec_prefix = @exec_prefix@
   1.194 +host = @host@
   1.195 +host_alias = @host_alias@
   1.196 +host_cpu = @host_cpu@
   1.197 +host_os = @host_os@
   1.198 +host_vendor = @host_vendor@
   1.199 +htmldir = @htmldir@
   1.200 +includedir = @includedir@
   1.201 +infodir = @infodir@
   1.202 +install_sh = @install_sh@
   1.203 +libdir = @libdir@
   1.204 +libexecdir = @libexecdir@
   1.205 +localedir = @localedir@
   1.206 +localstatedir = @localstatedir@
   1.207 +mandir = @mandir@
   1.208 +mkdir_p = @mkdir_p@
   1.209 +oldincludedir = @oldincludedir@
   1.210 +pdfdir = @pdfdir@
   1.211 +prefix = @prefix@
   1.212 +program_transform_name = @program_transform_name@
   1.213 +psdir = @psdir@
   1.214 +sbindir = @sbindir@
   1.215 +sharedstatedir = @sharedstatedir@
   1.216 +srcdir = @srcdir@
   1.217 +sysconfdir = @sysconfdir@
   1.218 +target_alias = @target_alias@
   1.219 +to_host_path_cmd = @to_host_path_cmd@
   1.220 +top_build_prefix = @top_build_prefix@
   1.221 +top_builddir = @top_builddir@
   1.222 +top_srcdir = @top_srcdir@
   1.223 +ACLOCAL_AMFLAGS = -I m4
   1.224 +SUBDIRS = src examples
   1.225 +all: config.h
   1.226 +	$(MAKE) $(AM_MAKEFLAGS) all-recursive
   1.227 +
   1.228 +.SUFFIXES:
   1.229 +am--refresh:
   1.230 +	@:
   1.231 +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
   1.232 +	@for dep in $?; do \
   1.233 +	  case '$(am__configure_deps)' in \
   1.234 +	    *$$dep*) \
   1.235 +	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
   1.236 +	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
   1.237 +		&& exit 0; \
   1.238 +	      exit 1;; \
   1.239 +	  esac; \
   1.240 +	done; \
   1.241 +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
   1.242 +	$(am__cd) $(top_srcdir) && \
   1.243 +	  $(AUTOMAKE) --gnu Makefile
   1.244 +.PRECIOUS: Makefile
   1.245 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   1.246 +	@case '$?' in \
   1.247 +	  *config.status*) \
   1.248 +	    echo ' $(SHELL) ./config.status'; \
   1.249 +	    $(SHELL) ./config.status;; \
   1.250 +	  *) \
   1.251 +	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
   1.252 +	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
   1.253 +	esac;
   1.254 +
   1.255 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   1.256 +	$(SHELL) ./config.status --recheck
   1.257 +
   1.258 +$(top_srcdir)/configure:  $(am__configure_deps)
   1.259 +	$(am__cd) $(srcdir) && $(AUTOCONF)
   1.260 +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
   1.261 +	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   1.262 +$(am__aclocal_m4_deps):
   1.263 +
   1.264 +config.h: stamp-h1
   1.265 +	@if test ! -f $@; then \
   1.266 +	  rm -f stamp-h1; \
   1.267 +	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
   1.268 +	else :; fi
   1.269 +
   1.270 +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
   1.271 +	@rm -f stamp-h1
   1.272 +	cd $(top_builddir) && $(SHELL) ./config.status config.h
   1.273 +$(srcdir)/config.h.in:  $(am__configure_deps) 
   1.274 +	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
   1.275 +	rm -f stamp-h1
   1.276 +	touch $@
   1.277 +
   1.278 +distclean-hdr:
   1.279 +	-rm -f config.h stamp-h1
   1.280 +
   1.281 +mostlyclean-libtool:
   1.282 +	-rm -f *.lo
   1.283 +
   1.284 +clean-libtool:
   1.285 +	-rm -rf .libs _libs
   1.286 +
   1.287 +distclean-libtool:
   1.288 +	-rm -f libtool config.lt
   1.289 +
   1.290 +# This directory's subdirectories are mostly independent; you can cd
   1.291 +# into them and run `make' without going through this Makefile.
   1.292 +# To change the values of `make' variables: instead of editing Makefiles,
   1.293 +# (1) if the variable is set in `config.status', edit `config.status'
   1.294 +#     (which will cause the Makefiles to be regenerated when you run `make');
   1.295 +# (2) otherwise, pass the desired values on the `make' command line.
   1.296 +$(RECURSIVE_TARGETS):
   1.297 +	@fail= failcom='exit 1'; \
   1.298 +	for f in x $$MAKEFLAGS; do \
   1.299 +	  case $$f in \
   1.300 +	    *=* | --[!k]*);; \
   1.301 +	    *k*) failcom='fail=yes';; \
   1.302 +	  esac; \
   1.303 +	done; \
   1.304 +	dot_seen=no; \
   1.305 +	target=`echo $@ | sed s/-recursive//`; \
   1.306 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.307 +	  echo "Making $$target in $$subdir"; \
   1.308 +	  if test "$$subdir" = "."; then \
   1.309 +	    dot_seen=yes; \
   1.310 +	    local_target="$$target-am"; \
   1.311 +	  else \
   1.312 +	    local_target="$$target"; \
   1.313 +	  fi; \
   1.314 +	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1.315 +	  || eval $$failcom; \
   1.316 +	done; \
   1.317 +	if test "$$dot_seen" = "no"; then \
   1.318 +	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   1.319 +	fi; test -z "$$fail"
   1.320 +
   1.321 +$(RECURSIVE_CLEAN_TARGETS):
   1.322 +	@fail= failcom='exit 1'; \
   1.323 +	for f in x $$MAKEFLAGS; do \
   1.324 +	  case $$f in \
   1.325 +	    *=* | --[!k]*);; \
   1.326 +	    *k*) failcom='fail=yes';; \
   1.327 +	  esac; \
   1.328 +	done; \
   1.329 +	dot_seen=no; \
   1.330 +	case "$@" in \
   1.331 +	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   1.332 +	  *) list='$(SUBDIRS)' ;; \
   1.333 +	esac; \
   1.334 +	rev=''; for subdir in $$list; do \
   1.335 +	  if test "$$subdir" = "."; then :; else \
   1.336 +	    rev="$$subdir $$rev"; \
   1.337 +	  fi; \
   1.338 +	done; \
   1.339 +	rev="$$rev ."; \
   1.340 +	target=`echo $@ | sed s/-recursive//`; \
   1.341 +	for subdir in $$rev; do \
   1.342 +	  echo "Making $$target in $$subdir"; \
   1.343 +	  if test "$$subdir" = "."; then \
   1.344 +	    local_target="$$target-am"; \
   1.345 +	  else \
   1.346 +	    local_target="$$target"; \
   1.347 +	  fi; \
   1.348 +	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1.349 +	  || eval $$failcom; \
   1.350 +	done && test -z "$$fail"
   1.351 +tags-recursive:
   1.352 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.353 +	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
   1.354 +	done
   1.355 +ctags-recursive:
   1.356 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.357 +	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
   1.358 +	done
   1.359 +
   1.360 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
   1.361 +	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
   1.362 +	unique=`for i in $$list; do \
   1.363 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.364 +	  done | \
   1.365 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
   1.366 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
   1.367 +	mkid -fID $$unique
   1.368 +tags: TAGS
   1.369 +
   1.370 +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
   1.371 +		$(TAGS_FILES) $(LISP)
   1.372 +	set x; \
   1.373 +	here=`pwd`; \
   1.374 +	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   1.375 +	  include_option=--etags-include; \
   1.376 +	  empty_fix=.; \
   1.377 +	else \
   1.378 +	  include_option=--include; \
   1.379 +	  empty_fix=; \
   1.380 +	fi; \
   1.381 +	list='$(SUBDIRS)'; for subdir in $$list; do \
   1.382 +	  if test "$$subdir" = .; then :; else \
   1.383 +	    test ! -f $$subdir/TAGS || \
   1.384 +	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
   1.385 +	  fi; \
   1.386 +	done; \
   1.387 +	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
   1.388 +	unique=`for i in $$list; do \
   1.389 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.390 +	  done | \
   1.391 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
   1.392 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
   1.393 +	shift; \
   1.394 +	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   1.395 +	  test -n "$$unique" || unique=$$empty_fix; \
   1.396 +	  if test $$# -gt 0; then \
   1.397 +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1.398 +	      "$$@" $$unique; \
   1.399 +	  else \
   1.400 +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1.401 +	      $$unique; \
   1.402 +	  fi; \
   1.403 +	fi
   1.404 +ctags: CTAGS
   1.405 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
   1.406 +		$(TAGS_FILES) $(LISP)
   1.407 +	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
   1.408 +	unique=`for i in $$list; do \
   1.409 +	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1.410 +	  done | \
   1.411 +	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
   1.412 +	      END { if (nonempty) { for (i in files) print i; }; }'`; \
   1.413 +	test -z "$(CTAGS_ARGS)$$unique" \
   1.414 +	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1.415 +	     $$unique
   1.416 +
   1.417 +GTAGS:
   1.418 +	here=`$(am__cd) $(top_builddir) && pwd` \
   1.419 +	  && $(am__cd) $(top_srcdir) \
   1.420 +	  && gtags -i $(GTAGS_ARGS) "$$here"
   1.421 +
   1.422 +distclean-tags:
   1.423 +	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1.424 +
   1.425 +distdir: $(DISTFILES)
   1.426 +	$(am__remove_distdir)
   1.427 +	test -d "$(distdir)" || mkdir "$(distdir)"
   1.428 +	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1.429 +	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1.430 +	list='$(DISTFILES)'; \
   1.431 +	  dist_files=`for file in $$list; do echo $$file; done | \
   1.432 +	  sed -e "s|^$$srcdirstrip/||;t" \
   1.433 +	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   1.434 +	case $$dist_files in \
   1.435 +	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   1.436 +			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   1.437 +			   sort -u` ;; \
   1.438 +	esac; \
   1.439 +	for file in $$dist_files; do \
   1.440 +	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   1.441 +	  if test -d $$d/$$file; then \
   1.442 +	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   1.443 +	    if test -d "$(distdir)/$$file"; then \
   1.444 +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1.445 +	    fi; \
   1.446 +	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   1.447 +	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   1.448 +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1.449 +	    fi; \
   1.450 +	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   1.451 +	  else \
   1.452 +	    test -f "$(distdir)/$$file" \
   1.453 +	    || cp -p $$d/$$file "$(distdir)/$$file" \
   1.454 +	    || exit 1; \
   1.455 +	  fi; \
   1.456 +	done
   1.457 +	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   1.458 +	  if test "$$subdir" = .; then :; else \
   1.459 +	    test -d "$(distdir)/$$subdir" \
   1.460 +	    || $(MKDIR_P) "$(distdir)/$$subdir" \
   1.461 +	    || exit 1; \
   1.462 +	  fi; \
   1.463 +	done
   1.464 +	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   1.465 +	  if test "$$subdir" = .; then :; else \
   1.466 +	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
   1.467 +	    $(am__relativize); \
   1.468 +	    new_distdir=$$reldir; \
   1.469 +	    dir1=$$subdir; dir2="$(top_distdir)"; \
   1.470 +	    $(am__relativize); \
   1.471 +	    new_top_distdir=$$reldir; \
   1.472 +	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
   1.473 +	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
   1.474 +	    ($(am__cd) $$subdir && \
   1.475 +	      $(MAKE) $(AM_MAKEFLAGS) \
   1.476 +	        top_distdir="$$new_top_distdir" \
   1.477 +	        distdir="$$new_distdir" \
   1.478 +		am__remove_distdir=: \
   1.479 +		am__skip_length_check=: \
   1.480 +		am__skip_mode_fix=: \
   1.481 +	        distdir) \
   1.482 +	      || exit 1; \
   1.483 +	  fi; \
   1.484 +	done
   1.485 +	-test -n "$(am__skip_mode_fix)" \
   1.486 +	|| find "$(distdir)" -type d ! -perm -755 \
   1.487 +		-exec chmod u+rwx,go+rx {} \; -o \
   1.488 +	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
   1.489 +	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
   1.490 +	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
   1.491 +	|| chmod -R a+r "$(distdir)"
   1.492 +dist-gzip: distdir
   1.493 +	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   1.494 +	$(am__remove_distdir)
   1.495 +
   1.496 +dist-bzip2: distdir
   1.497 +	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
   1.498 +	$(am__remove_distdir)
   1.499 +
   1.500 +dist-lzma: distdir
   1.501 +	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
   1.502 +	$(am__remove_distdir)
   1.503 +
   1.504 +dist-xz: distdir
   1.505 +	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
   1.506 +	$(am__remove_distdir)
   1.507 +
   1.508 +dist-tarZ: distdir
   1.509 +	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
   1.510 +	$(am__remove_distdir)
   1.511 +
   1.512 +dist-shar: distdir
   1.513 +	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
   1.514 +	$(am__remove_distdir)
   1.515 +
   1.516 +dist-zip: distdir
   1.517 +	-rm -f $(distdir).zip
   1.518 +	zip -rq $(distdir).zip $(distdir)
   1.519 +	$(am__remove_distdir)
   1.520 +
   1.521 +dist dist-all: distdir
   1.522 +	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   1.523 +	$(am__remove_distdir)
   1.524 +
   1.525 +# This target untars the dist file and tries a VPATH configuration.  Then
   1.526 +# it guarantees that the distribution is self-contained by making another
   1.527 +# tarfile.
   1.528 +distcheck: dist
   1.529 +	case '$(DIST_ARCHIVES)' in \
   1.530 +	*.tar.gz*) \
   1.531 +	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
   1.532 +	*.tar.bz2*) \
   1.533 +	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
   1.534 +	*.tar.lzma*) \
   1.535 +	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
   1.536 +	*.tar.xz*) \
   1.537 +	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
   1.538 +	*.tar.Z*) \
   1.539 +	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
   1.540 +	*.shar.gz*) \
   1.541 +	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
   1.542 +	*.zip*) \
   1.543 +	  unzip $(distdir).zip ;;\
   1.544 +	esac
   1.545 +	chmod -R a-w $(distdir); chmod a+w $(distdir)
   1.546 +	mkdir $(distdir)/_build
   1.547 +	mkdir $(distdir)/_inst
   1.548 +	chmod a-w $(distdir)
   1.549 +	test -d $(distdir)/_build || exit 0; \
   1.550 +	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
   1.551 +	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
   1.552 +	  && am__cwd=`pwd` \
   1.553 +	  && $(am__cd) $(distdir)/_build \
   1.554 +	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
   1.555 +	    $(DISTCHECK_CONFIGURE_FLAGS) \
   1.556 +	  && $(MAKE) $(AM_MAKEFLAGS) \
   1.557 +	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
   1.558 +	  && $(MAKE) $(AM_MAKEFLAGS) check \
   1.559 +	  && $(MAKE) $(AM_MAKEFLAGS) install \
   1.560 +	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
   1.561 +	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
   1.562 +	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
   1.563 +	        distuninstallcheck \
   1.564 +	  && chmod -R a-w "$$dc_install_base" \
   1.565 +	  && ({ \
   1.566 +	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
   1.567 +	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
   1.568 +	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
   1.569 +	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
   1.570 +	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
   1.571 +	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
   1.572 +	  && rm -rf "$$dc_destdir" \
   1.573 +	  && $(MAKE) $(AM_MAKEFLAGS) dist \
   1.574 +	  && rm -rf $(DIST_ARCHIVES) \
   1.575 +	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
   1.576 +	  && cd "$$am__cwd" \
   1.577 +	  || exit 1
   1.578 +	$(am__remove_distdir)
   1.579 +	@(echo "$(distdir) archives ready for distribution: "; \
   1.580 +	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
   1.581 +	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
   1.582 +distuninstallcheck:
   1.583 +	@$(am__cd) '$(distuninstallcheck_dir)' \
   1.584 +	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
   1.585 +	   || { echo "ERROR: files left after uninstall:" ; \
   1.586 +	        if test -n "$(DESTDIR)"; then \
   1.587 +	          echo "  (check DESTDIR support)"; \
   1.588 +	        fi ; \
   1.589 +	        $(distuninstallcheck_listfiles) ; \
   1.590 +	        exit 1; } >&2
   1.591 +distcleancheck: distclean
   1.592 +	@if test '$(srcdir)' = . ; then \
   1.593 +	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
   1.594 +	  exit 1 ; \
   1.595 +	fi
   1.596 +	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
   1.597 +	  || { echo "ERROR: files left in build directory after distclean:" ; \
   1.598 +	       $(distcleancheck_listfiles) ; \
   1.599 +	       exit 1; } >&2
   1.600 +check-am: all-am
   1.601 +check: check-recursive
   1.602 +all-am: Makefile config.h
   1.603 +installdirs: installdirs-recursive
   1.604 +installdirs-am:
   1.605 +install: install-recursive
   1.606 +install-exec: install-exec-recursive
   1.607 +install-data: install-data-recursive
   1.608 +uninstall: uninstall-recursive
   1.609 +
   1.610 +install-am: all-am
   1.611 +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1.612 +
   1.613 +installcheck: installcheck-recursive
   1.614 +install-strip:
   1.615 +	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1.616 +	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1.617 +	  `test -z '$(STRIP)' || \
   1.618 +	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   1.619 +mostlyclean-generic:
   1.620 +
   1.621 +clean-generic:
   1.622 +
   1.623 +distclean-generic:
   1.624 +	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   1.625 +	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   1.626 +
   1.627 +maintainer-clean-generic:
   1.628 +	@echo "This command is intended for maintainers to use"
   1.629 +	@echo "it deletes files that may require special tools to rebuild."
   1.630 +clean: clean-recursive
   1.631 +
   1.632 +clean-am: clean-generic clean-libtool mostlyclean-am
   1.633 +
   1.634 +distclean: distclean-recursive
   1.635 +	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   1.636 +	-rm -f Makefile
   1.637 +distclean-am: clean-am distclean-generic distclean-hdr \
   1.638 +	distclean-libtool distclean-tags
   1.639 +
   1.640 +dvi: dvi-recursive
   1.641 +
   1.642 +dvi-am:
   1.643 +
   1.644 +html: html-recursive
   1.645 +
   1.646 +html-am:
   1.647 +
   1.648 +info: info-recursive
   1.649 +
   1.650 +info-am:
   1.651 +
   1.652 +install-data-am:
   1.653 +
   1.654 +install-dvi: install-dvi-recursive
   1.655 +
   1.656 +install-dvi-am:
   1.657 +
   1.658 +install-exec-am:
   1.659 +
   1.660 +install-html: install-html-recursive
   1.661 +
   1.662 +install-html-am:
   1.663 +
   1.664 +install-info: install-info-recursive
   1.665 +
   1.666 +install-info-am:
   1.667 +
   1.668 +install-man:
   1.669 +
   1.670 +install-pdf: install-pdf-recursive
   1.671 +
   1.672 +install-pdf-am:
   1.673 +
   1.674 +install-ps: install-ps-recursive
   1.675 +
   1.676 +install-ps-am:
   1.677 +
   1.678 +installcheck-am:
   1.679 +
   1.680 +maintainer-clean: maintainer-clean-recursive
   1.681 +	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   1.682 +	-rm -rf $(top_srcdir)/autom4te.cache
   1.683 +	-rm -f Makefile
   1.684 +maintainer-clean-am: distclean-am maintainer-clean-generic
   1.685 +
   1.686 +mostlyclean: mostlyclean-recursive
   1.687 +
   1.688 +mostlyclean-am: mostlyclean-generic mostlyclean-libtool
   1.689 +
   1.690 +pdf: pdf-recursive
   1.691 +
   1.692 +pdf-am:
   1.693 +
   1.694 +ps: ps-recursive
   1.695 +
   1.696 +ps-am:
   1.697 +
   1.698 +uninstall-am:
   1.699 +
   1.700 +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
   1.701 +	ctags-recursive install-am install-strip tags-recursive
   1.702 +
   1.703 +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
   1.704 +	all all-am am--refresh check check-am clean clean-generic \
   1.705 +	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
   1.706 +	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
   1.707 +	distcheck distclean distclean-generic distclean-hdr \
   1.708 +	distclean-libtool distclean-tags distcleancheck distdir \
   1.709 +	distuninstallcheck dvi dvi-am html html-am info info-am \
   1.710 +	install install-am install-data install-data-am install-dvi \
   1.711 +	install-dvi-am install-exec install-exec-am install-html \
   1.712 +	install-html-am install-info install-info-am install-man \
   1.713 +	install-pdf install-pdf-am install-ps install-ps-am \
   1.714 +	install-strip installcheck installcheck-am installdirs \
   1.715 +	installdirs-am maintainer-clean maintainer-clean-generic \
   1.716 +	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
   1.717 +	ps ps-am tags tags-recursive uninstall uninstall-am
   1.718 +
   1.719 +
   1.720 +# Tell versions [3.59,3.63) of GNU make to not export all variables.
   1.721 +# Otherwise a system limit (for SysV at least) may be exceeded.
   1.722 +.NOEXPORT: