===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gerris-20131206+dfsg/config.guess-38-
gerris-20131206+dfsg/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
gerris-20131206+dfsg/config.guess-40-
##############################################
gerris-20131206+dfsg/config.guess-108-: ${TMPDIR=/tmp} ;
gerris-20131206+dfsg/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gerris-20131206+dfsg/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gerris-20131206+dfsg/config.guess-194-	    *)
gerris-20131206+dfsg/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gerris-20131206+dfsg/config.guess-196-		;;
##############################################
gerris-20131206+dfsg/config.guess-221-	*4.0)
gerris-20131206+dfsg/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gerris-20131206+dfsg/config.guess-223-		;;
gerris-20131206+dfsg/config.guess-224-	*5.*)
gerris-20131206+dfsg/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gerris-20131206+dfsg/config.guess-226-		;;
##############################################
gerris-20131206+dfsg/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
gerris-20131206+dfsg/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gerris-20131206+dfsg/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
gerris-20131206+dfsg/config.guess-269-	# 1.2 uses "1.2" for uname -r.
gerris-20131206+dfsg/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gerris-20131206+dfsg/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gerris-20131206+dfsg/config.guess-329-    s390x:SunOS:*:*)
gerris-20131206+dfsg/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gerris-20131206+dfsg/config.guess-331-	exit ;;
gerris-20131206+dfsg/config.guess-332-    sun4H:SunOS:5.*:*)
gerris-20131206+dfsg/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gerris-20131206+dfsg/config.guess-334-	exit ;;
gerris-20131206+dfsg/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gerris-20131206+dfsg/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gerris-20131206+dfsg/config.guess-337-	exit ;;
##############################################
gerris-20131206+dfsg/config.guess-354-	fi
gerris-20131206+dfsg/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gerris-20131206+dfsg/config.guess-356-	exit ;;
##############################################
gerris-20131206+dfsg/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
gerris-20131206+dfsg/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gerris-20131206+dfsg/config.guess-362-	exit ;;
##############################################
gerris-20131206+dfsg/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
gerris-20131206+dfsg/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gerris-20131206+dfsg/config.guess-371-	exit ;;
##############################################
gerris-20131206+dfsg/config.guess-375-    sun*:*:4.2BSD:*)
gerris-20131206+dfsg/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gerris-20131206+dfsg/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gerris-20131206+dfsg/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gerris-20131206+dfsg/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gerris-20131206+dfsg/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gerris-20131206+dfsg/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gerris-20131206+dfsg/config.guess-513-    *:IRIX*:*:*)
gerris-20131206+dfsg/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gerris-20131206+dfsg/config.guess-515-	exit ;;
##############################################
gerris-20131206+dfsg/config.guess-543-EOF
gerris-20131206+dfsg/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gerris-20131206+dfsg/config.guess-545-		then
##############################################
gerris-20131206+dfsg/config.guess-556-    *:AIX:*:[4567])
gerris-20131206+dfsg/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gerris-20131206+dfsg/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gerris-20131206+dfsg/config.guess-591-    9000/[34678]??:HP-UX:*:*)
gerris-20131206+dfsg/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gerris-20131206+dfsg/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
gerris-20131206+dfsg/config.guess-645-EOF
gerris-20131206+dfsg/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gerris-20131206+dfsg/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gerris-20131206+dfsg/config.guess-673-    ia64:HP-UX:*:*)
gerris-20131206+dfsg/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gerris-20131206+dfsg/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gerris-20131206+dfsg/config.guess-703-EOF
gerris-20131206+dfsg/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gerris-20131206+dfsg/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gerris-20131206+dfsg/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gerris-20131206+dfsg/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gerris-20131206+dfsg/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gerris-20131206+dfsg/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gerris-20131206+dfsg/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gerris-20131206+dfsg/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gerris-20131206+dfsg/config.guess-795-	    amd64)
gerris-20131206+dfsg/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gerris-20131206+dfsg/config.guess-797-	    *)
gerris-20131206+dfsg/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gerris-20131206+dfsg/config.guess-799-	esac
##############################################
gerris-20131206+dfsg/config.guess-850-    prep*:SunOS:5.*:*)
gerris-20131206+dfsg/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gerris-20131206+dfsg/config.guess-852-	exit ;;
##############################################
gerris-20131206+dfsg/config.guess-854-	# the GNU system
gerris-20131206+dfsg/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gerris-20131206+dfsg/config.guess-856-	exit ;;
##############################################
gerris-20131206+dfsg/config.guess-858-	# other systems with GNU libc and userland
gerris-20131206+dfsg/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
gerris-20131206+dfsg/config.guess-860-	exit ;;
##############################################
gerris-20131206+dfsg/config.guess-923-EOF
gerris-20131206+dfsg/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
gerris-20131206+dfsg/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
gerris-20131206+dfsg/config.guess-951-EOF
gerris-20131206+dfsg/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gerris-20131206+dfsg/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
gerris-20131206+dfsg/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gerris-20131206+dfsg/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gerris-20131206+dfsg/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gerris-20131206+dfsg/config.guess-1306-    *:DragonFly:*:*)
gerris-20131206+dfsg/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gerris-20131206+dfsg/config.guess-1308-	exit ;;
##############################################
gerris-20131206+dfsg/config.guess-1319-    i*86:skyos:*:*)
gerris-20131206+dfsg/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gerris-20131206+dfsg/config.guess-1321-	exit ;;
##############################################
gerris-20131206+dfsg/config.guess-1450-
gerris-20131206+dfsg/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gerris-20131206+dfsg/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gerris-20131206+dfsg/build_function_libtool-27-
gerris-20131206+dfsg/build_function_libtool:28:if $CC `pkg-config $DIMENSION --cflags` $CFLAGS -I"$WDIR" \
gerris-20131206+dfsg/build_function_libtool-29-    -c module.c; then :
gerris-20131206+dfsg/build_function_libtool:30:    if $LD `pkg-config $DIMENSION --libs` $LDFLAGS -o libmodule.la `cat links` module.lo; then :
gerris-20131206+dfsg/build_function_libtool-31-    else
##############################################
gerris-20131206+dfsg/ltmain.sh-167-{
gerris-20131206+dfsg/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
gerris-20131206+dfsg/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gerris-20131206+dfsg/ltmain.sh-179-{
gerris-20131206+dfsg/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
gerris-20131206+dfsg/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
gerris-20131206+dfsg/ltmain.sh-198-    # Extract subdirectory from the argument.
gerris-20131206+dfsg/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
gerris-20131206+dfsg/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gerris-20131206+dfsg/ltmain.sh-204-    fi
gerris-20131206+dfsg/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
gerris-20131206+dfsg/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
gerris-20131206+dfsg/ltmain.sh-217-    case ${2} in
gerris-20131206+dfsg/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gerris-20131206+dfsg/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gerris-20131206+dfsg/ltmain.sh-220-    esac
##############################################
gerris-20131206+dfsg/ltmain.sh-380-     progdir=$func_dirname_result
gerris-20131206+dfsg/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
gerris-20131206+dfsg/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
gerris-20131206+dfsg/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
gerris-20131206+dfsg/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
gerris-20131206+dfsg/ltmain.sh-419-bs='\\'
##############################################
gerris-20131206+dfsg/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
gerris-20131206+dfsg/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
gerris-20131206+dfsg/ltmain.sh-533-      done
gerris-20131206+dfsg/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
gerris-20131206+dfsg/ltmain.sh-535-
##############################################
gerris-20131206+dfsg/ltmain.sh-566-      # If mktemp works, use that first and foremost
gerris-20131206+dfsg/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gerris-20131206+dfsg/ltmain.sh-568-
##############################################
gerris-20131206+dfsg/ltmain.sh-597-      *[\\\`\"\$]*)
gerris-20131206+dfsg/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
gerris-20131206+dfsg/ltmain.sh-599-      *)
##############################################
gerris-20131206+dfsg/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
gerris-20131206+dfsg/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
gerris-20131206+dfsg/ltmain.sh-704-    ;;
##############################################
gerris-20131206+dfsg/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
gerris-20131206+dfsg/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
gerris-20131206+dfsg/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
gerris-20131206+dfsg/ltmain.sh-772-	p
##############################################
gerris-20131206+dfsg/ltmain.sh-803-
gerris-20131206+dfsg/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
gerris-20131206+dfsg/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
gerris-20131206+dfsg/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
gerris-20131206+dfsg/ltmain.sh-816-
gerris-20131206+dfsg/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
gerris-20131206+dfsg/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
gerris-20131206+dfsg/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
gerris-20131206+dfsg/ltmain.sh-862-{
gerris-20131206+dfsg/ltmain.sh:863:    func_arith_result=`expr "${@}"`
gerris-20131206+dfsg/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
gerris-20131206+dfsg/ltmain.sh-870-{
gerris-20131206+dfsg/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
gerris-20131206+dfsg/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
gerris-20131206+dfsg/ltmain.sh-877-{
gerris-20131206+dfsg/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
gerris-20131206+dfsg/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
gerris-20131206+dfsg/ltmain.sh-884-{
gerris-20131206+dfsg/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
gerris-20131206+dfsg/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
gerris-20131206+dfsg/ltmain.sh-968-	# quotes we have to do it in 2 steps:
gerris-20131206+dfsg/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gerris-20131206+dfsg/ltmain.sh-970-	eval "$extractedcf"
##############################################
gerris-20131206+dfsg/ltmain.sh-1382-      done
gerris-20131206+dfsg/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
gerris-20131206+dfsg/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gerris-20131206+dfsg/ltmain.sh-1385-      case $@ in
##############################################
gerris-20131206+dfsg/ltmain.sh-1395-	    # Evaluate the configuration.
gerris-20131206+dfsg/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gerris-20131206+dfsg/ltmain.sh-1397-	    CC_quoted=
##############################################
gerris-20131206+dfsg/ltmain.sh-1401-	    done
gerris-20131206+dfsg/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
gerris-20131206+dfsg/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gerris-20131206+dfsg/ltmain.sh-1404-	    case "$@ " in
##############################################
gerris-20131206+dfsg/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
gerris-20131206+dfsg/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gerris-20131206+dfsg/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
gerris-20131206+dfsg/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gerris-20131206+dfsg/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gerris-20131206+dfsg/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
gerris-20131206+dfsg/ltmain.sh-1721-    # LT_CYGPATH in this case.
gerris-20131206+dfsg/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
gerris-20131206+dfsg/ltmain.sh-1723-  fi
##############################################
gerris-20131206+dfsg/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
gerris-20131206+dfsg/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gerris-20131206+dfsg/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
gerris-20131206+dfsg/ltmain.sh-2060-    *.[cCFSifmso] | \
gerris-20131206+dfsg/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
gerris-20131206+dfsg/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gerris-20131206+dfsg/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
gerris-20131206+dfsg/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
gerris-20131206+dfsg/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
gerris-20131206+dfsg/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
gerris-20131206+dfsg/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
gerris-20131206+dfsg/ltmain.sh-2158-
##############################################
gerris-20131206+dfsg/ltmain.sh-2204-      if test "$need_locks" = warn &&
gerris-20131206+dfsg/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gerris-20131206+dfsg/ltmain.sh-2206-	$ECHO "\
gerris-20131206+dfsg/ltmain.sh-2207-*** ERROR, $lockfile contains:
gerris-20131206+dfsg/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
gerris-20131206+dfsg/ltmain.sh-2209-
##############################################
gerris-20131206+dfsg/ltmain.sh-2253-      if test "$need_locks" = warn &&
gerris-20131206+dfsg/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gerris-20131206+dfsg/ltmain.sh-2255-	$ECHO "\
gerris-20131206+dfsg/ltmain.sh-2256-*** ERROR, $lockfile contains:
gerris-20131206+dfsg/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
gerris-20131206+dfsg/ltmain.sh-2258-
##############################################
gerris-20131206+dfsg/ltmain.sh-2548-	  test -n "$library_names" && \
gerris-20131206+dfsg/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
gerris-20131206+dfsg/ltmain.sh-2550-	  continue
##############################################
gerris-20131206+dfsg/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
gerris-20131206+dfsg/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
gerris-20131206+dfsg/ltmain.sh-2561-	  fi
##############################################
gerris-20131206+dfsg/ltmain.sh-2577-      # Get the absolute pathname.
gerris-20131206+dfsg/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
gerris-20131206+dfsg/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
gerris-20131206+dfsg/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
gerris-20131206+dfsg/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gerris-20131206+dfsg/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gerris-20131206+dfsg/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
gerris-20131206+dfsg/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gerris-20131206+dfsg/ltmain.sh-2959-
##############################################
gerris-20131206+dfsg/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
gerris-20131206+dfsg/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gerris-20131206+dfsg/ltmain.sh-2972-	  else
gerris-20131206+dfsg/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gerris-20131206+dfsg/ltmain.sh-2974-	  fi
##############################################
gerris-20131206+dfsg/ltmain.sh-3130-	    fi
gerris-20131206+dfsg/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
gerris-20131206+dfsg/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
gerris-20131206+dfsg/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
gerris-20131206+dfsg/ltmain.sh-3134-	      finalize=no
##############################################
gerris-20131206+dfsg/ltmain.sh-3149-	        # Replace the output file specification.
gerris-20131206+dfsg/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gerris-20131206+dfsg/ltmain.sh-3151-
##############################################
gerris-20131206+dfsg/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
gerris-20131206+dfsg/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gerris-20131206+dfsg/ltmain.sh-3170-	  fi
##############################################
gerris-20131206+dfsg/ltmain.sh-3241-    my_pic_p="${3-no}"
gerris-20131206+dfsg/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
gerris-20131206+dfsg/ltmain.sh-3243-    my_dlsyms=
##############################################
gerris-20131206+dfsg/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
gerris-20131206+dfsg/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gerris-20131206+dfsg/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
gerris-20131206+dfsg/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
gerris-20131206+dfsg/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gerris-20131206+dfsg/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
gerris-20131206+dfsg/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
gerris-20131206+dfsg/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gerris-20131206+dfsg/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gerris-20131206+dfsg/ltmain.sh-3509-	  else
gerris-20131206+dfsg/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gerris-20131206+dfsg/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gerris-20131206+dfsg/ltmain.sh-3512-	  fi
##############################################
gerris-20131206+dfsg/ltmain.sh-3514-	*)
gerris-20131206+dfsg/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gerris-20131206+dfsg/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gerris-20131206+dfsg/ltmain.sh-3517-	  ;;
##############################################
gerris-20131206+dfsg/ltmain.sh-3529-      # Nullify the symbol file.
gerris-20131206+dfsg/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gerris-20131206+dfsg/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gerris-20131206+dfsg/ltmain.sh-3532-    fi
##############################################
gerris-20131206+dfsg/ltmain.sh-3545-  win32_libid_type="unknown"
gerris-20131206+dfsg/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
gerris-20131206+dfsg/ltmain.sh-3547-  case $win32_fileres in
##############################################
gerris-20131206+dfsg/ltmain.sh-3596-  $opt_debug
gerris-20131206+dfsg/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gerris-20131206+dfsg/ltmain.sh-3598-}
##############################################
gerris-20131206+dfsg/ltmain.sh-3613-  $opt_debug
gerris-20131206+dfsg/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gerris-20131206+dfsg/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gerris-20131206+dfsg/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gerris-20131206+dfsg/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
gerris-20131206+dfsg/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gerris-20131206+dfsg/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gerris-20131206+dfsg/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gerris-20131206+dfsg/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gerris-20131206+dfsg/ltmain.sh-3700-    # binutils import library
gerris-20131206+dfsg/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gerris-20131206+dfsg/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
gerris-20131206+dfsg/ltmain.sh-3703-    # ms-generated import library
gerris-20131206+dfsg/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gerris-20131206+dfsg/ltmain.sh-3705-  else
##############################################
gerris-20131206+dfsg/ltmain.sh-3780-	  darwin_curdir=`pwd`
gerris-20131206+dfsg/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
gerris-20131206+dfsg/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gerris-20131206+dfsg/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
gerris-20131206+dfsg/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gerris-20131206+dfsg/ltmain.sh-3785-	    darwin_arch=
##############################################
gerris-20131206+dfsg/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gerris-20131206+dfsg/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
gerris-20131206+dfsg/ltmain.sh-3797-	    darwin_file=
##############################################
gerris-20131206+dfsg/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
gerris-20131206+dfsg/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gerris-20131206+dfsg/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gerris-20131206+dfsg/ltmain.sh-3814-      esac
gerris-20131206+dfsg/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gerris-20131206+dfsg/ltmain.sh-3816-    done
##############################################
gerris-20131206+dfsg/ltmain.sh-3885-
gerris-20131206+dfsg/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
gerris-20131206+dfsg/ltmain.sh-3887-    $ECHO "\
##############################################
gerris-20131206+dfsg/ltmain.sh-3920-    --lt-dump-script)
gerris-20131206+dfsg/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gerris-20131206+dfsg/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gerris-20131206+dfsg/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gerris-20131206+dfsg/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gerris-20131206+dfsg/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
gerris-20131206+dfsg/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gerris-20131206+dfsg/ltmain.sh-3949-  done
##############################################
gerris-20131206+dfsg/ltmain.sh-4005-  # Find the directory that this script lives in.
gerris-20131206+dfsg/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gerris-20131206+dfsg/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gerris-20131206+dfsg/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
gerris-20131206+dfsg/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gerris-20131206+dfsg/ltmain.sh-4011-  while test -n \"\$file\"; do
gerris-20131206+dfsg/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gerris-20131206+dfsg/ltmain.sh-4013-
##############################################
gerris-20131206+dfsg/ltmain.sh-4021-
gerris-20131206+dfsg/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gerris-20131206+dfsg/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gerris-20131206+dfsg/ltmain.sh-4024-  done
##############################################
gerris-20131206+dfsg/ltmain.sh-4035-    case \"\$thisdir\" in
gerris-20131206+dfsg/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gerris-20131206+dfsg/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
gerris-20131206+dfsg/ltmain.sh-4041-  # Try to get the absolute directory name.
gerris-20131206+dfsg/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
gerris-20131206+dfsg/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gerris-20131206+dfsg/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
gerris-20131206+dfsg/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gerris-20131206+dfsg/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gerris-20131206+dfsg/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
gerris-20131206+dfsg/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gerris-20131206+dfsg/ltmain.sh-4068-      else
##############################################
gerris-20131206+dfsg/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
gerris-20131206+dfsg/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gerris-20131206+dfsg/ltmain.sh-4112-
##############################################
gerris-20131206+dfsg/ltmain.sh-5085-    $opt_debug
gerris-20131206+dfsg/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gerris-20131206+dfsg/ltmain.sh-5087-    *import*) : ;;
##############################################
gerris-20131206+dfsg/ltmain.sh-5307-	    moreargs=
gerris-20131206+dfsg/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
gerris-20131206+dfsg/ltmain.sh-5309-	    do
##############################################
gerris-20131206+dfsg/ltmain.sh-5563-	*)
gerris-20131206+dfsg/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
gerris-20131206+dfsg/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
gerris-20131206+dfsg/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gerris-20131206+dfsg/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gerris-20131206+dfsg/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
gerris-20131206+dfsg/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
gerris-20131206+dfsg/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
gerris-20131206+dfsg/ltmain.sh-6018-    else
##############################################
gerris-20131206+dfsg/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
gerris-20131206+dfsg/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gerris-20131206+dfsg/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gerris-20131206+dfsg/ltmain.sh-6394-	else
gerris-20131206+dfsg/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
gerris-20131206+dfsg/ltmain.sh-6396-	fi
##############################################
gerris-20131206+dfsg/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
gerris-20131206+dfsg/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gerris-20131206+dfsg/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gerris-20131206+dfsg/ltmain.sh-6431-	fi
gerris-20131206+dfsg/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gerris-20131206+dfsg/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
gerris-20131206+dfsg/ltmain.sh-6504-	*)
gerris-20131206+dfsg/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
gerris-20131206+dfsg/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
gerris-20131206+dfsg/ltmain.sh-6757-	    shift
gerris-20131206+dfsg/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gerris-20131206+dfsg/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gerris-20131206+dfsg/ltmain.sh-7049-		*)
gerris-20131206+dfsg/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
gerris-20131206+dfsg/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
gerris-20131206+dfsg/ltmain.sh-7060-		  depdepl=
gerris-20131206+dfsg/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gerris-20131206+dfsg/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
gerris-20131206+dfsg/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
gerris-20131206+dfsg/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gerris-20131206+dfsg/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
gerris-20131206+dfsg/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gerris-20131206+dfsg/ltmain.sh-7071-                      fi
##############################################
gerris-20131206+dfsg/ltmain.sh-7082-		else
gerris-20131206+dfsg/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gerris-20131206+dfsg/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
gerris-20131206+dfsg/ltmain.sh-7105-	else
gerris-20131206+dfsg/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gerris-20131206+dfsg/ltmain.sh-7107-	fi
##############################################
gerris-20131206+dfsg/ltmain.sh-7254-	test "$module" = no && \
gerris-20131206+dfsg/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
gerris-20131206+dfsg/ltmain.sh-7256-
##############################################
gerris-20131206+dfsg/ltmain.sh-7392-	if test "$age" -gt "$current"; then
gerris-20131206+dfsg/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
gerris-20131206+dfsg/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
gerris-20131206+dfsg/ltmain.sh-7553-	removelist=
gerris-20131206+dfsg/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
gerris-20131206+dfsg/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
gerris-20131206+dfsg/ltmain.sh-7579-	# Transform .lo files to .o files.
gerris-20131206+dfsg/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
gerris-20131206+dfsg/ltmain.sh-7581-      fi
##############################################
gerris-20131206+dfsg/ltmain.sh-7584-      #for path in $notinst_path; do
gerris-20131206+dfsg/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gerris-20131206+dfsg/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gerris-20131206+dfsg/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gerris-20131206+dfsg/ltmain.sh-7588-      #done
##############################################
gerris-20131206+dfsg/ltmain.sh-7705-		if test -n "$i" ; then
gerris-20131206+dfsg/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gerris-20131206+dfsg/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gerris-20131206+dfsg/ltmain.sh-7708-		  set dummy $deplib_matches; shift
gerris-20131206+dfsg/ltmain.sh-7709-		  deplib_match=$1
gerris-20131206+dfsg/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gerris-20131206+dfsg/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
gerris-20131206+dfsg/ltmain.sh-7748-		  if test -n "$i" ; then
gerris-20131206+dfsg/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gerris-20131206+dfsg/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gerris-20131206+dfsg/ltmain.sh-7751-		    set dummy $deplib_matches; shift
gerris-20131206+dfsg/ltmain.sh-7752-		    deplib_match=$1
gerris-20131206+dfsg/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gerris-20131206+dfsg/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
gerris-20131206+dfsg/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
gerris-20131206+dfsg/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gerris-20131206+dfsg/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
gerris-20131206+dfsg/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
gerris-20131206+dfsg/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
gerris-20131206+dfsg/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
gerris-20131206+dfsg/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gerris-20131206+dfsg/ltmain.sh-7802-		else
##############################################
gerris-20131206+dfsg/ltmain.sh-7808-		    shopt -s nocaseglob
gerris-20131206+dfsg/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gerris-20131206+dfsg/ltmain.sh-7810-		    $nocaseglob
gerris-20131206+dfsg/ltmain.sh-7811-		  else
gerris-20131206+dfsg/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gerris-20131206+dfsg/ltmain.sh-7813-		  fi
##############################################
gerris-20131206+dfsg/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
gerris-20131206+dfsg/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gerris-20131206+dfsg/ltmain.sh-7828-			case $potliblink in
gerris-20131206+dfsg/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gerris-20131206+dfsg/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
gerris-20131206+dfsg/ltmain.sh-7831-			esac
##############################################
gerris-20131206+dfsg/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
gerris-20131206+dfsg/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gerris-20131206+dfsg/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
gerris-20131206+dfsg/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
gerris-20131206+dfsg/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
gerris-20131206+dfsg/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gerris-20131206+dfsg/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gerris-20131206+dfsg/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
gerris-20131206+dfsg/ltmain.sh-7921-	  newdeplibs=""
gerris-20131206+dfsg/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gerris-20131206+dfsg/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
gerris-20131206+dfsg/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
gerris-20131206+dfsg/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
gerris-20131206+dfsg/ltmain.sh-7927-	    done
##############################################
gerris-20131206+dfsg/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
gerris-20131206+dfsg/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gerris-20131206+dfsg/ltmain.sh-7953-	  ;;
##############################################
gerris-20131206+dfsg/ltmain.sh-8003-	*-*-darwin*)
gerris-20131206+dfsg/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gerris-20131206+dfsg/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gerris-20131206+dfsg/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gerris-20131206+dfsg/ltmain.sh-8007-	  ;;
##############################################
gerris-20131206+dfsg/ltmain.sh-8130-	# Use standard objects if they are pic
gerris-20131206+dfsg/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gerris-20131206+dfsg/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
gerris-20131206+dfsg/ltmain.sh-8145-	    # exporting using user supplied symfile
gerris-20131206+dfsg/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
gerris-20131206+dfsg/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
gerris-20131206+dfsg/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gerris-20131206+dfsg/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gerris-20131206+dfsg/ltmain.sh-8644-	else
##############################################
gerris-20131206+dfsg/ltmain.sh-8656-      # Create the old-style object.
gerris-20131206+dfsg/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gerris-20131206+dfsg/ltmain.sh-8658-
##############################################
gerris-20131206+dfsg/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
gerris-20131206+dfsg/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gerris-20131206+dfsg/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gerris-20131206+dfsg/ltmain.sh-8719-	;;
##############################################
gerris-20131206+dfsg/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gerris-20131206+dfsg/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gerris-20131206+dfsg/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gerris-20131206+dfsg/ltmain.sh-8737-	;;
##############################################
gerris-20131206+dfsg/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gerris-20131206+dfsg/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
gerris-20131206+dfsg/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
gerris-20131206+dfsg/ltmain.sh-8872-	# Transform all the library objects into standard objects.
gerris-20131206+dfsg/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gerris-20131206+dfsg/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gerris-20131206+dfsg/ltmain.sh-8875-      fi
##############################################
gerris-20131206+dfsg/ltmain.sh-8902-	# Replace the output file specification.
gerris-20131206+dfsg/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gerris-20131206+dfsg/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
gerris-20131206+dfsg/ltmain.sh-8911-	  func_to_tool_file "$output"
gerris-20131206+dfsg/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gerris-20131206+dfsg/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gerris-20131206+dfsg/ltmain.sh-8955-	# Replace the output file specification.
gerris-20131206+dfsg/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gerris-20131206+dfsg/ltmain.sh-8957-	# Delete the old output file.
##############################################
gerris-20131206+dfsg/ltmain.sh-8963-	  func_to_tool_file "$output"
gerris-20131206+dfsg/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gerris-20131206+dfsg/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gerris-20131206+dfsg/ltmain.sh-8981-	  if test "$fast_install" = yes; then
gerris-20131206+dfsg/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gerris-20131206+dfsg/ltmain.sh-8983-	  else
##############################################
gerris-20131206+dfsg/ltmain.sh-8993-      # Replace the output file specification.
gerris-20131206+dfsg/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gerris-20131206+dfsg/ltmain.sh-8995-
##############################################
gerris-20131206+dfsg/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
gerris-20131206+dfsg/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gerris-20131206+dfsg/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gerris-20131206+dfsg/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
gerris-20131206+dfsg/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gerris-20131206+dfsg/ltmain.sh-9025-      fi
##############################################
gerris-20131206+dfsg/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gerris-20131206+dfsg/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gerris-20131206+dfsg/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
gerris-20131206+dfsg/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
gerris-20131206+dfsg/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
gerris-20131206+dfsg/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
gerris-20131206+dfsg/ltmain.sh-9314-		name="$func_basename_result"
gerris-20131206+dfsg/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gerris-20131206+dfsg/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
gerris-20131206+dfsg/ltmain.sh-9333-		name="$func_basename_result"
gerris-20131206+dfsg/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gerris-20131206+dfsg/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
gerris-20131206+dfsg/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gerris-20131206+dfsg/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gerris-20131206+dfsg/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gerris-20131206+dfsg/Makefile.in-70-CONFIG_CLEAN_VPATH_FILES =
gerris-20131206+dfsg/Makefile.in:71:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/Makefile.in-72-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/Makefile.in:73:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/Makefile.in-74-    *) f=$$p;; \
gerris-20131206+dfsg/Makefile.in-75-  esac;
gerris-20131206+dfsg/Makefile.in:76:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/Makefile.in-77-am__install_max = 40
gerris-20131206+dfsg/Makefile.in-78-am__nobase_strip_setup = \
gerris-20131206+dfsg/Makefile.in:79:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/Makefile.in-80-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/Makefile.in-137-  while test -n "$$dir1"; do \
gerris-20131206+dfsg/Makefile.in:138:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gerris-20131206+dfsg/Makefile.in-139-    if test "$$first" != "."; then \
gerris-20131206+dfsg/Makefile.in-140-      if test "$$first" = ".."; then \
gerris-20131206+dfsg/Makefile.in:141:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gerris-20131206+dfsg/Makefile.in:142:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gerris-20131206+dfsg/Makefile.in-143-      else \
gerris-20131206+dfsg/Makefile.in:144:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gerris-20131206+dfsg/Makefile.in-145-        if test "$$first2" = "$$first"; then \
gerris-20131206+dfsg/Makefile.in:146:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gerris-20131206+dfsg/Makefile.in-147-        else \
##############################################
gerris-20131206+dfsg/Makefile.in-152-    fi; \
gerris-20131206+dfsg/Makefile.in:153:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gerris-20131206+dfsg/Makefile.in-154-  done; \
##############################################
gerris-20131206+dfsg/Makefile.in-446-	dot_seen=no; \
gerris-20131206+dfsg/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gerris-20131206+dfsg/Makefile.in-448-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gerris-20131206+dfsg/Makefile.in-481-	rev="$$rev ."; \
gerris-20131206+dfsg/Makefile.in:482:	target=`echo $@ | sed s/-recursive//`; \
gerris-20131206+dfsg/Makefile.in-483-	for subdir in $$rev; do \
##############################################
gerris-20131206+dfsg/Makefile.in-559-GTAGS:
gerris-20131206+dfsg/Makefile.in:560:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/Makefile.in-561-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/Makefile.in-569-	test -d "$(distdir)" || mkdir "$(distdir)"
gerris-20131206+dfsg/Makefile.in:570:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/Makefile.in:571:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/Makefile.in-572-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/Makefile.in-583-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/Makefile.in:584:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/Makefile.in-585-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/Makefile.in-694-	test -d $(distdir)/_build || exit 0; \
gerris-20131206+dfsg/Makefile.in:695:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gerris-20131206+dfsg/Makefile.in-696-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gerris-20131206+dfsg/Makefile.in-737-	}; \
gerris-20131206+dfsg/Makefile.in:738:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gerris-20131206+dfsg/Makefile.in-739-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gerris-20131206+dfsg/Makefile.in-749-	fi
gerris-20131206+dfsg/Makefile.in:750:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gerris-20131206+dfsg/Makefile.in-751-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gerris-20131206+dfsg/INSTALL-173-directory configuration variables that were expressed in terms of
gerris-20131206+dfsg/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
gerris-20131206+dfsg/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
gerris-20131206+dfsg/aclocal.m4-147-done
gerris-20131206+dfsg/aclocal.m4:148:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gerris-20131206+dfsg/aclocal.m4-149-])
##############################################
gerris-20131206+dfsg/aclocal.m4-443-m4_define([_LT_CONFIG_STATUS_DECLARE],
gerris-20131206+dfsg/aclocal.m4:444:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gerris-20131206+dfsg/aclocal.m4-445-
##############################################
gerris-20131206+dfsg/aclocal.m4-453-#
gerris-20131206+dfsg/aclocal.m4:454:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/aclocal.m4-455-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gerris-20131206+dfsg/aclocal.m4-563-]], lt_decl_quote_varnames); do
gerris-20131206+dfsg/aclocal.m4:564:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gerris-20131206+dfsg/aclocal.m4-565-    *[[\\\\\\\`\\"\\\$]]*)
gerris-20131206+dfsg/aclocal.m4:566:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gerris-20131206+dfsg/aclocal.m4-567-      ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-576-]], lt_decl_dquote_varnames); do
gerris-20131206+dfsg/aclocal.m4:577:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gerris-20131206+dfsg/aclocal.m4-578-    *[[\\\\\\\`\\"\\\$]]*)
gerris-20131206+dfsg/aclocal.m4:579:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gerris-20131206+dfsg/aclocal.m4-580-      ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-736-
gerris-20131206+dfsg/aclocal.m4:737:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gerris-20131206+dfsg/aclocal.m4-738-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gerris-20131206+dfsg/aclocal.m4-1104-  if test "$lt_cv_ld_force_load" = "yes"; then
gerris-20131206+dfsg/aclocal.m4:1105:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gerris-20131206+dfsg/aclocal.m4-1106-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gerris-20131206+dfsg/aclocal.m4-1157-      }]'
gerris-20131206+dfsg/aclocal.m4:1158:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/aclocal.m4-1159-  # Check for a 64-bit object if we didn't find anything.
gerris-20131206+dfsg/aclocal.m4-1160-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gerris-20131206+dfsg/aclocal.m4:1161:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/aclocal.m4-1162-  fi],[])
##############################################
gerris-20131206+dfsg/aclocal.m4-1193-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gerris-20131206+dfsg/aclocal.m4:1194:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gerris-20131206+dfsg/aclocal.m4-1195-  ECHO='print -r --'
gerris-20131206+dfsg/aclocal.m4:1196:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gerris-20131206+dfsg/aclocal.m4-1197-  ECHO='printf %s\n'
##############################################
gerris-20131206+dfsg/aclocal.m4-1228-    PATH=/empty FPATH=/empty; export PATH FPATH
gerris-20131206+dfsg/aclocal.m4:1229:    test "X`printf %s $ECHO`" = "X$ECHO" \
gerris-20131206+dfsg/aclocal.m4:1230:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gerris-20131206+dfsg/aclocal.m4-1231-
##############################################
gerris-20131206+dfsg/aclocal.m4-1251-   if test "$GCC" = yes; then
gerris-20131206+dfsg/aclocal.m4:1252:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gerris-20131206+dfsg/aclocal.m4-1253-   fi
##############################################
gerris-20131206+dfsg/aclocal.m4-1255- /*)
gerris-20131206+dfsg/aclocal.m4:1256:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gerris-20131206+dfsg/aclocal.m4-1257-   ;; #(
##############################################
gerris-20131206+dfsg/aclocal.m4-1284-  if AC_TRY_EVAL(ac_compile); then
gerris-20131206+dfsg/aclocal.m4:1285:    case `/usr/bin/file conftest.$ac_objext` in
gerris-20131206+dfsg/aclocal.m4-1286-      *ELF-32*)
##############################################
gerris-20131206+dfsg/aclocal.m4-1300-    if test "$lt_cv_prog_gnu_ld" = yes; then
gerris-20131206+dfsg/aclocal.m4:1301:      case `/usr/bin/file conftest.$ac_objext` in
gerris-20131206+dfsg/aclocal.m4-1302-	*32-bit*)
##############################################
gerris-20131206+dfsg/aclocal.m4-1312-    else
gerris-20131206+dfsg/aclocal.m4:1313:      case `/usr/bin/file conftest.$ac_objext` in
gerris-20131206+dfsg/aclocal.m4-1314-	*32-bit*)
##############################################
gerris-20131206+dfsg/aclocal.m4-1664-    # And add a safety zone
gerris-20131206+dfsg/aclocal.m4:1665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gerris-20131206+dfsg/aclocal.m4:1666:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gerris-20131206+dfsg/aclocal.m4-1667-    ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-1697-    if test -n "$kargmax"; then
gerris-20131206+dfsg/aclocal.m4:1698:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gerris-20131206+dfsg/aclocal.m4-1699-    else
##############################################
gerris-20131206+dfsg/aclocal.m4-1705-    if test -n "$lt_cv_sys_max_cmd_len"; then
gerris-20131206+dfsg/aclocal.m4:1706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gerris-20131206+dfsg/aclocal.m4:1707:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gerris-20131206+dfsg/aclocal.m4-1708-    else
##############################################
gerris-20131206+dfsg/aclocal.m4-1717-      # we can't tell.
gerris-20131206+dfsg/aclocal.m4:1718:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gerris-20131206+dfsg/aclocal.m4-1719-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gerris-20131206+dfsg/aclocal.m4-1721-      do
gerris-20131206+dfsg/aclocal.m4:1722:        i=`expr $i + 1`
gerris-20131206+dfsg/aclocal.m4-1723-        teststring=$teststring$teststring
##############################################
gerris-20131206+dfsg/aclocal.m4-1725-      # Only check the string length outside the loop.
gerris-20131206+dfsg/aclocal.m4:1726:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gerris-20131206+dfsg/aclocal.m4-1727-      teststring=
##############################################
gerris-20131206+dfsg/aclocal.m4-1730-      # linker.  It appears as though 1/2 is a usable value.
gerris-20131206+dfsg/aclocal.m4:1731:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gerris-20131206+dfsg/aclocal.m4-1732-    fi
##############################################
gerris-20131206+dfsg/aclocal.m4-2055-  if test "$hard_links" = no; then
gerris-20131206+dfsg/aclocal.m4:2056:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gerris-20131206+dfsg/aclocal.m4-2057-    need_locks=warn
##############################################
gerris-20131206+dfsg/aclocal.m4-2186-  esac
gerris-20131206+dfsg/aclocal.m4:2187:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gerris-20131206+dfsg/aclocal.m4-2188-  case $lt_search_path_spec in
##############################################
gerris-20131206+dfsg/aclocal.m4-2193-    # okay in the real world where ";" in dirpaths is itself problematic.
gerris-20131206+dfsg/aclocal.m4:2194:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gerris-20131206+dfsg/aclocal.m4-2195-    ;;
gerris-20131206+dfsg/aclocal.m4-2196-  *)
gerris-20131206+dfsg/aclocal.m4:2197:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/aclocal.m4-2198-    ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-2202-  lt_tmp_lt_search_path_spec=
gerris-20131206+dfsg/aclocal.m4:2203:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gerris-20131206+dfsg/aclocal.m4-2204-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gerris-20131206+dfsg/aclocal.m4-2237-  esac
gerris-20131206+dfsg/aclocal.m4:2238:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gerris-20131206+dfsg/aclocal.m4-2239-else
##############################################
gerris-20131206+dfsg/aclocal.m4-2325-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gerris-20131206+dfsg/aclocal.m4:2326:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gerris-20131206+dfsg/aclocal.m4-2327-    ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-2361-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gerris-20131206+dfsg/aclocal.m4:2362:    postinstall_cmds='base_file=`basename \${file}`~
gerris-20131206+dfsg/aclocal.m4:2363:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gerris-20131206+dfsg/aclocal.m4:2364:      dldir=$destdir/`dirname \$dlpath`~
gerris-20131206+dfsg/aclocal.m4-2365-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gerris-20131206+dfsg/aclocal.m4-2370-      fi'
gerris-20131206+dfsg/aclocal.m4:2371:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gerris-20131206+dfsg/aclocal.m4-2372-      dlpath=$dir/\$dldll~
##############################################
gerris-20131206+dfsg/aclocal.m4-2378-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gerris-20131206+dfsg/aclocal.m4:2379:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/aclocal.m4-2380-m4_if([$1], [],[
##############################################
gerris-20131206+dfsg/aclocal.m4-2384-      # MinGW DLLs use traditional 'lib' prefix
gerris-20131206+dfsg/aclocal.m4:2385:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/aclocal.m4-2386-      ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-2388-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gerris-20131206+dfsg/aclocal.m4:2389:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/aclocal.m4-2390-      ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-2397-    libname_spec='$name'
gerris-20131206+dfsg/aclocal.m4:2398:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/aclocal.m4-2399-    library_names_spec='${libname}.dll.lib'
##############################################
gerris-20131206+dfsg/aclocal.m4-2409-        # Let DOS variable expansion print the short 8.3 style file name.
gerris-20131206+dfsg/aclocal.m4:2410:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gerris-20131206+dfsg/aclocal.m4-2411-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gerris-20131206+dfsg/aclocal.m4-2414-      # Convert to MSYS style.
gerris-20131206+dfsg/aclocal.m4:2415:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gerris-20131206+dfsg/aclocal.m4-2416-      ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-2420-      # like /cygdrive/c/PROGRA~1:/cygdr...
gerris-20131206+dfsg/aclocal.m4:2421:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gerris-20131206+dfsg/aclocal.m4:2422:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gerris-20131206+dfsg/aclocal.m4:2423:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/aclocal.m4-2424-      ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-2428-        # It is most probably a Windows format PATH.
gerris-20131206+dfsg/aclocal.m4:2429:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gerris-20131206+dfsg/aclocal.m4-2430-      else
gerris-20131206+dfsg/aclocal.m4:2431:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/aclocal.m4-2432-      fi
##############################################
gerris-20131206+dfsg/aclocal.m4-2438-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gerris-20131206+dfsg/aclocal.m4:2439:    postinstall_cmds='base_file=`basename \${file}`~
gerris-20131206+dfsg/aclocal.m4:2440:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gerris-20131206+dfsg/aclocal.m4:2441:      dldir=$destdir/`dirname \$dlpath`~
gerris-20131206+dfsg/aclocal.m4-2442-      test -d \$dldir || mkdir -p \$dldir~
gerris-20131206+dfsg/aclocal.m4-2443-      $install_prog $dir/$dlname \$dldir/$dlname'
gerris-20131206+dfsg/aclocal.m4:2444:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gerris-20131206+dfsg/aclocal.m4-2445-      dlpath=$dir/\$dldll~
##############################################
gerris-20131206+dfsg/aclocal.m4-2452-    # Assume MSVC wrapper
gerris-20131206+dfsg/aclocal.m4:2453:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gerris-20131206+dfsg/aclocal.m4-2454-    dynamic_linker='Win32 ld.exe'
##############################################
gerris-20131206+dfsg/aclocal.m4-2469-  shlibpath_var=DYLD_LIBRARY_PATH
gerris-20131206+dfsg/aclocal.m4:2470:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gerris-20131206+dfsg/aclocal.m4-2471-m4_if([$1], [],[
##############################################
gerris-20131206+dfsg/aclocal.m4-2676-  if test -f /etc/ld.so.conf; then
gerris-20131206+dfsg/aclocal.m4:2677:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gerris-20131206+dfsg/aclocal.m4-2678-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gerris-20131206+dfsg/aclocal.m4-2750-  shlibpath_var=LD_LIBRARY_PATH
gerris-20131206+dfsg/aclocal.m4:2751:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/aclocal.m4-2752-    case $host_os in
##############################################
gerris-20131206+dfsg/aclocal.m4-2967-	"file_magic "*)
gerris-20131206+dfsg/aclocal.m4:2968:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gerris-20131206+dfsg/aclocal.m4-2969-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gerris-20131206+dfsg/aclocal.m4-3050-    # gcc leaves a trailing carriage return which upsets mingw
gerris-20131206+dfsg/aclocal.m4:3051:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gerris-20131206+dfsg/aclocal.m4-3052-  *)
gerris-20131206+dfsg/aclocal.m4:3053:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gerris-20131206+dfsg/aclocal.m4-3054-  esac
##############################################
gerris-20131206+dfsg/aclocal.m4-3059-      # Canonicalize the pathname of ld
gerris-20131206+dfsg/aclocal.m4:3060:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gerris-20131206+dfsg/aclocal.m4-3061-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gerris-20131206+dfsg/aclocal.m4:3062:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gerris-20131206+dfsg/aclocal.m4-3063-      done
##############################################
gerris-20131206+dfsg/aclocal.m4-3090-      # Break only if it was the GNU/non-GNU ld that we prefer.
gerris-20131206+dfsg/aclocal.m4:3091:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gerris-20131206+dfsg/aclocal.m4-3092-      *GNU* | *'with BFD'*)
##############################################
gerris-20131206+dfsg/aclocal.m4-3130-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gerris-20131206+dfsg/aclocal.m4:3131:case `$LD -v 2>&1 </dev/null` in
gerris-20131206+dfsg/aclocal.m4-3132-*GNU* | *'with BFD'*)
##############################################
gerris-20131206+dfsg/aclocal.m4-3321-openbsd*)
gerris-20131206+dfsg/aclocal.m4:3322:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/aclocal.m4-3323-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gerris-20131206+dfsg/aclocal.m4-3385-    else
gerris-20131206+dfsg/aclocal.m4:3386:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gerris-20131206+dfsg/aclocal.m4-3387-    fi
##############################################
gerris-20131206+dfsg/aclocal.m4-3431-	# Tru64's nm complains that /dev/null is an invalid object file
gerris-20131206+dfsg/aclocal.m4:3432:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gerris-20131206+dfsg/aclocal.m4-3433-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gerris-20131206+dfsg/aclocal.m4-3437-	*)
gerris-20131206+dfsg/aclocal.m4:3438:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gerris-20131206+dfsg/aclocal.m4-3439-	  */dev/null*)
##############################################
gerris-20131206+dfsg/aclocal.m4-3463-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gerris-20131206+dfsg/aclocal.m4:3464:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gerris-20131206+dfsg/aclocal.m4-3465-    *COFF*)
##############################################
gerris-20131206+dfsg/aclocal.m4-3522-  # decide which to use based on capabilities of $DLLTOOL
gerris-20131206+dfsg/aclocal.m4:3523:  case `$DLLTOOL --help 2>&1` in
gerris-20131206+dfsg/aclocal.m4-3524-  *--identify-strict*)
##############################################
gerris-20131206+dfsg/aclocal.m4-3681-# If we're using GNU nm, then use its standard symbol codes.
gerris-20131206+dfsg/aclocal.m4:3682:case `$NM -V 2>&1` in
gerris-20131206+dfsg/aclocal.m4-3683-*GNU* | *'with BFD'*)
##############################################
gerris-20131206+dfsg/aclocal.m4-3699-mingw*)
gerris-20131206+dfsg/aclocal.m4:3700:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gerris-20131206+dfsg/aclocal.m4-3701-  ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-3752-    nlist=conftest.nm
gerris-20131206+dfsg/aclocal.m4:3753:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gerris-20131206+dfsg/aclocal.m4-3754-      # Try sorting and uniquifying the output.
##############################################
gerris-20131206+dfsg/aclocal.m4-4090-	  *)
gerris-20131206+dfsg/aclocal.m4:4091:	    case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/aclocal.m4-4092-	    *Sun\ C*)
##############################################
gerris-20131206+dfsg/aclocal.m4-4395-      *)
gerris-20131206+dfsg/aclocal.m4:4396:	case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/aclocal.m4-4397-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gerris-20131206+dfsg/aclocal.m4-4673-	# shared libraries, regardless of the interface used.
gerris-20131206+dfsg/aclocal.m4:4674:	case `$LD -v 2>&1` in
gerris-20131206+dfsg/aclocal.m4-4675-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-4705-    supports_anon_versioning=no
gerris-20131206+dfsg/aclocal.m4:4706:    case `$LD -v 2>&1` in
gerris-20131206+dfsg/aclocal.m4-4707-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-4774-	# is EXPORTS), use it as is; otherwise, prepend...
gerris-20131206+dfsg/aclocal.m4:4775:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/aclocal.m4-4776-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gerris-20131206+dfsg/aclocal.m4-4802-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gerris-20131206+dfsg/aclocal.m4:4803:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/aclocal.m4:4804:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/aclocal.m4-4805-      ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-4820-        pgcc*)				# Portland Group C compiler
gerris-20131206+dfsg/aclocal.m4:4821:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/aclocal.m4-4822-	  tmp_addflag=' $pic_flag'
##############################################
gerris-20131206+dfsg/aclocal.m4-4825-					# Portland Group f77 and f90 compilers
gerris-20131206+dfsg/aclocal.m4:4826:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/aclocal.m4-4827-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-4840-	nvcc*)	# Cuda Compiler Driver 2.2
gerris-20131206+dfsg/aclocal.m4:4841:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/aclocal.m4-4842-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gerris-20131206+dfsg/aclocal.m4-4844-	esac
gerris-20131206+dfsg/aclocal.m4:4845:	case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/aclocal.m4-4846-	*Sun\ C*)			# Sun C 5.9
gerris-20131206+dfsg/aclocal.m4:4847:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/aclocal.m4-4848-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gerris-20131206+dfsg/aclocal.m4-4912-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gerris-20131206+dfsg/aclocal.m4:4913:      case `$LD -v 2>&1` in
gerris-20131206+dfsg/aclocal.m4-4914-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gerris-20131206+dfsg/aclocal.m4-5035-	# below for broken collect2 doesn't work under 4.3+
gerris-20131206+dfsg/aclocal.m4:5036:	  collect2name=`${CC} -print-prog-name=collect2`
gerris-20131206+dfsg/aclocal.m4-5037-	  if test -f "$collect2name" &&
##############################################
gerris-20131206+dfsg/aclocal.m4-5085-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gerris-20131206+dfsg/aclocal.m4:5086:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gerris-20131206+dfsg/aclocal.m4-5087-      else
##############################################
gerris-20131206+dfsg/aclocal.m4-5151-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gerris-20131206+dfsg/aclocal.m4:5152:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/aclocal.m4-5153-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gerris-20131206+dfsg/aclocal.m4-5188-	# FIXME: Setting linknames here is a bad hack.
gerris-20131206+dfsg/aclocal.m4:5189:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gerris-20131206+dfsg/aclocal.m4-5190-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gerris-20131206+dfsg/aclocal.m4-5326-      if test "$GCC" = yes; then
gerris-20131206+dfsg/aclocal.m4:5327:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4-5328-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gerris-20131206+dfsg/aclocal.m4-5349-	if test "$lt_cv_irix_exported_symbol" = yes; then
gerris-20131206+dfsg/aclocal.m4:5350:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gerris-20131206+dfsg/aclocal.m4-5351-	fi
gerris-20131206+dfsg/aclocal.m4-5352-      else
gerris-20131206+dfsg/aclocal.m4:5353:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4:5354:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gerris-20131206+dfsg/aclocal.m4-5355-      fi
##############################################
gerris-20131206+dfsg/aclocal.m4-5389-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gerris-20131206+dfsg/aclocal.m4:5390:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/aclocal.m4-5391-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gerris-20131206+dfsg/aclocal.m4-5422-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/aclocal.m4:5423:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4-5424-      else
gerris-20131206+dfsg/aclocal.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gerris-20131206+dfsg/aclocal.m4:5426:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4-5427-      fi
##############################################
gerris-20131206+dfsg/aclocal.m4-5435-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/aclocal.m4:5436:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4-5437-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gerris-20131206+dfsg/aclocal.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gerris-20131206+dfsg/aclocal.m4:5440:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4:5441:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gerris-20131206+dfsg/aclocal.m4:5442:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gerris-20131206+dfsg/aclocal.m4-5443-
##############################################
gerris-20131206+dfsg/aclocal.m4-5458-      else
gerris-20131206+dfsg/aclocal.m4:5459:	case `$CC -V 2>&1` in
gerris-20131206+dfsg/aclocal.m4-5460-	*"Compilers 5.0"*)
##############################################
gerris-20131206+dfsg/aclocal.m4-5651-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gerris-20131206+dfsg/aclocal.m4:5652:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gerris-20131206+dfsg/aclocal.m4-5653-	  then
##############################################
gerris-20131206+dfsg/aclocal.m4-5947-        # ancient GNU ld didn't support --whole-archive et. al.
gerris-20131206+dfsg/aclocal.m4:5948:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gerris-20131206+dfsg/aclocal.m4-5949-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gerris-20131206+dfsg/aclocal.m4-6030-          # below for broken collect2 doesn't work under 4.3+
gerris-20131206+dfsg/aclocal.m4:6031:	  collect2name=`${CC} -print-prog-name=collect2`
gerris-20131206+dfsg/aclocal.m4-6032-	  if test -f "$collect2name" &&
##############################################
gerris-20131206+dfsg/aclocal.m4-6080-
gerris-20131206+dfsg/aclocal.m4:6081:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gerris-20131206+dfsg/aclocal.m4-6082-        else
##############################################
gerris-20131206+dfsg/aclocal.m4-6146-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gerris-20131206+dfsg/aclocal.m4:6147:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/aclocal.m4-6148-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gerris-20131206+dfsg/aclocal.m4-6187-	    # is EXPORTS), use it as is; otherwise, prepend...
gerris-20131206+dfsg/aclocal.m4:6188:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/aclocal.m4-6189-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gerris-20131206+dfsg/aclocal.m4-6267-            # dependencies.
gerris-20131206+dfsg/aclocal.m4:6268:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gerris-20131206+dfsg/aclocal.m4-6269-            ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-6332-	    # dependencies.
gerris-20131206+dfsg/aclocal.m4:6333:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gerris-20131206+dfsg/aclocal.m4-6334-	    ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-6368-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gerris-20131206+dfsg/aclocal.m4:6369:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/aclocal.m4:6370:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/aclocal.m4-6371-	;;
##############################################
gerris-20131206+dfsg/aclocal.m4-6375-	    # SGI C++
gerris-20131206+dfsg/aclocal.m4:6376:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4-6377-
##############################################
gerris-20131206+dfsg/aclocal.m4-6386-	      if test "$with_gnu_ld" = no; then
gerris-20131206+dfsg/aclocal.m4:6387:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4-6388-	      else
gerris-20131206+dfsg/aclocal.m4:6389:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gerris-20131206+dfsg/aclocal.m4-6390-	      fi
##############################################
gerris-20131206+dfsg/aclocal.m4-6407-	    # to its proper name (with version) after linking.
gerris-20131206+dfsg/aclocal.m4:6408:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gerris-20131206+dfsg/aclocal.m4:6409:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gerris-20131206+dfsg/aclocal.m4-6410-	    # Commands to make compiler produce verbose output that lists
##############################################
gerris-20131206+dfsg/aclocal.m4-6417-	    # dependencies.
gerris-20131206+dfsg/aclocal.m4:6418:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gerris-20131206+dfsg/aclocal.m4-6419-
##############################################
gerris-20131206+dfsg/aclocal.m4-6432-	    # earlier do not add the objects themselves.
gerris-20131206+dfsg/aclocal.m4:6433:	    case `$CC -V 2>&1` in
gerris-20131206+dfsg/aclocal.m4-6434-	      *"Version 7."*)
##############################################
gerris-20131206+dfsg/aclocal.m4-6453-            # Portland Group C++ compiler
gerris-20131206+dfsg/aclocal.m4:6454:	    case `$CC -V` in
gerris-20131206+dfsg/aclocal.m4-6455-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gerris-20131206+dfsg/aclocal.m4-6458-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gerris-20131206+dfsg/aclocal.m4:6459:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gerris-20131206+dfsg/aclocal.m4-6460-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gerris-20131206+dfsg/aclocal.m4-6462-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gerris-20131206+dfsg/aclocal.m4:6463:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gerris-20131206+dfsg/aclocal.m4-6464-		$RANLIB $oldlib'
##############################################
gerris-20131206+dfsg/aclocal.m4-6467-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gerris-20131206+dfsg/aclocal.m4:6468:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gerris-20131206+dfsg/aclocal.m4-6469-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gerris-20131206+dfsg/aclocal.m4-6471-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gerris-20131206+dfsg/aclocal.m4:6472:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gerris-20131206+dfsg/aclocal.m4-6473-	      ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-6481-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gerris-20131206+dfsg/aclocal.m4:6482:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/aclocal.m4-6483-            ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-6500-	    # dependencies.
gerris-20131206+dfsg/aclocal.m4:6501:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gerris-20131206+dfsg/aclocal.m4-6502-	    ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-6515-	  *)
gerris-20131206+dfsg/aclocal.m4:6516:	    case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/aclocal.m4-6517-	    *Sun\ C*)
##############################################
gerris-20131206+dfsg/aclocal.m4-6522-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gerris-20131206+dfsg/aclocal.m4:6523:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/aclocal.m4-6524-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gerris-20131206+dfsg/aclocal.m4-6592-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gerris-20131206+dfsg/aclocal.m4:6593:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/aclocal.m4-6594-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gerris-20131206+dfsg/aclocal.m4-6611-	    # to its proper name (with version) after linking.
gerris-20131206+dfsg/aclocal.m4:6612:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gerris-20131206+dfsg/aclocal.m4-6613-
##############################################
gerris-20131206+dfsg/aclocal.m4-6632-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/aclocal.m4:6633:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4-6634-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gerris-20131206+dfsg/aclocal.m4-6637-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gerris-20131206+dfsg/aclocal.m4:6638:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4:6639:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gerris-20131206+dfsg/aclocal.m4-6640-	          echo "-hidden">> $lib.exp~
gerris-20131206+dfsg/aclocal.m4:6641:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gerris-20131206+dfsg/aclocal.m4-6642-	          $RM $lib.exp'
##############################################
gerris-20131206+dfsg/aclocal.m4-6656-	    # dependencies.
gerris-20131206+dfsg/aclocal.m4:6657:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gerris-20131206+dfsg/aclocal.m4-6658-	    ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-6663-	        osf3*)
gerris-20131206+dfsg/aclocal.m4:6664:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4-6665-		  ;;
gerris-20131206+dfsg/aclocal.m4-6666-	        *)
gerris-20131206+dfsg/aclocal.m4:6667:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/aclocal.m4-6668-		  ;;
##############################################
gerris-20131206+dfsg/aclocal.m4-6916-  case ${2} in
gerris-20131206+dfsg/aclocal.m4:6917:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gerris-20131206+dfsg/aclocal.m4:6918:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gerris-20131206+dfsg/aclocal.m4-6919-  esac
##############################################
gerris-20131206+dfsg/aclocal.m4-7004-
gerris-20131206+dfsg/aclocal.m4:7005:  for p in `eval "$output_verbose_link_cmd"`; do
gerris-20131206+dfsg/aclocal.m4-7006-    case ${prev}${p} in
##############################################
gerris-20131206+dfsg/aclocal.m4-7102-linux*)
gerris-20131206+dfsg/aclocal.m4:7103:  case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/aclocal.m4-7104-  *Sun\ C*)
##############################################
gerris-20131206+dfsg/aclocal.m4-7153-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gerris-20131206+dfsg/aclocal.m4:7154: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gerris-20131206+dfsg/aclocal.m4-7155-fi
##############################################
gerris-20131206+dfsg/aclocal.m4-7755-    test $lt_ac_count -gt 10 && break
gerris-20131206+dfsg/aclocal.m4:7756:    lt_ac_count=`expr $lt_ac_count + 1`
gerris-20131206+dfsg/aclocal.m4-7757-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gerris-20131206+dfsg/aclocal.m4-7826-# ------------------------------------------------------
gerris-20131206+dfsg/aclocal.m4:7827:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
gerris-20131206+dfsg/aclocal.m4-7828-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
gerris-20131206+dfsg/aclocal.m4-8430-m4_define([lt_combine],
gerris-20131206+dfsg/aclocal.m4:8431:[m4_if(m4_eval([$# > 3]), [1],
gerris-20131206+dfsg/aclocal.m4-8432-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gerris-20131206+dfsg/aclocal.m4-8685-    PKG_CHECK_EXISTS([$3],
gerris-20131206+dfsg/aclocal.m4:8686:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
gerris-20131206+dfsg/aclocal.m4-8687-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
gerris-20131206+dfsg/aclocal.m4-8734-        if test $_pkg_short_errors_supported = yes; then
gerris-20131206+dfsg/aclocal.m4:8735:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
gerris-20131206+dfsg/aclocal.m4-8736-        else 
gerris-20131206+dfsg/aclocal.m4:8737:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
gerris-20131206+dfsg/aclocal.m4-8738-        fi
##############################################
gerris-20131206+dfsg/aclocal.m4-8821-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
gerris-20131206+dfsg/aclocal.m4:8822:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
gerris-20131206+dfsg/aclocal.m4-8823-#
##############################################
gerris-20131206+dfsg/aclocal.m4-8845-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gerris-20131206+dfsg/aclocal.m4:8846:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gerris-20131206+dfsg/aclocal.m4-8847-# and then we would define $MISSING as
##############################################
gerris-20131206+dfsg/aclocal.m4-8861-# expand $ac_aux_dir to an absolute path
gerris-20131206+dfsg/aclocal.m4:8862:am_aux_dir=`cd $ac_aux_dir && pwd`
gerris-20131206+dfsg/aclocal.m4-8863-])
##############################################
gerris-20131206+dfsg/aclocal.m4-8963-  if test "$am_compiler_list" = ""; then
gerris-20131206+dfsg/aclocal.m4:8964:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gerris-20131206+dfsg/aclocal.m4-8965-  fi
##############################################
gerris-20131206+dfsg/aclocal.m4-9112-    # Strip MF so we end up with the name of the file.
gerris-20131206+dfsg/aclocal.m4:9113:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gerris-20131206+dfsg/aclocal.m4-9114-    # Check whether this is an Automake generated Makefile or not.
##############################################
gerris-20131206+dfsg/aclocal.m4-9121-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gerris-20131206+dfsg/aclocal.m4:9122:      dirpart=`AS_DIRNAME("$mf")`
gerris-20131206+dfsg/aclocal.m4-9123-    else
##############################################
gerris-20131206+dfsg/aclocal.m4-9127-    # from the Makefile without running `make'.
gerris-20131206+dfsg/aclocal.m4:9128:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gerris-20131206+dfsg/aclocal.m4-9129-    test -z "$DEPDIR" && continue
gerris-20131206+dfsg/aclocal.m4:9130:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gerris-20131206+dfsg/aclocal.m4-9131-    test -z "am__include" && continue
gerris-20131206+dfsg/aclocal.m4:9132:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gerris-20131206+dfsg/aclocal.m4-9133-    # When using ansi2knr, U may be empty or an underscore; expand it
gerris-20131206+dfsg/aclocal.m4:9134:    U=`sed -n 's/^U = //p' < "$mf"`
gerris-20131206+dfsg/aclocal.m4-9135-    # Find all dependency output files, they are included files with
##############################################
gerris-20131206+dfsg/aclocal.m4-9143-      test -f "$dirpart/$file" && continue
gerris-20131206+dfsg/aclocal.m4:9144:      fdir=`AS_DIRNAME(["$file"])`
gerris-20131206+dfsg/aclocal.m4-9145-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
gerris-20131206+dfsg/aclocal.m4-9210-AC_REQUIRE([AC_PROG_INSTALL])dnl
gerris-20131206+dfsg/aclocal.m4:9211:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gerris-20131206+dfsg/aclocal.m4-9212-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gerris-20131206+dfsg/aclocal.m4-9312-    * )
gerris-20131206+dfsg/aclocal.m4:9313:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gerris-20131206+dfsg/aclocal.m4-9314-  esac
gerris-20131206+dfsg/aclocal.m4-9315-done
gerris-20131206+dfsg/aclocal.m4:9316:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gerris-20131206+dfsg/aclocal.m4-9317-
##############################################
gerris-20131206+dfsg/aclocal.m4-9430-# Ignore all kinds of additional output from `make'.
gerris-20131206+dfsg/aclocal.m4:9431:case `$am_make -s -f confmf 2> /dev/null` in #(
gerris-20131206+dfsg/aclocal.m4-9432-*the\ am__doit\ target*)
##############################################
gerris-20131206+dfsg/aclocal.m4-9440-   echo '.include "confinc"' > confmf
gerris-20131206+dfsg/aclocal.m4:9441:   case `$am_make -s -f confmf 2> /dev/null` in #(
gerris-20131206+dfsg/aclocal.m4-9442-   *the\ am__doit\ target*)
##############################################
gerris-20131206+dfsg/aclocal.m4-9473-set dummy $CC
gerris-20131206+dfsg/aclocal.m4:9474:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
gerris-20131206+dfsg/aclocal.m4-9475-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
gerris-20131206+dfsg/aclocal.m4-9632-if (
gerris-20131206+dfsg/aclocal.m4:9633:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gerris-20131206+dfsg/aclocal.m4-9634-   if test "$[*]" = "X"; then
gerris-20131206+dfsg/aclocal.m4-9635-      # -L didn't work.
gerris-20131206+dfsg/aclocal.m4:9636:      set X `ls -t "$srcdir/configure" conftest.file`
gerris-20131206+dfsg/aclocal.m4-9637-   fi
##############################################
gerris-20131206+dfsg/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gerris-20131206+dfsg/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gerris-20131206+dfsg/configure-45-  as_echo='print -r --'
gerris-20131206+dfsg/configure-46-  as_echo_n='print -rn --'
gerris-20131206+dfsg/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gerris-20131206+dfsg/configure-48-  as_echo='printf %s\n'
##############################################
gerris-20131206+dfsg/configure-50-else
gerris-20131206+dfsg/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gerris-20131206+dfsg/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gerris-20131206+dfsg/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gerris-20131206+dfsg/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gerris-20131206+dfsg/configure-62-      esac;
##############################################
gerris-20131206+dfsg/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gerris-20131206+dfsg/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gerris-20131206+dfsg/configure-199-
##############################################
gerris-20131206+dfsg/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
gerris-20131206+dfsg/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gerris-20131206+dfsg/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
gerris-20131206+dfsg/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gerris-20131206+dfsg/configure-332-      case $as_dir in #(
gerris-20131206+dfsg/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gerris-20131206+dfsg/configure-334-      *) as_qdir=$as_dir;;
##############################################
gerris-20131206+dfsg/configure-405-  {
gerris-20131206+dfsg/configure:406:    as_val=`expr "$@" || test $? -eq 1`
gerris-20131206+dfsg/configure-407-  }
##############################################
gerris-20131206+dfsg/configure-412-# ----------------------------------------
gerris-20131206+dfsg/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gerris-20131206+dfsg/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gerris-20131206+dfsg/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gerris-20131206+dfsg/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gerris-20131206+dfsg/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gerris-20131206+dfsg/configure-914-  case $ac_option in
gerris-20131206+dfsg/configure:915:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gerris-20131206+dfsg/configure-916-  *=)   ac_optarg= ;;
##############################################
gerris-20131206+dfsg/configure-958-  -disable-* | --disable-*)
gerris-20131206+dfsg/configure:959:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gerris-20131206+dfsg/configure-960-    # Reject names that are not valid shell variable names.
##############################################
gerris-20131206+dfsg/configure-963-    ac_useropt_orig=$ac_useropt
gerris-20131206+dfsg/configure:964:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gerris-20131206+dfsg/configure-965-    case $ac_user_opts in
##############################################
gerris-20131206+dfsg/configure-984-  -enable-* | --enable-*)
gerris-20131206+dfsg/configure:985:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gerris-20131206+dfsg/configure-986-    # Reject names that are not valid shell variable names.
##############################################
gerris-20131206+dfsg/configure-989-    ac_useropt_orig=$ac_useropt
gerris-20131206+dfsg/configure:990:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gerris-20131206+dfsg/configure-991-    case $ac_user_opts in
##############################################
gerris-20131206+dfsg/configure-1188-  -with-* | --with-*)
gerris-20131206+dfsg/configure:1189:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gerris-20131206+dfsg/configure-1190-    # Reject names that are not valid shell variable names.
##############################################
gerris-20131206+dfsg/configure-1193-    ac_useropt_orig=$ac_useropt
gerris-20131206+dfsg/configure:1194:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gerris-20131206+dfsg/configure-1195-    case $ac_user_opts in
##############################################
gerris-20131206+dfsg/configure-1204-  -without-* | --without-*)
gerris-20131206+dfsg/configure:1205:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gerris-20131206+dfsg/configure-1206-    # Reject names that are not valid shell variable names.
##############################################
gerris-20131206+dfsg/configure-1209-    ac_useropt_orig=$ac_useropt
gerris-20131206+dfsg/configure:1210:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gerris-20131206+dfsg/configure-1211-    case $ac_user_opts in
##############################################
gerris-20131206+dfsg/configure-1242-  *=*)
gerris-20131206+dfsg/configure:1243:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gerris-20131206+dfsg/configure-1244-    # Reject names that are not valid shell variable names.
##############################################
gerris-20131206+dfsg/configure-1263-if test -n "$ac_prev"; then
gerris-20131206+dfsg/configure:1264:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gerris-20131206+dfsg/configure-1265-  as_fn_error $? "missing argument to $ac_option"
##############################################
gerris-20131206+dfsg/configure-1285-    */ )
gerris-20131206+dfsg/configure:1286:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gerris-20131206+dfsg/configure-1287-      eval $ac_var=\$ac_val;;
##############################################
gerris-20131206+dfsg/configure-1320-ac_ls_di=`ls -di .` &&
gerris-20131206+dfsg/configure:1321:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gerris-20131206+dfsg/configure-1322-  as_fn_error $? "working directory cannot be determined"
##############################################
gerris-20131206+dfsg/configure-1376-case $srcdir in
gerris-20131206+dfsg/configure:1377:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gerris-20131206+dfsg/configure-1378-esac
##############################################
gerris-20131206+dfsg/configure-1419-By default, \`make install' will install all the files in
gerris-20131206+dfsg/configure:1420:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gerris-20131206+dfsg/configure:1421:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gerris-20131206+dfsg/configure-1422-for instance \`--prefix=\$HOME'.
##############################################
gerris-20131206+dfsg/configure-1539-*)
gerris-20131206+dfsg/configure:1540:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gerris-20131206+dfsg/configure-1541-  # A ".." for each directory in $ac_dir_suffix.
gerris-20131206+dfsg/configure:1542:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gerris-20131206+dfsg/configure-1543-  case $ac_top_builddir_sub in
##############################################
gerris-20131206+dfsg/configure-2191-    *\'*)
gerris-20131206+dfsg/configure:2192:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gerris-20131206+dfsg/configure-2193-    esac
##############################################
gerris-20131206+dfsg/configure-2274-      case $ac_val in
gerris-20131206+dfsg/configure:2275:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gerris-20131206+dfsg/configure-2276-      esac
##############################################
gerris-20131206+dfsg/configure-2289-	case $ac_val in
gerris-20131206+dfsg/configure:2290:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gerris-20131206+dfsg/configure-2291-	esac
##############################################
gerris-20131206+dfsg/configure-2409-    set,)
gerris-20131206+dfsg/configure:2410:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gerris-20131206+dfsg/configure:2411:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gerris-20131206+dfsg/configure-2412-      ac_cache_corrupted=: ;;
##############################################
gerris-20131206+dfsg/configure-2420-	# differences in whitespace do not lead to failure.
gerris-20131206+dfsg/configure:2421:	ac_old_val_w=`echo x $ac_old_val`
gerris-20131206+dfsg/configure:2422:	ac_new_val_w=`echo x $ac_new_val`
gerris-20131206+dfsg/configure-2423-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gerris-20131206+dfsg/configure-2440-    case $ac_new_val in
gerris-20131206+dfsg/configure:2441:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gerris-20131206+dfsg/configure-2442-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gerris-20131206+dfsg/configure-2500-LT_RELEASE=$GFS_MAJOR_VERSION.$GFS_MINOR_VERSION
gerris-20131206+dfsg/configure:2501:LT_CURRENT=`expr $GFS_MICRO_VERSION - $GFS_INTERFACE_AGE`
gerris-20131206+dfsg/configure-2502-LT_REVISION=$GFS_INTERFACE_AGE
gerris-20131206+dfsg/configure:2503:LT_AGE=`expr $GFS_BINARY_AGE - $GFS_INTERFACE_AGE`
gerris-20131206+dfsg/configure-2504-
##############################################
gerris-20131206+dfsg/configure-2660-if (
gerris-20131206+dfsg/configure:2661:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gerris-20131206+dfsg/configure-2662-   if test "$*" = "X"; then
gerris-20131206+dfsg/configure-2663-      # -L didn't work.
gerris-20131206+dfsg/configure:2664:      set X `ls -t "$srcdir/configure" conftest.file`
gerris-20131206+dfsg/configure-2665-   fi
##############################################
gerris-20131206+dfsg/configure-2696-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gerris-20131206+dfsg/configure:2697:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gerris-20131206+dfsg/configure-2698-
gerris-20131206+dfsg/configure-2699-# expand $ac_aux_dir to an absolute path
gerris-20131206+dfsg/configure:2700:am_aux_dir=`cd $ac_aux_dir && pwd`
gerris-20131206+dfsg/configure-2701-
##############################################
gerris-20131206+dfsg/configure-2841-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gerris-20131206+dfsg/configure:2842:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gerris-20131206+dfsg/configure-2843-	     'mkdir (GNU coreutils) '* | \
##############################################
gerris-20131206+dfsg/configure-2920-set x ${MAKE-make}
gerris-20131206+dfsg/configure:2921:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gerris-20131206+dfsg/configure-2922-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gerris-20131206+dfsg/configure-2930-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gerris-20131206+dfsg/configure:2931:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gerris-20131206+dfsg/configure-2932-  *@@@%%%=?*=@@@%%%*)
##############################################
gerris-20131206+dfsg/configure-2957-
gerris-20131206+dfsg/configure:2958:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gerris-20131206+dfsg/configure-2959-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gerris-20131206+dfsg/configure-3517-$as_echo_n "checking whether the C compiler works... " >&6; }
gerris-20131206+dfsg/configure:3518:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gerris-20131206+dfsg/configure-3519-
##############################################
gerris-20131206+dfsg/configure-3561-	then :; else
gerris-20131206+dfsg/configure:3562:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gerris-20131206+dfsg/configure-3563-	fi
##############################################
gerris-20131206+dfsg/configure-3621-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gerris-20131206+dfsg/configure:3622:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gerris-20131206+dfsg/configure-3623-	  break;;
##############################################
gerris-20131206+dfsg/configure-3730-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gerris-20131206+dfsg/configure:3731:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gerris-20131206+dfsg/configure-3732-       break;;
##############################################
gerris-20131206+dfsg/configure-3979-# Ignore all kinds of additional output from `make'.
gerris-20131206+dfsg/configure:3980:case `$am_make -s -f confmf 2> /dev/null` in #(
gerris-20131206+dfsg/configure-3981-*the\ am__doit\ target*)
##############################################
gerris-20131206+dfsg/configure-3989-   echo '.include "confinc"' > confmf
gerris-20131206+dfsg/configure:3990:   case `$am_make -s -f confmf 2> /dev/null` in #(
gerris-20131206+dfsg/configure-3991-   *the\ am__doit\ target*)
##############################################
gerris-20131206+dfsg/configure-4052-  if test "$am_compiler_list" = ""; then
gerris-20131206+dfsg/configure:4053:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gerris-20131206+dfsg/configure-4054-  fi
##############################################
gerris-20131206+dfsg/configure-4169-test "x$ac_build_alias" = x &&
gerris-20131206+dfsg/configure:4170:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gerris-20131206+dfsg/configure-4171-test "x$ac_build_alias" = x &&
gerris-20131206+dfsg/configure-4172-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gerris-20131206+dfsg/configure:4173:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gerris-20131206+dfsg/configure-4174-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gerris-20131206+dfsg/configure-4193-IFS=$ac_save_IFS
gerris-20131206+dfsg/configure:4194:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gerris-20131206+dfsg/configure-4195-
##############################################
gerris-20131206+dfsg/configure-4204-else
gerris-20131206+dfsg/configure:4205:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gerris-20131206+dfsg/configure-4206-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gerris-20131206+dfsg/configure-4226-IFS=$ac_save_IFS
gerris-20131206+dfsg/configure:4227:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gerris-20131206+dfsg/configure-4228-
##############################################
gerris-20131206+dfsg/configure-4582-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gerris-20131206+dfsg/configure:4583:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gerris-20131206+dfsg/configure-4584-  ECHO='print -r --'
gerris-20131206+dfsg/configure:4585:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gerris-20131206+dfsg/configure-4586-  ECHO='printf %s\n'
##############################################
gerris-20131206+dfsg/configure-4651-  # Check for GNU $ac_path_SED
gerris-20131206+dfsg/configure:4652:case `"$ac_path_SED" --version 2>&1` in
gerris-20131206+dfsg/configure-4653-*GNU*)
##############################################
gerris-20131206+dfsg/configure-4727-  # Check for GNU $ac_path_GREP
gerris-20131206+dfsg/configure:4728:case `"$ac_path_GREP" --version 2>&1` in
gerris-20131206+dfsg/configure-4729-*GNU*)
##############################################
gerris-20131206+dfsg/configure-4793-  # Check for GNU $ac_path_EGREP
gerris-20131206+dfsg/configure:4794:case `"$ac_path_EGREP" --version 2>&1` in
gerris-20131206+dfsg/configure-4795-*GNU*)
##############################################
gerris-20131206+dfsg/configure-4860-  # Check for GNU $ac_path_FGREP
gerris-20131206+dfsg/configure:4861:case `"$ac_path_FGREP" --version 2>&1` in
gerris-20131206+dfsg/configure-4862-*GNU*)
##############################################
gerris-20131206+dfsg/configure-4940-    # gcc leaves a trailing carriage return which upsets mingw
gerris-20131206+dfsg/configure:4941:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gerris-20131206+dfsg/configure-4942-  *)
gerris-20131206+dfsg/configure:4943:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gerris-20131206+dfsg/configure-4944-  esac
##############################################
gerris-20131206+dfsg/configure-4949-      # Canonicalize the pathname of ld
gerris-20131206+dfsg/configure:4950:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gerris-20131206+dfsg/configure-4951-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gerris-20131206+dfsg/configure:4952:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gerris-20131206+dfsg/configure-4953-      done
##############################################
gerris-20131206+dfsg/configure-4984-      # Break only if it was the GNU/non-GNU ld that we prefer.
gerris-20131206+dfsg/configure:4985:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gerris-20131206+dfsg/configure-4986-      *GNU* | *'with BFD'*)
##############################################
gerris-20131206+dfsg/configure-5015-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gerris-20131206+dfsg/configure:5016:case `$LD -v 2>&1 </dev/null` in
gerris-20131206+dfsg/configure-5017-*GNU* | *'with BFD'*)
##############################################
gerris-20131206+dfsg/configure-5060-	# Tru64's nm complains that /dev/null is an invalid object file
gerris-20131206+dfsg/configure:5061:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gerris-20131206+dfsg/configure-5062-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gerris-20131206+dfsg/configure-5066-	*)
gerris-20131206+dfsg/configure:5067:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gerris-20131206+dfsg/configure-5068-	  */dev/null*)
##############################################
gerris-20131206+dfsg/configure-5194-
gerris-20131206+dfsg/configure:5195:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gerris-20131206+dfsg/configure-5196-    *COFF*)
##############################################
gerris-20131206+dfsg/configure-5306-    # And add a safety zone
gerris-20131206+dfsg/configure:5307:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gerris-20131206+dfsg/configure:5308:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gerris-20131206+dfsg/configure-5309-    ;;
##############################################
gerris-20131206+dfsg/configure-5339-    if test -n "$kargmax"; then
gerris-20131206+dfsg/configure:5340:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gerris-20131206+dfsg/configure-5341-    else
##############################################
gerris-20131206+dfsg/configure-5347-    if test -n "$lt_cv_sys_max_cmd_len"; then
gerris-20131206+dfsg/configure:5348:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gerris-20131206+dfsg/configure:5349:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gerris-20131206+dfsg/configure-5350-    else
##############################################
gerris-20131206+dfsg/configure-5359-      # we can't tell.
gerris-20131206+dfsg/configure:5360:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gerris-20131206+dfsg/configure-5361-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gerris-20131206+dfsg/configure-5363-      do
gerris-20131206+dfsg/configure:5364:        i=`expr $i + 1`
gerris-20131206+dfsg/configure-5365-        teststring=$teststring$teststring
##############################################
gerris-20131206+dfsg/configure-5367-      # Only check the string length outside the loop.
gerris-20131206+dfsg/configure:5368:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gerris-20131206+dfsg/configure-5369-      teststring=
##############################################
gerris-20131206+dfsg/configure-5372-      # linker.  It appears as though 1/2 is a usable value.
gerris-20131206+dfsg/configure:5373:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gerris-20131206+dfsg/configure-5374-    fi
##############################################
gerris-20131206+dfsg/configure-5805-openbsd*)
gerris-20131206+dfsg/configure:5806:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/configure-5807-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gerris-20131206+dfsg/configure-5872-    else
gerris-20131206+dfsg/configure:5873:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gerris-20131206+dfsg/configure-5874-    fi
##############################################
gerris-20131206+dfsg/configure-6014-  # decide which to use based on capabilities of $DLLTOOL
gerris-20131206+dfsg/configure:6015:  case `$DLLTOOL --help 2>&1` in
gerris-20131206+dfsg/configure-6016-  *--identify-strict*)
##############################################
gerris-20131206+dfsg/configure-6536-# If we're using GNU nm, then use its standard symbol codes.
gerris-20131206+dfsg/configure:6537:case `$NM -V 2>&1` in
gerris-20131206+dfsg/configure-6538-*GNU* | *'with BFD'*)
##############################################
gerris-20131206+dfsg/configure-6554-mingw*)
gerris-20131206+dfsg/configure:6555:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gerris-20131206+dfsg/configure-6556-  ;;
##############################################
gerris-20131206+dfsg/configure-6773-   if test "$GCC" = yes; then
gerris-20131206+dfsg/configure:6774:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gerris-20131206+dfsg/configure-6775-   fi
##############################################
gerris-20131206+dfsg/configure-6777- /*)
gerris-20131206+dfsg/configure:6778:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gerris-20131206+dfsg/configure-6779-   ;; #(
##############################################
gerris-20131206+dfsg/configure-6813-  test $ac_status = 0; }; then
gerris-20131206+dfsg/configure:6814:    case `/usr/bin/file conftest.$ac_objext` in
gerris-20131206+dfsg/configure-6815-      *ELF-32*)
##############################################
gerris-20131206+dfsg/configure-6833-    if test "$lt_cv_prog_gnu_ld" = yes; then
gerris-20131206+dfsg/configure:6834:      case `/usr/bin/file conftest.$ac_objext` in
gerris-20131206+dfsg/configure-6835-	*32-bit*)
##############################################
gerris-20131206+dfsg/configure-6845-    else
gerris-20131206+dfsg/configure:6846:      case `/usr/bin/file conftest.$ac_objext` in
gerris-20131206+dfsg/configure-6847-	*32-bit*)
##############################################
gerris-20131206+dfsg/configure-7999-do :
gerris-20131206+dfsg/configure:8000:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gerris-20131206+dfsg/configure-8001-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gerris-20131206+dfsg/configure-8004-  cat >>confdefs.h <<_ACEOF
gerris-20131206+dfsg/configure:8005:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gerris-20131206+dfsg/configure-8006-_ACEOF
##############################################
gerris-20131206+dfsg/configure-8288-done
gerris-20131206+dfsg/configure:8289:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gerris-20131206+dfsg/configure-8290-
##############################################
gerris-20131206+dfsg/configure-8317-	"file_magic "*)
gerris-20131206+dfsg/configure:8318:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gerris-20131206+dfsg/configure-8319-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gerris-20131206+dfsg/configure-8383-	"file_magic "*)
gerris-20131206+dfsg/configure:8384:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gerris-20131206+dfsg/configure-8385-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gerris-20131206+dfsg/configure-8746-      *)
gerris-20131206+dfsg/configure:8747:	case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/configure-8748-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gerris-20131206+dfsg/configure-9106-  if test "$hard_links" = no; then
gerris-20131206+dfsg/configure:9107:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gerris-20131206+dfsg/configure:9108:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gerris-20131206+dfsg/configure-9109-    need_locks=warn
##############################################
gerris-20131206+dfsg/configure-9195-	# shared libraries, regardless of the interface used.
gerris-20131206+dfsg/configure:9196:	case `$LD -v 2>&1` in
gerris-20131206+dfsg/configure-9197-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gerris-20131206+dfsg/configure-9227-    supports_anon_versioning=no
gerris-20131206+dfsg/configure:9228:    case `$LD -v 2>&1` in
gerris-20131206+dfsg/configure-9229-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gerris-20131206+dfsg/configure-9296-	# is EXPORTS), use it as is; otherwise, prepend...
gerris-20131206+dfsg/configure:9297:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/configure-9298-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gerris-20131206+dfsg/configure-9324-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gerris-20131206+dfsg/configure:9325:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/configure:9326:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/configure-9327-      ;;
##############################################
gerris-20131206+dfsg/configure-9342-        pgcc*)				# Portland Group C compiler
gerris-20131206+dfsg/configure:9343:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-9344-	  tmp_addflag=' $pic_flag'
##############################################
gerris-20131206+dfsg/configure-9347-					# Portland Group f77 and f90 compilers
gerris-20131206+dfsg/configure:9348:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-9349-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gerris-20131206+dfsg/configure-9362-	nvcc*)	# Cuda Compiler Driver 2.2
gerris-20131206+dfsg/configure:9363:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-9364-	  compiler_needs_object=yes
##############################################
gerris-20131206+dfsg/configure-9366-	esac
gerris-20131206+dfsg/configure:9367:	case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/configure-9368-	*Sun\ C*)			# Sun C 5.9
gerris-20131206+dfsg/configure:9369:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-9370-	  compiler_needs_object=yes
##############################################
gerris-20131206+dfsg/configure-9434-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gerris-20131206+dfsg/configure:9435:      case `$LD -v 2>&1` in
gerris-20131206+dfsg/configure-9436-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gerris-20131206+dfsg/configure-9557-	# below for broken collect2 doesn't work under 4.3+
gerris-20131206+dfsg/configure:9558:	  collect2name=`${CC} -print-prog-name=collect2`
gerris-20131206+dfsg/configure-9559-	  if test -f "$collect2name" &&
##############################################
gerris-20131206+dfsg/configure-9631-      }'
gerris-20131206+dfsg/configure:9632:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-9633-  # Check for a 64-bit object if we didn't find anything.
gerris-20131206+dfsg/configure-9634-  if test -z "$lt_cv_aix_libpath_"; then
gerris-20131206+dfsg/configure:9635:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-9636-  fi
##############################################
gerris-20131206+dfsg/configure-9649-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gerris-20131206+dfsg/configure:9650:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gerris-20131206+dfsg/configure-9651-      else
##############################################
gerris-20131206+dfsg/configure-9684-      }'
gerris-20131206+dfsg/configure:9685:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-9686-  # Check for a 64-bit object if we didn't find anything.
gerris-20131206+dfsg/configure-9687-  if test -z "$lt_cv_aix_libpath_"; then
gerris-20131206+dfsg/configure:9688:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-9689-  fi
##############################################
gerris-20131206+dfsg/configure-9757-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gerris-20131206+dfsg/configure:9758:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/configure-9759-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gerris-20131206+dfsg/configure-9794-	# FIXME: Setting linknames here is a bad hack.
gerris-20131206+dfsg/configure:9795:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gerris-20131206+dfsg/configure-9796-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gerris-20131206+dfsg/configure-9812-  if test "$lt_cv_ld_force_load" = "yes"; then
gerris-20131206+dfsg/configure:9813:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gerris-20131206+dfsg/configure-9814-
##############################################
gerris-20131206+dfsg/configure-9992-      if test "$GCC" = yes; then
gerris-20131206+dfsg/configure:9993:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-9994-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gerris-20131206+dfsg/configure-10020-	if test "$lt_cv_irix_exported_symbol" = yes; then
gerris-20131206+dfsg/configure:10021:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gerris-20131206+dfsg/configure-10022-	fi
gerris-20131206+dfsg/configure-10023-      else
gerris-20131206+dfsg/configure:10024:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure:10025:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gerris-20131206+dfsg/configure-10026-      fi
##############################################
gerris-20131206+dfsg/configure-10060-	hardcode_direct_absolute=yes
gerris-20131206+dfsg/configure:10061:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/configure-10062-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gerris-20131206+dfsg/configure-10093-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/configure:10094:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-10095-      else
gerris-20131206+dfsg/configure-10096-	allow_undefined_flag=' -expect_unresolved \*'
gerris-20131206+dfsg/configure:10097:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-10098-      fi
##############################################
gerris-20131206+dfsg/configure-10106-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/configure:10107:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-10108-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gerris-20131206+dfsg/configure-10110-	allow_undefined_flag=' -expect_unresolved \*'
gerris-20131206+dfsg/configure:10111:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure:10112:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gerris-20131206+dfsg/configure:10113:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gerris-20131206+dfsg/configure-10114-
##############################################
gerris-20131206+dfsg/configure-10129-      else
gerris-20131206+dfsg/configure:10130:	case `$CC -V 2>&1` in
gerris-20131206+dfsg/configure-10131-	*"Compilers 5.0"*)
##############################################
gerris-20131206+dfsg/configure-10528-  esac
gerris-20131206+dfsg/configure:10529:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gerris-20131206+dfsg/configure-10530-  case $lt_search_path_spec in
##############################################
gerris-20131206+dfsg/configure-10535-    # okay in the real world where ";" in dirpaths is itself problematic.
gerris-20131206+dfsg/configure:10536:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gerris-20131206+dfsg/configure-10537-    ;;
gerris-20131206+dfsg/configure-10538-  *)
gerris-20131206+dfsg/configure:10539:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/configure-10540-    ;;
##############################################
gerris-20131206+dfsg/configure-10544-  lt_tmp_lt_search_path_spec=
gerris-20131206+dfsg/configure:10545:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gerris-20131206+dfsg/configure-10546-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gerris-20131206+dfsg/configure-10579-  esac
gerris-20131206+dfsg/configure:10580:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gerris-20131206+dfsg/configure-10581-else
##############################################
gerris-20131206+dfsg/configure-10667-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gerris-20131206+dfsg/configure:10668:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gerris-20131206+dfsg/configure-10669-    ;;
##############################################
gerris-20131206+dfsg/configure-10703-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gerris-20131206+dfsg/configure:10704:    postinstall_cmds='base_file=`basename \${file}`~
gerris-20131206+dfsg/configure:10705:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gerris-20131206+dfsg/configure:10706:      dldir=$destdir/`dirname \$dlpath`~
gerris-20131206+dfsg/configure-10707-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gerris-20131206+dfsg/configure-10712-      fi'
gerris-20131206+dfsg/configure:10713:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gerris-20131206+dfsg/configure-10714-      dlpath=$dir/\$dldll~
##############################################
gerris-20131206+dfsg/configure-10720-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gerris-20131206+dfsg/configure:10721:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-10722-
##############################################
gerris-20131206+dfsg/configure-10726-      # MinGW DLLs use traditional 'lib' prefix
gerris-20131206+dfsg/configure:10727:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-10728-      ;;
##############################################
gerris-20131206+dfsg/configure-10730-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gerris-20131206+dfsg/configure:10731:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-10732-      ;;
##############################################
gerris-20131206+dfsg/configure-10739-    libname_spec='$name'
gerris-20131206+dfsg/configure:10740:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-10741-    library_names_spec='${libname}.dll.lib'
##############################################
gerris-20131206+dfsg/configure-10751-        # Let DOS variable expansion print the short 8.3 style file name.
gerris-20131206+dfsg/configure:10752:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gerris-20131206+dfsg/configure-10753-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gerris-20131206+dfsg/configure-10756-      # Convert to MSYS style.
gerris-20131206+dfsg/configure:10757:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gerris-20131206+dfsg/configure-10758-      ;;
##############################################
gerris-20131206+dfsg/configure-10762-      # like /cygdrive/c/PROGRA~1:/cygdr...
gerris-20131206+dfsg/configure:10763:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gerris-20131206+dfsg/configure:10764:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gerris-20131206+dfsg/configure:10765:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/configure-10766-      ;;
##############################################
gerris-20131206+dfsg/configure-10770-        # It is most probably a Windows format PATH.
gerris-20131206+dfsg/configure:10771:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gerris-20131206+dfsg/configure-10772-      else
gerris-20131206+dfsg/configure:10773:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/configure-10774-      fi
##############################################
gerris-20131206+dfsg/configure-10780-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gerris-20131206+dfsg/configure:10781:    postinstall_cmds='base_file=`basename \${file}`~
gerris-20131206+dfsg/configure:10782:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gerris-20131206+dfsg/configure:10783:      dldir=$destdir/`dirname \$dlpath`~
gerris-20131206+dfsg/configure-10784-      test -d \$dldir || mkdir -p \$dldir~
gerris-20131206+dfsg/configure-10785-      $install_prog $dir/$dlname \$dldir/$dlname'
gerris-20131206+dfsg/configure:10786:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gerris-20131206+dfsg/configure-10787-      dlpath=$dir/\$dldll~
##############################################
gerris-20131206+dfsg/configure-10794-    # Assume MSVC wrapper
gerris-20131206+dfsg/configure:10795:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gerris-20131206+dfsg/configure-10796-    dynamic_linker='Win32 ld.exe'
##############################################
gerris-20131206+dfsg/configure-10811-  shlibpath_var=DYLD_LIBRARY_PATH
gerris-20131206+dfsg/configure:10812:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gerris-20131206+dfsg/configure-10813-
##############################################
gerris-20131206+dfsg/configure-11037-  if test -f /etc/ld.so.conf; then
gerris-20131206+dfsg/configure:11038:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gerris-20131206+dfsg/configure-11039-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gerris-20131206+dfsg/configure-11111-  shlibpath_var=LD_LIBRARY_PATH
gerris-20131206+dfsg/configure:11112:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/configure-11113-    case $host_os in
##############################################
gerris-20131206+dfsg/configure-12146-set dummy $CC
gerris-20131206+dfsg/configure:12147:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
gerris-20131206+dfsg/configure-12148-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
gerris-20131206+dfsg/configure-12558-  test $ac_status = 0; }; then
gerris-20131206+dfsg/configure:12559:  pkg_cv_GTS_CFLAGS=`$PKG_CONFIG --cflags "gts >= 0.7.4" 2>/dev/null`
gerris-20131206+dfsg/configure-12560-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gerris-20131206+dfsg/configure-12575-  test $ac_status = 0; }; then
gerris-20131206+dfsg/configure:12576:  pkg_cv_GTS_LIBS=`$PKG_CONFIG --libs "gts >= 0.7.4" 2>/dev/null`
gerris-20131206+dfsg/configure-12577-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gerris-20131206+dfsg/configure-12596-        if test $_pkg_short_errors_supported = yes; then
gerris-20131206+dfsg/configure:12597:	        GTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gts >= 0.7.4" 2>&1`
gerris-20131206+dfsg/configure-12598-        else
gerris-20131206+dfsg/configure:12599:	        GTS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gts >= 0.7.4" 2>&1`
gerris-20131206+dfsg/configure-12600-        fi
##############################################
gerris-20131206+dfsg/configure-12996-  else
gerris-20131206+dfsg/configure:12997:    GSL_CFLAGS=`$GSL_CONFIG --cflags`
gerris-20131206+dfsg/configure:12998:    GSL_LIBS=`$GSL_CONFIG --libs`
gerris-20131206+dfsg/configure-12999-
##############################################
gerris-20131206+dfsg/configure-13572-done
gerris-20131206+dfsg/configure:13573:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gerris-20131206+dfsg/configure-13574-
##############################################
gerris-20131206+dfsg/configure-13813-      *)
gerris-20131206+dfsg/configure:13814:	case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/configure-13815-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gerris-20131206+dfsg/configure-14161-  if test "$hard_links" = no; then
gerris-20131206+dfsg/configure:14162:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gerris-20131206+dfsg/configure:14163:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gerris-20131206+dfsg/configure-14164-    need_locks=warn
##############################################
gerris-20131206+dfsg/configure-14247-	# shared libraries, regardless of the interface used.
gerris-20131206+dfsg/configure:14248:	case `$LD -v 2>&1` in
gerris-20131206+dfsg/configure-14249-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gerris-20131206+dfsg/configure-14279-    supports_anon_versioning=no
gerris-20131206+dfsg/configure:14280:    case `$LD -v 2>&1` in
gerris-20131206+dfsg/configure-14281-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gerris-20131206+dfsg/configure-14348-	# is EXPORTS), use it as is; otherwise, prepend...
gerris-20131206+dfsg/configure:14349:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/configure-14350-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gerris-20131206+dfsg/configure-14376-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gerris-20131206+dfsg/configure:14377:      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/configure:14378:      archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/configure-14379-      ;;
##############################################
gerris-20131206+dfsg/configure-14394-        pgcc*)				# Portland Group C compiler
gerris-20131206+dfsg/configure:14395:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-14396-	  tmp_addflag=' $pic_flag'
##############################################
gerris-20131206+dfsg/configure-14399-					# Portland Group f77 and f90 compilers
gerris-20131206+dfsg/configure:14400:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-14401-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gerris-20131206+dfsg/configure-14414-	nvcc*)	# Cuda Compiler Driver 2.2
gerris-20131206+dfsg/configure:14415:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-14416-	  compiler_needs_object_F77=yes
##############################################
gerris-20131206+dfsg/configure-14418-	esac
gerris-20131206+dfsg/configure:14419:	case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/configure-14420-	*Sun\ C*)			# Sun C 5.9
gerris-20131206+dfsg/configure:14421:	  whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-14422-	  compiler_needs_object_F77=yes
##############################################
gerris-20131206+dfsg/configure-14486-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gerris-20131206+dfsg/configure:14487:      case `$LD -v 2>&1` in
gerris-20131206+dfsg/configure-14488-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gerris-20131206+dfsg/configure-14609-	# below for broken collect2 doesn't work under 4.3+
gerris-20131206+dfsg/configure:14610:	  collect2name=`${CC} -print-prog-name=collect2`
gerris-20131206+dfsg/configure-14611-	  if test -f "$collect2name" &&
##############################################
gerris-20131206+dfsg/configure-14677-      }'
gerris-20131206+dfsg/configure:14678:  lt_cv_aix_libpath__F77=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-14679-  # Check for a 64-bit object if we didn't find anything.
gerris-20131206+dfsg/configure-14680-  if test -z "$lt_cv_aix_libpath__F77"; then
gerris-20131206+dfsg/configure:14681:    lt_cv_aix_libpath__F77=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-14682-  fi
##############################################
gerris-20131206+dfsg/configure-14695-        hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
gerris-20131206+dfsg/configure:14696:        archive_expsym_cmds_F77='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gerris-20131206+dfsg/configure-14697-      else
##############################################
gerris-20131206+dfsg/configure-14724-      }'
gerris-20131206+dfsg/configure:14725:  lt_cv_aix_libpath__F77=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-14726-  # Check for a 64-bit object if we didn't find anything.
gerris-20131206+dfsg/configure-14727-  if test -z "$lt_cv_aix_libpath__F77"; then
gerris-20131206+dfsg/configure:14728:    lt_cv_aix_libpath__F77=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-14729-  fi
##############################################
gerris-20131206+dfsg/configure-14797-	archive_cmds_F77='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gerris-20131206+dfsg/configure:14798:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/configure-14799-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gerris-20131206+dfsg/configure-14834-	# FIXME: Setting linknames here is a bad hack.
gerris-20131206+dfsg/configure:14835:	archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gerris-20131206+dfsg/configure-14836-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gerris-20131206+dfsg/configure-14852-  if test "$lt_cv_ld_force_load" = "yes"; then
gerris-20131206+dfsg/configure:14853:    whole_archive_flag_spec_F77='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gerris-20131206+dfsg/configure-14854-    compiler_needs_object_F77=yes
##############################################
gerris-20131206+dfsg/configure-14993-      if test "$GCC" = yes; then
gerris-20131206+dfsg/configure:14994:	archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-14995-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gerris-20131206+dfsg/configure-15022-	if test "$lt_cv_irix_exported_symbol" = yes; then
gerris-20131206+dfsg/configure:15023:          archive_expsym_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gerris-20131206+dfsg/configure-15024-	fi
gerris-20131206+dfsg/configure-15025-      else
gerris-20131206+dfsg/configure:15026:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure:15027:	archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gerris-20131206+dfsg/configure-15028-      fi
##############################################
gerris-20131206+dfsg/configure-15062-	hardcode_direct_absolute_F77=yes
gerris-20131206+dfsg/configure:15063:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/configure-15064-	  archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gerris-20131206+dfsg/configure-15095-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/configure:15096:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-15097-      else
gerris-20131206+dfsg/configure-15098-	allow_undefined_flag_F77=' -expect_unresolved \*'
gerris-20131206+dfsg/configure:15099:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-15100-      fi
##############################################
gerris-20131206+dfsg/configure-15108-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/configure:15109:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-15110-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
gerris-20131206+dfsg/configure-15112-	allow_undefined_flag_F77=' -expect_unresolved \*'
gerris-20131206+dfsg/configure:15113:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure:15114:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gerris-20131206+dfsg/configure:15115:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gerris-20131206+dfsg/configure-15116-
##############################################
gerris-20131206+dfsg/configure-15131-      else
gerris-20131206+dfsg/configure:15132:	case `$CC -V 2>&1` in
gerris-20131206+dfsg/configure-15133-	*"Compilers 5.0"*)
##############################################
gerris-20131206+dfsg/configure-15506-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gerris-20131206+dfsg/configure:15507:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gerris-20131206+dfsg/configure-15508-    ;;
##############################################
gerris-20131206+dfsg/configure-15542-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gerris-20131206+dfsg/configure:15543:    postinstall_cmds='base_file=`basename \${file}`~
gerris-20131206+dfsg/configure:15544:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gerris-20131206+dfsg/configure:15545:      dldir=$destdir/`dirname \$dlpath`~
gerris-20131206+dfsg/configure-15546-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gerris-20131206+dfsg/configure-15551-      fi'
gerris-20131206+dfsg/configure:15552:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gerris-20131206+dfsg/configure-15553-      dlpath=$dir/\$dldll~
##############################################
gerris-20131206+dfsg/configure-15559-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gerris-20131206+dfsg/configure:15560:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-15561-
##############################################
gerris-20131206+dfsg/configure-15564-      # MinGW DLLs use traditional 'lib' prefix
gerris-20131206+dfsg/configure:15565:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-15566-      ;;
##############################################
gerris-20131206+dfsg/configure-15568-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gerris-20131206+dfsg/configure:15569:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-15570-      ;;
##############################################
gerris-20131206+dfsg/configure-15577-    libname_spec='$name'
gerris-20131206+dfsg/configure:15578:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-15579-    library_names_spec='${libname}.dll.lib'
##############################################
gerris-20131206+dfsg/configure-15589-        # Let DOS variable expansion print the short 8.3 style file name.
gerris-20131206+dfsg/configure:15590:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gerris-20131206+dfsg/configure-15591-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gerris-20131206+dfsg/configure-15594-      # Convert to MSYS style.
gerris-20131206+dfsg/configure:15595:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gerris-20131206+dfsg/configure-15596-      ;;
##############################################
gerris-20131206+dfsg/configure-15600-      # like /cygdrive/c/PROGRA~1:/cygdr...
gerris-20131206+dfsg/configure:15601:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gerris-20131206+dfsg/configure:15602:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gerris-20131206+dfsg/configure:15603:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/configure-15604-      ;;
##############################################
gerris-20131206+dfsg/configure-15608-        # It is most probably a Windows format PATH.
gerris-20131206+dfsg/configure:15609:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gerris-20131206+dfsg/configure-15610-      else
gerris-20131206+dfsg/configure:15611:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/configure-15612-      fi
##############################################
gerris-20131206+dfsg/configure-15618-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gerris-20131206+dfsg/configure:15619:    postinstall_cmds='base_file=`basename \${file}`~
gerris-20131206+dfsg/configure:15620:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gerris-20131206+dfsg/configure:15621:      dldir=$destdir/`dirname \$dlpath`~
gerris-20131206+dfsg/configure-15622-      test -d \$dldir || mkdir -p \$dldir~
gerris-20131206+dfsg/configure-15623-      $install_prog $dir/$dlname \$dldir/$dlname'
gerris-20131206+dfsg/configure:15624:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gerris-20131206+dfsg/configure-15625-      dlpath=$dir/\$dldll~
##############################################
gerris-20131206+dfsg/configure-15632-    # Assume MSVC wrapper
gerris-20131206+dfsg/configure:15633:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gerris-20131206+dfsg/configure-15634-    dynamic_linker='Win32 ld.exe'
##############################################
gerris-20131206+dfsg/configure-15649-  shlibpath_var=DYLD_LIBRARY_PATH
gerris-20131206+dfsg/configure:15650:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gerris-20131206+dfsg/configure-15651-
##############################################
gerris-20131206+dfsg/configure-15868-  if test -f /etc/ld.so.conf; then
gerris-20131206+dfsg/configure:15869:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gerris-20131206+dfsg/configure-15870-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gerris-20131206+dfsg/configure-15942-  shlibpath_var=LD_LIBRARY_PATH
gerris-20131206+dfsg/configure:15943:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/configure-15944-    case $host_os in
##############################################
gerris-20131206+dfsg/configure-16261-  *mGLOB_options_string*)
gerris-20131206+dfsg/configure:16262:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
gerris-20131206+dfsg/configure-16263-
##############################################
gerris-20131206+dfsg/configure-16284-  *cft90*)
gerris-20131206+dfsg/configure:16285:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
gerris-20131206+dfsg/configure-16286-esac
##############################################
gerris-20131206+dfsg/configure-16369-  *mGLOB_options_string*)
gerris-20131206+dfsg/configure:16370:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
gerris-20131206+dfsg/configure-16371-
##############################################
gerris-20131206+dfsg/configure-16392-  *cft90*)
gerris-20131206+dfsg/configure:16393:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
gerris-20131206+dfsg/configure-16394-esac
##############################################
gerris-20131206+dfsg/configure-16468-	-YP,*)
gerris-20131206+dfsg/configure:16469:	  for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
gerris-20131206+dfsg/configure-16470-	      ac_exists=false
##############################################
gerris-20131206+dfsg/configure-17113-  case ${2} in
gerris-20131206+dfsg/configure:17114:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gerris-20131206+dfsg/configure:17115:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gerris-20131206+dfsg/configure-17116-  esac
##############################################
gerris-20131206+dfsg/configure-17225-done
gerris-20131206+dfsg/configure:17226:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gerris-20131206+dfsg/configure-17227-
##############################################
gerris-20131206+dfsg/configure-17307-
gerris-20131206+dfsg/configure:17308:  for p in `eval "$output_verbose_link_cmd"`; do
gerris-20131206+dfsg/configure-17309-    case ${prev}${p} in
##############################################
gerris-20131206+dfsg/configure-17401-if test -n "${compiler_lib_search_path_FC}"; then
gerris-20131206+dfsg/configure:17402: compiler_lib_search_dirs_FC=`echo " ${compiler_lib_search_path_FC}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gerris-20131206+dfsg/configure-17403-fi
##############################################
gerris-20131206+dfsg/configure-17629-      *)
gerris-20131206+dfsg/configure:17630:	case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/configure-17631-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gerris-20131206+dfsg/configure-17977-  if test "$hard_links" = no; then
gerris-20131206+dfsg/configure:17978:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gerris-20131206+dfsg/configure:17979:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gerris-20131206+dfsg/configure-17980-    need_locks=warn
##############################################
gerris-20131206+dfsg/configure-18063-	# shared libraries, regardless of the interface used.
gerris-20131206+dfsg/configure:18064:	case `$LD -v 2>&1` in
gerris-20131206+dfsg/configure-18065-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gerris-20131206+dfsg/configure-18095-    supports_anon_versioning=no
gerris-20131206+dfsg/configure:18096:    case `$LD -v 2>&1` in
gerris-20131206+dfsg/configure-18097-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gerris-20131206+dfsg/configure-18164-	# is EXPORTS), use it as is; otherwise, prepend...
gerris-20131206+dfsg/configure:18165:	archive_expsym_cmds_FC='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/configure-18166-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gerris-20131206+dfsg/configure-18192-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gerris-20131206+dfsg/configure:18193:      archive_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/configure:18194:      archive_expsym_cmds_FC='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/configure-18195-      ;;
##############################################
gerris-20131206+dfsg/configure-18210-        pgcc*)				# Portland Group C compiler
gerris-20131206+dfsg/configure:18211:	  whole_archive_flag_spec_FC='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-18212-	  tmp_addflag=' $pic_flag'
##############################################
gerris-20131206+dfsg/configure-18215-					# Portland Group f77 and f90 compilers
gerris-20131206+dfsg/configure:18216:	  whole_archive_flag_spec_FC='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-18217-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gerris-20131206+dfsg/configure-18230-	nvcc*)	# Cuda Compiler Driver 2.2
gerris-20131206+dfsg/configure:18231:	  whole_archive_flag_spec_FC='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-18232-	  compiler_needs_object_FC=yes
##############################################
gerris-20131206+dfsg/configure-18234-	esac
gerris-20131206+dfsg/configure:18235:	case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/configure-18236-	*Sun\ C*)			# Sun C 5.9
gerris-20131206+dfsg/configure:18237:	  whole_archive_flag_spec_FC='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/configure-18238-	  compiler_needs_object_FC=yes
##############################################
gerris-20131206+dfsg/configure-18302-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gerris-20131206+dfsg/configure:18303:      case `$LD -v 2>&1` in
gerris-20131206+dfsg/configure-18304-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gerris-20131206+dfsg/configure-18425-	# below for broken collect2 doesn't work under 4.3+
gerris-20131206+dfsg/configure:18426:	  collect2name=`${CC} -print-prog-name=collect2`
gerris-20131206+dfsg/configure-18427-	  if test -f "$collect2name" &&
##############################################
gerris-20131206+dfsg/configure-18493-      }'
gerris-20131206+dfsg/configure:18494:  lt_cv_aix_libpath__FC=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-18495-  # Check for a 64-bit object if we didn't find anything.
gerris-20131206+dfsg/configure-18496-  if test -z "$lt_cv_aix_libpath__FC"; then
gerris-20131206+dfsg/configure:18497:    lt_cv_aix_libpath__FC=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-18498-  fi
##############################################
gerris-20131206+dfsg/configure-18511-        hardcode_libdir_flag_spec_FC='${wl}-blibpath:$libdir:'"$aix_libpath"
gerris-20131206+dfsg/configure:18512:        archive_expsym_cmds_FC='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gerris-20131206+dfsg/configure-18513-      else
##############################################
gerris-20131206+dfsg/configure-18540-      }'
gerris-20131206+dfsg/configure:18541:  lt_cv_aix_libpath__FC=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-18542-  # Check for a 64-bit object if we didn't find anything.
gerris-20131206+dfsg/configure-18543-  if test -z "$lt_cv_aix_libpath__FC"; then
gerris-20131206+dfsg/configure:18544:    lt_cv_aix_libpath__FC=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/configure-18545-  fi
##############################################
gerris-20131206+dfsg/configure-18613-	archive_cmds_FC='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gerris-20131206+dfsg/configure:18614:	archive_expsym_cmds_FC='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/configure-18615-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gerris-20131206+dfsg/configure-18650-	# FIXME: Setting linknames here is a bad hack.
gerris-20131206+dfsg/configure:18651:	archive_cmds_FC='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gerris-20131206+dfsg/configure-18652-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gerris-20131206+dfsg/configure-18668-  if test "$lt_cv_ld_force_load" = "yes"; then
gerris-20131206+dfsg/configure:18669:    whole_archive_flag_spec_FC='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gerris-20131206+dfsg/configure-18670-    compiler_needs_object_FC=yes
##############################################
gerris-20131206+dfsg/configure-18809-      if test "$GCC" = yes; then
gerris-20131206+dfsg/configure:18810:	archive_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-18811-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gerris-20131206+dfsg/configure-18838-	if test "$lt_cv_irix_exported_symbol" = yes; then
gerris-20131206+dfsg/configure:18839:          archive_expsym_cmds_FC='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gerris-20131206+dfsg/configure-18840-	fi
gerris-20131206+dfsg/configure-18841-      else
gerris-20131206+dfsg/configure:18842:	archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure:18843:	archive_expsym_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gerris-20131206+dfsg/configure-18844-      fi
##############################################
gerris-20131206+dfsg/configure-18878-	hardcode_direct_absolute_FC=yes
gerris-20131206+dfsg/configure:18879:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/configure-18880-	  archive_cmds_FC='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gerris-20131206+dfsg/configure-18911-	allow_undefined_flag_FC=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/configure:18912:	archive_cmds_FC='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-18913-      else
gerris-20131206+dfsg/configure-18914-	allow_undefined_flag_FC=' -expect_unresolved \*'
gerris-20131206+dfsg/configure:18915:	archive_cmds_FC='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-18916-      fi
##############################################
gerris-20131206+dfsg/configure-18924-	allow_undefined_flag_FC=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/configure:18925:	archive_cmds_FC='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure-18926-	hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
##############################################
gerris-20131206+dfsg/configure-18928-	allow_undefined_flag_FC=' -expect_unresolved \*'
gerris-20131206+dfsg/configure:18929:	archive_cmds_FC='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/configure:18930:	archive_expsym_cmds_FC='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gerris-20131206+dfsg/configure:18931:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gerris-20131206+dfsg/configure-18932-
##############################################
gerris-20131206+dfsg/configure-18947-      else
gerris-20131206+dfsg/configure:18948:	case `$CC -V 2>&1` in
gerris-20131206+dfsg/configure-18949-	*"Compilers 5.0"*)
##############################################
gerris-20131206+dfsg/configure-19322-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gerris-20131206+dfsg/configure:19323:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gerris-20131206+dfsg/configure-19324-    ;;
##############################################
gerris-20131206+dfsg/configure-19358-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gerris-20131206+dfsg/configure:19359:    postinstall_cmds='base_file=`basename \${file}`~
gerris-20131206+dfsg/configure:19360:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gerris-20131206+dfsg/configure:19361:      dldir=$destdir/`dirname \$dlpath`~
gerris-20131206+dfsg/configure-19362-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gerris-20131206+dfsg/configure-19367-      fi'
gerris-20131206+dfsg/configure:19368:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gerris-20131206+dfsg/configure-19369-      dlpath=$dir/\$dldll~
##############################################
gerris-20131206+dfsg/configure-19375-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gerris-20131206+dfsg/configure:19376:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-19377-
##############################################
gerris-20131206+dfsg/configure-19380-      # MinGW DLLs use traditional 'lib' prefix
gerris-20131206+dfsg/configure:19381:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-19382-      ;;
##############################################
gerris-20131206+dfsg/configure-19384-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gerris-20131206+dfsg/configure:19385:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-19386-      ;;
##############################################
gerris-20131206+dfsg/configure-19393-    libname_spec='$name'
gerris-20131206+dfsg/configure:19394:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/configure-19395-    library_names_spec='${libname}.dll.lib'
##############################################
gerris-20131206+dfsg/configure-19405-        # Let DOS variable expansion print the short 8.3 style file name.
gerris-20131206+dfsg/configure:19406:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gerris-20131206+dfsg/configure-19407-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gerris-20131206+dfsg/configure-19410-      # Convert to MSYS style.
gerris-20131206+dfsg/configure:19411:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gerris-20131206+dfsg/configure-19412-      ;;
##############################################
gerris-20131206+dfsg/configure-19416-      # like /cygdrive/c/PROGRA~1:/cygdr...
gerris-20131206+dfsg/configure:19417:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gerris-20131206+dfsg/configure:19418:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gerris-20131206+dfsg/configure:19419:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/configure-19420-      ;;
##############################################
gerris-20131206+dfsg/configure-19424-        # It is most probably a Windows format PATH.
gerris-20131206+dfsg/configure:19425:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gerris-20131206+dfsg/configure-19426-      else
gerris-20131206+dfsg/configure:19427:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/configure-19428-      fi
##############################################
gerris-20131206+dfsg/configure-19434-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gerris-20131206+dfsg/configure:19435:    postinstall_cmds='base_file=`basename \${file}`~
gerris-20131206+dfsg/configure:19436:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gerris-20131206+dfsg/configure:19437:      dldir=$destdir/`dirname \$dlpath`~
gerris-20131206+dfsg/configure-19438-      test -d \$dldir || mkdir -p \$dldir~
gerris-20131206+dfsg/configure-19439-      $install_prog $dir/$dlname \$dldir/$dlname'
gerris-20131206+dfsg/configure:19440:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gerris-20131206+dfsg/configure-19441-      dlpath=$dir/\$dldll~
##############################################
gerris-20131206+dfsg/configure-19448-    # Assume MSVC wrapper
gerris-20131206+dfsg/configure:19449:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gerris-20131206+dfsg/configure-19450-    dynamic_linker='Win32 ld.exe'
##############################################
gerris-20131206+dfsg/configure-19465-  shlibpath_var=DYLD_LIBRARY_PATH
gerris-20131206+dfsg/configure:19466:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gerris-20131206+dfsg/configure-19467-
##############################################
gerris-20131206+dfsg/configure-19684-  if test -f /etc/ld.so.conf; then
gerris-20131206+dfsg/configure:19685:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gerris-20131206+dfsg/configure-19686-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gerris-20131206+dfsg/configure-19758-  shlibpath_var=LD_LIBRARY_PATH
gerris-20131206+dfsg/configure:19759:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/configure-19760-    case $host_os in
##############################################
gerris-20131206+dfsg/configure-20078-if test -r $HOME/.wwatch3.env; then
gerris-20131206+dfsg/configure:20079:   ww3_dir=`grep WWATCH3_DIR $HOME/.wwatch3.env | awk '{print $2}'`
gerris-20131206+dfsg/configure-20080-   ww3_version=`grep "WWVER  = " $ww3_dir/ftn/*.ftn | \
##############################################
gerris-20131206+dfsg/configure-20326-  test $ac_status = 0; }; then
gerris-20131206+dfsg/configure:20327:  pkg_cv_FFTW3_CFLAGS=`$PKG_CONFIG --cflags " fftw3 >= 3 " 2>/dev/null`
gerris-20131206+dfsg/configure-20328-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gerris-20131206+dfsg/configure-20343-  test $ac_status = 0; }; then
gerris-20131206+dfsg/configure:20344:  pkg_cv_FFTW3_LIBS=`$PKG_CONFIG --libs " fftw3 >= 3 " 2>/dev/null`
gerris-20131206+dfsg/configure-20345-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gerris-20131206+dfsg/configure-20364-        if test $_pkg_short_errors_supported = yes; then
gerris-20131206+dfsg/configure:20365:	        FFTW3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " fftw3 >= 3 " 2>&1`
gerris-20131206+dfsg/configure-20366-        else
gerris-20131206+dfsg/configure:20367:	        FFTW3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " fftw3 >= 3 " 2>&1`
gerris-20131206+dfsg/configure-20368-        fi
##############################################
gerris-20131206+dfsg/configure-20442-do :
gerris-20131206+dfsg/configure:20443:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gerris-20131206+dfsg/configure-20444-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gerris-20131206+dfsg/configure-20446-  cat >>confdefs.h <<_ACEOF
gerris-20131206+dfsg/configure:20447:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gerris-20131206+dfsg/configure-20448-_ACEOF
##############################################
gerris-20131206+dfsg/configure-20592-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gerris-20131206+dfsg/configure:20593:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gerris-20131206+dfsg/configure-20594-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gerris-20131206+dfsg/configure-20731-if test -z "$BASH_VERSION$ZSH_VERSION" \
gerris-20131206+dfsg/configure:20732:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gerris-20131206+dfsg/configure-20733-  as_echo='print -r --'
gerris-20131206+dfsg/configure-20734-  as_echo_n='print -rn --'
gerris-20131206+dfsg/configure:20735:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gerris-20131206+dfsg/configure-20736-  as_echo='printf %s\n'
##############################################
gerris-20131206+dfsg/configure-20738-else
gerris-20131206+dfsg/configure:20739:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gerris-20131206+dfsg/configure-20740-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gerris-20131206+dfsg/configure-20748-	expr "X$arg" : "X\\(.*\\)$as_nl";
gerris-20131206+dfsg/configure:20749:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gerris-20131206+dfsg/configure-20750-      esac;
##############################################
gerris-20131206+dfsg/configure-20825-# ----------------------------------------
gerris-20131206+dfsg/configure:20826:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gerris-20131206+dfsg/configure-20827-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gerris-20131206+dfsg/configure-20897-  {
gerris-20131206+dfsg/configure:20898:    as_val=`expr "$@" || test $? -eq 1`
gerris-20131206+dfsg/configure-20899-  }
##############################################
gerris-20131206+dfsg/configure-21001-      case $as_dir in #(
gerris-20131206+dfsg/configure:21002:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gerris-20131206+dfsg/configure-21003-      *) as_qdir=$as_dir;;
##############################################
gerris-20131206+dfsg/configure-21136-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gerris-20131206+dfsg/configure:21137:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gerris-20131206+dfsg/configure-21138-ac_cs_version="\\
##############################################
gerris-20131206+dfsg/configure-21161-  --*=?*)
gerris-20131206+dfsg/configure:21162:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gerris-20131206+dfsg/configure:21163:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gerris-20131206+dfsg/configure-21164-    ac_shift=:
##############################################
gerris-20131206+dfsg/configure-21166-  --*=)
gerris-20131206+dfsg/configure:21167:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gerris-20131206+dfsg/configure-21168-    ac_optarg=
##############################################
gerris-20131206+dfsg/configure-21190-    case $ac_optarg in
gerris-20131206+dfsg/configure:21191:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gerris-20131206+dfsg/configure-21192-    '') as_fn_error $? "missing file argument" ;;
##############################################
gerris-20131206+dfsg/configure-21198-    case $ac_optarg in
gerris-20131206+dfsg/configure:21199:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gerris-20131206+dfsg/configure-21200-    esac
##############################################
gerris-20131206+dfsg/configure-21267-delay_variable_subst='$delay_variable_subst'
gerris-20131206+dfsg/configure:21268:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21269:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21270:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21271:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21272:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21273:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21274:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21275:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21276:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21277:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21278:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21279:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21280:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21281:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21282:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21283:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21284:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21285:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21286:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21287:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21288:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21289:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21290:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21291:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21292:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21293:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21294:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21295:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21296:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21297:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21298:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21299:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21300:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21301:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21302:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21303:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21304:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21305:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21306:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21307:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21308:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21309:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21310:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21311:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21312:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21313:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21314:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21315:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21316:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21317:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21318:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21319:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21320:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21321:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21322:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21323:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21324:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21325:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21326:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21327:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21328:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21329:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21330:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21331:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21332:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21333:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21334:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21335:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21336:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21337:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21338:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21339:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21340:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21341:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21342:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21343:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21344:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21345:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21346:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21347:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21348:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21349:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21350:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21351:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21352:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21353:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21354:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21355:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21356:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21357:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21358:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21359:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21360:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21361:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21362:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21363:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21364:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21365:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21366:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21367:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21368:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21369:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21370:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21371:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21372:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21373:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21374:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21375:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21376:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21377:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21378:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21379:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21380:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21381:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21382:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21383:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21384:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21385:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21386:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21387:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21388:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21389:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21390:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21391:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21392:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21393:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21394:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21395:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21396:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21397:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21398:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21399:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21400:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21401:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21402:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21403:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21404:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21405:LD_F77='`$ECHO "$LD_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21406:LD_FC='`$ECHO "$LD_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21407:reload_flag_F77='`$ECHO "$reload_flag_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21408:reload_flag_FC='`$ECHO "$reload_flag_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21409:reload_cmds_F77='`$ECHO "$reload_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21410:reload_cmds_FC='`$ECHO "$reload_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21411:old_archive_cmds_F77='`$ECHO "$old_archive_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21412:old_archive_cmds_FC='`$ECHO "$old_archive_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21413:compiler_F77='`$ECHO "$compiler_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21414:compiler_FC='`$ECHO "$compiler_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21415:GCC_F77='`$ECHO "$GCC_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21416:GCC_FC='`$ECHO "$GCC_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21417:lt_prog_compiler_no_builtin_flag_F77='`$ECHO "$lt_prog_compiler_no_builtin_flag_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21418:lt_prog_compiler_no_builtin_flag_FC='`$ECHO "$lt_prog_compiler_no_builtin_flag_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21419:lt_prog_compiler_pic_F77='`$ECHO "$lt_prog_compiler_pic_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21420:lt_prog_compiler_pic_FC='`$ECHO "$lt_prog_compiler_pic_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21421:lt_prog_compiler_wl_F77='`$ECHO "$lt_prog_compiler_wl_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21422:lt_prog_compiler_wl_FC='`$ECHO "$lt_prog_compiler_wl_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21423:lt_prog_compiler_static_F77='`$ECHO "$lt_prog_compiler_static_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21424:lt_prog_compiler_static_FC='`$ECHO "$lt_prog_compiler_static_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21425:lt_cv_prog_compiler_c_o_F77='`$ECHO "$lt_cv_prog_compiler_c_o_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21426:lt_cv_prog_compiler_c_o_FC='`$ECHO "$lt_cv_prog_compiler_c_o_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21427:archive_cmds_need_lc_F77='`$ECHO "$archive_cmds_need_lc_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21428:archive_cmds_need_lc_FC='`$ECHO "$archive_cmds_need_lc_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21429:enable_shared_with_static_runtimes_F77='`$ECHO "$enable_shared_with_static_runtimes_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21430:enable_shared_with_static_runtimes_FC='`$ECHO "$enable_shared_with_static_runtimes_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21431:export_dynamic_flag_spec_F77='`$ECHO "$export_dynamic_flag_spec_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21432:export_dynamic_flag_spec_FC='`$ECHO "$export_dynamic_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21433:whole_archive_flag_spec_F77='`$ECHO "$whole_archive_flag_spec_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21434:whole_archive_flag_spec_FC='`$ECHO "$whole_archive_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21435:compiler_needs_object_F77='`$ECHO "$compiler_needs_object_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21436:compiler_needs_object_FC='`$ECHO "$compiler_needs_object_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21437:old_archive_from_new_cmds_F77='`$ECHO "$old_archive_from_new_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21438:old_archive_from_new_cmds_FC='`$ECHO "$old_archive_from_new_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21439:old_archive_from_expsyms_cmds_F77='`$ECHO "$old_archive_from_expsyms_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21440:old_archive_from_expsyms_cmds_FC='`$ECHO "$old_archive_from_expsyms_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21441:archive_cmds_F77='`$ECHO "$archive_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21442:archive_cmds_FC='`$ECHO "$archive_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21443:archive_expsym_cmds_F77='`$ECHO "$archive_expsym_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21444:archive_expsym_cmds_FC='`$ECHO "$archive_expsym_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21445:module_cmds_F77='`$ECHO "$module_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21446:module_cmds_FC='`$ECHO "$module_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21447:module_expsym_cmds_F77='`$ECHO "$module_expsym_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21448:module_expsym_cmds_FC='`$ECHO "$module_expsym_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21449:with_gnu_ld_F77='`$ECHO "$with_gnu_ld_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21450:with_gnu_ld_FC='`$ECHO "$with_gnu_ld_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21451:allow_undefined_flag_F77='`$ECHO "$allow_undefined_flag_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21452:allow_undefined_flag_FC='`$ECHO "$allow_undefined_flag_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21453:no_undefined_flag_F77='`$ECHO "$no_undefined_flag_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21454:no_undefined_flag_FC='`$ECHO "$no_undefined_flag_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21455:hardcode_libdir_flag_spec_F77='`$ECHO "$hardcode_libdir_flag_spec_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21456:hardcode_libdir_flag_spec_FC='`$ECHO "$hardcode_libdir_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21457:hardcode_libdir_separator_F77='`$ECHO "$hardcode_libdir_separator_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21458:hardcode_libdir_separator_FC='`$ECHO "$hardcode_libdir_separator_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21459:hardcode_direct_F77='`$ECHO "$hardcode_direct_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21460:hardcode_direct_FC='`$ECHO "$hardcode_direct_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21461:hardcode_direct_absolute_F77='`$ECHO "$hardcode_direct_absolute_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21462:hardcode_direct_absolute_FC='`$ECHO "$hardcode_direct_absolute_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21463:hardcode_minus_L_F77='`$ECHO "$hardcode_minus_L_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21464:hardcode_minus_L_FC='`$ECHO "$hardcode_minus_L_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21465:hardcode_shlibpath_var_F77='`$ECHO "$hardcode_shlibpath_var_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21466:hardcode_shlibpath_var_FC='`$ECHO "$hardcode_shlibpath_var_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21467:hardcode_automatic_F77='`$ECHO "$hardcode_automatic_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21468:hardcode_automatic_FC='`$ECHO "$hardcode_automatic_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21469:inherit_rpath_F77='`$ECHO "$inherit_rpath_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21470:inherit_rpath_FC='`$ECHO "$inherit_rpath_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21471:link_all_deplibs_F77='`$ECHO "$link_all_deplibs_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21472:link_all_deplibs_FC='`$ECHO "$link_all_deplibs_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21473:always_export_symbols_F77='`$ECHO "$always_export_symbols_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21474:always_export_symbols_FC='`$ECHO "$always_export_symbols_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21475:export_symbols_cmds_F77='`$ECHO "$export_symbols_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21476:export_symbols_cmds_FC='`$ECHO "$export_symbols_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21477:exclude_expsyms_F77='`$ECHO "$exclude_expsyms_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21478:exclude_expsyms_FC='`$ECHO "$exclude_expsyms_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21479:include_expsyms_F77='`$ECHO "$include_expsyms_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21480:include_expsyms_FC='`$ECHO "$include_expsyms_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21481:prelink_cmds_F77='`$ECHO "$prelink_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21482:prelink_cmds_FC='`$ECHO "$prelink_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21483:postlink_cmds_F77='`$ECHO "$postlink_cmds_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21484:postlink_cmds_FC='`$ECHO "$postlink_cmds_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21485:file_list_spec_F77='`$ECHO "$file_list_spec_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21486:file_list_spec_FC='`$ECHO "$file_list_spec_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21487:hardcode_action_F77='`$ECHO "$hardcode_action_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21488:hardcode_action_FC='`$ECHO "$hardcode_action_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21489:compiler_lib_search_dirs_F77='`$ECHO "$compiler_lib_search_dirs_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21490:compiler_lib_search_dirs_FC='`$ECHO "$compiler_lib_search_dirs_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21491:predep_objects_F77='`$ECHO "$predep_objects_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21492:predep_objects_FC='`$ECHO "$predep_objects_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21493:postdep_objects_F77='`$ECHO "$postdep_objects_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21494:postdep_objects_FC='`$ECHO "$postdep_objects_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21495:predeps_F77='`$ECHO "$predeps_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21496:predeps_FC='`$ECHO "$predeps_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21497:postdeps_F77='`$ECHO "$postdeps_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21498:postdeps_FC='`$ECHO "$postdeps_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21499:compiler_lib_search_path_F77='`$ECHO "$compiler_lib_search_path_F77" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure:21500:compiler_lib_search_path_FC='`$ECHO "$compiler_lib_search_path_FC" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/configure-21501-
##############################################
gerris-20131206+dfsg/configure-21636-compiler_lib_search_path_FC; do
gerris-20131206+dfsg/configure:21637:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gerris-20131206+dfsg/configure-21638-    *[\\\\\\\`\\"\\\$]*)
gerris-20131206+dfsg/configure:21639:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gerris-20131206+dfsg/configure-21640-      ;;
##############################################
gerris-20131206+dfsg/configure-21688-postlink_cmds_FC; do
gerris-20131206+dfsg/configure:21689:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gerris-20131206+dfsg/configure-21690-    *[\\\\\\\`\\"\\\$]*)
gerris-20131206+dfsg/configure:21691:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gerris-20131206+dfsg/configure-21692-      ;;
##############################################
gerris-20131206+dfsg/configure-21810-fi
gerris-20131206+dfsg/configure:21811:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gerris-20131206+dfsg/configure-21812-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gerris-20131206+dfsg/configure-21827-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gerris-20131206+dfsg/configure:21828:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gerris-20131206+dfsg/configure-21829-ac_delim='%!_!# '
##############################################
gerris-20131206+dfsg/configure-21833-
gerris-20131206+dfsg/configure:21834:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gerris-20131206+dfsg/configure-21835-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gerris-20131206+dfsg/configure-21971-for ac_last_try in false false :; do
gerris-20131206+dfsg/configure:21972:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gerris-20131206+dfsg/configure-21973-  if test -z "$ac_tt"; then
##############################################
gerris-20131206+dfsg/configure-22103-      esac
gerris-20131206+dfsg/configure:22104:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gerris-20131206+dfsg/configure-22105-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gerris-20131206+dfsg/configure-22162-*)
gerris-20131206+dfsg/configure:22163:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gerris-20131206+dfsg/configure-22164-  # A ".." for each directory in $ac_dir_suffix.
gerris-20131206+dfsg/configure:22165:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gerris-20131206+dfsg/configure-22166-  case $ac_top_builddir_sub in
##############################################
gerris-20131206+dfsg/configure-22223-/@mandir@/p'
gerris-20131206+dfsg/configure:22224:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gerris-20131206+dfsg/configure-22225-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gerris-20131206+dfsg/configure-22240-
gerris-20131206+dfsg/configure:22241:# Neutralize VPATH when `$srcdir' = `.'.
gerris-20131206+dfsg/configure-22242-# Shell code in configure.ac might set extrasub.
##############################################
gerris-20131206+dfsg/configure-22268-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gerris-20131206+dfsg/configure:22269:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gerris-20131206+dfsg/configure-22270-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gerris-20131206+dfsg/configure-22314-    * )
gerris-20131206+dfsg/configure:22315:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gerris-20131206+dfsg/configure-22316-  esac
##############################################
gerris-20131206+dfsg/configure-22361-    # Strip MF so we end up with the name of the file.
gerris-20131206+dfsg/configure:22362:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gerris-20131206+dfsg/configure-22363-    # Check whether this is an Automake generated Makefile or not.
##############################################
gerris-20131206+dfsg/configure-22398-    # from the Makefile without running `make'.
gerris-20131206+dfsg/configure:22399:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gerris-20131206+dfsg/configure-22400-    test -z "$DEPDIR" && continue
gerris-20131206+dfsg/configure:22401:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gerris-20131206+dfsg/configure-22402-    test -z "am__include" && continue
gerris-20131206+dfsg/configure:22403:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gerris-20131206+dfsg/configure-22404-    # When using ansi2knr, U may be empty or an underscore; expand it
gerris-20131206+dfsg/configure:22405:    U=`sed -n 's/^U = //p' < "$mf"`
gerris-20131206+dfsg/configure-22406-    # Find all dependency output files, they are included files with
##############################################
gerris-20131206+dfsg/configure-22459-
gerris-20131206+dfsg/configure:22460:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gerris-20131206+dfsg/configure-22461-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gerris-20131206+dfsg/depcomp-73-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gerris-20131206+dfsg/depcomp:74:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gerris-20131206+dfsg/depcomp-75-
##############################################
gerris-20131206+dfsg/depcomp-249-  # Version 6 uses the directory in both cases.
gerris-20131206+dfsg/depcomp:250:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gerris-20131206+dfsg/depcomp-251-  test "x$dir" = "x$object" && dir=
gerris-20131206+dfsg/depcomp:252:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gerris-20131206+dfsg/depcomp-253-  if test "$libtool" = yes; then
##############################################
gerris-20131206+dfsg/depcomp-344-  # Much of this is similar to the tru64 case; see comments there.
gerris-20131206+dfsg/depcomp:345:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gerris-20131206+dfsg/depcomp-346-  test "x$dir" = "x$object" && dir=
gerris-20131206+dfsg/depcomp:347:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gerris-20131206+dfsg/depcomp-348-  if test "$libtool" = yes; then
##############################################
gerris-20131206+dfsg/depcomp-388-   # Subdirectories are respected.
gerris-20131206+dfsg/depcomp:389:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gerris-20131206+dfsg/depcomp-390-   test "x$dir" = "x$object" && dir=
gerris-20131206+dfsg/depcomp:391:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gerris-20131206+dfsg/depcomp-392-
##############################################
gerris-20131206+dfsg/depcomp-578-  done
gerris-20131206+dfsg/depcomp:579:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gerris-20131206+dfsg/depcomp-580-  touch "$tmpdepfile"
##############################################
gerris-20131206+dfsg/test/circle/circle.sh-24-    for level in 3 4 5 6 7 8; do
gerris-20131206+dfsg/test/circle/circle.sh:25:	next=`expr $level + 1`
gerris-20131206+dfsg/test/circle/circle.sh-26-	echo -n "$level " >> error-$solver
##############################################
gerris-20131206+dfsg/test/shore/shore.sh-4-if test x$donotrun != xtrue; then
gerris-20131206+dfsg/test/shore/shore.sh:5:    for i in `seq $levelmin 1 $levelmax`; do
gerris-20131206+dfsg/test/shore/shore.sh-6-	if gerris2D -DLEVEL=$i shore.gfs 2> log-$i; then :
##############################################
gerris-20131206+dfsg/test/boundaries/boundaries.sh-13-    for level in 7 8; do
gerris-20131206+dfsg/test/boundaries/boundaries.sh:14:	level1=`expr $level + 1`
gerris-20131206+dfsg/test/boundaries/boundaries.sh-15-	echo -n "$level " >> order$v
##############################################
gerris-20131206+dfsg/test/merging/merging.gfs-17-# $$
gerris-20131206+dfsg/test/merging/merging.gfs:18:# where $r_i=\sqrt{(x-x_i)^2+(y-y_i)^2}$. To initialise the velocity
gerris-20131206+dfsg/test/merging/merging.gfs-19-# field, we use this vorticity as the source term in the Poisson
##############################################
gerris-20131206+dfsg/test/merging/merging.sh-31-    for level in 6 7 8; do
gerris-20131206+dfsg/test/merging/merging.sh:32:	level1=`expr $level + 1`
gerris-20131206+dfsg/test/merging/merging.sh-33-	echo -n "$level " >> $s.err
##############################################
gerris-20131206+dfsg/test/electro/electro.sh-5-    for level in 8 9 10; do
gerris-20131206+dfsg/test/electro/electro.sh:6:	level1=`expr $level - 1`
gerris-20131206+dfsg/test/electro/electro.sh-7-	echo -n "$level " >> convergence
##############################################
gerris-20131206+dfsg/test/debye/debye.gfs-13-# In the case of a plane electrode within a fully dissolved binary
gerris-20131206+dfsg/test/debye/debye.gfs:14:# system (ion and counterions of valence $z$, $|z|=1$) the model
gerris-20131206+dfsg/test/debye/debye.gfs-15-# reduces to the following dimensionless equations:
##############################################
gerris-20131206+dfsg/test/summary.sh-1-endstamp=`date +%s`
gerris-20131206+dfsg/test/summary.sh:2:end=`date -d@$endstamp +"%a %d %b %H:%M:%S"`
gerris-20131206+dfsg/test/summary.sh-3-
##############################################
gerris-20131206+dfsg/test/summary.sh-5-
gerris-20131206+dfsg/test/summary.sh:6:status=`for d in $dirs; do find $d -name status; done`
gerris-20131206+dfsg/test/summary.sh-7-
gerris-20131206+dfsg/test/summary.sh:8:fail=`grep FAIL $status | wc -l`
gerris-20131206+dfsg/test/summary.sh:9:pass=`grep PASS $status | wc -l`
gerris-20131206+dfsg/test/summary.sh:10:n=`echo $status | wc -w`
gerris-20131206+dfsg/test/summary.sh-11-
##############################################
gerris-20131206+dfsg/test/summary.sh-17-earliest=`ls -tr *.log | head -n1`
gerris-20131206+dfsg/test/summary.sh:18:startstamp=`stat -c %Y $earliest`
gerris-20131206+dfsg/test/summary.sh:19:start=`date -d@$startstamp +"%a %d %b %H:%M:%S"`
gerris-20131206+dfsg/test/summary.sh-20-
##############################################
gerris-20131206+dfsg/test/plateau/plateau.gfs-116-       # radius is smaller than the size of the finest cell: 1/2^14
gerris-20131206+dfsg/test/plateau/plateau.gfs:117:       t0=`awk '{ if ($5 < 1./2.**14) { print $3; exit(0);} }' < y`
gerris-20131206+dfsg/test/plateau/plateau.gfs-118-       rm -f fit.log
##############################################
gerris-20131206+dfsg/test/groundwater/groundwater.sh-9-    if echo Save solution.eps '{ format = EPS }' | \
gerris-20131206+dfsg/test/groundwater/groundwater.sh:10:	gfsview-batch2D solution.gfs `basename $1 .gfs`.gfv ; then :
gerris-20131206+dfsg/test/groundwater/groundwater.sh-11-    else
##############################################
gerris-20131206+dfsg/test/channel/channel.sh-14-    for level in 5 6; do
gerris-20131206+dfsg/test/channel/channel.sh:15:	level1=`expr $level + 1`
gerris-20131206+dfsg/test/channel/channel.sh-16-	echo -n "$level " >> order$v
##############################################
gerris-20131206+dfsg/test/oscillation/oscillation.sh-8-for i in 0; do
gerris-20131206+dfsg/test/oscillation/oscillation.sh:9:    diameter=`awk -v i=$i 'BEGIN { print 0.2 - i/512.}'`
gerris-20131206+dfsg/test/oscillation/oscillation.sh-10-    rm -f fit
##############################################
gerris-20131206+dfsg/test/spurious/spurious.sh-2-    for La in 120 1200 12000; do
gerris-20131206+dfsg/test/spurious/spurious.sh:3:	tmax=`echo $La | awk '{print 0.8*0.8/sqrt(0.8/$1)}'`
gerris-20131206+dfsg/test/spurious/spurious.sh-4-	if sed "s/end = TMAX/iend = 1/g" < $1 | gerris2D -DLEVEL=5 -DLAPLACE=$La -DDT=0 - |\
##############################################
gerris-20131206+dfsg/test/spurious/spurious.sh-12-    for level in 3 4 6 7; do
gerris-20131206+dfsg/test/spurious/spurious.sh:13:	tmax=`echo $La | awk '{print 0.8*0.8/sqrt(0.8/$1)}'`
gerris-20131206+dfsg/test/spurious/spurious.sh-14-	if sed "s/end = TMAX/iend = 1/g" < $1 | gerris2D -DLEVEL=$level -DLAPLACE=$La -DDT=1e-9 - |\
##############################################
gerris-20131206+dfsg/test/couette/couette.gfs-9-# $$|D|=\sqrt{\sum_{i,j}D_{ij}D_{ij}}$$
gerris-20131206+dfsg/test/couette/couette.gfs:10:# where $D_{ij}=(\partial_iu_j+\partial_ju_i)/2$.
gerris-20131206+dfsg/test/couette/couette.gfs-11-#
##############################################
gerris-20131206+dfsg/test/Makefile.in-73-red=; grn=; lgn=; blu=; std=
gerris-20131206+dfsg/test/Makefile.in:74:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/test/Makefile.in-75-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/test/Makefile.in:76:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/test/Makefile.in-77-    *) f=$$p;; \
gerris-20131206+dfsg/test/Makefile.in-78-  esac;
gerris-20131206+dfsg/test/Makefile.in:79:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/test/Makefile.in-80-am__install_max = 40
gerris-20131206+dfsg/test/Makefile.in-81-am__nobase_strip_setup = \
gerris-20131206+dfsg/test/Makefile.in:82:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/test/Makefile.in-83-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/test/Makefile.in-137-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
gerris-20131206+dfsg/test/Makefile.in:138:am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;		\
gerris-20131206+dfsg/test/Makefile.in-139-test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;	\
##############################################
gerris-20131206+dfsg/test/Makefile.in-1162-		 done`;							\
gerris-20131206+dfsg/test/Makefile.in:1163:	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
gerris-20131206+dfsg/test/Makefile.in:1164:	fail=`echo "$$results" | grep -c '^FAIL'`;			\
gerris-20131206+dfsg/test/Makefile.in:1165:	pass=`echo "$$results" | grep -c '^PASS'`;			\
gerris-20131206+dfsg/test/Makefile.in:1166:	skip=`echo "$$results" | grep -c '^SKIP'`;			\
gerris-20131206+dfsg/test/Makefile.in:1167:	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
gerris-20131206+dfsg/test/Makefile.in:1168:	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
gerris-20131206+dfsg/test/Makefile.in:1169:	failures=`expr $$fail + $$xpass`;				\
gerris-20131206+dfsg/test/Makefile.in:1170:	all=`expr $$all - $$skip`;					\
gerris-20131206+dfsg/test/Makefile.in-1171-	if test "$$all" -eq 1; then tests=test; All=;			\
##############################################
gerris-20131206+dfsg/test/Makefile.in-1277-check-html recheck-html:
gerris-20131206+dfsg/test/Makefile.in:1278:	@target=`echo $@ | sed 's/-html$$//'`; \
gerris-20131206+dfsg/test/Makefile.in-1279-	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
##############################################
gerris-20131206+dfsg/test/Makefile.in-1287-distdir: $(DISTFILES)
gerris-20131206+dfsg/test/Makefile.in:1288:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/test/Makefile.in:1289:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/test/Makefile.in-1290-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/test/Makefile.in-1301-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/test/Makefile.in:1302:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/test/Makefile.in-1303-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/tools/ppm2mpeg-14-if test -d "$TMPDIR" ; then
gerris-20131206+dfsg/tools/ppm2mpeg:15:  log=`mktemp $TMPDIR/ppm2mpeg.XXXXXX`
gerris-20131206+dfsg/tools/ppm2mpeg-16-else
##############################################
gerris-20131206+dfsg/tools/bat2gts-52-  case "$1" in
gerris-20131206+dfsg/tools/bat2gts:53:  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
gerris-20131206+dfsg/tools/bat2gts-54-  *) optarg= ;;
##############################################
gerris-20131206+dfsg/tools/bat2gts-91-
gerris-20131206+dfsg/tools/bat2gts:92:proj=-Ja$rlong/$rlat/1:`echo $width | awk '{print $1*1e5}'`c
gerris-20131206+dfsg/tools/bat2gts-93-area=-R`echo $rlong $rlat $width | awk '{
##############################################
gerris-20131206+dfsg/tools/bat2gts-110-  }
gerris-20131206+dfsg/tools/bat2gts:111:' | sort | uniq | happrox -f $verbose -r `awk -v H=$H 'BEGIN{print 1./H}'` -c $relative |\
gerris-20131206+dfsg/tools/bat2gts-112-transform --rz $angle | transform --revert --tz 0.5
##############################################
gerris-20131206+dfsg/tools/Makefile.in-121-streamanime_DEPENDENCIES = $(am__DEPENDENCIES_1)
gerris-20131206+dfsg/tools/Makefile.in:122:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/tools/Makefile.in-123-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/tools/Makefile.in:124:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/tools/Makefile.in-125-    *) f=$$p;; \
gerris-20131206+dfsg/tools/Makefile.in-126-  esac;
gerris-20131206+dfsg/tools/Makefile.in:127:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/tools/Makefile.in-128-am__install_max = 40
gerris-20131206+dfsg/tools/Makefile.in-129-am__nobase_strip_setup = \
gerris-20131206+dfsg/tools/Makefile.in:130:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/tools/Makefile.in-131-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/tools/Makefile.in-447-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/tools/Makefile.in:448:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/tools/Makefile.in-449-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/tools/Makefile.in-545-.c.obj:
gerris-20131206+dfsg/tools/Makefile.in:546:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/tools/Makefile.in-547-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:550:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/tools/Makefile.in-551-
##############################################
gerris-20131206+dfsg/tools/Makefile.in-559-gfs2oogl2D-gfs2oogl.o: gfs2oogl.c
gerris-20131206+dfsg/tools/Makefile.in:560:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfs2oogl2D_CFLAGS) $(CFLAGS) -MT gfs2oogl2D-gfs2oogl.o -MD -MP -MF $(DEPDIR)/gfs2oogl2D-gfs2oogl.Tpo -c -o gfs2oogl2D-gfs2oogl.o `test -f 'gfs2oogl.c' || echo '$(srcdir)/'`gfs2oogl.c
gerris-20131206+dfsg/tools/Makefile.in-561-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfs2oogl2D-gfs2oogl.Tpo $(DEPDIR)/gfs2oogl2D-gfs2oogl.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-563-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:564:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfs2oogl2D_CFLAGS) $(CFLAGS) -c -o gfs2oogl2D-gfs2oogl.o `test -f 'gfs2oogl.c' || echo '$(srcdir)/'`gfs2oogl.c
gerris-20131206+dfsg/tools/Makefile.in-565-
gerris-20131206+dfsg/tools/Makefile.in-566-gfs2oogl2D-gfs2oogl.obj: gfs2oogl.c
gerris-20131206+dfsg/tools/Makefile.in:567:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfs2oogl2D_CFLAGS) $(CFLAGS) -MT gfs2oogl2D-gfs2oogl.obj -MD -MP -MF $(DEPDIR)/gfs2oogl2D-gfs2oogl.Tpo -c -o gfs2oogl2D-gfs2oogl.obj `if test -f 'gfs2oogl.c'; then $(CYGPATH_W) 'gfs2oogl.c'; else $(CYGPATH_W) '$(srcdir)/gfs2oogl.c'; fi`
gerris-20131206+dfsg/tools/Makefile.in-568-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfs2oogl2D-gfs2oogl.Tpo $(DEPDIR)/gfs2oogl2D-gfs2oogl.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-570-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:571:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfs2oogl2D_CFLAGS) $(CFLAGS) -c -o gfs2oogl2D-gfs2oogl.obj `if test -f 'gfs2oogl.c'; then $(CYGPATH_W) 'gfs2oogl.c'; else $(CYGPATH_W) '$(srcdir)/gfs2oogl.c'; fi`
gerris-20131206+dfsg/tools/Makefile.in-572-
gerris-20131206+dfsg/tools/Makefile.in-573-gfscombine2D-gfscombine.o: gfscombine.c
gerris-20131206+dfsg/tools/Makefile.in:574:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfscombine2D_CFLAGS) $(CFLAGS) -MT gfscombine2D-gfscombine.o -MD -MP -MF $(DEPDIR)/gfscombine2D-gfscombine.Tpo -c -o gfscombine2D-gfscombine.o `test -f 'gfscombine.c' || echo '$(srcdir)/'`gfscombine.c
gerris-20131206+dfsg/tools/Makefile.in-575-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfscombine2D-gfscombine.Tpo $(DEPDIR)/gfscombine2D-gfscombine.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-577-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:578:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfscombine2D_CFLAGS) $(CFLAGS) -c -o gfscombine2D-gfscombine.o `test -f 'gfscombine.c' || echo '$(srcdir)/'`gfscombine.c
gerris-20131206+dfsg/tools/Makefile.in-579-
gerris-20131206+dfsg/tools/Makefile.in-580-gfscombine2D-gfscombine.obj: gfscombine.c
gerris-20131206+dfsg/tools/Makefile.in:581:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfscombine2D_CFLAGS) $(CFLAGS) -MT gfscombine2D-gfscombine.obj -MD -MP -MF $(DEPDIR)/gfscombine2D-gfscombine.Tpo -c -o gfscombine2D-gfscombine.obj `if test -f 'gfscombine.c'; then $(CYGPATH_W) 'gfscombine.c'; else $(CYGPATH_W) '$(srcdir)/gfscombine.c'; fi`
gerris-20131206+dfsg/tools/Makefile.in-582-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfscombine2D-gfscombine.Tpo $(DEPDIR)/gfscombine2D-gfscombine.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-584-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:585:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfscombine2D_CFLAGS) $(CFLAGS) -c -o gfscombine2D-gfscombine.obj `if test -f 'gfscombine.c'; then $(CYGPATH_W) 'gfscombine.c'; else $(CYGPATH_W) '$(srcdir)/gfscombine.c'; fi`
gerris-20131206+dfsg/tools/Makefile.in-586-
gerris-20131206+dfsg/tools/Makefile.in-587-gfscompare2D-gfscompare.o: gfscompare.c
gerris-20131206+dfsg/tools/Makefile.in:588:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfscompare2D_CFLAGS) $(CFLAGS) -MT gfscompare2D-gfscompare.o -MD -MP -MF $(DEPDIR)/gfscompare2D-gfscompare.Tpo -c -o gfscompare2D-gfscompare.o `test -f 'gfscompare.c' || echo '$(srcdir)/'`gfscompare.c
gerris-20131206+dfsg/tools/Makefile.in-589-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfscompare2D-gfscompare.Tpo $(DEPDIR)/gfscompare2D-gfscompare.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-591-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:592:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfscompare2D_CFLAGS) $(CFLAGS) -c -o gfscompare2D-gfscompare.o `test -f 'gfscompare.c' || echo '$(srcdir)/'`gfscompare.c
gerris-20131206+dfsg/tools/Makefile.in-593-
gerris-20131206+dfsg/tools/Makefile.in-594-gfscompare2D-gfscompare.obj: gfscompare.c
gerris-20131206+dfsg/tools/Makefile.in:595:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfscompare2D_CFLAGS) $(CFLAGS) -MT gfscompare2D-gfscompare.obj -MD -MP -MF $(DEPDIR)/gfscompare2D-gfscompare.Tpo -c -o gfscompare2D-gfscompare.obj `if test -f 'gfscompare.c'; then $(CYGPATH_W) 'gfscompare.c'; else $(CYGPATH_W) '$(srcdir)/gfscompare.c'; fi`
gerris-20131206+dfsg/tools/Makefile.in-596-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfscompare2D-gfscompare.Tpo $(DEPDIR)/gfscompare2D-gfscompare.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-598-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:599:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfscompare2D_CFLAGS) $(CFLAGS) -c -o gfscompare2D-gfscompare.obj `if test -f 'gfscompare.c'; then $(CYGPATH_W) 'gfscompare.c'; else $(CYGPATH_W) '$(srcdir)/gfscompare.c'; fi`
gerris-20131206+dfsg/tools/Makefile.in-600-
gerris-20131206+dfsg/tools/Makefile.in-601-gfsjoin2D-gfsjoin2.o: gfsjoin2.c
gerris-20131206+dfsg/tools/Makefile.in:602:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsjoin2D_CFLAGS) $(CFLAGS) -MT gfsjoin2D-gfsjoin2.o -MD -MP -MF $(DEPDIR)/gfsjoin2D-gfsjoin2.Tpo -c -o gfsjoin2D-gfsjoin2.o `test -f 'gfsjoin2.c' || echo '$(srcdir)/'`gfsjoin2.c
gerris-20131206+dfsg/tools/Makefile.in-603-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsjoin2D-gfsjoin2.Tpo $(DEPDIR)/gfsjoin2D-gfsjoin2.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-605-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:606:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsjoin2D_CFLAGS) $(CFLAGS) -c -o gfsjoin2D-gfsjoin2.o `test -f 'gfsjoin2.c' || echo '$(srcdir)/'`gfsjoin2.c
gerris-20131206+dfsg/tools/Makefile.in-607-
gerris-20131206+dfsg/tools/Makefile.in-608-gfsjoin2D-gfsjoin2.obj: gfsjoin2.c
gerris-20131206+dfsg/tools/Makefile.in:609:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsjoin2D_CFLAGS) $(CFLAGS) -MT gfsjoin2D-gfsjoin2.obj -MD -MP -MF $(DEPDIR)/gfsjoin2D-gfsjoin2.Tpo -c -o gfsjoin2D-gfsjoin2.obj `if test -f 'gfsjoin2.c'; then $(CYGPATH_W) 'gfsjoin2.c'; else $(CYGPATH_W) '$(srcdir)/gfsjoin2.c'; fi`
gerris-20131206+dfsg/tools/Makefile.in-610-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gfsjoin2D-gfsjoin2.Tpo $(DEPDIR)/gfsjoin2D-gfsjoin2.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-612-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:613:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gfsjoin2D_CFLAGS) $(CFLAGS) -c -o gfsjoin2D-gfsjoin2.obj `if test -f 'gfsjoin2.c'; then $(CYGPATH_W) 'gfsjoin2.c'; else $(CYGPATH_W) '$(srcdir)/gfsjoin2.c'; fi`
gerris-20131206+dfsg/tools/Makefile.in-614-
gerris-20131206+dfsg/tools/Makefile.in-615-ppmcombine-ppmcombine.o: ppmcombine.c
gerris-20131206+dfsg/tools/Makefile.in:616:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ppmcombine_CFLAGS) $(CFLAGS) -MT ppmcombine-ppmcombine.o -MD -MP -MF $(DEPDIR)/ppmcombine-ppmcombine.Tpo -c -o ppmcombine-ppmcombine.o `test -f 'ppmcombine.c' || echo '$(srcdir)/'`ppmcombine.c
gerris-20131206+dfsg/tools/Makefile.in-617-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ppmcombine-ppmcombine.Tpo $(DEPDIR)/ppmcombine-ppmcombine.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-619-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:620:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ppmcombine_CFLAGS) $(CFLAGS) -c -o ppmcombine-ppmcombine.o `test -f 'ppmcombine.c' || echo '$(srcdir)/'`ppmcombine.c
gerris-20131206+dfsg/tools/Makefile.in-621-
gerris-20131206+dfsg/tools/Makefile.in-622-ppmcombine-ppmcombine.obj: ppmcombine.c
gerris-20131206+dfsg/tools/Makefile.in:623:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ppmcombine_CFLAGS) $(CFLAGS) -MT ppmcombine-ppmcombine.obj -MD -MP -MF $(DEPDIR)/ppmcombine-ppmcombine.Tpo -c -o ppmcombine-ppmcombine.obj `if test -f 'ppmcombine.c'; then $(CYGPATH_W) 'ppmcombine.c'; else $(CYGPATH_W) '$(srcdir)/ppmcombine.c'; fi`
gerris-20131206+dfsg/tools/Makefile.in-624-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ppmcombine-ppmcombine.Tpo $(DEPDIR)/ppmcombine-ppmcombine.Po
##############################################
gerris-20131206+dfsg/tools/Makefile.in-626-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/tools/Makefile.in:627:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ppmcombine_CFLAGS) $(CFLAGS) -c -o ppmcombine-ppmcombine.obj `if test -f 'ppmcombine.c'; then $(CYGPATH_W) 'ppmcombine.c'; else $(CYGPATH_W) '$(srcdir)/ppmcombine.c'; fi`
gerris-20131206+dfsg/tools/Makefile.in-628-
##############################################
gerris-20131206+dfsg/tools/Makefile.in-679-GTAGS:
gerris-20131206+dfsg/tools/Makefile.in:680:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/tools/Makefile.in-681-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/tools/Makefile.in-687-distdir: $(DISTFILES)
gerris-20131206+dfsg/tools/Makefile.in:688:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/tools/Makefile.in:689:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/tools/Makefile.in-690-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/tools/Makefile.in-701-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/tools/Makefile.in:702:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/tools/Makefile.in-703-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/tools/ppm2theora-14-if test -d "$TMPDIR" ; then
gerris-20131206+dfsg/tools/ppm2theora:15:  log=`mktemp $TMPDIR/ppm2theora.XXXXXX`
gerris-20131206+dfsg/tools/ppm2theora-16-else
##############################################
gerris-20131206+dfsg/tools/gfs2gfs-17-  case "$1" in
gerris-20131206+dfsg/tools/gfs2gfs:18:  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
gerris-20131206+dfsg/tools/gfs2gfs-19-  *) optarg= ;;
##############################################
gerris-20131206+dfsg/tools/ppm2video-14-if test -d "$TMPDIR" ; then
gerris-20131206+dfsg/tools/ppm2video:15:  log=`mktemp $TMPDIR/ppm2video.XXXXXX`
gerris-20131206+dfsg/tools/ppm2video-16-else
##############################################
gerris-20131206+dfsg/tools/gfsjoin-58-# checking operations
gerris-20131206+dfsg/tools/gfsjoin:59:y=`expr ${#c2} - 2`
gerris-20131206+dfsg/tools/gfsjoin:60:tailst=`expr substr $c2 $y 3`
gerris-20131206+dfsg/tools/gfsjoin-61-
##############################################
gerris-20131206+dfsg/tools/gfsjoin-66-          compress=1
gerris-20131206+dfsg/tools/gfsjoin:67:          c2=`expr substr $c2 1 $[$y-1]`
gerris-20131206+dfsg/tools/gfsjoin-68-        else
##############################################
gerris-20131206+dfsg/tools/darcs2dist-64-    version=`darcsversion`
gerris-20131206+dfsg/tools/darcs2dist:65:    login=`echo $url | awk 'BEGIN{FS=":"}{print $1}'`
gerris-20131206+dfsg/tools/darcs2dist:66:    dir=`echo $url | awk 'BEGIN{FS=":"}{print $2}'`
gerris-20131206+dfsg/tools/darcs2dist-67-    if test x$dir = x; then
##############################################
gerris-20131206+dfsg/tools/darcs2dist-81-    version=`darcsversion` && \
gerris-20131206+dfsg/tools/darcs2dist:82:    login=`echo $url | awk 'BEGIN{FS=":"}{print $1}'` && \
gerris-20131206+dfsg/tools/darcs2dist:83:    dir=`echo $url | awk 'BEGIN{FS=":"}{print $2}'` && \
gerris-20131206+dfsg/tools/darcs2dist-84-    sh autogen.sh && \
##############################################
gerris-20131206+dfsg/configure.ac-37-LT_RELEASE=$GFS_MAJOR_VERSION.$GFS_MINOR_VERSION
gerris-20131206+dfsg/configure.ac:38:LT_CURRENT=`expr $GFS_MICRO_VERSION - $GFS_INTERFACE_AGE`
gerris-20131206+dfsg/configure.ac-39-LT_REVISION=$GFS_INTERFACE_AGE
gerris-20131206+dfsg/configure.ac:40:LT_AGE=`expr $GFS_BINARY_AGE - $GFS_INTERFACE_AGE`
gerris-20131206+dfsg/configure.ac-41-AC_SUBST(LT_RELEASE)
##############################################
gerris-20131206+dfsg/configure.ac-315-if test -r $HOME/.wwatch3.env; then
gerris-20131206+dfsg/configure.ac:316:   ww3_dir=`grep WWATCH3_DIR $HOME/.wwatch3.env | awk '{print $2}'`
gerris-20131206+dfsg/configure.ac-317-   ww3_version=`grep "WWVER  = " $ww3_dir/ftn/*.ftn | \
##############################################
gerris-20131206+dfsg/missing-129-       # Could not run --version or --help.  This is probably someone
gerris-20131206+dfsg/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
gerris-20131206+dfsg/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
gerris-20131206+dfsg/missing-163-         from any GNU archive site."
gerris-20131206+dfsg/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
gerris-20131206+dfsg/missing-165-    test -z "$files" && files="config.h"
##############################################
gerris-20131206+dfsg/missing-192-         proper tools for further handling them.
gerris-20131206+dfsg/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
gerris-20131206+dfsg/missing-194-         archive site."
gerris-20131206+dfsg/missing-195-
gerris-20131206+dfsg/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
gerris-20131206+dfsg/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gerris-20131206+dfsg/missing-198-    if test -f "$file"; then
##############################################
gerris-20131206+dfsg/missing-221-	*.y)
gerris-20131206+dfsg/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
gerris-20131206+dfsg/missing-223-	    if test -f "$SRCFILE"; then
##############################################
gerris-20131206+dfsg/missing-225-	    fi
gerris-20131206+dfsg/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
gerris-20131206+dfsg/missing-227-	    if test -f "$SRCFILE"; then
##############################################
gerris-20131206+dfsg/missing-251-	*.l)
gerris-20131206+dfsg/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
gerris-20131206+dfsg/missing-253-	    if test -f "$SRCFILE"; then
##############################################
gerris-20131206+dfsg/missing-270-
gerris-20131206+dfsg/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
gerris-20131206+dfsg/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gerris-20131206+dfsg/missing-273-    if test -f "$file"; then
##############################################
gerris-20131206+dfsg/missing-290-    # The file to touch is that specified with -o ...
gerris-20131206+dfsg/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
gerris-20131206+dfsg/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gerris-20131206+dfsg/missing-293-    if test -z "$file"; then
gerris-20131206+dfsg/missing-294-      # ... or it is the one specified with @setfilename ...
gerris-20131206+dfsg/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
gerris-20131206+dfsg/missing-296-      file=`sed -n '
##############################################
gerris-20131206+dfsg/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
gerris-20131206+dfsg/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
gerris-20131206+dfsg/missing-304-    fi
##############################################
gerris-20131206+dfsg/install-sh-229-      fi
gerris-20131206+dfsg/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gerris-20131206+dfsg/install-sh-231-    *)
##############################################
gerris-20131206+dfsg/install-sh-276-      dstdir=$dst
gerris-20131206+dfsg/install-sh:277:      dst=$dstdir/`basename "$src"`
gerris-20131206+dfsg/install-sh-278-      dstdir_status=0
##############################################
gerris-20131206+dfsg/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gerris-20131206+dfsg/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gerris-20131206+dfsg/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
gerris-20131206+dfsg/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gerris-20131206+dfsg/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gerris-20131206+dfsg/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gerris-20131206+dfsg/install-sh-425-	    case $prefix in
gerris-20131206+dfsg/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gerris-20131206+dfsg/install-sh-427-	      *) qprefix=$prefix;;
##############################################
gerris-20131206+dfsg/install-sh-474-    if $copy_on_change &&
gerris-20131206+dfsg/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
gerris-20131206+dfsg/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
gerris-20131206+dfsg/install-sh-477-
##############################################
gerris-20131206+dfsg/acinclude.m4-52-  else
gerris-20131206+dfsg/acinclude.m4:53:    GTS_CFLAGS=`$GTS_CONFIG $gts_config_args --cflags`
gerris-20131206+dfsg/acinclude.m4:54:    GTS_LIBS=`$GTS_CONFIG $gts_config_args --libs`
gerris-20131206+dfsg/acinclude.m4-55-    gts_config_major_version=`$GTS_CONFIG $gts_config_args --version | \
##############################################
gerris-20131206+dfsg/acinclude.m4-210-  AC_MSG_CHECKING([for path via "dx -whereami"])
gerris-20131206+dfsg/acinclude.m4:211:  DX_PATH=`$DX -whereami | grep "installed in" | sed -e "s/installed in //" -e "s'^\(.*\)\/$'\1'"`
gerris-20131206+dfsg/acinclude.m4-212-  if test -z "$DX_PATH" ; then
##############################################
gerris-20131206+dfsg/acinclude.m4-214-  elif test "x$ARCH" = "xintelnt" ; then
gerris-20131206+dfsg/acinclude.m4:215:	DX_PATH=`cygpath -w -s "$DX_PATH"`
gerris-20131206+dfsg/acinclude.m4-216-  fi
##############################################
gerris-20131206+dfsg/acinclude.m4-227-  elif test "x$ARCH" = "xintelnt" ; then
gerris-20131206+dfsg/acinclude.m4:228:	DX_PATH=`cygpath -w -s "$DX_PATH"`
gerris-20131206+dfsg/acinclude.m4-229-  fi
##############################################
gerris-20131206+dfsg/acinclude.m4-263-  else
gerris-20131206+dfsg/acinclude.m4:264:    GSL_CFLAGS=`$GSL_CONFIG --cflags`
gerris-20131206+dfsg/acinclude.m4:265:    GSL_LIBS=`$GSL_CONFIG --libs`
gerris-20131206+dfsg/acinclude.m4-266-
##############################################
gerris-20131206+dfsg/src/Makefile.in-70-CONFIG_CLEAN_VPATH_FILES =
gerris-20131206+dfsg/src/Makefile.in:71:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/src/Makefile.in-72-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/src/Makefile.in:73:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/src/Makefile.in-74-    *) f=$$p;; \
gerris-20131206+dfsg/src/Makefile.in-75-  esac;
gerris-20131206+dfsg/src/Makefile.in:76:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/src/Makefile.in-77-am__install_max = 40
gerris-20131206+dfsg/src/Makefile.in-78-am__nobase_strip_setup = \
gerris-20131206+dfsg/src/Makefile.in:79:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/src/Makefile.in-80-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/src/Makefile.in-548-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
gerris-20131206+dfsg/src/Makefile.in:549:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gerris-20131206+dfsg/src/Makefile.in-550-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gerris-20131206+dfsg/src/Makefile.in-600-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/src/Makefile.in:601:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/src/Makefile.in-602-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/src/Makefile.in-695-.c.obj:
gerris-20131206+dfsg/src/Makefile.in:696:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/src/Makefile.in-697-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/src/Makefile.in-699-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:700:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/src/Makefile.in-701-
##############################################
gerris-20131206+dfsg/src/Makefile.in-709-libgfs2D_la-ftt.lo: ftt.c
gerris-20131206+dfsg/src/Makefile.in:710:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-ftt.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-ftt.Tpo -c -o libgfs2D_la-ftt.lo `test -f 'ftt.c' || echo '$(srcdir)/'`ftt.c
gerris-20131206+dfsg/src/Makefile.in-711-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-ftt.Tpo $(DEPDIR)/libgfs2D_la-ftt.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-713-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:714:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-ftt.lo `test -f 'ftt.c' || echo '$(srcdir)/'`ftt.c
gerris-20131206+dfsg/src/Makefile.in-715-
gerris-20131206+dfsg/src/Makefile.in-716-libgfs2D_la-fluid.lo: fluid.c
gerris-20131206+dfsg/src/Makefile.in:717:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-fluid.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-fluid.Tpo -c -o libgfs2D_la-fluid.lo `test -f 'fluid.c' || echo '$(srcdir)/'`fluid.c
gerris-20131206+dfsg/src/Makefile.in-718-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-fluid.Tpo $(DEPDIR)/libgfs2D_la-fluid.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-720-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:721:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-fluid.lo `test -f 'fluid.c' || echo '$(srcdir)/'`fluid.c
gerris-20131206+dfsg/src/Makefile.in-722-
gerris-20131206+dfsg/src/Makefile.in-723-libgfs2D_la-variable.lo: variable.c
gerris-20131206+dfsg/src/Makefile.in:724:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-variable.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-variable.Tpo -c -o libgfs2D_la-variable.lo `test -f 'variable.c' || echo '$(srcdir)/'`variable.c
gerris-20131206+dfsg/src/Makefile.in-725-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-variable.Tpo $(DEPDIR)/libgfs2D_la-variable.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-727-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:728:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-variable.lo `test -f 'variable.c' || echo '$(srcdir)/'`variable.c
gerris-20131206+dfsg/src/Makefile.in-729-
gerris-20131206+dfsg/src/Makefile.in-730-libgfs2D_la-output.lo: output.c
gerris-20131206+dfsg/src/Makefile.in:731:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-output.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-output.Tpo -c -o libgfs2D_la-output.lo `test -f 'output.c' || echo '$(srcdir)/'`output.c
gerris-20131206+dfsg/src/Makefile.in-732-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-output.Tpo $(DEPDIR)/libgfs2D_la-output.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-734-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:735:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-output.lo `test -f 'output.c' || echo '$(srcdir)/'`output.c
gerris-20131206+dfsg/src/Makefile.in-736-
gerris-20131206+dfsg/src/Makefile.in-737-libgfs2D_la-solid.lo: solid.c
gerris-20131206+dfsg/src/Makefile.in:738:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-solid.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-solid.Tpo -c -o libgfs2D_la-solid.lo `test -f 'solid.c' || echo '$(srcdir)/'`solid.c
gerris-20131206+dfsg/src/Makefile.in-739-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-solid.Tpo $(DEPDIR)/libgfs2D_la-solid.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-741-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:742:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-solid.lo `test -f 'solid.c' || echo '$(srcdir)/'`solid.c
gerris-20131206+dfsg/src/Makefile.in-743-
gerris-20131206+dfsg/src/Makefile.in-744-libgfs2D_la-poisson.lo: poisson.c
gerris-20131206+dfsg/src/Makefile.in:745:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-poisson.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-poisson.Tpo -c -o libgfs2D_la-poisson.lo `test -f 'poisson.c' || echo '$(srcdir)/'`poisson.c
gerris-20131206+dfsg/src/Makefile.in-746-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-poisson.Tpo $(DEPDIR)/libgfs2D_la-poisson.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-748-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:749:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-poisson.lo `test -f 'poisson.c' || echo '$(srcdir)/'`poisson.c
gerris-20131206+dfsg/src/Makefile.in-750-
gerris-20131206+dfsg/src/Makefile.in-751-libgfs2D_la-advection.lo: advection.c
gerris-20131206+dfsg/src/Makefile.in:752:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-advection.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-advection.Tpo -c -o libgfs2D_la-advection.lo `test -f 'advection.c' || echo '$(srcdir)/'`advection.c
gerris-20131206+dfsg/src/Makefile.in-753-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-advection.Tpo $(DEPDIR)/libgfs2D_la-advection.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-755-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:756:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-advection.lo `test -f 'advection.c' || echo '$(srcdir)/'`advection.c
gerris-20131206+dfsg/src/Makefile.in-757-
gerris-20131206+dfsg/src/Makefile.in-758-libgfs2D_la-boundary.lo: boundary.c
gerris-20131206+dfsg/src/Makefile.in:759:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-boundary.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-boundary.Tpo -c -o libgfs2D_la-boundary.lo `test -f 'boundary.c' || echo '$(srcdir)/'`boundary.c
gerris-20131206+dfsg/src/Makefile.in-760-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-boundary.Tpo $(DEPDIR)/libgfs2D_la-boundary.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-762-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:763:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-boundary.lo `test -f 'boundary.c' || echo '$(srcdir)/'`boundary.c
gerris-20131206+dfsg/src/Makefile.in-764-
gerris-20131206+dfsg/src/Makefile.in-765-libgfs2D_la-mpi_boundary.lo: mpi_boundary.c
gerris-20131206+dfsg/src/Makefile.in:766:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-mpi_boundary.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-mpi_boundary.Tpo -c -o libgfs2D_la-mpi_boundary.lo `test -f 'mpi_boundary.c' || echo '$(srcdir)/'`mpi_boundary.c
gerris-20131206+dfsg/src/Makefile.in-767-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-mpi_boundary.Tpo $(DEPDIR)/libgfs2D_la-mpi_boundary.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-769-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:770:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-mpi_boundary.lo `test -f 'mpi_boundary.c' || echo '$(srcdir)/'`mpi_boundary.c
gerris-20131206+dfsg/src/Makefile.in-771-
gerris-20131206+dfsg/src/Makefile.in-772-libgfs2D_la-timestep.lo: timestep.c
gerris-20131206+dfsg/src/Makefile.in:773:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-timestep.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-timestep.Tpo -c -o libgfs2D_la-timestep.lo `test -f 'timestep.c' || echo '$(srcdir)/'`timestep.c
gerris-20131206+dfsg/src/Makefile.in-774-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-timestep.Tpo $(DEPDIR)/libgfs2D_la-timestep.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-776-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:777:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-timestep.lo `test -f 'timestep.c' || echo '$(srcdir)/'`timestep.c
gerris-20131206+dfsg/src/Makefile.in-778-
gerris-20131206+dfsg/src/Makefile.in-779-libgfs2D_la-domain.lo: domain.c
gerris-20131206+dfsg/src/Makefile.in:780:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-domain.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-domain.Tpo -c -o libgfs2D_la-domain.lo `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
gerris-20131206+dfsg/src/Makefile.in-781-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-domain.Tpo $(DEPDIR)/libgfs2D_la-domain.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-783-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:784:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-domain.lo `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
gerris-20131206+dfsg/src/Makefile.in-785-
gerris-20131206+dfsg/src/Makefile.in-786-libgfs2D_la-init.lo: init.c
gerris-20131206+dfsg/src/Makefile.in:787:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-init.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-init.Tpo -c -o libgfs2D_la-init.lo `test -f 'init.c' || echo '$(srcdir)/'`init.c
gerris-20131206+dfsg/src/Makefile.in-788-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-init.Tpo $(DEPDIR)/libgfs2D_la-init.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-790-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:791:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-init.lo `test -f 'init.c' || echo '$(srcdir)/'`init.c
gerris-20131206+dfsg/src/Makefile.in-792-
gerris-20131206+dfsg/src/Makefile.in-793-libgfs2D_la-refine.lo: refine.c
gerris-20131206+dfsg/src/Makefile.in:794:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-refine.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-refine.Tpo -c -o libgfs2D_la-refine.lo `test -f 'refine.c' || echo '$(srcdir)/'`refine.c
gerris-20131206+dfsg/src/Makefile.in-795-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-refine.Tpo $(DEPDIR)/libgfs2D_la-refine.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-797-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:798:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-refine.lo `test -f 'refine.c' || echo '$(srcdir)/'`refine.c
gerris-20131206+dfsg/src/Makefile.in-799-
gerris-20131206+dfsg/src/Makefile.in-800-libgfs2D_la-event.lo: event.c
gerris-20131206+dfsg/src/Makefile.in:801:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-event.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-event.Tpo -c -o libgfs2D_la-event.lo `test -f 'event.c' || echo '$(srcdir)/'`event.c
gerris-20131206+dfsg/src/Makefile.in-802-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-event.Tpo $(DEPDIR)/libgfs2D_la-event.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-804-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:805:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-event.lo `test -f 'event.c' || echo '$(srcdir)/'`event.c
gerris-20131206+dfsg/src/Makefile.in-806-
gerris-20131206+dfsg/src/Makefile.in-807-libgfs2D_la-simulation.lo: simulation.c
gerris-20131206+dfsg/src/Makefile.in:808:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-simulation.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-simulation.Tpo -c -o libgfs2D_la-simulation.lo `test -f 'simulation.c' || echo '$(srcdir)/'`simulation.c
gerris-20131206+dfsg/src/Makefile.in-809-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-simulation.Tpo $(DEPDIR)/libgfs2D_la-simulation.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-811-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:812:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-simulation.lo `test -f 'simulation.c' || echo '$(srcdir)/'`simulation.c
gerris-20131206+dfsg/src/Makefile.in-813-
gerris-20131206+dfsg/src/Makefile.in-814-libgfs2D_la-graphic.lo: graphic.c
gerris-20131206+dfsg/src/Makefile.in:815:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-graphic.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-graphic.Tpo -c -o libgfs2D_la-graphic.lo `test -f 'graphic.c' || echo '$(srcdir)/'`graphic.c
gerris-20131206+dfsg/src/Makefile.in-816-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-graphic.Tpo $(DEPDIR)/libgfs2D_la-graphic.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-818-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:819:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-graphic.lo `test -f 'graphic.c' || echo '$(srcdir)/'`graphic.c
gerris-20131206+dfsg/src/Makefile.in-820-
gerris-20131206+dfsg/src/Makefile.in-821-libgfs2D_la-adaptive.lo: adaptive.c
gerris-20131206+dfsg/src/Makefile.in:822:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-adaptive.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-adaptive.Tpo -c -o libgfs2D_la-adaptive.lo `test -f 'adaptive.c' || echo '$(srcdir)/'`adaptive.c
gerris-20131206+dfsg/src/Makefile.in-823-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-adaptive.Tpo $(DEPDIR)/libgfs2D_la-adaptive.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-825-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:826:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-adaptive.lo `test -f 'adaptive.c' || echo '$(srcdir)/'`adaptive.c
gerris-20131206+dfsg/src/Makefile.in-827-
gerris-20131206+dfsg/src/Makefile.in-828-libgfs2D_la-source.lo: source.c
gerris-20131206+dfsg/src/Makefile.in:829:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-source.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-source.Tpo -c -o libgfs2D_la-source.lo `test -f 'source.c' || echo '$(srcdir)/'`source.c
gerris-20131206+dfsg/src/Makefile.in-830-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-source.Tpo $(DEPDIR)/libgfs2D_la-source.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-832-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:833:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-source.lo `test -f 'source.c' || echo '$(srcdir)/'`source.c
gerris-20131206+dfsg/src/Makefile.in-834-
gerris-20131206+dfsg/src/Makefile.in-835-libgfs2D_la-tension.lo: tension.c
gerris-20131206+dfsg/src/Makefile.in:836:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-tension.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-tension.Tpo -c -o libgfs2D_la-tension.lo `test -f 'tension.c' || echo '$(srcdir)/'`tension.c
gerris-20131206+dfsg/src/Makefile.in-837-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-tension.Tpo $(DEPDIR)/libgfs2D_la-tension.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-839-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:840:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-tension.lo `test -f 'tension.c' || echo '$(srcdir)/'`tension.c
gerris-20131206+dfsg/src/Makefile.in-841-
gerris-20131206+dfsg/src/Makefile.in-842-libgfs2D_la-vof.lo: vof.c
gerris-20131206+dfsg/src/Makefile.in:843:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-vof.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-vof.Tpo -c -o libgfs2D_la-vof.lo `test -f 'vof.c' || echo '$(srcdir)/'`vof.c
gerris-20131206+dfsg/src/Makefile.in-844-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-vof.Tpo $(DEPDIR)/libgfs2D_la-vof.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-846-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:847:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-vof.lo `test -f 'vof.c' || echo '$(srcdir)/'`vof.c
gerris-20131206+dfsg/src/Makefile.in-848-
gerris-20131206+dfsg/src/Makefile.in-849-libgfs2D_la-utils.lo: utils.c
gerris-20131206+dfsg/src/Makefile.in:850:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-utils.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-utils.Tpo -c -o libgfs2D_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
gerris-20131206+dfsg/src/Makefile.in-851-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-utils.Tpo $(DEPDIR)/libgfs2D_la-utils.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-853-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:854:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
gerris-20131206+dfsg/src/Makefile.in-855-
gerris-20131206+dfsg/src/Makefile.in-856-libgfs2D_la-ocean.lo: ocean.c
gerris-20131206+dfsg/src/Makefile.in:857:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-ocean.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-ocean.Tpo -c -o libgfs2D_la-ocean.lo `test -f 'ocean.c' || echo '$(srcdir)/'`ocean.c
gerris-20131206+dfsg/src/Makefile.in-858-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-ocean.Tpo $(DEPDIR)/libgfs2D_la-ocean.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-860-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:861:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-ocean.lo `test -f 'ocean.c' || echo '$(srcdir)/'`ocean.c
gerris-20131206+dfsg/src/Makefile.in-862-
gerris-20131206+dfsg/src/Makefile.in-863-libgfs2D_la-wave.lo: wave.c
gerris-20131206+dfsg/src/Makefile.in:864:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-wave.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-wave.Tpo -c -o libgfs2D_la-wave.lo `test -f 'wave.c' || echo '$(srcdir)/'`wave.c
gerris-20131206+dfsg/src/Makefile.in-865-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-wave.Tpo $(DEPDIR)/libgfs2D_la-wave.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-867-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:868:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-wave.lo `test -f 'wave.c' || echo '$(srcdir)/'`wave.c
gerris-20131206+dfsg/src/Makefile.in-869-
gerris-20131206+dfsg/src/Makefile.in-870-libgfs2D_la-levelset.lo: levelset.c
gerris-20131206+dfsg/src/Makefile.in:871:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-levelset.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-levelset.Tpo -c -o libgfs2D_la-levelset.lo `test -f 'levelset.c' || echo '$(srcdir)/'`levelset.c
gerris-20131206+dfsg/src/Makefile.in-872-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-levelset.Tpo $(DEPDIR)/libgfs2D_la-levelset.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-874-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:875:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-levelset.lo `test -f 'levelset.c' || echo '$(srcdir)/'`levelset.c
gerris-20131206+dfsg/src/Makefile.in-876-
gerris-20131206+dfsg/src/Makefile.in-877-libgfs2D_la-cartesian.lo: cartesian.c
gerris-20131206+dfsg/src/Makefile.in:878:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-cartesian.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-cartesian.Tpo -c -o libgfs2D_la-cartesian.lo `test -f 'cartesian.c' || echo '$(srcdir)/'`cartesian.c
gerris-20131206+dfsg/src/Makefile.in-879-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-cartesian.Tpo $(DEPDIR)/libgfs2D_la-cartesian.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-881-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:882:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-cartesian.lo `test -f 'cartesian.c' || echo '$(srcdir)/'`cartesian.c
gerris-20131206+dfsg/src/Makefile.in-883-
gerris-20131206+dfsg/src/Makefile.in-884-libgfs2D_la-surface.lo: surface.c
gerris-20131206+dfsg/src/Makefile.in:885:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-surface.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-surface.Tpo -c -o libgfs2D_la-surface.lo `test -f 'surface.c' || echo '$(srcdir)/'`surface.c
gerris-20131206+dfsg/src/Makefile.in-886-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-surface.Tpo $(DEPDIR)/libgfs2D_la-surface.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-888-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:889:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-surface.lo `test -f 'surface.c' || echo '$(srcdir)/'`surface.c
gerris-20131206+dfsg/src/Makefile.in-890-
gerris-20131206+dfsg/src/Makefile.in-891-libgfs2D_la-unstructured.lo: unstructured.c
gerris-20131206+dfsg/src/Makefile.in:892:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-unstructured.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-unstructured.Tpo -c -o libgfs2D_la-unstructured.lo `test -f 'unstructured.c' || echo '$(srcdir)/'`unstructured.c
gerris-20131206+dfsg/src/Makefile.in-893-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-unstructured.Tpo $(DEPDIR)/libgfs2D_la-unstructured.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-895-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:896:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-unstructured.lo `test -f 'unstructured.c' || echo '$(srcdir)/'`unstructured.c
gerris-20131206+dfsg/src/Makefile.in-897-
gerris-20131206+dfsg/src/Makefile.in-898-libgfs2D_la-map.lo: map.c
gerris-20131206+dfsg/src/Makefile.in:899:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-map.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-map.Tpo -c -o libgfs2D_la-map.lo `test -f 'map.c' || echo '$(srcdir)/'`map.c
gerris-20131206+dfsg/src/Makefile.in-900-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-map.Tpo $(DEPDIR)/libgfs2D_la-map.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-902-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:903:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-map.lo `test -f 'map.c' || echo '$(srcdir)/'`map.c
gerris-20131206+dfsg/src/Makefile.in-904-
gerris-20131206+dfsg/src/Makefile.in-905-libgfs2D_la-river.lo: river.c
gerris-20131206+dfsg/src/Makefile.in:906:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-river.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-river.Tpo -c -o libgfs2D_la-river.lo `test -f 'river.c' || echo '$(srcdir)/'`river.c
gerris-20131206+dfsg/src/Makefile.in-907-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-river.Tpo $(DEPDIR)/libgfs2D_la-river.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-909-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:910:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-river.lo `test -f 'river.c' || echo '$(srcdir)/'`river.c
gerris-20131206+dfsg/src/Makefile.in-911-
gerris-20131206+dfsg/src/Makefile.in-912-libgfs2D_la-moving.lo: moving.c
gerris-20131206+dfsg/src/Makefile.in:913:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-moving.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-moving.Tpo -c -o libgfs2D_la-moving.lo `test -f 'moving.c' || echo '$(srcdir)/'`moving.c
gerris-20131206+dfsg/src/Makefile.in-914-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-moving.Tpo $(DEPDIR)/libgfs2D_la-moving.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-916-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:917:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-moving.lo `test -f 'moving.c' || echo '$(srcdir)/'`moving.c
gerris-20131206+dfsg/src/Makefile.in-918-
gerris-20131206+dfsg/src/Makefile.in-919-libgfs2D_la-balance.lo: balance.c
gerris-20131206+dfsg/src/Makefile.in:920:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-balance.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-balance.Tpo -c -o libgfs2D_la-balance.lo `test -f 'balance.c' || echo '$(srcdir)/'`balance.c
gerris-20131206+dfsg/src/Makefile.in-921-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-balance.Tpo $(DEPDIR)/libgfs2D_la-balance.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-923-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:924:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-balance.lo `test -f 'balance.c' || echo '$(srcdir)/'`balance.c
gerris-20131206+dfsg/src/Makefile.in-925-
gerris-20131206+dfsg/src/Makefile.in-926-libgfs2D_la-metric.lo: metric.c
gerris-20131206+dfsg/src/Makefile.in:927:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-metric.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-metric.Tpo -c -o libgfs2D_la-metric.lo `test -f 'metric.c' || echo '$(srcdir)/'`metric.c
gerris-20131206+dfsg/src/Makefile.in-928-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-metric.Tpo $(DEPDIR)/libgfs2D_la-metric.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-930-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:931:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-metric.lo `test -f 'metric.c' || echo '$(srcdir)/'`metric.c
gerris-20131206+dfsg/src/Makefile.in-932-
gerris-20131206+dfsg/src/Makefile.in-933-libgfs2D_la-particle.lo: particle.c
gerris-20131206+dfsg/src/Makefile.in:934:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-particle.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-particle.Tpo -c -o libgfs2D_la-particle.lo `test -f 'particle.c' || echo '$(srcdir)/'`particle.c
gerris-20131206+dfsg/src/Makefile.in-935-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-particle.Tpo $(DEPDIR)/libgfs2D_la-particle.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-937-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:938:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-particle.lo `test -f 'particle.c' || echo '$(srcdir)/'`particle.c
gerris-20131206+dfsg/src/Makefile.in-939-
gerris-20131206+dfsg/src/Makefile.in-940-libgfs2D_la-open_memstream.lo: open_memstream.c
gerris-20131206+dfsg/src/Makefile.in:941:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -MT libgfs2D_la-open_memstream.lo -MD -MP -MF $(DEPDIR)/libgfs2D_la-open_memstream.Tpo -c -o libgfs2D_la-open_memstream.lo `test -f 'open_memstream.c' || echo '$(srcdir)/'`open_memstream.c
gerris-20131206+dfsg/src/Makefile.in-942-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libgfs2D_la-open_memstream.Tpo $(DEPDIR)/libgfs2D_la-open_memstream.Plo
##############################################
gerris-20131206+dfsg/src/Makefile.in-944-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:945:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgfs2D_la_CFLAGS) $(CFLAGS) -c -o libgfs2D_la-open_memstream.lo `test -f 'open_memstream.c' || echo '$(srcdir)/'`open_memstream.c
gerris-20131206+dfsg/src/Makefile.in-946-
gerris-20131206+dfsg/src/Makefile.in-947-gerris2D-gerris.o: gerris.c
gerris-20131206+dfsg/src/Makefile.in:948:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gerris2D_CFLAGS) $(CFLAGS) -MT gerris2D-gerris.o -MD -MP -MF $(DEPDIR)/gerris2D-gerris.Tpo -c -o gerris2D-gerris.o `test -f 'gerris.c' || echo '$(srcdir)/'`gerris.c
gerris-20131206+dfsg/src/Makefile.in-949-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gerris2D-gerris.Tpo $(DEPDIR)/gerris2D-gerris.Po
##############################################
gerris-20131206+dfsg/src/Makefile.in-951-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:952:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gerris2D_CFLAGS) $(CFLAGS) -c -o gerris2D-gerris.o `test -f 'gerris.c' || echo '$(srcdir)/'`gerris.c
gerris-20131206+dfsg/src/Makefile.in-953-
gerris-20131206+dfsg/src/Makefile.in-954-gerris2D-gerris.obj: gerris.c
gerris-20131206+dfsg/src/Makefile.in:955:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gerris2D_CFLAGS) $(CFLAGS) -MT gerris2D-gerris.obj -MD -MP -MF $(DEPDIR)/gerris2D-gerris.Tpo -c -o gerris2D-gerris.obj `if test -f 'gerris.c'; then $(CYGPATH_W) 'gerris.c'; else $(CYGPATH_W) '$(srcdir)/gerris.c'; fi`
gerris-20131206+dfsg/src/Makefile.in-956-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gerris2D-gerris.Tpo $(DEPDIR)/gerris2D-gerris.Po
##############################################
gerris-20131206+dfsg/src/Makefile.in-958-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/src/Makefile.in:959:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gerris2D_CFLAGS) $(CFLAGS) -c -o gerris2D-gerris.obj `if test -f 'gerris.c'; then $(CYGPATH_W) 'gerris.c'; else $(CYGPATH_W) '$(srcdir)/gerris.c'; fi`
gerris-20131206+dfsg/src/Makefile.in-960-
##############################################
gerris-20131206+dfsg/src/Makefile.in-984-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
gerris-20131206+dfsg/src/Makefile.in:985:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gerris-20131206+dfsg/src/Makefile.in-986-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
gerris-20131206+dfsg/src/Makefile.in-1005-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
gerris-20131206+dfsg/src/Makefile.in:1006:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gerris-20131206+dfsg/src/Makefile.in-1007-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gerris-20131206+dfsg/src/Makefile.in-1026-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
gerris-20131206+dfsg/src/Makefile.in:1027:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gerris-20131206+dfsg/src/Makefile.in-1028-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
gerris-20131206+dfsg/src/Makefile.in-1047-	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
gerris-20131206+dfsg/src/Makefile.in:1048:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gerris-20131206+dfsg/src/Makefile.in-1049-	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
##############################################
gerris-20131206+dfsg/src/Makefile.in-1095-GTAGS:
gerris-20131206+dfsg/src/Makefile.in:1096:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/src/Makefile.in-1097-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/src/Makefile.in-1103-distdir: $(DISTFILES)
gerris-20131206+dfsg/src/Makefile.in:1104:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/src/Makefile.in:1105:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/src/Makefile.in-1106-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/src/Makefile.in-1117-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/src/Makefile.in:1118:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/src/Makefile.in-1119-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/src/m4.awk-36-    else if ($1 == "GfsInclude" || $1 == "Include")
gerris-20131206+dfsg/src/m4.awk:37:	printf (prefix "include(%s)\n", $2);
gerris-20131206+dfsg/src/m4.awk-38-    else
##############################################
gerris-20131206+dfsg/desktop/Makefile.in-71-  esac
gerris-20131206+dfsg/desktop/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/desktop/Makefile.in-73-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/desktop/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/desktop/Makefile.in-75-    *) f=$$p;; \
gerris-20131206+dfsg/desktop/Makefile.in-76-  esac;
gerris-20131206+dfsg/desktop/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/desktop/Makefile.in-78-am__install_max = 40
gerris-20131206+dfsg/desktop/Makefile.in-79-am__nobase_strip_setup = \
gerris-20131206+dfsg/desktop/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/desktop/Makefile.in-81-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/desktop/Makefile.in-321-	@list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
gerris-20131206+dfsg/desktop/Makefile.in:322:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gerris-20131206+dfsg/desktop/Makefile.in-323-	dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
##############################################
gerris-20131206+dfsg/desktop/Makefile.in-342-	@list='$(mime_DATA)'; test -n "$(mimedir)" || list=; \
gerris-20131206+dfsg/desktop/Makefile.in:343:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gerris-20131206+dfsg/desktop/Makefile.in-344-	dir='$(DESTDIR)$(mimedir)'; $(am__uninstall_files_from_dir)
##############################################
gerris-20131206+dfsg/desktop/Makefile.in-352-distdir: $(DISTFILES)
gerris-20131206+dfsg/desktop/Makefile.in:353:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/desktop/Makefile.in:354:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/desktop/Makefile.in-355-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/desktop/Makefile.in-366-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/desktop/Makefile.in:367:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/desktop/Makefile.in-368-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/m4/ltsugar.m4-67-m4_define([lt_combine],
gerris-20131206+dfsg/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
gerris-20131206+dfsg/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gerris-20131206+dfsg/m4/libtool.m4-125-done
gerris-20131206+dfsg/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gerris-20131206+dfsg/m4/libtool.m4-127-])
##############################################
gerris-20131206+dfsg/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
gerris-20131206+dfsg/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gerris-20131206+dfsg/m4/libtool.m4-429-
##############################################
gerris-20131206+dfsg/m4/libtool.m4-437-#
gerris-20131206+dfsg/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gerris-20131206+dfsg/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gerris-20131206+dfsg/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
gerris-20131206+dfsg/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gerris-20131206+dfsg/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
gerris-20131206+dfsg/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gerris-20131206+dfsg/m4/libtool.m4-551-      ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
gerris-20131206+dfsg/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gerris-20131206+dfsg/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
gerris-20131206+dfsg/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gerris-20131206+dfsg/m4/libtool.m4-564-      ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-720-
gerris-20131206+dfsg/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gerris-20131206+dfsg/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
gerris-20131206+dfsg/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gerris-20131206+dfsg/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1143-      }]'
gerris-20131206+dfsg/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
gerris-20131206+dfsg/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gerris-20131206+dfsg/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gerris-20131206+dfsg/m4/libtool.m4-1148-  fi],[])
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gerris-20131206+dfsg/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gerris-20131206+dfsg/m4/libtool.m4-1181-  ECHO='print -r --'
gerris-20131206+dfsg/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gerris-20131206+dfsg/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
gerris-20131206+dfsg/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
gerris-20131206+dfsg/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gerris-20131206+dfsg/m4/libtool.m4-1217-
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1237-   if test "$GCC" = yes; then
gerris-20131206+dfsg/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gerris-20131206+dfsg/m4/libtool.m4-1239-   fi
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1241- /*)
gerris-20131206+dfsg/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gerris-20131206+dfsg/m4/libtool.m4-1243-   ;; #(
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
gerris-20131206+dfsg/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
gerris-20131206+dfsg/m4/libtool.m4-1272-      *ELF-32*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
gerris-20131206+dfsg/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
gerris-20131206+dfsg/m4/libtool.m4-1288-	*32-bit*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1298-    else
gerris-20131206+dfsg/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
gerris-20131206+dfsg/m4/libtool.m4-1300-	*32-bit*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1650-    # And add a safety zone
gerris-20131206+dfsg/m4/libtool.m4:1651:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gerris-20131206+dfsg/m4/libtool.m4:1652:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gerris-20131206+dfsg/m4/libtool.m4-1653-    ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1683-    if test -n "$kargmax"; then
gerris-20131206+dfsg/m4/libtool.m4:1684:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gerris-20131206+dfsg/m4/libtool.m4-1685-    else
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1691-    if test -n "$lt_cv_sys_max_cmd_len"; then
gerris-20131206+dfsg/m4/libtool.m4:1692:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gerris-20131206+dfsg/m4/libtool.m4:1693:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gerris-20131206+dfsg/m4/libtool.m4-1694-    else
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1703-      # we can't tell.
gerris-20131206+dfsg/m4/libtool.m4:1704:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gerris-20131206+dfsg/m4/libtool.m4-1705-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1707-      do
gerris-20131206+dfsg/m4/libtool.m4:1708:        i=`expr $i + 1`
gerris-20131206+dfsg/m4/libtool.m4-1709-        teststring=$teststring$teststring
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1711-      # Only check the string length outside the loop.
gerris-20131206+dfsg/m4/libtool.m4:1712:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gerris-20131206+dfsg/m4/libtool.m4-1713-      teststring=
##############################################
gerris-20131206+dfsg/m4/libtool.m4-1716-      # linker.  It appears as though 1/2 is a usable value.
gerris-20131206+dfsg/m4/libtool.m4:1717:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gerris-20131206+dfsg/m4/libtool.m4-1718-    fi
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2041-  if test "$hard_links" = no; then
gerris-20131206+dfsg/m4/libtool.m4:2042:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gerris-20131206+dfsg/m4/libtool.m4-2043-    need_locks=warn
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2172-  esac
gerris-20131206+dfsg/m4/libtool.m4:2173:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gerris-20131206+dfsg/m4/libtool.m4-2174-  case $lt_search_path_spec in
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2179-    # okay in the real world where ";" in dirpaths is itself problematic.
gerris-20131206+dfsg/m4/libtool.m4:2180:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gerris-20131206+dfsg/m4/libtool.m4-2181-    ;;
gerris-20131206+dfsg/m4/libtool.m4-2182-  *)
gerris-20131206+dfsg/m4/libtool.m4:2183:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/m4/libtool.m4-2184-    ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2188-  lt_tmp_lt_search_path_spec=
gerris-20131206+dfsg/m4/libtool.m4:2189:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gerris-20131206+dfsg/m4/libtool.m4-2190-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2223-  esac
gerris-20131206+dfsg/m4/libtool.m4:2224:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gerris-20131206+dfsg/m4/libtool.m4-2225-else
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2311-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gerris-20131206+dfsg/m4/libtool.m4:2312:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gerris-20131206+dfsg/m4/libtool.m4-2313-    ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2347-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gerris-20131206+dfsg/m4/libtool.m4:2348:    postinstall_cmds='base_file=`basename \${file}`~
gerris-20131206+dfsg/m4/libtool.m4:2349:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gerris-20131206+dfsg/m4/libtool.m4:2350:      dldir=$destdir/`dirname \$dlpath`~
gerris-20131206+dfsg/m4/libtool.m4-2351-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2356-      fi'
gerris-20131206+dfsg/m4/libtool.m4:2357:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gerris-20131206+dfsg/m4/libtool.m4-2358-      dlpath=$dir/\$dldll~
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2364-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gerris-20131206+dfsg/m4/libtool.m4:2365:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/m4/libtool.m4-2366-m4_if([$1], [],[
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2370-      # MinGW DLLs use traditional 'lib' prefix
gerris-20131206+dfsg/m4/libtool.m4:2371:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/m4/libtool.m4-2372-      ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2374-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gerris-20131206+dfsg/m4/libtool.m4:2375:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/m4/libtool.m4-2376-      ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2383-    libname_spec='$name'
gerris-20131206+dfsg/m4/libtool.m4:2384:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gerris-20131206+dfsg/m4/libtool.m4-2385-    library_names_spec='${libname}.dll.lib'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2395-        # Let DOS variable expansion print the short 8.3 style file name.
gerris-20131206+dfsg/m4/libtool.m4:2396:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gerris-20131206+dfsg/m4/libtool.m4-2397-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2400-      # Convert to MSYS style.
gerris-20131206+dfsg/m4/libtool.m4:2401:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gerris-20131206+dfsg/m4/libtool.m4-2402-      ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2406-      # like /cygdrive/c/PROGRA~1:/cygdr...
gerris-20131206+dfsg/m4/libtool.m4:2407:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gerris-20131206+dfsg/m4/libtool.m4:2408:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gerris-20131206+dfsg/m4/libtool.m4:2409:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/m4/libtool.m4-2410-      ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2414-        # It is most probably a Windows format PATH.
gerris-20131206+dfsg/m4/libtool.m4:2415:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gerris-20131206+dfsg/m4/libtool.m4-2416-      else
gerris-20131206+dfsg/m4/libtool.m4:2417:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gerris-20131206+dfsg/m4/libtool.m4-2418-      fi
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2424-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gerris-20131206+dfsg/m4/libtool.m4:2425:    postinstall_cmds='base_file=`basename \${file}`~
gerris-20131206+dfsg/m4/libtool.m4:2426:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gerris-20131206+dfsg/m4/libtool.m4:2427:      dldir=$destdir/`dirname \$dlpath`~
gerris-20131206+dfsg/m4/libtool.m4-2428-      test -d \$dldir || mkdir -p \$dldir~
gerris-20131206+dfsg/m4/libtool.m4-2429-      $install_prog $dir/$dlname \$dldir/$dlname'
gerris-20131206+dfsg/m4/libtool.m4:2430:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gerris-20131206+dfsg/m4/libtool.m4-2431-      dlpath=$dir/\$dldll~
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2438-    # Assume MSVC wrapper
gerris-20131206+dfsg/m4/libtool.m4:2439:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gerris-20131206+dfsg/m4/libtool.m4-2440-    dynamic_linker='Win32 ld.exe'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2455-  shlibpath_var=DYLD_LIBRARY_PATH
gerris-20131206+dfsg/m4/libtool.m4:2456:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gerris-20131206+dfsg/m4/libtool.m4-2457-m4_if([$1], [],[
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2662-  if test -f /etc/ld.so.conf; then
gerris-20131206+dfsg/m4/libtool.m4:2663:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gerris-20131206+dfsg/m4/libtool.m4-2664-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2736-  shlibpath_var=LD_LIBRARY_PATH
gerris-20131206+dfsg/m4/libtool.m4:2737:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/m4/libtool.m4-2738-    case $host_os in
##############################################
gerris-20131206+dfsg/m4/libtool.m4-2953-	"file_magic "*)
gerris-20131206+dfsg/m4/libtool.m4:2954:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gerris-20131206+dfsg/m4/libtool.m4-2955-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3036-    # gcc leaves a trailing carriage return which upsets mingw
gerris-20131206+dfsg/m4/libtool.m4:3037:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gerris-20131206+dfsg/m4/libtool.m4-3038-  *)
gerris-20131206+dfsg/m4/libtool.m4:3039:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gerris-20131206+dfsg/m4/libtool.m4-3040-  esac
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3045-      # Canonicalize the pathname of ld
gerris-20131206+dfsg/m4/libtool.m4:3046:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gerris-20131206+dfsg/m4/libtool.m4-3047-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gerris-20131206+dfsg/m4/libtool.m4:3048:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gerris-20131206+dfsg/m4/libtool.m4-3049-      done
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3076-      # Break only if it was the GNU/non-GNU ld that we prefer.
gerris-20131206+dfsg/m4/libtool.m4:3077:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gerris-20131206+dfsg/m4/libtool.m4-3078-      *GNU* | *'with BFD'*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3116-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gerris-20131206+dfsg/m4/libtool.m4:3117:case `$LD -v 2>&1 </dev/null` in
gerris-20131206+dfsg/m4/libtool.m4-3118-*GNU* | *'with BFD'*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3307-openbsd*)
gerris-20131206+dfsg/m4/libtool.m4:3308:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/m4/libtool.m4-3309-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3371-    else
gerris-20131206+dfsg/m4/libtool.m4:3372:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gerris-20131206+dfsg/m4/libtool.m4-3373-    fi
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3417-	# Tru64's nm complains that /dev/null is an invalid object file
gerris-20131206+dfsg/m4/libtool.m4:3418:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gerris-20131206+dfsg/m4/libtool.m4-3419-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3423-	*)
gerris-20131206+dfsg/m4/libtool.m4:3424:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gerris-20131206+dfsg/m4/libtool.m4-3425-	  */dev/null*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3449-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gerris-20131206+dfsg/m4/libtool.m4:3450:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gerris-20131206+dfsg/m4/libtool.m4-3451-    *COFF*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3508-  # decide which to use based on capabilities of $DLLTOOL
gerris-20131206+dfsg/m4/libtool.m4:3509:  case `$DLLTOOL --help 2>&1` in
gerris-20131206+dfsg/m4/libtool.m4-3510-  *--identify-strict*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3667-# If we're using GNU nm, then use its standard symbol codes.
gerris-20131206+dfsg/m4/libtool.m4:3668:case `$NM -V 2>&1` in
gerris-20131206+dfsg/m4/libtool.m4-3669-*GNU* | *'with BFD'*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3685-mingw*)
gerris-20131206+dfsg/m4/libtool.m4:3686:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gerris-20131206+dfsg/m4/libtool.m4-3687-  ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-3738-    nlist=conftest.nm
gerris-20131206+dfsg/m4/libtool.m4:3739:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gerris-20131206+dfsg/m4/libtool.m4-3740-      # Try sorting and uniquifying the output.
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4076-	  *)
gerris-20131206+dfsg/m4/libtool.m4:4077:	    case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/m4/libtool.m4-4078-	    *Sun\ C*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4381-      *)
gerris-20131206+dfsg/m4/libtool.m4:4382:	case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/m4/libtool.m4-4383-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4659-	# shared libraries, regardless of the interface used.
gerris-20131206+dfsg/m4/libtool.m4:4660:	case `$LD -v 2>&1` in
gerris-20131206+dfsg/m4/libtool.m4-4661-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4691-    supports_anon_versioning=no
gerris-20131206+dfsg/m4/libtool.m4:4692:    case `$LD -v 2>&1` in
gerris-20131206+dfsg/m4/libtool.m4-4693-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4760-	# is EXPORTS), use it as is; otherwise, prepend...
gerris-20131206+dfsg/m4/libtool.m4:4761:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/m4/libtool.m4-4762-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4788-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gerris-20131206+dfsg/m4/libtool.m4:4789:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/m4/libtool.m4:4790:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-4791-      ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4806-        pgcc*)				# Portland Group C compiler
gerris-20131206+dfsg/m4/libtool.m4:4807:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/m4/libtool.m4-4808-	  tmp_addflag=' $pic_flag'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4811-					# Portland Group f77 and f90 compilers
gerris-20131206+dfsg/m4/libtool.m4:4812:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/m4/libtool.m4-4813-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4826-	nvcc*)	# Cuda Compiler Driver 2.2
gerris-20131206+dfsg/m4/libtool.m4:4827:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/m4/libtool.m4-4828-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4830-	esac
gerris-20131206+dfsg/m4/libtool.m4:4831:	case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/m4/libtool.m4-4832-	*Sun\ C*)			# Sun C 5.9
gerris-20131206+dfsg/m4/libtool.m4:4833:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/m4/libtool.m4-4834-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gerris-20131206+dfsg/m4/libtool.m4-4898-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gerris-20131206+dfsg/m4/libtool.m4:4899:      case `$LD -v 2>&1` in
gerris-20131206+dfsg/m4/libtool.m4-4900-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5021-	# below for broken collect2 doesn't work under 4.3+
gerris-20131206+dfsg/m4/libtool.m4:5022:	  collect2name=`${CC} -print-prog-name=collect2`
gerris-20131206+dfsg/m4/libtool.m4-5023-	  if test -f "$collect2name" &&
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5071-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gerris-20131206+dfsg/m4/libtool.m4:5072:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gerris-20131206+dfsg/m4/libtool.m4-5073-      else
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5137-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gerris-20131206+dfsg/m4/libtool.m4:5138:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/m4/libtool.m4-5139-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5174-	# FIXME: Setting linknames here is a bad hack.
gerris-20131206+dfsg/m4/libtool.m4:5175:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gerris-20131206+dfsg/m4/libtool.m4-5176-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5312-      if test "$GCC" = yes; then
gerris-20131206+dfsg/m4/libtool.m4:5313:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-5314-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5335-	if test "$lt_cv_irix_exported_symbol" = yes; then
gerris-20131206+dfsg/m4/libtool.m4:5336:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-5337-	fi
gerris-20131206+dfsg/m4/libtool.m4-5338-      else
gerris-20131206+dfsg/m4/libtool.m4:5339:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4:5340:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-5341-      fi
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5375-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gerris-20131206+dfsg/m4/libtool.m4:5376:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/m4/libtool.m4-5377-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5408-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/m4/libtool.m4:5409:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-5410-      else
gerris-20131206+dfsg/m4/libtool.m4-5411-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gerris-20131206+dfsg/m4/libtool.m4:5412:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-5413-      fi
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5421-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/m4/libtool.m4:5422:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-5423-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gerris-20131206+dfsg/m4/libtool.m4:5426:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4:5427:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gerris-20131206+dfsg/m4/libtool.m4:5428:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gerris-20131206+dfsg/m4/libtool.m4-5429-
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5444-      else
gerris-20131206+dfsg/m4/libtool.m4:5445:	case `$CC -V 2>&1` in
gerris-20131206+dfsg/m4/libtool.m4-5446-	*"Compilers 5.0"*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5637-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gerris-20131206+dfsg/m4/libtool.m4:5638:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gerris-20131206+dfsg/m4/libtool.m4-5639-	  then
##############################################
gerris-20131206+dfsg/m4/libtool.m4-5937-        # ancient GNU ld didn't support --whole-archive et. al.
gerris-20131206+dfsg/m4/libtool.m4:5938:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gerris-20131206+dfsg/m4/libtool.m4-5939-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6020-          # below for broken collect2 doesn't work under 4.3+
gerris-20131206+dfsg/m4/libtool.m4:6021:	  collect2name=`${CC} -print-prog-name=collect2`
gerris-20131206+dfsg/m4/libtool.m4-6022-	  if test -f "$collect2name" &&
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6070-
gerris-20131206+dfsg/m4/libtool.m4:6071:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gerris-20131206+dfsg/m4/libtool.m4-6072-        else
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6136-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gerris-20131206+dfsg/m4/libtool.m4:6137:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/m4/libtool.m4-6138-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6177-	    # is EXPORTS), use it as is; otherwise, prepend...
gerris-20131206+dfsg/m4/libtool.m4:6178:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gerris-20131206+dfsg/m4/libtool.m4-6179-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6257-            # dependencies.
gerris-20131206+dfsg/m4/libtool.m4:6258:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gerris-20131206+dfsg/m4/libtool.m4-6259-            ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6322-	    # dependencies.
gerris-20131206+dfsg/m4/libtool.m4:6323:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gerris-20131206+dfsg/m4/libtool.m4-6324-	    ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6358-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gerris-20131206+dfsg/m4/libtool.m4:6359:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/m4/libtool.m4:6360:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-6361-	;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6365-	    # SGI C++
gerris-20131206+dfsg/m4/libtool.m4:6366:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-6367-
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6376-	      if test "$with_gnu_ld" = no; then
gerris-20131206+dfsg/m4/libtool.m4:6377:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-6378-	      else
gerris-20131206+dfsg/m4/libtool.m4:6379:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-6380-	      fi
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6397-	    # to its proper name (with version) after linking.
gerris-20131206+dfsg/m4/libtool.m4:6398:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gerris-20131206+dfsg/m4/libtool.m4:6399:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gerris-20131206+dfsg/m4/libtool.m4-6400-	    # Commands to make compiler produce verbose output that lists
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6407-	    # dependencies.
gerris-20131206+dfsg/m4/libtool.m4:6408:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gerris-20131206+dfsg/m4/libtool.m4-6409-
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6422-	    # earlier do not add the objects themselves.
gerris-20131206+dfsg/m4/libtool.m4:6423:	    case `$CC -V 2>&1` in
gerris-20131206+dfsg/m4/libtool.m4-6424-	      *"Version 7."*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6443-            # Portland Group C++ compiler
gerris-20131206+dfsg/m4/libtool.m4:6444:	    case `$CC -V` in
gerris-20131206+dfsg/m4/libtool.m4-6445-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6448-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gerris-20131206+dfsg/m4/libtool.m4:6449:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gerris-20131206+dfsg/m4/libtool.m4-6450-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6452-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gerris-20131206+dfsg/m4/libtool.m4:6453:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gerris-20131206+dfsg/m4/libtool.m4-6454-		$RANLIB $oldlib'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6457-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gerris-20131206+dfsg/m4/libtool.m4:6458:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-6459-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6461-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gerris-20131206+dfsg/m4/libtool.m4:6462:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-6463-	      ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6471-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gerris-20131206+dfsg/m4/libtool.m4:6472:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/m4/libtool.m4-6473-            ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6490-	    # dependencies.
gerris-20131206+dfsg/m4/libtool.m4:6491:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gerris-20131206+dfsg/m4/libtool.m4-6492-	    ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6505-	  *)
gerris-20131206+dfsg/m4/libtool.m4:6506:	    case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/m4/libtool.m4-6507-	    *Sun\ C*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6512-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gerris-20131206+dfsg/m4/libtool.m4:6513:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gerris-20131206+dfsg/m4/libtool.m4-6514-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6582-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gerris-20131206+dfsg/m4/libtool.m4:6583:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gerris-20131206+dfsg/m4/libtool.m4-6584-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6601-	    # to its proper name (with version) after linking.
gerris-20131206+dfsg/m4/libtool.m4:6602:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gerris-20131206+dfsg/m4/libtool.m4-6603-
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6622-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gerris-20131206+dfsg/m4/libtool.m4:6623:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-6624-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6627-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gerris-20131206+dfsg/m4/libtool.m4:6628:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4:6629:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gerris-20131206+dfsg/m4/libtool.m4-6630-	          echo "-hidden">> $lib.exp~
gerris-20131206+dfsg/m4/libtool.m4:6631:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gerris-20131206+dfsg/m4/libtool.m4-6632-	          $RM $lib.exp'
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6646-	    # dependencies.
gerris-20131206+dfsg/m4/libtool.m4:6647:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gerris-20131206+dfsg/m4/libtool.m4-6648-	    ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6653-	        osf3*)
gerris-20131206+dfsg/m4/libtool.m4:6654:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-6655-		  ;;
gerris-20131206+dfsg/m4/libtool.m4-6656-	        *)
gerris-20131206+dfsg/m4/libtool.m4:6657:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gerris-20131206+dfsg/m4/libtool.m4-6658-		  ;;
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6906-  case ${2} in
gerris-20131206+dfsg/m4/libtool.m4:6907:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gerris-20131206+dfsg/m4/libtool.m4:6908:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gerris-20131206+dfsg/m4/libtool.m4-6909-  esac
##############################################
gerris-20131206+dfsg/m4/libtool.m4-6994-
gerris-20131206+dfsg/m4/libtool.m4:6995:  for p in `eval "$output_verbose_link_cmd"`; do
gerris-20131206+dfsg/m4/libtool.m4-6996-    case ${prev}${p} in
##############################################
gerris-20131206+dfsg/m4/libtool.m4-7092-linux*)
gerris-20131206+dfsg/m4/libtool.m4:7093:  case `$CC -V 2>&1 | sed 5q` in
gerris-20131206+dfsg/m4/libtool.m4-7094-  *Sun\ C*)
##############################################
gerris-20131206+dfsg/m4/libtool.m4-7143-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gerris-20131206+dfsg/m4/libtool.m4:7144: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gerris-20131206+dfsg/m4/libtool.m4-7145-fi
##############################################
gerris-20131206+dfsg/m4/libtool.m4-7755-    test $lt_ac_count -gt 10 && break
gerris-20131206+dfsg/m4/libtool.m4:7756:    lt_ac_count=`expr $lt_ac_count + 1`
gerris-20131206+dfsg/m4/libtool.m4-7757-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gerris-20131206+dfsg/m4/libtool.m4-7826-# ------------------------------------------------------
gerris-20131206+dfsg/m4/libtool.m4:7827:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
gerris-20131206+dfsg/m4/libtool.m4-7828-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-321-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gerris-20131206+dfsg/modules/culvert/Makefile.in:322:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gerris-20131206+dfsg/modules/culvert/Makefile.in-323-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-334-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/modules/culvert/Makefile.in:335:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/modules/culvert/Makefile.in-336-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-366-.c.obj:
gerris-20131206+dfsg/modules/culvert/Makefile.in:367:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/culvert/Makefile.in-368-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-370-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/culvert/Makefile.in:371:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/culvert/Makefile.in-372-
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-380-libboyd87_la-boyd87.lo: boyd87.c
gerris-20131206+dfsg/modules/culvert/Makefile.in:381:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libboyd87_la_CFLAGS) $(CFLAGS) -MT libboyd87_la-boyd87.lo -MD -MP -MF $(DEPDIR)/libboyd87_la-boyd87.Tpo -c -o libboyd87_la-boyd87.lo `test -f 'boyd87.c' || echo '$(srcdir)/'`boyd87.c
gerris-20131206+dfsg/modules/culvert/Makefile.in-382-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libboyd87_la-boyd87.Tpo $(DEPDIR)/libboyd87_la-boyd87.Plo
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-384-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/culvert/Makefile.in:385:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libboyd87_la_CFLAGS) $(CFLAGS) -c -o libboyd87_la-boyd87.lo `test -f 'boyd87.c' || echo '$(srcdir)/'`boyd87.c
gerris-20131206+dfsg/modules/culvert/Makefile.in-386-
gerris-20131206+dfsg/modules/culvert/Makefile.in-387-check_inlet-check_inlet.o: check_inlet.c
gerris-20131206+dfsg/modules/culvert/Makefile.in:388:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_inlet_CFLAGS) $(CFLAGS) -MT check_inlet-check_inlet.o -MD -MP -MF $(DEPDIR)/check_inlet-check_inlet.Tpo -c -o check_inlet-check_inlet.o `test -f 'check_inlet.c' || echo '$(srcdir)/'`check_inlet.c
gerris-20131206+dfsg/modules/culvert/Makefile.in-389-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/check_inlet-check_inlet.Tpo $(DEPDIR)/check_inlet-check_inlet.Po
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-391-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/culvert/Makefile.in:392:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_inlet_CFLAGS) $(CFLAGS) -c -o check_inlet-check_inlet.o `test -f 'check_inlet.c' || echo '$(srcdir)/'`check_inlet.c
gerris-20131206+dfsg/modules/culvert/Makefile.in-393-
gerris-20131206+dfsg/modules/culvert/Makefile.in-394-check_inlet-check_inlet.obj: check_inlet.c
gerris-20131206+dfsg/modules/culvert/Makefile.in:395:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_inlet_CFLAGS) $(CFLAGS) -MT check_inlet-check_inlet.obj -MD -MP -MF $(DEPDIR)/check_inlet-check_inlet.Tpo -c -o check_inlet-check_inlet.obj `if test -f 'check_inlet.c'; then $(CYGPATH_W) 'check_inlet.c'; else $(CYGPATH_W) '$(srcdir)/check_inlet.c'; fi`
gerris-20131206+dfsg/modules/culvert/Makefile.in-396-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/check_inlet-check_inlet.Tpo $(DEPDIR)/check_inlet-check_inlet.Po
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-398-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/culvert/Makefile.in:399:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_inlet_CFLAGS) $(CFLAGS) -c -o check_inlet-check_inlet.obj `if test -f 'check_inlet.c'; then $(CYGPATH_W) 'check_inlet.c'; else $(CYGPATH_W) '$(srcdir)/check_inlet.c'; fi`
gerris-20131206+dfsg/modules/culvert/Makefile.in-400-
gerris-20131206+dfsg/modules/culvert/Makefile.in-401-check_outlet-check_outlet.o: check_outlet.c
gerris-20131206+dfsg/modules/culvert/Makefile.in:402:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_outlet_CFLAGS) $(CFLAGS) -MT check_outlet-check_outlet.o -MD -MP -MF $(DEPDIR)/check_outlet-check_outlet.Tpo -c -o check_outlet-check_outlet.o `test -f 'check_outlet.c' || echo '$(srcdir)/'`check_outlet.c
gerris-20131206+dfsg/modules/culvert/Makefile.in-403-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/check_outlet-check_outlet.Tpo $(DEPDIR)/check_outlet-check_outlet.Po
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-405-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/culvert/Makefile.in:406:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_outlet_CFLAGS) $(CFLAGS) -c -o check_outlet-check_outlet.o `test -f 'check_outlet.c' || echo '$(srcdir)/'`check_outlet.c
gerris-20131206+dfsg/modules/culvert/Makefile.in-407-
gerris-20131206+dfsg/modules/culvert/Makefile.in-408-check_outlet-check_outlet.obj: check_outlet.c
gerris-20131206+dfsg/modules/culvert/Makefile.in:409:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_outlet_CFLAGS) $(CFLAGS) -MT check_outlet-check_outlet.obj -MD -MP -MF $(DEPDIR)/check_outlet-check_outlet.Tpo -c -o check_outlet-check_outlet.obj `if test -f 'check_outlet.c'; then $(CYGPATH_W) 'check_outlet.c'; else $(CYGPATH_W) '$(srcdir)/check_outlet.c'; fi`
gerris-20131206+dfsg/modules/culvert/Makefile.in-410-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/check_outlet-check_outlet.Tpo $(DEPDIR)/check_outlet-check_outlet.Po
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-412-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/culvert/Makefile.in:413:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_outlet_CFLAGS) $(CFLAGS) -c -o check_outlet-check_outlet.obj `if test -f 'check_outlet.c'; then $(CYGPATH_W) 'check_outlet.c'; else $(CYGPATH_W) '$(srcdir)/check_outlet.c'; fi`
gerris-20131206+dfsg/modules/culvert/Makefile.in-414-
gerris-20131206+dfsg/modules/culvert/Makefile.in-415-discharge_table-discharge_table.o: discharge_table.c
gerris-20131206+dfsg/modules/culvert/Makefile.in:416:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(discharge_table_CFLAGS) $(CFLAGS) -MT discharge_table-discharge_table.o -MD -MP -MF $(DEPDIR)/discharge_table-discharge_table.Tpo -c -o discharge_table-discharge_table.o `test -f 'discharge_table.c' || echo '$(srcdir)/'`discharge_table.c
gerris-20131206+dfsg/modules/culvert/Makefile.in-417-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/discharge_table-discharge_table.Tpo $(DEPDIR)/discharge_table-discharge_table.Po
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-419-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/culvert/Makefile.in:420:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(discharge_table_CFLAGS) $(CFLAGS) -c -o discharge_table-discharge_table.o `test -f 'discharge_table.c' || echo '$(srcdir)/'`discharge_table.c
gerris-20131206+dfsg/modules/culvert/Makefile.in-421-
gerris-20131206+dfsg/modules/culvert/Makefile.in-422-discharge_table-discharge_table.obj: discharge_table.c
gerris-20131206+dfsg/modules/culvert/Makefile.in:423:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(discharge_table_CFLAGS) $(CFLAGS) -MT discharge_table-discharge_table.obj -MD -MP -MF $(DEPDIR)/discharge_table-discharge_table.Tpo -c -o discharge_table-discharge_table.obj `if test -f 'discharge_table.c'; then $(CYGPATH_W) 'discharge_table.c'; else $(CYGPATH_W) '$(srcdir)/discharge_table.c'; fi`
gerris-20131206+dfsg/modules/culvert/Makefile.in-424-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/discharge_table-discharge_table.Tpo $(DEPDIR)/discharge_table-discharge_table.Po
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-426-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/culvert/Makefile.in:427:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(discharge_table_CFLAGS) $(CFLAGS) -c -o discharge_table-discharge_table.obj `if test -f 'discharge_table.c'; then $(CYGPATH_W) 'discharge_table.c'; else $(CYGPATH_W) '$(srcdir)/discharge_table.c'; fi`
gerris-20131206+dfsg/modules/culvert/Makefile.in-428-
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-479-GTAGS:
gerris-20131206+dfsg/modules/culvert/Makefile.in:480:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/modules/culvert/Makefile.in-481-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-487-distdir: $(DISTFILES)
gerris-20131206+dfsg/modules/culvert/Makefile.in:488:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/culvert/Makefile.in:489:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/culvert/Makefile.in-490-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/modules/culvert/Makefile.in-501-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/modules/culvert/Makefile.in:502:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/modules/culvert/Makefile.in-503-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-66-CONFIG_CLEAN_VPATH_FILES =
gerris-20131206+dfsg/modules/Makefile.in:67:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/modules/Makefile.in-68-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/modules/Makefile.in:69:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/modules/Makefile.in-70-    *) f=$$p;; \
gerris-20131206+dfsg/modules/Makefile.in-71-  esac;
gerris-20131206+dfsg/modules/Makefile.in:72:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/modules/Makefile.in-73-am__install_max = 40
gerris-20131206+dfsg/modules/Makefile.in-74-am__nobase_strip_setup = \
gerris-20131206+dfsg/modules/Makefile.in:75:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/modules/Makefile.in-76-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-432-  while test -n "$$dir1"; do \
gerris-20131206+dfsg/modules/Makefile.in:433:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gerris-20131206+dfsg/modules/Makefile.in-434-    if test "$$first" != "."; then \
gerris-20131206+dfsg/modules/Makefile.in-435-      if test "$$first" = ".."; then \
gerris-20131206+dfsg/modules/Makefile.in:436:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gerris-20131206+dfsg/modules/Makefile.in:437:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gerris-20131206+dfsg/modules/Makefile.in-438-      else \
gerris-20131206+dfsg/modules/Makefile.in:439:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gerris-20131206+dfsg/modules/Makefile.in-440-        if test "$$first2" = "$$first"; then \
gerris-20131206+dfsg/modules/Makefile.in:441:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gerris-20131206+dfsg/modules/Makefile.in-442-        else \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-447-    fi; \
gerris-20131206+dfsg/modules/Makefile.in:448:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gerris-20131206+dfsg/modules/Makefile.in-449-  done; \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-677-libwavewatch2D_la_CFLAGS = $(AM_CFLAGS) -DFTT_2D=1 \
gerris-20131206+dfsg/modules/Makefile.in:678:  -DW3SRCE=`nm wavewatch/libwavewatch.a | grep w3srce | awk '{ if ($$2 == "T") print $$3; }'` \
gerris-20131206+dfsg/modules/Makefile.in:679:  -DGFSW3INIT=`nm wavewatch/libwavewatch.a | grep gfsw3_init | awk '{ if ($$2 == "T") print $$3; }'`
gerris-20131206+dfsg/modules/Makefile.in-680-
##############################################
gerris-20131206+dfsg/modules/Makefile.in-808-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gerris-20131206+dfsg/modules/Makefile.in:809:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gerris-20131206+dfsg/modules/Makefile.in-810-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-840-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
gerris-20131206+dfsg/modules/Makefile.in:841:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gerris-20131206+dfsg/modules/Makefile.in-842-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-960-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/modules/Makefile.in:961:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/modules/Makefile.in-962-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1020-.c.obj:
gerris-20131206+dfsg/modules/Makefile.in:1021:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/Makefile.in-1022-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1024-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1025:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/Makefile.in-1026-
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1034-libagmg2D_la-agmg.lo: agmg.c
gerris-20131206+dfsg/modules/Makefile.in:1035:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libagmg2D_la_CFLAGS) $(CFLAGS) -MT libagmg2D_la-agmg.lo -MD -MP -MF $(DEPDIR)/libagmg2D_la-agmg.Tpo -c -o libagmg2D_la-agmg.lo `test -f 'agmg.c' || echo '$(srcdir)/'`agmg.c
gerris-20131206+dfsg/modules/Makefile.in-1036-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libagmg2D_la-agmg.Tpo $(DEPDIR)/libagmg2D_la-agmg.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1038-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1039:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libagmg2D_la_CFLAGS) $(CFLAGS) -c -o libagmg2D_la-agmg.lo `test -f 'agmg.c' || echo '$(srcdir)/'`agmg.c
gerris-20131206+dfsg/modules/Makefile.in-1040-
gerris-20131206+dfsg/modules/Makefile.in-1041-libagmg3D_la-agmg.lo: agmg.c
gerris-20131206+dfsg/modules/Makefile.in:1042:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libagmg3D_la_CFLAGS) $(CFLAGS) -MT libagmg3D_la-agmg.lo -MD -MP -MF $(DEPDIR)/libagmg3D_la-agmg.Tpo -c -o libagmg3D_la-agmg.lo `test -f 'agmg.c' || echo '$(srcdir)/'`agmg.c
gerris-20131206+dfsg/modules/Makefile.in-1043-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libagmg3D_la-agmg.Tpo $(DEPDIR)/libagmg3D_la-agmg.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1045-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1046:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libagmg3D_la_CFLAGS) $(CFLAGS) -c -o libagmg3D_la-agmg.lo `test -f 'agmg.c' || echo '$(srcdir)/'`agmg.c
gerris-20131206+dfsg/modules/Makefile.in-1047-
gerris-20131206+dfsg/modules/Makefile.in-1048-libbubbles2D_la-bubbles.lo: bubbles.c
gerris-20131206+dfsg/modules/Makefile.in:1049:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbubbles2D_la_CFLAGS) $(CFLAGS) -MT libbubbles2D_la-bubbles.lo -MD -MP -MF $(DEPDIR)/libbubbles2D_la-bubbles.Tpo -c -o libbubbles2D_la-bubbles.lo `test -f 'bubbles.c' || echo '$(srcdir)/'`bubbles.c
gerris-20131206+dfsg/modules/Makefile.in-1050-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libbubbles2D_la-bubbles.Tpo $(DEPDIR)/libbubbles2D_la-bubbles.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1052-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1053:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbubbles2D_la_CFLAGS) $(CFLAGS) -c -o libbubbles2D_la-bubbles.lo `test -f 'bubbles.c' || echo '$(srcdir)/'`bubbles.c
gerris-20131206+dfsg/modules/Makefile.in-1054-
gerris-20131206+dfsg/modules/Makefile.in-1055-libbubbles3D_la-bubbles.lo: bubbles.c
gerris-20131206+dfsg/modules/Makefile.in:1056:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbubbles3D_la_CFLAGS) $(CFLAGS) -MT libbubbles3D_la-bubbles.lo -MD -MP -MF $(DEPDIR)/libbubbles3D_la-bubbles.Tpo -c -o libbubbles3D_la-bubbles.lo `test -f 'bubbles.c' || echo '$(srcdir)/'`bubbles.c
gerris-20131206+dfsg/modules/Makefile.in-1057-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libbubbles3D_la-bubbles.Tpo $(DEPDIR)/libbubbles3D_la-bubbles.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1059-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1060:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbubbles3D_la_CFLAGS) $(CFLAGS) -c -o libbubbles3D_la-bubbles.lo `test -f 'bubbles.c' || echo '$(srcdir)/'`bubbles.c
gerris-20131206+dfsg/modules/Makefile.in-1061-
gerris-20131206+dfsg/modules/Makefile.in-1062-libculvert2D_la-culvert.lo: culvert.c
gerris-20131206+dfsg/modules/Makefile.in:1063:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libculvert2D_la_CFLAGS) $(CFLAGS) -MT libculvert2D_la-culvert.lo -MD -MP -MF $(DEPDIR)/libculvert2D_la-culvert.Tpo -c -o libculvert2D_la-culvert.lo `test -f 'culvert.c' || echo '$(srcdir)/'`culvert.c
gerris-20131206+dfsg/modules/Makefile.in-1064-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libculvert2D_la-culvert.Tpo $(DEPDIR)/libculvert2D_la-culvert.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1066-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1067:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libculvert2D_la_CFLAGS) $(CFLAGS) -c -o libculvert2D_la-culvert.lo `test -f 'culvert.c' || echo '$(srcdir)/'`culvert.c
gerris-20131206+dfsg/modules/Makefile.in-1068-
gerris-20131206+dfsg/modules/Makefile.in-1069-libdf33D_la-df3.lo: df3.c
gerris-20131206+dfsg/modules/Makefile.in:1070:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdf33D_la_CFLAGS) $(CFLAGS) -MT libdf33D_la-df3.lo -MD -MP -MF $(DEPDIR)/libdf33D_la-df3.Tpo -c -o libdf33D_la-df3.lo `test -f 'df3.c' || echo '$(srcdir)/'`df3.c
gerris-20131206+dfsg/modules/Makefile.in-1071-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libdf33D_la-df3.Tpo $(DEPDIR)/libdf33D_la-df3.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1073-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1074:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdf33D_la_CFLAGS) $(CFLAGS) -c -o libdf33D_la-df3.lo `test -f 'df3.c' || echo '$(srcdir)/'`df3.c
gerris-20131206+dfsg/modules/Makefile.in-1075-
gerris-20131206+dfsg/modules/Makefile.in-1076-libelectrohydro2D_la-electrohydro.lo: electrohydro.c
gerris-20131206+dfsg/modules/Makefile.in:1077:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libelectrohydro2D_la_CFLAGS) $(CFLAGS) -MT libelectrohydro2D_la-electrohydro.lo -MD -MP -MF $(DEPDIR)/libelectrohydro2D_la-electrohydro.Tpo -c -o libelectrohydro2D_la-electrohydro.lo `test -f 'electrohydro.c' || echo '$(srcdir)/'`electrohydro.c
gerris-20131206+dfsg/modules/Makefile.in-1078-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libelectrohydro2D_la-electrohydro.Tpo $(DEPDIR)/libelectrohydro2D_la-electrohydro.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1080-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1081:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libelectrohydro2D_la_CFLAGS) $(CFLAGS) -c -o libelectrohydro2D_la-electrohydro.lo `test -f 'electrohydro.c' || echo '$(srcdir)/'`electrohydro.c
gerris-20131206+dfsg/modules/Makefile.in-1082-
gerris-20131206+dfsg/modules/Makefile.in-1083-libelectrohydro3D_la-electrohydro.lo: electrohydro.c
gerris-20131206+dfsg/modules/Makefile.in:1084:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libelectrohydro3D_la_CFLAGS) $(CFLAGS) -MT libelectrohydro3D_la-electrohydro.lo -MD -MP -MF $(DEPDIR)/libelectrohydro3D_la-electrohydro.Tpo -c -o libelectrohydro3D_la-electrohydro.lo `test -f 'electrohydro.c' || echo '$(srcdir)/'`electrohydro.c
gerris-20131206+dfsg/modules/Makefile.in-1085-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libelectrohydro3D_la-electrohydro.Tpo $(DEPDIR)/libelectrohydro3D_la-electrohydro.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1087-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1088:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libelectrohydro3D_la_CFLAGS) $(CFLAGS) -c -o libelectrohydro3D_la-electrohydro.lo `test -f 'electrohydro.c' || echo '$(srcdir)/'`electrohydro.c
gerris-20131206+dfsg/modules/Makefile.in-1089-
gerris-20131206+dfsg/modules/Makefile.in-1090-libfft2D_la-fft.lo: fft.c
gerris-20131206+dfsg/modules/Makefile.in:1091:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfft2D_la_CFLAGS) $(CFLAGS) -MT libfft2D_la-fft.lo -MD -MP -MF $(DEPDIR)/libfft2D_la-fft.Tpo -c -o libfft2D_la-fft.lo `test -f 'fft.c' || echo '$(srcdir)/'`fft.c
gerris-20131206+dfsg/modules/Makefile.in-1092-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libfft2D_la-fft.Tpo $(DEPDIR)/libfft2D_la-fft.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1094-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1095:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfft2D_la_CFLAGS) $(CFLAGS) -c -o libfft2D_la-fft.lo `test -f 'fft.c' || echo '$(srcdir)/'`fft.c
gerris-20131206+dfsg/modules/Makefile.in-1096-
gerris-20131206+dfsg/modules/Makefile.in-1097-libfft3D_la-fft.lo: fft.c
gerris-20131206+dfsg/modules/Makefile.in:1098:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfft3D_la_CFLAGS) $(CFLAGS) -MT libfft3D_la-fft.lo -MD -MP -MF $(DEPDIR)/libfft3D_la-fft.Tpo -c -o libfft3D_la-fft.lo `test -f 'fft.c' || echo '$(srcdir)/'`fft.c
gerris-20131206+dfsg/modules/Makefile.in-1099-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libfft3D_la-fft.Tpo $(DEPDIR)/libfft3D_la-fft.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1101-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1102:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfft3D_la_CFLAGS) $(CFLAGS) -c -o libfft3D_la-fft.lo `test -f 'fft.c' || echo '$(srcdir)/'`fft.c
gerris-20131206+dfsg/modules/Makefile.in-1103-
gerris-20131206+dfsg/modules/Makefile.in-1104-libhypre2D_la-hypre.lo: hypre.c
gerris-20131206+dfsg/modules/Makefile.in:1105:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhypre2D_la_CFLAGS) $(CFLAGS) -MT libhypre2D_la-hypre.lo -MD -MP -MF $(DEPDIR)/libhypre2D_la-hypre.Tpo -c -o libhypre2D_la-hypre.lo `test -f 'hypre.c' || echo '$(srcdir)/'`hypre.c
gerris-20131206+dfsg/modules/Makefile.in-1106-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libhypre2D_la-hypre.Tpo $(DEPDIR)/libhypre2D_la-hypre.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1108-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1109:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhypre2D_la_CFLAGS) $(CFLAGS) -c -o libhypre2D_la-hypre.lo `test -f 'hypre.c' || echo '$(srcdir)/'`hypre.c
gerris-20131206+dfsg/modules/Makefile.in-1110-
gerris-20131206+dfsg/modules/Makefile.in-1111-libhypre3D_la-hypre.lo: hypre.c
gerris-20131206+dfsg/modules/Makefile.in:1112:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhypre3D_la_CFLAGS) $(CFLAGS) -MT libhypre3D_la-hypre.lo -MD -MP -MF $(DEPDIR)/libhypre3D_la-hypre.Tpo -c -o libhypre3D_la-hypre.lo `test -f 'hypre.c' || echo '$(srcdir)/'`hypre.c
gerris-20131206+dfsg/modules/Makefile.in-1113-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libhypre3D_la-hypre.Tpo $(DEPDIR)/libhypre3D_la-hypre.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1115-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1116:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhypre3D_la_CFLAGS) $(CFLAGS) -c -o libhypre3D_la-hypre.lo `test -f 'hypre.c' || echo '$(srcdir)/'`hypre.c
gerris-20131206+dfsg/modules/Makefile.in-1117-
gerris-20131206+dfsg/modules/Makefile.in-1118-liblayered2D_la-layered.lo: layered.c
gerris-20131206+dfsg/modules/Makefile.in:1119:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblayered2D_la_CFLAGS) $(CFLAGS) -MT liblayered2D_la-layered.lo -MD -MP -MF $(DEPDIR)/liblayered2D_la-layered.Tpo -c -o liblayered2D_la-layered.lo `test -f 'layered.c' || echo '$(srcdir)/'`layered.c
gerris-20131206+dfsg/modules/Makefile.in-1120-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblayered2D_la-layered.Tpo $(DEPDIR)/liblayered2D_la-layered.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1122-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1123:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblayered2D_la_CFLAGS) $(CFLAGS) -c -o liblayered2D_la-layered.lo `test -f 'layered.c' || echo '$(srcdir)/'`layered.c
gerris-20131206+dfsg/modules/Makefile.in-1124-
gerris-20131206+dfsg/modules/Makefile.in-1125-liblis2D_la-lis.lo: lis.c
gerris-20131206+dfsg/modules/Makefile.in:1126:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblis2D_la_CFLAGS) $(CFLAGS) -MT liblis2D_la-lis.lo -MD -MP -MF $(DEPDIR)/liblis2D_la-lis.Tpo -c -o liblis2D_la-lis.lo `test -f 'lis.c' || echo '$(srcdir)/'`lis.c
gerris-20131206+dfsg/modules/Makefile.in-1127-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblis2D_la-lis.Tpo $(DEPDIR)/liblis2D_la-lis.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1129-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1130:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblis2D_la_CFLAGS) $(CFLAGS) -c -o liblis2D_la-lis.lo `test -f 'lis.c' || echo '$(srcdir)/'`lis.c
gerris-20131206+dfsg/modules/Makefile.in-1131-
gerris-20131206+dfsg/modules/Makefile.in-1132-liblis3D_la-lis.lo: lis.c
gerris-20131206+dfsg/modules/Makefile.in:1133:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblis3D_la_CFLAGS) $(CFLAGS) -MT liblis3D_la-lis.lo -MD -MP -MF $(DEPDIR)/liblis3D_la-lis.Tpo -c -o liblis3D_la-lis.lo `test -f 'lis.c' || echo '$(srcdir)/'`lis.c
gerris-20131206+dfsg/modules/Makefile.in-1134-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/liblis3D_la-lis.Tpo $(DEPDIR)/liblis3D_la-lis.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1136-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1137:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblis3D_la_CFLAGS) $(CFLAGS) -c -o liblis3D_la-lis.lo `test -f 'lis.c' || echo '$(srcdir)/'`lis.c
gerris-20131206+dfsg/modules/Makefile.in-1138-
gerris-20131206+dfsg/modules/Makefile.in-1139-libmap2D_la-map.lo: map.c
gerris-20131206+dfsg/modules/Makefile.in:1140:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmap2D_la_CFLAGS) $(CFLAGS) -MT libmap2D_la-map.lo -MD -MP -MF $(DEPDIR)/libmap2D_la-map.Tpo -c -o libmap2D_la-map.lo `test -f 'map.c' || echo '$(srcdir)/'`map.c
gerris-20131206+dfsg/modules/Makefile.in-1141-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libmap2D_la-map.Tpo $(DEPDIR)/libmap2D_la-map.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1143-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1144:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmap2D_la_CFLAGS) $(CFLAGS) -c -o libmap2D_la-map.lo `test -f 'map.c' || echo '$(srcdir)/'`map.c
gerris-20131206+dfsg/modules/Makefile.in-1145-
gerris-20131206+dfsg/modules/Makefile.in-1146-libode2D_la-ode.lo: ode.c
gerris-20131206+dfsg/modules/Makefile.in:1147:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libode2D_la_CFLAGS) $(CFLAGS) -MT libode2D_la-ode.lo -MD -MP -MF $(DEPDIR)/libode2D_la-ode.Tpo -c -o libode2D_la-ode.lo `test -f 'ode.c' || echo '$(srcdir)/'`ode.c
gerris-20131206+dfsg/modules/Makefile.in-1148-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libode2D_la-ode.Tpo $(DEPDIR)/libode2D_la-ode.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1150-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1151:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libode2D_la_CFLAGS) $(CFLAGS) -c -o libode2D_la-ode.lo `test -f 'ode.c' || echo '$(srcdir)/'`ode.c
gerris-20131206+dfsg/modules/Makefile.in-1152-
gerris-20131206+dfsg/modules/Makefile.in-1153-libode3D_la-ode.lo: ode.c
gerris-20131206+dfsg/modules/Makefile.in:1154:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libode3D_la_CFLAGS) $(CFLAGS) -MT libode3D_la-ode.lo -MD -MP -MF $(DEPDIR)/libode3D_la-ode.Tpo -c -o libode3D_la-ode.lo `test -f 'ode.c' || echo '$(srcdir)/'`ode.c
gerris-20131206+dfsg/modules/Makefile.in-1155-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libode3D_la-ode.Tpo $(DEPDIR)/libode3D_la-ode.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1157-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1158:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libode3D_la_CFLAGS) $(CFLAGS) -c -o libode3D_la-ode.lo `test -f 'ode.c' || echo '$(srcdir)/'`ode.c
gerris-20131206+dfsg/modules/Makefile.in-1159-
gerris-20131206+dfsg/modules/Makefile.in-1160-libokada2D_la-okada.lo: okada.c
gerris-20131206+dfsg/modules/Makefile.in:1161:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libokada2D_la_CFLAGS) $(CFLAGS) -MT libokada2D_la-okada.lo -MD -MP -MF $(DEPDIR)/libokada2D_la-okada.Tpo -c -o libokada2D_la-okada.lo `test -f 'okada.c' || echo '$(srcdir)/'`okada.c
gerris-20131206+dfsg/modules/Makefile.in-1162-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libokada2D_la-okada.Tpo $(DEPDIR)/libokada2D_la-okada.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1164-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1165:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libokada2D_la_CFLAGS) $(CFLAGS) -c -o libokada2D_la-okada.lo `test -f 'okada.c' || echo '$(srcdir)/'`okada.c
gerris-20131206+dfsg/modules/Makefile.in-1166-
gerris-20131206+dfsg/modules/Makefile.in-1167-libokada3D_la-okada.lo: okada.c
gerris-20131206+dfsg/modules/Makefile.in:1168:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libokada3D_la_CFLAGS) $(CFLAGS) -MT libokada3D_la-okada.lo -MD -MP -MF $(DEPDIR)/libokada3D_la-okada.Tpo -c -o libokada3D_la-okada.lo `test -f 'okada.c' || echo '$(srcdir)/'`okada.c
gerris-20131206+dfsg/modules/Makefile.in-1169-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libokada3D_la-okada.Tpo $(DEPDIR)/libokada3D_la-okada.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1171-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1172:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libokada3D_la_CFLAGS) $(CFLAGS) -c -o libokada3D_la-okada.lo `test -f 'okada.c' || echo '$(srcdir)/'`okada.c
gerris-20131206+dfsg/modules/Makefile.in-1173-
gerris-20131206+dfsg/modules/Makefile.in-1174-libparticulatecommon2D_la-particulatecommon.lo: particulatecommon.c
gerris-20131206+dfsg/modules/Makefile.in:1175:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libparticulatecommon2D_la_CFLAGS) $(CFLAGS) -MT libparticulatecommon2D_la-particulatecommon.lo -MD -MP -MF $(DEPDIR)/libparticulatecommon2D_la-particulatecommon.Tpo -c -o libparticulatecommon2D_la-particulatecommon.lo `test -f 'particulatecommon.c' || echo '$(srcdir)/'`particulatecommon.c
gerris-20131206+dfsg/modules/Makefile.in-1176-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libparticulatecommon2D_la-particulatecommon.Tpo $(DEPDIR)/libparticulatecommon2D_la-particulatecommon.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1178-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1179:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libparticulatecommon2D_la_CFLAGS) $(CFLAGS) -c -o libparticulatecommon2D_la-particulatecommon.lo `test -f 'particulatecommon.c' || echo '$(srcdir)/'`particulatecommon.c
gerris-20131206+dfsg/modules/Makefile.in-1180-
gerris-20131206+dfsg/modules/Makefile.in-1181-libparticulatecommon3D_la-particulatecommon.lo: particulatecommon.c
gerris-20131206+dfsg/modules/Makefile.in:1182:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libparticulatecommon3D_la_CFLAGS) $(CFLAGS) -MT libparticulatecommon3D_la-particulatecommon.lo -MD -MP -MF $(DEPDIR)/libparticulatecommon3D_la-particulatecommon.Tpo -c -o libparticulatecommon3D_la-particulatecommon.lo `test -f 'particulatecommon.c' || echo '$(srcdir)/'`particulatecommon.c
gerris-20131206+dfsg/modules/Makefile.in-1183-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libparticulatecommon3D_la-particulatecommon.Tpo $(DEPDIR)/libparticulatecommon3D_la-particulatecommon.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1185-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1186:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libparticulatecommon3D_la_CFLAGS) $(CFLAGS) -c -o libparticulatecommon3D_la-particulatecommon.lo `test -f 'particulatecommon.c' || echo '$(srcdir)/'`particulatecommon.c
gerris-20131206+dfsg/modules/Makefile.in-1187-
gerris-20131206+dfsg/modules/Makefile.in-1188-libparticulates2D_la-particulates.lo: particulates.c
gerris-20131206+dfsg/modules/Makefile.in:1189:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libparticulates2D_la_CFLAGS) $(CFLAGS) -MT libparticulates2D_la-particulates.lo -MD -MP -MF $(DEPDIR)/libparticulates2D_la-particulates.Tpo -c -o libparticulates2D_la-particulates.lo `test -f 'particulates.c' || echo '$(srcdir)/'`particulates.c
gerris-20131206+dfsg/modules/Makefile.in-1190-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libparticulates2D_la-particulates.Tpo $(DEPDIR)/libparticulates2D_la-particulates.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1192-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1193:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libparticulates2D_la_CFLAGS) $(CFLAGS) -c -o libparticulates2D_la-particulates.lo `test -f 'particulates.c' || echo '$(srcdir)/'`particulates.c
gerris-20131206+dfsg/modules/Makefile.in-1194-
gerris-20131206+dfsg/modules/Makefile.in-1195-libparticulates3D_la-particulates.lo: particulates.c
gerris-20131206+dfsg/modules/Makefile.in:1196:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libparticulates3D_la_CFLAGS) $(CFLAGS) -MT libparticulates3D_la-particulates.lo -MD -MP -MF $(DEPDIR)/libparticulates3D_la-particulates.Tpo -c -o libparticulates3D_la-particulates.lo `test -f 'particulates.c' || echo '$(srcdir)/'`particulates.c
gerris-20131206+dfsg/modules/Makefile.in-1197-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libparticulates3D_la-particulates.Tpo $(DEPDIR)/libparticulates3D_la-particulates.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1199-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1200:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libparticulates3D_la_CFLAGS) $(CFLAGS) -c -o libparticulates3D_la-particulates.lo `test -f 'particulates.c' || echo '$(srcdir)/'`particulates.c
gerris-20131206+dfsg/modules/Makefile.in-1201-
gerris-20131206+dfsg/modules/Makefile.in-1202-libskewsymmetric2D_la-skewsymmetric.lo: skewsymmetric.c
gerris-20131206+dfsg/modules/Makefile.in:1203:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libskewsymmetric2D_la_CFLAGS) $(CFLAGS) -MT libskewsymmetric2D_la-skewsymmetric.lo -MD -MP -MF $(DEPDIR)/libskewsymmetric2D_la-skewsymmetric.Tpo -c -o libskewsymmetric2D_la-skewsymmetric.lo `test -f 'skewsymmetric.c' || echo '$(srcdir)/'`skewsymmetric.c
gerris-20131206+dfsg/modules/Makefile.in-1204-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libskewsymmetric2D_la-skewsymmetric.Tpo $(DEPDIR)/libskewsymmetric2D_la-skewsymmetric.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1206-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1207:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libskewsymmetric2D_la_CFLAGS) $(CFLAGS) -c -o libskewsymmetric2D_la-skewsymmetric.lo `test -f 'skewsymmetric.c' || echo '$(srcdir)/'`skewsymmetric.c
gerris-20131206+dfsg/modules/Makefile.in-1208-
gerris-20131206+dfsg/modules/Makefile.in-1209-libskewsymmetric3D_la-skewsymmetric.lo: skewsymmetric.c
gerris-20131206+dfsg/modules/Makefile.in:1210:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libskewsymmetric3D_la_CFLAGS) $(CFLAGS) -MT libskewsymmetric3D_la-skewsymmetric.lo -MD -MP -MF $(DEPDIR)/libskewsymmetric3D_la-skewsymmetric.Tpo -c -o libskewsymmetric3D_la-skewsymmetric.lo `test -f 'skewsymmetric.c' || echo '$(srcdir)/'`skewsymmetric.c
gerris-20131206+dfsg/modules/Makefile.in-1211-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libskewsymmetric3D_la-skewsymmetric.Tpo $(DEPDIR)/libskewsymmetric3D_la-skewsymmetric.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1213-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1214:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libskewsymmetric3D_la_CFLAGS) $(CFLAGS) -c -o libskewsymmetric3D_la-skewsymmetric.lo `test -f 'skewsymmetric.c' || echo '$(srcdir)/'`skewsymmetric.c
gerris-20131206+dfsg/modules/Makefile.in-1215-
gerris-20131206+dfsg/modules/Makefile.in-1216-libstokes2D_la-stokes.lo: stokes.c
gerris-20131206+dfsg/modules/Makefile.in:1217:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstokes2D_la_CFLAGS) $(CFLAGS) -MT libstokes2D_la-stokes.lo -MD -MP -MF $(DEPDIR)/libstokes2D_la-stokes.Tpo -c -o libstokes2D_la-stokes.lo `test -f 'stokes.c' || echo '$(srcdir)/'`stokes.c
gerris-20131206+dfsg/modules/Makefile.in-1218-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libstokes2D_la-stokes.Tpo $(DEPDIR)/libstokes2D_la-stokes.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1220-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1221:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstokes2D_la_CFLAGS) $(CFLAGS) -c -o libstokes2D_la-stokes.lo `test -f 'stokes.c' || echo '$(srcdir)/'`stokes.c
gerris-20131206+dfsg/modules/Makefile.in-1222-
gerris-20131206+dfsg/modules/Makefile.in-1223-libstokes3D_la-stokes.lo: stokes.c
gerris-20131206+dfsg/modules/Makefile.in:1224:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstokes3D_la_CFLAGS) $(CFLAGS) -MT libstokes3D_la-stokes.lo -MD -MP -MF $(DEPDIR)/libstokes3D_la-stokes.Tpo -c -o libstokes3D_la-stokes.lo `test -f 'stokes.c' || echo '$(srcdir)/'`stokes.c
gerris-20131206+dfsg/modules/Makefile.in-1225-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libstokes3D_la-stokes.Tpo $(DEPDIR)/libstokes3D_la-stokes.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1227-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1228:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstokes3D_la_CFLAGS) $(CFLAGS) -c -o libstokes3D_la-stokes.lo `test -f 'stokes.c' || echo '$(srcdir)/'`stokes.c
gerris-20131206+dfsg/modules/Makefile.in-1229-
gerris-20131206+dfsg/modules/Makefile.in-1230-libterrain2D_la-terrain.lo: terrain.c
gerris-20131206+dfsg/modules/Makefile.in:1231:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libterrain2D_la_CFLAGS) $(CFLAGS) -MT libterrain2D_la-terrain.lo -MD -MP -MF $(DEPDIR)/libterrain2D_la-terrain.Tpo -c -o libterrain2D_la-terrain.lo `test -f 'terrain.c' || echo '$(srcdir)/'`terrain.c
gerris-20131206+dfsg/modules/Makefile.in-1232-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libterrain2D_la-terrain.Tpo $(DEPDIR)/libterrain2D_la-terrain.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1234-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1235:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libterrain2D_la_CFLAGS) $(CFLAGS) -c -o libterrain2D_la-terrain.lo `test -f 'terrain.c' || echo '$(srcdir)/'`terrain.c
gerris-20131206+dfsg/modules/Makefile.in-1236-
gerris-20131206+dfsg/modules/Makefile.in-1237-libtide2D_la-tide.lo: tide.c
gerris-20131206+dfsg/modules/Makefile.in:1238:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtide2D_la_CFLAGS) $(CFLAGS) -MT libtide2D_la-tide.lo -MD -MP -MF $(DEPDIR)/libtide2D_la-tide.Tpo -c -o libtide2D_la-tide.lo `test -f 'tide.c' || echo '$(srcdir)/'`tide.c
gerris-20131206+dfsg/modules/Makefile.in-1239-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libtide2D_la-tide.Tpo $(DEPDIR)/libtide2D_la-tide.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1241-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1242:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtide2D_la_CFLAGS) $(CFLAGS) -c -o libtide2D_la-tide.lo `test -f 'tide.c' || echo '$(srcdir)/'`tide.c
gerris-20131206+dfsg/modules/Makefile.in-1243-
gerris-20131206+dfsg/modules/Makefile.in-1244-libtide3D_la-tide.lo: tide.c
gerris-20131206+dfsg/modules/Makefile.in:1245:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtide3D_la_CFLAGS) $(CFLAGS) -MT libtide3D_la-tide.lo -MD -MP -MF $(DEPDIR)/libtide3D_la-tide.Tpo -c -o libtide3D_la-tide.lo `test -f 'tide.c' || echo '$(srcdir)/'`tide.c
gerris-20131206+dfsg/modules/Makefile.in-1246-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libtide3D_la-tide.Tpo $(DEPDIR)/libtide3D_la-tide.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1248-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1249:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtide3D_la_CFLAGS) $(CFLAGS) -c -o libtide3D_la-tide.lo `test -f 'tide.c' || echo '$(srcdir)/'`tide.c
gerris-20131206+dfsg/modules/Makefile.in-1250-
gerris-20131206+dfsg/modules/Makefile.in-1251-libtopics2D_la-topics.lo: topics.c
gerris-20131206+dfsg/modules/Makefile.in:1252:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtopics2D_la_CFLAGS) $(CFLAGS) -MT libtopics2D_la-topics.lo -MD -MP -MF $(DEPDIR)/libtopics2D_la-topics.Tpo -c -o libtopics2D_la-topics.lo `test -f 'topics.c' || echo '$(srcdir)/'`topics.c
gerris-20131206+dfsg/modules/Makefile.in-1253-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libtopics2D_la-topics.Tpo $(DEPDIR)/libtopics2D_la-topics.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1255-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1256:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtopics2D_la_CFLAGS) $(CFLAGS) -c -o libtopics2D_la-topics.lo `test -f 'topics.c' || echo '$(srcdir)/'`topics.c
gerris-20131206+dfsg/modules/Makefile.in-1257-
gerris-20131206+dfsg/modules/Makefile.in-1258-libtopics3D_la-topics.lo: topics.c
gerris-20131206+dfsg/modules/Makefile.in:1259:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtopics3D_la_CFLAGS) $(CFLAGS) -MT libtopics3D_la-topics.lo -MD -MP -MF $(DEPDIR)/libtopics3D_la-topics.Tpo -c -o libtopics3D_la-topics.lo `test -f 'topics.c' || echo '$(srcdir)/'`topics.c
gerris-20131206+dfsg/modules/Makefile.in-1260-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libtopics3D_la-topics.Tpo $(DEPDIR)/libtopics3D_la-topics.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1262-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1263:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtopics3D_la_CFLAGS) $(CFLAGS) -c -o libtopics3D_la-topics.lo `test -f 'topics.c' || echo '$(srcdir)/'`topics.c
gerris-20131206+dfsg/modules/Makefile.in-1264-
gerris-20131206+dfsg/modules/Makefile.in-1265-libwavewatch2D_la-wavewatch.lo: wavewatch.c
gerris-20131206+dfsg/modules/Makefile.in:1266:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwavewatch2D_la_CFLAGS) $(CFLAGS) -MT libwavewatch2D_la-wavewatch.lo -MD -MP -MF $(DEPDIR)/libwavewatch2D_la-wavewatch.Tpo -c -o libwavewatch2D_la-wavewatch.lo `test -f 'wavewatch.c' || echo '$(srcdir)/'`wavewatch.c
gerris-20131206+dfsg/modules/Makefile.in-1267-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwavewatch2D_la-wavewatch.Tpo $(DEPDIR)/libwavewatch2D_la-wavewatch.Plo
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1269-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1270:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwavewatch2D_la_CFLAGS) $(CFLAGS) -c -o libwavewatch2D_la-wavewatch.lo `test -f 'wavewatch.c' || echo '$(srcdir)/'`wavewatch.c
gerris-20131206+dfsg/modules/Makefile.in-1271-
gerris-20131206+dfsg/modules/Makefile.in-1272-rsurface2kdt-rsurface2kdt.o: rsurface2kdt.c
gerris-20131206+dfsg/modules/Makefile.in:1273:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurface2kdt_CFLAGS) $(CFLAGS) -MT rsurface2kdt-rsurface2kdt.o -MD -MP -MF $(DEPDIR)/rsurface2kdt-rsurface2kdt.Tpo -c -o rsurface2kdt-rsurface2kdt.o `test -f 'rsurface2kdt.c' || echo '$(srcdir)/'`rsurface2kdt.c
gerris-20131206+dfsg/modules/Makefile.in-1274-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rsurface2kdt-rsurface2kdt.Tpo $(DEPDIR)/rsurface2kdt-rsurface2kdt.Po
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1276-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1277:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurface2kdt_CFLAGS) $(CFLAGS) -c -o rsurface2kdt-rsurface2kdt.o `test -f 'rsurface2kdt.c' || echo '$(srcdir)/'`rsurface2kdt.c
gerris-20131206+dfsg/modules/Makefile.in-1278-
gerris-20131206+dfsg/modules/Makefile.in-1279-rsurface2kdt-rsurface2kdt.obj: rsurface2kdt.c
gerris-20131206+dfsg/modules/Makefile.in:1280:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurface2kdt_CFLAGS) $(CFLAGS) -MT rsurface2kdt-rsurface2kdt.obj -MD -MP -MF $(DEPDIR)/rsurface2kdt-rsurface2kdt.Tpo -c -o rsurface2kdt-rsurface2kdt.obj `if test -f 'rsurface2kdt.c'; then $(CYGPATH_W) 'rsurface2kdt.c'; else $(CYGPATH_W) '$(srcdir)/rsurface2kdt.c'; fi`
gerris-20131206+dfsg/modules/Makefile.in-1281-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rsurface2kdt-rsurface2kdt.Tpo $(DEPDIR)/rsurface2kdt-rsurface2kdt.Po
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1283-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1284:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurface2kdt_CFLAGS) $(CFLAGS) -c -o rsurface2kdt-rsurface2kdt.obj `if test -f 'rsurface2kdt.c'; then $(CYGPATH_W) 'rsurface2kdt.c'; else $(CYGPATH_W) '$(srcdir)/rsurface2kdt.c'; fi`
gerris-20131206+dfsg/modules/Makefile.in-1285-
gerris-20131206+dfsg/modules/Makefile.in-1286-rsurface2kdt-rsurface.o: rsurface.c
gerris-20131206+dfsg/modules/Makefile.in:1287:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurface2kdt_CFLAGS) $(CFLAGS) -MT rsurface2kdt-rsurface.o -MD -MP -MF $(DEPDIR)/rsurface2kdt-rsurface.Tpo -c -o rsurface2kdt-rsurface.o `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
gerris-20131206+dfsg/modules/Makefile.in-1288-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rsurface2kdt-rsurface.Tpo $(DEPDIR)/rsurface2kdt-rsurface.Po
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1290-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1291:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurface2kdt_CFLAGS) $(CFLAGS) -c -o rsurface2kdt-rsurface.o `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
gerris-20131206+dfsg/modules/Makefile.in-1292-
gerris-20131206+dfsg/modules/Makefile.in-1293-rsurface2kdt-rsurface.obj: rsurface.c
gerris-20131206+dfsg/modules/Makefile.in:1294:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurface2kdt_CFLAGS) $(CFLAGS) -MT rsurface2kdt-rsurface.obj -MD -MP -MF $(DEPDIR)/rsurface2kdt-rsurface.Tpo -c -o rsurface2kdt-rsurface.obj `if test -f 'rsurface.c'; then $(CYGPATH_W) 'rsurface.c'; else $(CYGPATH_W) '$(srcdir)/rsurface.c'; fi`
gerris-20131206+dfsg/modules/Makefile.in-1295-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rsurface2kdt-rsurface.Tpo $(DEPDIR)/rsurface2kdt-rsurface.Po
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1297-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/Makefile.in:1298:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurface2kdt_CFLAGS) $(CFLAGS) -c -o rsurface2kdt-rsurface.obj `if test -f 'rsurface.c'; then $(CYGPATH_W) 'rsurface.c'; else $(CYGPATH_W) '$(srcdir)/rsurface.c'; fi`
gerris-20131206+dfsg/modules/Makefile.in-1299-
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1303-.f.obj:
gerris-20131206+dfsg/modules/Makefile.in:1304:	$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/Makefile.in-1305-
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1312-.f90.obj:
gerris-20131206+dfsg/modules/Makefile.in:1313:	$(FCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/Makefile.in-1314-
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1338-	dot_seen=no; \
gerris-20131206+dfsg/modules/Makefile.in:1339:	target=`echo $@ | sed s/-recursive//`; \
gerris-20131206+dfsg/modules/Makefile.in-1340-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1373-	rev="$$rev ."; \
gerris-20131206+dfsg/modules/Makefile.in:1374:	target=`echo $@ | sed s/-recursive//`; \
gerris-20131206+dfsg/modules/Makefile.in-1375-	for subdir in $$rev; do \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1451-GTAGS:
gerris-20131206+dfsg/modules/Makefile.in:1452:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/modules/Makefile.in-1453-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1459-distdir: $(DISTFILES)
gerris-20131206+dfsg/modules/Makefile.in:1460:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/Makefile.in:1461:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/Makefile.in-1462-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/modules/Makefile.in-1473-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/modules/Makefile.in:1474:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/modules/Makefile.in-1475-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-306-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:307:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-308-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-336-.c.obj:
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:337:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-338-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-340-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:341:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-342-
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-350-libcSmRST_la-RStarTree.lo: RStarTree.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:351:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -MT libcSmRST_la-RStarTree.lo -MD -MP -MF $(DEPDIR)/libcSmRST_la-RStarTree.Tpo -c -o libcSmRST_la-RStarTree.lo `test -f 'RStarTree.c' || echo '$(srcdir)/'`RStarTree.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-352-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libcSmRST_la-RStarTree.Tpo $(DEPDIR)/libcSmRST_la-RStarTree.Plo
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-354-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:355:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -c -o libcSmRST_la-RStarTree.lo `test -f 'RStarTree.c' || echo '$(srcdir)/'`RStarTree.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-356-
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-357-libcSmRST_la-RSTInstDel.lo: RSTInstDel.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:358:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -MT libcSmRST_la-RSTInstDel.lo -MD -MP -MF $(DEPDIR)/libcSmRST_la-RSTInstDel.Tpo -c -o libcSmRST_la-RSTInstDel.lo `test -f 'RSTInstDel.c' || echo '$(srcdir)/'`RSTInstDel.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-359-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libcSmRST_la-RSTInstDel.Tpo $(DEPDIR)/libcSmRST_la-RSTInstDel.Plo
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-361-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:362:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -c -o libcSmRST_la-RSTInstDel.lo `test -f 'RSTInstDel.c' || echo '$(srcdir)/'`RSTInstDel.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-363-
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-364-libcSmRST_la-RSTJoin.lo: RSTJoin.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:365:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -MT libcSmRST_la-RSTJoin.lo -MD -MP -MF $(DEPDIR)/libcSmRST_la-RSTJoin.Tpo -c -o libcSmRST_la-RSTJoin.lo `test -f 'RSTJoin.c' || echo '$(srcdir)/'`RSTJoin.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-366-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libcSmRST_la-RSTJoin.Tpo $(DEPDIR)/libcSmRST_la-RSTJoin.Plo
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-368-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:369:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -c -o libcSmRST_la-RSTJoin.lo `test -f 'RSTJoin.c' || echo '$(srcdir)/'`RSTJoin.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-370-
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-371-libcSmRST_la-RSTUtil.lo: RSTUtil.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:372:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -MT libcSmRST_la-RSTUtil.lo -MD -MP -MF $(DEPDIR)/libcSmRST_la-RSTUtil.Tpo -c -o libcSmRST_la-RSTUtil.lo `test -f 'RSTUtil.c' || echo '$(srcdir)/'`RSTUtil.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-373-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libcSmRST_la-RSTUtil.Tpo $(DEPDIR)/libcSmRST_la-RSTUtil.Plo
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-375-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:376:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -c -o libcSmRST_la-RSTUtil.lo `test -f 'RSTUtil.c' || echo '$(srcdir)/'`RSTUtil.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-377-
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-378-libcSmRST_la-RSTInOut.lo: RSTInOut.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:379:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -MT libcSmRST_la-RSTInOut.lo -MD -MP -MF $(DEPDIR)/libcSmRST_la-RSTInOut.Tpo -c -o libcSmRST_la-RSTInOut.lo `test -f 'RSTInOut.c' || echo '$(srcdir)/'`RSTInOut.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-380-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libcSmRST_la-RSTInOut.Tpo $(DEPDIR)/libcSmRST_la-RSTInOut.Plo
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-382-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:383:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -c -o libcSmRST_la-RSTInOut.lo `test -f 'RSTInOut.c' || echo '$(srcdir)/'`RSTInOut.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-384-
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-385-libcSmRST_la-RSTInterUtil.lo: RSTInterUtil.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:386:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -MT libcSmRST_la-RSTInterUtil.lo -MD -MP -MF $(DEPDIR)/libcSmRST_la-RSTInterUtil.Tpo -c -o libcSmRST_la-RSTInterUtil.lo `test -f 'RSTInterUtil.c' || echo '$(srcdir)/'`RSTInterUtil.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-387-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libcSmRST_la-RSTInterUtil.Tpo $(DEPDIR)/libcSmRST_la-RSTInterUtil.Plo
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-389-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:390:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -c -o libcSmRST_la-RSTInterUtil.lo `test -f 'RSTInterUtil.c' || echo '$(srcdir)/'`RSTInterUtil.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-391-
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-392-libcSmRST_la-RSTQuery.lo: RSTQuery.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:393:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -MT libcSmRST_la-RSTQuery.lo -MD -MP -MF $(DEPDIR)/libcSmRST_la-RSTQuery.Tpo -c -o libcSmRST_la-RSTQuery.lo `test -f 'RSTQuery.c' || echo '$(srcdir)/'`RSTQuery.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-394-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libcSmRST_la-RSTQuery.Tpo $(DEPDIR)/libcSmRST_la-RSTQuery.Plo
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-396-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:397:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcSmRST_la_CFLAGS) $(CFLAGS) -c -o libcSmRST_la-RSTQuery.lo `test -f 'RSTQuery.c' || echo '$(srcdir)/'`RSTQuery.c
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-398-
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-449-GTAGS:
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:450:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-451-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-457-distdir: $(DISTFILES)
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-471-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/modules/RStarTree/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/modules/RStarTree/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/modules/Makefile.am-109-libwavewatch2D_la_CFLAGS = $(AM_CFLAGS) -DFTT_2D=1 \
gerris-20131206+dfsg/modules/Makefile.am:110:  -DW3SRCE=`nm wavewatch/libwavewatch.a | grep w3srce | awk '{ if ($$2 == "T") print $$3; }'` \
gerris-20131206+dfsg/modules/Makefile.am:111:  -DGFSW3INIT=`nm wavewatch/libwavewatch.a | grep gfsw3_init | awk '{ if ($$2 == "T") print $$3; }'`
gerris-20131206+dfsg/modules/Makefile.am-112-libwavewatch2D_la_DEPENDENCIES = wavewatch/libwavewatch.a
##############################################
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-308-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/modules/wavewatch/Makefile.in:309:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-310-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-331-.c.obj:
gerris-20131206+dfsg/modules/wavewatch/Makefile.in:332:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-333-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-335-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/wavewatch/Makefile.in:336:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-337-
##############################################
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-395-GTAGS:
gerris-20131206+dfsg/modules/wavewatch/Makefile.in:396:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-397-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-403-distdir: $(DISTFILES)
gerris-20131206+dfsg/modules/wavewatch/Makefile.in:404:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/wavewatch/Makefile.in:405:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-406-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-417-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/modules/wavewatch/Makefile.in:418:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-419-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-557-	rm -f libwavewatch.a
gerris-20131206+dfsg/modules/wavewatch/Makefile.in:558:	$(AR) cru libwavewatch.a `grep WWATCH3_DIR $(HOME)/.wwatch3.env | awk '{print $$2 "/obj/w3*.o"}'` w3initmd.o
gerris-20131206+dfsg/modules/wavewatch/Makefile.in-559-	$(RANLIB) libwavewatch.a
##############################################
gerris-20131206+dfsg/modules/wavewatch/Makefile.am-25-	rm -f libwavewatch.a
gerris-20131206+dfsg/modules/wavewatch/Makefile.am:26:	$(AR) cru libwavewatch.a `grep WWATCH3_DIR $(HOME)/.wwatch3.env | awk '{print $$2 "/obj/w3*.o"}'` w3initmd.o
gerris-20131206+dfsg/modules/wavewatch/Makefile.am-27-	$(RANLIB) libwavewatch.a
##############################################
gerris-20131206+dfsg/modules/wavewatch/gfsad3-10-if test -r $HOME/.wwatch3.env; then
gerris-20131206+dfsg/modules/wavewatch/gfsad3:11:    main_dir=`awk '{if ($1 == "WWATCH3_DIR") print $2;}' < $HOME/.wwatch3.env`
gerris-20131206+dfsg/modules/wavewatch/gfsad3:12:    tmp_dir=`awk '{if ($1 == "WWATCH3_TMP") print $2;}' < $HOME/.wwatch3.env`
gerris-20131206+dfsg/modules/wavewatch/gfsad3-13-else
##############################################
gerris-20131206+dfsg/modules/wavewatch/gfsad3-29-PATH=$PATH:$main_dir/bin
gerris-20131206+dfsg/modules/wavewatch/gfsad3:30:basename=`basename $1 .ftn`
gerris-20131206+dfsg/modules/wavewatch/gfsad3-31-ad3 $basename
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-303-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gerris-20131206+dfsg/modules/fes2004/Makefile.in:304:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gerris-20131206+dfsg/modules/fes2004/Makefile.in-305-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-333-.c.obj:
gerris-20131206+dfsg/modules/fes2004/Makefile.in:334:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/fes2004/Makefile.in-335-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-337-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/fes2004/Makefile.in:338:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/fes2004/Makefile.in-339-
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-347-libfes_la-fes2004_alloc.lo: fes2004_alloc.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in:348:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -MT libfes_la-fes2004_alloc.lo -MD -MP -MF $(DEPDIR)/libfes_la-fes2004_alloc.Tpo -c -o libfes_la-fes2004_alloc.lo `test -f 'fes2004_alloc.c' || echo '$(srcdir)/'`fes2004_alloc.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-349-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libfes_la-fes2004_alloc.Tpo $(DEPDIR)/libfes_la-fes2004_alloc.Plo
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-351-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/fes2004/Makefile.in:352:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -c -o libfes_la-fes2004_alloc.lo `test -f 'fes2004_alloc.c' || echo '$(srcdir)/'`fes2004_alloc.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-353-
gerris-20131206+dfsg/modules/fes2004/Makefile.in-354-libfes_la-fes2004_error.lo: fes2004_error.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in:355:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -MT libfes_la-fes2004_error.lo -MD -MP -MF $(DEPDIR)/libfes_la-fes2004_error.Tpo -c -o libfes_la-fes2004_error.lo `test -f 'fes2004_error.c' || echo '$(srcdir)/'`fes2004_error.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-356-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libfes_la-fes2004_error.Tpo $(DEPDIR)/libfes_la-fes2004_error.Plo
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-358-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/fes2004/Makefile.in:359:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -c -o libfes_la-fes2004_error.lo `test -f 'fes2004_error.c' || echo '$(srcdir)/'`fes2004_error.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-360-
gerris-20131206+dfsg/modules/fes2004/Makefile.in-361-libfes_la-fes2004_extraction.lo: fes2004_extraction.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in:362:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -MT libfes_la-fes2004_extraction.lo -MD -MP -MF $(DEPDIR)/libfes_la-fes2004_extraction.Tpo -c -o libfes_la-fes2004_extraction.lo `test -f 'fes2004_extraction.c' || echo '$(srcdir)/'`fes2004_extraction.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-363-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libfes_la-fes2004_extraction.Tpo $(DEPDIR)/libfes_la-fes2004_extraction.Plo
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-365-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/fes2004/Makefile.in:366:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -c -o libfes_la-fes2004_extraction.lo `test -f 'fes2004_extraction.c' || echo '$(srcdir)/'`fes2004_extraction.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-367-
gerris-20131206+dfsg/modules/fes2004/Makefile.in-368-libfes_la-fes2004_init.lo: fes2004_init.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in:369:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -MT libfes_la-fes2004_init.lo -MD -MP -MF $(DEPDIR)/libfes_la-fes2004_init.Tpo -c -o libfes_la-fes2004_init.lo `test -f 'fes2004_init.c' || echo '$(srcdir)/'`fes2004_init.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-370-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libfes_la-fes2004_init.Tpo $(DEPDIR)/libfes_la-fes2004_init.Plo
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-372-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/fes2004/Makefile.in:373:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -c -o libfes_la-fes2004_init.lo `test -f 'fes2004_init.c' || echo '$(srcdir)/'`fes2004_init.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-374-
gerris-20131206+dfsg/modules/fes2004/Makefile.in-375-libfes_la-fes2004_io.lo: fes2004_io.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in:376:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -MT libfes_la-fes2004_io.lo -MD -MP -MF $(DEPDIR)/libfes_la-fes2004_io.Tpo -c -o libfes_la-fes2004_io.lo `test -f 'fes2004_io.c' || echo '$(srcdir)/'`fes2004_io.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-377-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libfes_la-fes2004_io.Tpo $(DEPDIR)/libfes_la-fes2004_io.Plo
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-379-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/fes2004/Makefile.in:380:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -c -o libfes_la-fes2004_io.lo `test -f 'fes2004_io.c' || echo '$(srcdir)/'`fes2004_io.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-381-
gerris-20131206+dfsg/modules/fes2004/Makefile.in-382-libfes_la-fes2004_prediction.lo: fes2004_prediction.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in:383:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -MT libfes_la-fes2004_prediction.lo -MD -MP -MF $(DEPDIR)/libfes_la-fes2004_prediction.Tpo -c -o libfes_la-fes2004_prediction.lo `test -f 'fes2004_prediction.c' || echo '$(srcdir)/'`fes2004_prediction.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-384-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libfes_la-fes2004_prediction.Tpo $(DEPDIR)/libfes_la-fes2004_prediction.Plo
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-386-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/fes2004/Makefile.in:387:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -c -o libfes_la-fes2004_prediction.lo `test -f 'fes2004_prediction.c' || echo '$(srcdir)/'`fes2004_prediction.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-388-
gerris-20131206+dfsg/modules/fes2004/Makefile.in-389-libfes_la-fes2004_kernel.lo: fes2004_kernel.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in:390:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -MT libfes_la-fes2004_kernel.lo -MD -MP -MF $(DEPDIR)/libfes_la-fes2004_kernel.Tpo -c -o libfes_la-fes2004_kernel.lo `test -f 'fes2004_kernel.c' || echo '$(srcdir)/'`fes2004_kernel.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-391-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libfes_la-fes2004_kernel.Tpo $(DEPDIR)/libfes_la-fes2004_kernel.Plo
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-393-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/fes2004/Makefile.in:394:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfes_la_CFLAGS) $(CFLAGS) -c -o libfes_la-fes2004_kernel.lo `test -f 'fes2004_kernel.c' || echo '$(srcdir)/'`fes2004_kernel.c
gerris-20131206+dfsg/modules/fes2004/Makefile.in-395-
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-446-GTAGS:
gerris-20131206+dfsg/modules/fes2004/Makefile.in:447:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/modules/fes2004/Makefile.in-448-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-454-distdir: $(DISTFILES)
gerris-20131206+dfsg/modules/fes2004/Makefile.in:455:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/fes2004/Makefile.in:456:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/fes2004/Makefile.in-457-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/modules/fes2004/Makefile.in-468-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/modules/fes2004/Makefile.in:469:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/modules/fes2004/Makefile.in-470-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-323-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
gerris-20131206+dfsg/modules/kdt/Makefile.in:324:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
gerris-20131206+dfsg/modules/kdt/Makefile.in-325-	  test "$$dir" != "$$p" || dir=.; \
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-373-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/modules/kdt/Makefile.in:374:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/modules/kdt/Makefile.in-375-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-405-.c.obj:
gerris-20131206+dfsg/modules/kdt/Makefile.in:406:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/kdt/Makefile.in-407-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-409-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/kdt/Makefile.in:410:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/modules/kdt/Makefile.in-411-
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-419-libkdt_la-kdt.lo: kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in:420:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkdt_la_CFLAGS) $(CFLAGS) -MT libkdt_la-kdt.lo -MD -MP -MF $(DEPDIR)/libkdt_la-kdt.Tpo -c -o libkdt_la-kdt.lo `test -f 'kdt.c' || echo '$(srcdir)/'`kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in-421-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libkdt_la-kdt.Tpo $(DEPDIR)/libkdt_la-kdt.Plo
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-423-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/kdt/Makefile.in:424:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkdt_la_CFLAGS) $(CFLAGS) -c -o libkdt_la-kdt.lo `test -f 'kdt.c' || echo '$(srcdir)/'`kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in-425-
gerris-20131206+dfsg/modules/kdt/Makefile.in-426-kdt2kdt-kdt2kdt.o: kdt2kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in:427:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kdt2kdt_CFLAGS) $(CFLAGS) -MT kdt2kdt-kdt2kdt.o -MD -MP -MF $(DEPDIR)/kdt2kdt-kdt2kdt.Tpo -c -o kdt2kdt-kdt2kdt.o `test -f 'kdt2kdt.c' || echo '$(srcdir)/'`kdt2kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in-428-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/kdt2kdt-kdt2kdt.Tpo $(DEPDIR)/kdt2kdt-kdt2kdt.Po
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/kdt/Makefile.in:431:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kdt2kdt_CFLAGS) $(CFLAGS) -c -o kdt2kdt-kdt2kdt.o `test -f 'kdt2kdt.c' || echo '$(srcdir)/'`kdt2kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in-432-
gerris-20131206+dfsg/modules/kdt/Makefile.in-433-kdt2kdt-kdt2kdt.obj: kdt2kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in:434:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kdt2kdt_CFLAGS) $(CFLAGS) -MT kdt2kdt-kdt2kdt.obj -MD -MP -MF $(DEPDIR)/kdt2kdt-kdt2kdt.Tpo -c -o kdt2kdt-kdt2kdt.obj `if test -f 'kdt2kdt.c'; then $(CYGPATH_W) 'kdt2kdt.c'; else $(CYGPATH_W) '$(srcdir)/kdt2kdt.c'; fi`
gerris-20131206+dfsg/modules/kdt/Makefile.in-435-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/kdt2kdt-kdt2kdt.Tpo $(DEPDIR)/kdt2kdt-kdt2kdt.Po
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/kdt/Makefile.in:438:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kdt2kdt_CFLAGS) $(CFLAGS) -c -o kdt2kdt-kdt2kdt.obj `if test -f 'kdt2kdt.c'; then $(CYGPATH_W) 'kdt2kdt.c'; else $(CYGPATH_W) '$(srcdir)/kdt2kdt.c'; fi`
gerris-20131206+dfsg/modules/kdt/Makefile.in-439-
gerris-20131206+dfsg/modules/kdt/Makefile.in-440-kdtquery-kdtquery.o: kdtquery.c
gerris-20131206+dfsg/modules/kdt/Makefile.in:441:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kdtquery_CFLAGS) $(CFLAGS) -MT kdtquery-kdtquery.o -MD -MP -MF $(DEPDIR)/kdtquery-kdtquery.Tpo -c -o kdtquery-kdtquery.o `test -f 'kdtquery.c' || echo '$(srcdir)/'`kdtquery.c
gerris-20131206+dfsg/modules/kdt/Makefile.in-442-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/kdtquery-kdtquery.Tpo $(DEPDIR)/kdtquery-kdtquery.Po
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/kdt/Makefile.in:445:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kdtquery_CFLAGS) $(CFLAGS) -c -o kdtquery-kdtquery.o `test -f 'kdtquery.c' || echo '$(srcdir)/'`kdtquery.c
gerris-20131206+dfsg/modules/kdt/Makefile.in-446-
gerris-20131206+dfsg/modules/kdt/Makefile.in-447-kdtquery-kdtquery.obj: kdtquery.c
gerris-20131206+dfsg/modules/kdt/Makefile.in:448:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kdtquery_CFLAGS) $(CFLAGS) -MT kdtquery-kdtquery.obj -MD -MP -MF $(DEPDIR)/kdtquery-kdtquery.Tpo -c -o kdtquery-kdtquery.obj `if test -f 'kdtquery.c'; then $(CYGPATH_W) 'kdtquery.c'; else $(CYGPATH_W) '$(srcdir)/kdtquery.c'; fi`
gerris-20131206+dfsg/modules/kdt/Makefile.in-449-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/kdtquery-kdtquery.Tpo $(DEPDIR)/kdtquery-kdtquery.Po
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-451-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/kdt/Makefile.in:452:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kdtquery_CFLAGS) $(CFLAGS) -c -o kdtquery-kdtquery.obj `if test -f 'kdtquery.c'; then $(CYGPATH_W) 'kdtquery.c'; else $(CYGPATH_W) '$(srcdir)/kdtquery.c'; fi`
gerris-20131206+dfsg/modules/kdt/Makefile.in-453-
gerris-20131206+dfsg/modules/kdt/Makefile.in-454-xyz2kdt-xyz2kdt.o: xyz2kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in:455:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2kdt_CFLAGS) $(CFLAGS) -MT xyz2kdt-xyz2kdt.o -MD -MP -MF $(DEPDIR)/xyz2kdt-xyz2kdt.Tpo -c -o xyz2kdt-xyz2kdt.o `test -f 'xyz2kdt.c' || echo '$(srcdir)/'`xyz2kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in-456-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/xyz2kdt-xyz2kdt.Tpo $(DEPDIR)/xyz2kdt-xyz2kdt.Po
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-458-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/kdt/Makefile.in:459:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2kdt_CFLAGS) $(CFLAGS) -c -o xyz2kdt-xyz2kdt.o `test -f 'xyz2kdt.c' || echo '$(srcdir)/'`xyz2kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in-460-
gerris-20131206+dfsg/modules/kdt/Makefile.in-461-xyz2kdt-xyz2kdt.obj: xyz2kdt.c
gerris-20131206+dfsg/modules/kdt/Makefile.in:462:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2kdt_CFLAGS) $(CFLAGS) -MT xyz2kdt-xyz2kdt.obj -MD -MP -MF $(DEPDIR)/xyz2kdt-xyz2kdt.Tpo -c -o xyz2kdt-xyz2kdt.obj `if test -f 'xyz2kdt.c'; then $(CYGPATH_W) 'xyz2kdt.c'; else $(CYGPATH_W) '$(srcdir)/xyz2kdt.c'; fi`
gerris-20131206+dfsg/modules/kdt/Makefile.in-463-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/xyz2kdt-xyz2kdt.Tpo $(DEPDIR)/xyz2kdt-xyz2kdt.Po
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-465-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/modules/kdt/Makefile.in:466:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2kdt_CFLAGS) $(CFLAGS) -c -o xyz2kdt-xyz2kdt.obj `if test -f 'xyz2kdt.c'; then $(CYGPATH_W) 'xyz2kdt.c'; else $(CYGPATH_W) '$(srcdir)/xyz2kdt.c'; fi`
gerris-20131206+dfsg/modules/kdt/Makefile.in-467-
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-518-GTAGS:
gerris-20131206+dfsg/modules/kdt/Makefile.in:519:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/modules/kdt/Makefile.in-520-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-526-distdir: $(DISTFILES)
gerris-20131206+dfsg/modules/kdt/Makefile.in:527:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/kdt/Makefile.in:528:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/modules/kdt/Makefile.in-529-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/modules/kdt/Makefile.in-540-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/modules/kdt/Makefile.in:541:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/modules/kdt/Makefile.in-542-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/config.sub-57-
gerris-20131206+dfsg/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
gerris-20131206+dfsg/config.sub-59-
##############################################
gerris-20131206+dfsg/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
gerris-20131206+dfsg/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gerris-20131206+dfsg/config.sub-124-case $maybe_os in
##############################################
gerris-20131206+dfsg/config.sub-130-    os=-$maybe_os
gerris-20131206+dfsg/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gerris-20131206+dfsg/config.sub-132-    ;;
##############################################
gerris-20131206+dfsg/config.sub-134-    os=-linux-android
gerris-20131206+dfsg/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gerris-20131206+dfsg/config.sub-136-    ;;
gerris-20131206+dfsg/config.sub-137-  *)
gerris-20131206+dfsg/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gerris-20131206+dfsg/config.sub-139-    if [ $basic_machine != $1 ]
gerris-20131206+dfsg/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
gerris-20131206+dfsg/config.sub-141-    else os=; fi
##############################################
gerris-20131206+dfsg/config.sub-188-		os=-sco5v6
gerris-20131206+dfsg/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gerris-20131206+dfsg/config.sub-190-		;;
##############################################
gerris-20131206+dfsg/config.sub-192-		os=-sco3.2v5
gerris-20131206+dfsg/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gerris-20131206+dfsg/config.sub-194-		;;
##############################################
gerris-20131206+dfsg/config.sub-196-		os=-sco3.2v4
gerris-20131206+dfsg/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gerris-20131206+dfsg/config.sub-198-		;;
gerris-20131206+dfsg/config.sub-199-	-sco3.2.[4-9]*)
gerris-20131206+dfsg/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gerris-20131206+dfsg/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gerris-20131206+dfsg/config.sub-202-		;;
##############################################
gerris-20131206+dfsg/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
gerris-20131206+dfsg/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gerris-20131206+dfsg/config.sub-206-		;;
##############################################
gerris-20131206+dfsg/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
gerris-20131206+dfsg/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gerris-20131206+dfsg/config.sub-210-		;;
##############################################
gerris-20131206+dfsg/config.sub-212-		os=-sco3.2v2
gerris-20131206+dfsg/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gerris-20131206+dfsg/config.sub-214-		;;
gerris-20131206+dfsg/config.sub-215-	-udk*)
gerris-20131206+dfsg/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gerris-20131206+dfsg/config.sub-217-		;;
##############################################
gerris-20131206+dfsg/config.sub-219-		os=-isc2.2
gerris-20131206+dfsg/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gerris-20131206+dfsg/config.sub-221-		;;
##############################################
gerris-20131206+dfsg/config.sub-225-	-isc*)
gerris-20131206+dfsg/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gerris-20131206+dfsg/config.sub-227-		;;
##############################################
gerris-20131206+dfsg/config.sub-237-	-ptx*)
gerris-20131206+dfsg/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gerris-20131206+dfsg/config.sub-239-		;;
gerris-20131206+dfsg/config.sub-240-	-windowsnt*)
gerris-20131206+dfsg/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gerris-20131206+dfsg/config.sub-242-		;;
##############################################
gerris-20131206+dfsg/config.sub-363-	*-*-*)
gerris-20131206+dfsg/config.sub:364:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gerris-20131206+dfsg/config.sub-365-		exit 1
##############################################
gerris-20131206+dfsg/config.sub-481-	amd64-*)
gerris-20131206+dfsg/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-483-		;;
##############################################
gerris-20131206+dfsg/config.sub-523-	blackfin-*)
gerris-20131206+dfsg/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-525-		os=-linux
##############################################
gerris-20131206+dfsg/config.sub-531-	c54x-*)
gerris-20131206+dfsg/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-533-		;;
gerris-20131206+dfsg/config.sub-534-	c55x-*)
gerris-20131206+dfsg/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-536-		;;
gerris-20131206+dfsg/config.sub-537-	c6x-*)
gerris-20131206+dfsg/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-539-		;;
##############################################
gerris-20131206+dfsg/config.sub-734-	i*86v32)
gerris-20131206+dfsg/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gerris-20131206+dfsg/config.sub-736-		os=-sysv32
##############################################
gerris-20131206+dfsg/config.sub-738-	i*86v4*)
gerris-20131206+dfsg/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gerris-20131206+dfsg/config.sub-740-		os=-sysv4
##############################################
gerris-20131206+dfsg/config.sub-742-	i*86v)
gerris-20131206+dfsg/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gerris-20131206+dfsg/config.sub-744-		os=-sysv
##############################################
gerris-20131206+dfsg/config.sub-746-	i*86sol2)
gerris-20131206+dfsg/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gerris-20131206+dfsg/config.sub-748-		os=-solaris2
##############################################
gerris-20131206+dfsg/config.sub-776-	m68knommu-*)
gerris-20131206+dfsg/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-778-		os=-linux
##############################################
gerris-20131206+dfsg/config.sub-809-	mips3*-*)
gerris-20131206+dfsg/config.sub:810:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gerris-20131206+dfsg/config.sub-811-		;;
gerris-20131206+dfsg/config.sub-812-	mips3*)
gerris-20131206+dfsg/config.sub:813:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gerris-20131206+dfsg/config.sub-814-		;;
##############################################
gerris-20131206+dfsg/config.sub-827-	ms1-*)
gerris-20131206+dfsg/config.sub:828:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gerris-20131206+dfsg/config.sub-829-		;;
##############################################
gerris-20131206+dfsg/config.sub-946-	parisc-*)
gerris-20131206+dfsg/config.sub:947:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-948-		os=-linux
##############################################
gerris-20131206+dfsg/config.sub-962-	pc98-*)
gerris-20131206+dfsg/config.sub:963:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-964-		;;
##############################################
gerris-20131206+dfsg/config.sub-977-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gerris-20131206+dfsg/config.sub:978:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-979-		;;
gerris-20131206+dfsg/config.sub-980-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gerris-20131206+dfsg/config.sub:981:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-982-		;;
gerris-20131206+dfsg/config.sub-983-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gerris-20131206+dfsg/config.sub:984:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-985-		;;
gerris-20131206+dfsg/config.sub-986-	pentium4-*)
gerris-20131206+dfsg/config.sub:987:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-988-		;;
##############################################
gerris-20131206+dfsg/config.sub-996-	ppc-* | ppcbe-*)
gerris-20131206+dfsg/config.sub:997:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-998-		;;
##############################################
gerris-20131206+dfsg/config.sub-1002-	ppcle-* | powerpclittle-*)
gerris-20131206+dfsg/config.sub:1003:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-1004-		;;
##############################################
gerris-20131206+dfsg/config.sub-1006-		;;
gerris-20131206+dfsg/config.sub:1007:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-1008-		;;
##############################################
gerris-20131206+dfsg/config.sub-1012-	ppc64le-* | powerpc64little-*)
gerris-20131206+dfsg/config.sub:1013:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-1014-		;;
##############################################
gerris-20131206+dfsg/config.sub-1091-	strongarm-* | thumb-*)
gerris-20131206+dfsg/config.sub:1092:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gerris-20131206+dfsg/config.sub-1093-		;;
##############################################
gerris-20131206+dfsg/config.sub-1221-	xscale-* | xscalee[bl]-*)
gerris-20131206+dfsg/config.sub:1222:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gerris-20131206+dfsg/config.sub-1223-		;;
##############################################
gerris-20131206+dfsg/config.sub-1298-	*)
gerris-20131206+dfsg/config.sub:1299:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gerris-20131206+dfsg/config.sub-1300-		exit 1
##############################################
gerris-20131206+dfsg/config.sub-1306-	*-digital*)
gerris-20131206+dfsg/config.sub:1307:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gerris-20131206+dfsg/config.sub-1308-		;;
gerris-20131206+dfsg/config.sub-1309-	*-commodore*)
gerris-20131206+dfsg/config.sub:1310:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gerris-20131206+dfsg/config.sub-1311-		;;
##############################################
gerris-20131206+dfsg/config.sub-1327-	-solaris1 | -solaris1.*)
gerris-20131206+dfsg/config.sub:1328:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gerris-20131206+dfsg/config.sub-1329-		;;
##############################################
gerris-20131206+dfsg/config.sub-1339-	-gnu/linux*)
gerris-20131206+dfsg/config.sub:1340:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gerris-20131206+dfsg/config.sub-1341-		;;
##############################################
gerris-20131206+dfsg/config.sub-1385-	-nto*)
gerris-20131206+dfsg/config.sub:1386:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gerris-20131206+dfsg/config.sub-1387-		;;
##############################################
gerris-20131206+dfsg/config.sub-1392-	-mac*)
gerris-20131206+dfsg/config.sub:1393:		os=`echo $os | sed -e 's|mac|macos|'`
gerris-20131206+dfsg/config.sub-1394-		;;
##############################################
gerris-20131206+dfsg/config.sub-1398-	-linux*)
gerris-20131206+dfsg/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gerris-20131206+dfsg/config.sub-1400-		;;
gerris-20131206+dfsg/config.sub-1401-	-sunos5*)
gerris-20131206+dfsg/config.sub:1402:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gerris-20131206+dfsg/config.sub-1403-		;;
gerris-20131206+dfsg/config.sub-1404-	-sunos6*)
gerris-20131206+dfsg/config.sub:1405:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gerris-20131206+dfsg/config.sub-1406-		;;
##############################################
gerris-20131206+dfsg/config.sub-1453-	-sinix5.*)
gerris-20131206+dfsg/config.sub:1454:		os=`echo $os | sed -e 's|sinix|sysv|'`
gerris-20131206+dfsg/config.sub-1455-		;;
##############################################
gerris-20131206+dfsg/config.sub-1509-		# Get rid of the `-' at the beginning of $os.
gerris-20131206+dfsg/config.sub:1510:		os=`echo $os | sed 's/[^-]*-//'`
gerris-20131206+dfsg/config.sub:1511:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gerris-20131206+dfsg/config.sub-1512-		exit 1
##############################################
gerris-20131206+dfsg/config.sub-1769-		esac
gerris-20131206+dfsg/config.sub:1770:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gerris-20131206+dfsg/config.sub-1771-		;;
##############################################
gerris-20131206+dfsg/compile-68-	mingw/*)
gerris-20131206+dfsg/compile:69:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gerris-20131206+dfsg/compile-70-	  ;;
gerris-20131206+dfsg/compile-71-	cygwin/*)
gerris-20131206+dfsg/compile:72:	  file=`cygpath -m "$file" || echo "$file"`
gerris-20131206+dfsg/compile-73-	  ;;
gerris-20131206+dfsg/compile-74-	wine/*)
gerris-20131206+dfsg/compile:75:	  file=`winepath -w "$file" || echo "$file"`
gerris-20131206+dfsg/compile-76-	  ;;
##############################################
gerris-20131206+dfsg/compile-305-# Name of file we expect compiler to create.
gerris-20131206+dfsg/compile:306:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gerris-20131206+dfsg/compile-307-
##############################################
gerris-20131206+dfsg/compile-311-# object file name, since that is what matters with a parallel build.
gerris-20131206+dfsg/compile:312:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gerris-20131206+dfsg/compile-313-while true; do
##############################################
gerris-20131206+dfsg/doc/tutorial/Makefile.in-272-distdir: $(DISTFILES)
gerris-20131206+dfsg/doc/tutorial/Makefile.in:273:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/doc/tutorial/Makefile.in:274:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/doc/tutorial/Makefile.in-275-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/doc/tutorial/Makefile.in-286-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/doc/tutorial/Makefile.in:287:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/doc/tutorial/Makefile.in-288-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/doc/tutorial/Makefile.in-425-	rm -r -f tutorial
gerris-20131206+dfsg/doc/tutorial/Makefile.in:426:	sed 's/input{pdf.tex}/usepackage{graphicx}\\newcommand{\\gfx}{eps}/g' < tutorial.tex | sed "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | awk '{ if ($$5 == "version") print $$6}'`/g" | sed 's/\\today/'"`date +\"%B %e, %Y\"`/g" > tutorial1.tex
gerris-20131206+dfsg/doc/tutorial/Makefile.in-427-	hevea -fix tutorial1.tex
##############################################
gerris-20131206+dfsg/doc/tutorial/Makefile.in-437-tutorial1.dvi: tutorial.tex Makefile.deps
gerris-20131206+dfsg/doc/tutorial/Makefile.in:438:	sed "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | awk '{ if ($$5 == "version") print $$6}'`/g" < tutorial.tex | sed 's/\\today/'"`date +\"%B %e, %Y\"`/g" > tutorial1.tex
gerris-20131206+dfsg/doc/tutorial/Makefile.in-439-	latex -interaction=nonstopmode tutorial1.tex > /dev/null 2>&1
##############################################
gerris-20131206+dfsg/doc/tutorial/Makefile.am-16-	rm -r -f tutorial
gerris-20131206+dfsg/doc/tutorial/Makefile.am:17:	sed 's/input{pdf.tex}/usepackage{graphicx}\\newcommand{\\gfx}{eps}/g' < tutorial.tex | sed "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | awk '{ if ($$5 == "version") print $$6}'`/g" | sed 's/\\today/'"`date +\"%B %e, %Y\"`/g" > tutorial1.tex
gerris-20131206+dfsg/doc/tutorial/Makefile.am-18-	hevea -fix tutorial1.tex
##############################################
gerris-20131206+dfsg/doc/tutorial/Makefile.am-29-tutorial1.dvi: tutorial.tex Makefile.deps
gerris-20131206+dfsg/doc/tutorial/Makefile.am:30:	sed "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | awk '{ if ($$5 == "version") print $$6}'`/g" < tutorial.tex | sed 's/\\today/'"`date +\"%B %e, %Y\"`/g" > tutorial1.tex
gerris-20131206+dfsg/doc/tutorial/Makefile.am-31-	latex -interaction=nonstopmode tutorial1.tex > /dev/null 2>&1
##############################################
gerris-20131206+dfsg/doc/examples/garden/garden.sh-65-
gerris-20131206+dfsg/doc/examples/garden/garden.sh:66:cpu_6_24=`awk '{cpu=$8}END{printf ("%.0f", cpu);}' < log-6-24`
gerris-20131206+dfsg/doc/examples/garden/garden.sh:67:cpu_0_24=`awk '{cpu=$8}END{printf ("%.0f", cpu);}' < log-0-24`
gerris-20131206+dfsg/doc/examples/garden/garden.sh:68:cpu_0_60=`awk '{cpu=$8}END{printf ("%.0f", cpu);}' < log-0-60`
gerris-20131206+dfsg/doc/examples/garden/garden.sh:69:cpu_0_120=`awk '{cpu=$8}END{printf ("%.0f", cpu);}' < log-0-120`
gerris-20131206+dfsg/doc/examples/garden/garden.sh-70-
##############################################
gerris-20131206+dfsg/doc/examples/tides/tides.sh-19-# just counts the number of lines in the input file
gerris-20131206+dfsg/doc/examples/tides/tides.sh:20:lines=`wc -l coefficients | awk '{print $1}'`
gerris-20131206+dfsg/doc/examples/tides/tides.sh-21-
##############################################
gerris-20131206+dfsg/doc/examples/dam/dam.gfs-78-	    convert $f -trim +repage -bordercolor white \
gerris-20131206+dfsg/doc/examples/dam/dam.gfs:79:		-border 10 -resize 640x282! `basename $f .png`.gif && rm -f $f
gerris-20131206+dfsg/doc/examples/dam/dam.gfs-80-	done
##############################################
gerris-20131206+dfsg/doc/examples/gfs-highlight.in-29-  case "$1" in
gerris-20131206+dfsg/doc/examples/gfs-highlight.in:30:  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
gerris-20131206+dfsg/doc/examples/gfs-highlight.in-31-  *) optarg= ;;
##############################################
gerris-20131206+dfsg/doc/examples/kaltura.sh-3-
gerris-20131206+dfsg/doc/examples/kaltura.sh:4:f=`echo $1 | sed 's/\.html$//'`
gerris-20131206+dfsg/doc/examples/kaltura.sh-5-if grep -q "</video>" $f.html; then
##############################################
gerris-20131206+dfsg/doc/examples/gfsxref-22-  case "$1" in
gerris-20131206+dfsg/doc/examples/gfsxref:23:  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
gerris-20131206+dfsg/doc/examples/gfsxref-24-  *) optarg= ;;
##############################################
gerris-20131206+dfsg/doc/examples/crossref.sh.in-25-  case "$1" in
gerris-20131206+dfsg/doc/examples/crossref.sh.in:26:  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
gerris-20131206+dfsg/doc/examples/crossref.sh.in-27-  *) optarg= ;;
##############################################
gerris-20131206+dfsg/doc/examples/crossref.sh.in-46-
gerris-20131206+dfsg/doc/examples/crossref.sh.in:47:keywords=`awk '{if ($1 == "gfs_keyword" && substr ($3,1,4) == "\"Gfs") print substr($3,2,length($3)-2); }' < $path/gfs.lang`
gerris-20131206+dfsg/doc/examples/crossref.sh.in-48-
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.am-80-	python3 gfs2tex $(EXAMPLES)
gerris-20131206+dfsg/doc/examples/Makefile.am:81:	sed -e "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | head -1 | cut -d' ' -f6-`/g" \
gerris-20131206+dfsg/doc/examples/Makefile.am-82-	    -e 's/\\test{\(.*\)\/\(.*\)}/\\input{\1\/\2\/\2.tex}/g' \
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-83-	$(LDFLAGS) -o $@
gerris-20131206+dfsg/doc/examples/Makefile.in:84:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/doc/examples/Makefile.in-85-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/doc/examples/Makefile.in:86:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/doc/examples/Makefile.in-87-    *) f=$$p;; \
gerris-20131206+dfsg/doc/examples/Makefile.in-88-  esac;
gerris-20131206+dfsg/doc/examples/Makefile.in:89:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/doc/examples/Makefile.in-90-am__install_max = 40
gerris-20131206+dfsg/doc/examples/Makefile.in-91-am__nobase_strip_setup = \
gerris-20131206+dfsg/doc/examples/Makefile.in:92:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/doc/examples/Makefile.in-93-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-174-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
gerris-20131206+dfsg/doc/examples/Makefile.in:175:am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;		\
gerris-20131206+dfsg/doc/examples/Makefile.in-176-test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;	\
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-670-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/doc/examples/Makefile.in:671:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/doc/examples/Makefile.in-672-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-733-.c.obj:
gerris-20131206+dfsg/doc/examples/Makefile.in:734:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/doc/examples/Makefile.in-735-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-737-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/examples/Makefile.in:738:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/doc/examples/Makefile.in-739-
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-747-classes-classes.o: classes.c
gerris-20131206+dfsg/doc/examples/Makefile.in:748:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-classes.o -MD -MP -MF $(DEPDIR)/classes-classes.Tpo -c -o classes-classes.o `test -f 'classes.c' || echo '$(srcdir)/'`classes.c
gerris-20131206+dfsg/doc/examples/Makefile.in-749-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-classes.Tpo $(DEPDIR)/classes-classes.Po
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-751-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/examples/Makefile.in:752:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-classes.o `test -f 'classes.c' || echo '$(srcdir)/'`classes.c
gerris-20131206+dfsg/doc/examples/Makefile.in-753-
gerris-20131206+dfsg/doc/examples/Makefile.in-754-classes-classes.obj: classes.c
gerris-20131206+dfsg/doc/examples/Makefile.in:755:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-classes.obj -MD -MP -MF $(DEPDIR)/classes-classes.Tpo -c -o classes-classes.obj `if test -f 'classes.c'; then $(CYGPATH_W) 'classes.c'; else $(CYGPATH_W) '$(srcdir)/classes.c'; fi`
gerris-20131206+dfsg/doc/examples/Makefile.in-756-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-classes.Tpo $(DEPDIR)/classes-classes.Po
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-758-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/examples/Makefile.in:759:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-classes.obj `if test -f 'classes.c'; then $(CYGPATH_W) 'classes.c'; else $(CYGPATH_W) '$(srcdir)/classes.c'; fi`
gerris-20131206+dfsg/doc/examples/Makefile.in-760-
gerris-20131206+dfsg/doc/examples/Makefile.in-761-classes-init.o: $(top_srcdir)/src/init.c
gerris-20131206+dfsg/doc/examples/Makefile.in:762:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-init.o -MD -MP -MF $(DEPDIR)/classes-init.Tpo -c -o classes-init.o `test -f '$(top_srcdir)/src/init.c' || echo '$(srcdir)/'`$(top_srcdir)/src/init.c
gerris-20131206+dfsg/doc/examples/Makefile.in-763-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-init.Tpo $(DEPDIR)/classes-init.Po
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-765-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/examples/Makefile.in:766:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-init.o `test -f '$(top_srcdir)/src/init.c' || echo '$(srcdir)/'`$(top_srcdir)/src/init.c
gerris-20131206+dfsg/doc/examples/Makefile.in-767-
gerris-20131206+dfsg/doc/examples/Makefile.in-768-classes-init.obj: $(top_srcdir)/src/init.c
gerris-20131206+dfsg/doc/examples/Makefile.in:769:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-init.obj -MD -MP -MF $(DEPDIR)/classes-init.Tpo -c -o classes-init.obj `if test -f '$(top_srcdir)/src/init.c'; then $(CYGPATH_W) '$(top_srcdir)/src/init.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/init.c'; fi`
gerris-20131206+dfsg/doc/examples/Makefile.in-770-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-init.Tpo $(DEPDIR)/classes-init.Po
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-772-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/examples/Makefile.in:773:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-init.obj `if test -f '$(top_srcdir)/src/init.c'; then $(CYGPATH_W) '$(top_srcdir)/src/init.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/init.c'; fi`
gerris-20131206+dfsg/doc/examples/Makefile.in-774-
gerris-20131206+dfsg/doc/examples/Makefile.in-775-modules-modules.o: modules.c
gerris-20131206+dfsg/doc/examples/Makefile.in:776:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -MT modules-modules.o -MD -MP -MF $(DEPDIR)/modules-modules.Tpo -c -o modules-modules.o `test -f 'modules.c' || echo '$(srcdir)/'`modules.c
gerris-20131206+dfsg/doc/examples/Makefile.in-777-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/modules-modules.Tpo $(DEPDIR)/modules-modules.Po
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/examples/Makefile.in:780:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -c -o modules-modules.o `test -f 'modules.c' || echo '$(srcdir)/'`modules.c
gerris-20131206+dfsg/doc/examples/Makefile.in-781-
gerris-20131206+dfsg/doc/examples/Makefile.in-782-modules-modules.obj: modules.c
gerris-20131206+dfsg/doc/examples/Makefile.in:783:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -MT modules-modules.obj -MD -MP -MF $(DEPDIR)/modules-modules.Tpo -c -o modules-modules.obj `if test -f 'modules.c'; then $(CYGPATH_W) 'modules.c'; else $(CYGPATH_W) '$(srcdir)/modules.c'; fi`
gerris-20131206+dfsg/doc/examples/Makefile.in-784-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/modules-modules.Tpo $(DEPDIR)/modules-modules.Po
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-786-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/examples/Makefile.in:787:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -c -o modules-modules.obj `if test -f 'modules.c'; then $(CYGPATH_W) 'modules.c'; else $(CYGPATH_W) '$(srcdir)/modules.c'; fi`
gerris-20131206+dfsg/doc/examples/Makefile.in-788-
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-812-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
gerris-20131206+dfsg/doc/examples/Makefile.in:813:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gerris-20131206+dfsg/doc/examples/Makefile.in-814-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-860-GTAGS:
gerris-20131206+dfsg/doc/examples/Makefile.in:861:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/doc/examples/Makefile.in-862-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-874-		 done`;							\
gerris-20131206+dfsg/doc/examples/Makefile.in:875:	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
gerris-20131206+dfsg/doc/examples/Makefile.in:876:	fail=`echo "$$results" | grep -c '^FAIL'`;			\
gerris-20131206+dfsg/doc/examples/Makefile.in:877:	pass=`echo "$$results" | grep -c '^PASS'`;			\
gerris-20131206+dfsg/doc/examples/Makefile.in:878:	skip=`echo "$$results" | grep -c '^SKIP'`;			\
gerris-20131206+dfsg/doc/examples/Makefile.in:879:	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
gerris-20131206+dfsg/doc/examples/Makefile.in:880:	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
gerris-20131206+dfsg/doc/examples/Makefile.in:881:	failures=`expr $$fail + $$xpass`;				\
gerris-20131206+dfsg/doc/examples/Makefile.in:882:	all=`expr $$all - $$skip`;					\
gerris-20131206+dfsg/doc/examples/Makefile.in-883-	if test "$$all" -eq 1; then tests=test; All=;			\
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-989-check-html recheck-html:
gerris-20131206+dfsg/doc/examples/Makefile.in:990:	@target=`echo $@ | sed 's/-html$$//'`; \
gerris-20131206+dfsg/doc/examples/Makefile.in-991-	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-1043-distdir: $(DISTFILES)
gerris-20131206+dfsg/doc/examples/Makefile.in:1044:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/doc/examples/Makefile.in:1045:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/doc/examples/Makefile.in-1046-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-1057-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/doc/examples/Makefile.in:1058:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/doc/examples/Makefile.in-1059-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/doc/examples/Makefile.in-1412-	python3 gfs2tex $(EXAMPLES)
gerris-20131206+dfsg/doc/examples/Makefile.in:1413:	sed -e "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | head -1 | cut -d' ' -f6-`/g" \
gerris-20131206+dfsg/doc/examples/Makefile.in-1414-	    -e 's/\\test{\(.*\)\/\(.*\)}/\\input{\1\/\2\/\2.tex}/g' \
##############################################
gerris-20131206+dfsg/doc/manpages/Makefile.in-71-  esac
gerris-20131206+dfsg/doc/manpages/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/doc/manpages/Makefile.in-73-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/doc/manpages/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/doc/manpages/Makefile.in-75-    *) f=$$p;; \
gerris-20131206+dfsg/doc/manpages/Makefile.in-76-  esac;
gerris-20131206+dfsg/doc/manpages/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/doc/manpages/Makefile.in-78-am__install_max = 40
gerris-20131206+dfsg/doc/manpages/Makefile.in-79-am__nobase_strip_setup = \
gerris-20131206+dfsg/doc/manpages/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/doc/manpages/Makefile.in-81-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/doc/manpages/Makefile.in-322-	test -n "$(man1dir)" \
gerris-20131206+dfsg/doc/manpages/Makefile.in:323:	  && test -n "`echo $$list1$$list2`" \
gerris-20131206+dfsg/doc/manpages/Makefile.in-324-	  || exit 0; \
##############################################
gerris-20131206+dfsg/doc/manpages/Makefile.in-381-	else :; fi
gerris-20131206+dfsg/doc/manpages/Makefile.in:382:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/doc/manpages/Makefile.in:383:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/doc/manpages/Makefile.in-384-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/doc/manpages/Makefile.in-395-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/doc/manpages/Makefile.in:396:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/doc/manpages/Makefile.in-397-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/doc/Makefile.in-117-  while test -n "$$dir1"; do \
gerris-20131206+dfsg/doc/Makefile.in:118:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gerris-20131206+dfsg/doc/Makefile.in-119-    if test "$$first" != "."; then \
gerris-20131206+dfsg/doc/Makefile.in-120-      if test "$$first" = ".."; then \
gerris-20131206+dfsg/doc/Makefile.in:121:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gerris-20131206+dfsg/doc/Makefile.in:122:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gerris-20131206+dfsg/doc/Makefile.in-123-      else \
gerris-20131206+dfsg/doc/Makefile.in:124:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gerris-20131206+dfsg/doc/Makefile.in-125-        if test "$$first2" = "$$first"; then \
gerris-20131206+dfsg/doc/Makefile.in:126:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gerris-20131206+dfsg/doc/Makefile.in-127-        else \
##############################################
gerris-20131206+dfsg/doc/Makefile.in-132-    fi; \
gerris-20131206+dfsg/doc/Makefile.in:133:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gerris-20131206+dfsg/doc/Makefile.in-134-  done; \
##############################################
gerris-20131206+dfsg/doc/Makefile.in-336-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/doc/Makefile.in:337:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/doc/Makefile.in-338-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/doc/Makefile.in-360-.c.obj:
gerris-20131206+dfsg/doc/Makefile.in:361:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/doc/Makefile.in-362-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/doc/Makefile.in-364-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/Makefile.in:365:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/doc/Makefile.in-366-
##############################################
gerris-20131206+dfsg/doc/Makefile.in-374-autoclass-autoclass.o: autoclass.c
gerris-20131206+dfsg/doc/Makefile.in:375:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -MT autoclass-autoclass.o -MD -MP -MF $(DEPDIR)/autoclass-autoclass.Tpo -c -o autoclass-autoclass.o `test -f 'autoclass.c' || echo '$(srcdir)/'`autoclass.c
gerris-20131206+dfsg/doc/Makefile.in-376-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/autoclass-autoclass.Tpo $(DEPDIR)/autoclass-autoclass.Po
##############################################
gerris-20131206+dfsg/doc/Makefile.in-378-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/Makefile.in:379:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -c -o autoclass-autoclass.o `test -f 'autoclass.c' || echo '$(srcdir)/'`autoclass.c
gerris-20131206+dfsg/doc/Makefile.in-380-
gerris-20131206+dfsg/doc/Makefile.in-381-autoclass-autoclass.obj: autoclass.c
gerris-20131206+dfsg/doc/Makefile.in:382:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -MT autoclass-autoclass.obj -MD -MP -MF $(DEPDIR)/autoclass-autoclass.Tpo -c -o autoclass-autoclass.obj `if test -f 'autoclass.c'; then $(CYGPATH_W) 'autoclass.c'; else $(CYGPATH_W) '$(srcdir)/autoclass.c'; fi`
gerris-20131206+dfsg/doc/Makefile.in-383-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/autoclass-autoclass.Tpo $(DEPDIR)/autoclass-autoclass.Po
##############################################
gerris-20131206+dfsg/doc/Makefile.in-385-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/Makefile.in:386:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -c -o autoclass-autoclass.obj `if test -f 'autoclass.c'; then $(CYGPATH_W) 'autoclass.c'; else $(CYGPATH_W) '$(srcdir)/autoclass.c'; fi`
gerris-20131206+dfsg/doc/Makefile.in-387-
gerris-20131206+dfsg/doc/Makefile.in-388-autoclass-init.o: $(top_srcdir)/src/init.c
gerris-20131206+dfsg/doc/Makefile.in:389:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -MT autoclass-init.o -MD -MP -MF $(DEPDIR)/autoclass-init.Tpo -c -o autoclass-init.o `test -f '$(top_srcdir)/src/init.c' || echo '$(srcdir)/'`$(top_srcdir)/src/init.c
gerris-20131206+dfsg/doc/Makefile.in-390-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/autoclass-init.Tpo $(DEPDIR)/autoclass-init.Po
##############################################
gerris-20131206+dfsg/doc/Makefile.in-392-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/Makefile.in:393:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -c -o autoclass-init.o `test -f '$(top_srcdir)/src/init.c' || echo '$(srcdir)/'`$(top_srcdir)/src/init.c
gerris-20131206+dfsg/doc/Makefile.in-394-
gerris-20131206+dfsg/doc/Makefile.in-395-autoclass-init.obj: $(top_srcdir)/src/init.c
gerris-20131206+dfsg/doc/Makefile.in:396:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -MT autoclass-init.obj -MD -MP -MF $(DEPDIR)/autoclass-init.Tpo -c -o autoclass-init.obj `if test -f '$(top_srcdir)/src/init.c'; then $(CYGPATH_W) '$(top_srcdir)/src/init.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/init.c'; fi`
gerris-20131206+dfsg/doc/Makefile.in-397-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/autoclass-init.Tpo $(DEPDIR)/autoclass-init.Po
##############################################
gerris-20131206+dfsg/doc/Makefile.in-399-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/doc/Makefile.in:400:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -c -o autoclass-init.obj `if test -f '$(top_srcdir)/src/init.c'; then $(CYGPATH_W) '$(top_srcdir)/src/init.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/init.c'; fi`
gerris-20131206+dfsg/doc/Makefile.in-401-
##############################################
gerris-20131206+dfsg/doc/Makefile.in-422-	dot_seen=no; \
gerris-20131206+dfsg/doc/Makefile.in:423:	target=`echo $@ | sed s/-recursive//`; \
gerris-20131206+dfsg/doc/Makefile.in-424-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gerris-20131206+dfsg/doc/Makefile.in-457-	rev="$$rev ."; \
gerris-20131206+dfsg/doc/Makefile.in:458:	target=`echo $@ | sed s/-recursive//`; \
gerris-20131206+dfsg/doc/Makefile.in-459-	for subdir in $$rev; do \
##############################################
gerris-20131206+dfsg/doc/Makefile.in-535-GTAGS:
gerris-20131206+dfsg/doc/Makefile.in:536:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/doc/Makefile.in-537-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/doc/Makefile.in-543-distdir: $(DISTFILES)
gerris-20131206+dfsg/doc/Makefile.in:544:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/doc/Makefile.in:545:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/doc/Makefile.in-546-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/doc/Makefile.in-557-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/doc/Makefile.in:558:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/doc/Makefile.in-559-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/build_function_gcc-27-
gerris-20131206+dfsg/build_function_gcc:28:if $CC `pkg-config $DIMENSION --cflags` $CFLAGS -I"$WDIR" \
gerris-20131206+dfsg/build_function_gcc-29-    -c -o module.o module.c; then
gerris-20131206+dfsg/build_function_gcc:30:    if $LD `pkg-config $DIMENSION --libs` $LDFLAGS -o module.so `cat links` module.o; then :
gerris-20131206+dfsg/build_function_gcc-31-    else
##############################################
gerris-20131206+dfsg/debian/Makefile.in-271-distdir: $(DISTFILES)
gerris-20131206+dfsg/debian/Makefile.in:272:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/debian/Makefile.in:273:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/debian/Makefile.in-274-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/debian/Makefile.in-285-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/debian/Makefile.in:286:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/debian/Makefile.in-287-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/debian/get-orig-source.sh-8-NEWDIR="gerris-0.9.2+darcs$SNAPSHOT-dfsg.$DFSG"
gerris-20131206+dfsg/debian/get-orig-source.sh:9:NEWNAME=`echo $NEWDIR | sed s/-/_/`
gerris-20131206+dfsg/debian/get-orig-source.sh-10-
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-48-@@ -328,6 +337,9 @@ clean-noinstPROGRAMS:
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:49: 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-50- 	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-72-+autoclass-autoclass.o: autoclass.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:73:+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -MT autoclass-autoclass.o -MD -MP -MF $(DEPDIR)/autoclass-autoclass.Tpo -c -o autoclass-autoclass.o `test -f 'autoclass.c' || echo '$(srcdir)/'`autoclass.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-74-+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/autoclass-autoclass.Tpo $(DEPDIR)/autoclass-autoclass.Po
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-76-+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:77:+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -c -o autoclass-autoclass.o `test -f 'autoclass.c' || echo '$(srcdir)/'`autoclass.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-78-+
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-79-+autoclass-autoclass.obj: autoclass.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:80:+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -MT autoclass-autoclass.obj -MD -MP -MF $(DEPDIR)/autoclass-autoclass.Tpo -c -o autoclass-autoclass.obj `if test -f 'autoclass.c'; then $(CYGPATH_W) 'autoclass.c'; else $(CYGPATH_W) '$(srcdir)/autoclass.c'; fi`
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-81-+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/autoclass-autoclass.Tpo $(DEPDIR)/autoclass-autoclass.Po
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-83-+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:84:+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -c -o autoclass-autoclass.obj `if test -f 'autoclass.c'; then $(CYGPATH_W) 'autoclass.c'; else $(CYGPATH_W) '$(srcdir)/autoclass.c'; fi`
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-85-+
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-86-+autoclass-init.o: $(top_srcdir)/src/init.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:87:+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -MT autoclass-init.o -MD -MP -MF $(DEPDIR)/autoclass-init.Tpo -c -o autoclass-init.o `test -f '$(top_srcdir)/src/init.c' || echo '$(srcdir)/'`$(top_srcdir)/src/init.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-88-+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/autoclass-init.Tpo $(DEPDIR)/autoclass-init.Po
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-90-+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:91:+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -c -o autoclass-init.o `test -f '$(top_srcdir)/src/init.c' || echo '$(srcdir)/'`$(top_srcdir)/src/init.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-92-+
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-93-+autoclass-init.obj: $(top_srcdir)/src/init.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:94:+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -MT autoclass-init.obj -MD -MP -MF $(DEPDIR)/autoclass-init.Tpo -c -o autoclass-init.obj `if test -f '$(top_srcdir)/src/init.c'; then $(CYGPATH_W) '$(top_srcdir)/src/init.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/init.c'; fi`
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-95-+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/autoclass-init.Tpo $(DEPDIR)/autoclass-init.Po
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-97-+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:98:+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(autoclass_CPPFLAGS) $(CPPFLAGS) $(autoclass_CFLAGS) $(CFLAGS) -c -o autoclass-init.obj `if test -f '$(top_srcdir)/src/init.c'; then $(CYGPATH_W) '$(top_srcdir)/src/init.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/init.c'; fi`
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-99-+
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-140-+	$(LDFLAGS) -o $@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:141: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-142- am__vpath_adj = case $$p in \
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:143:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-144-@@ -605,6 +612,14 @@ EXAMPLES = cylinder rt boussinesq logo c
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-159-@@ -656,6 +671,12 @@ clean-noinstPROGRAMS:
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:160: 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-161- 	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-188-+classes-classes.o: classes.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:189:+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-classes.o -MD -MP -MF $(DEPDIR)/classes-classes.Tpo -c -o classes-classes.o `test -f 'classes.c' || echo '$(srcdir)/'`classes.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-190-+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-classes.Tpo $(DEPDIR)/classes-classes.Po
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-192-+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:193:+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-classes.o `test -f 'classes.c' || echo '$(srcdir)/'`classes.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-194-+
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-195-+classes-classes.obj: classes.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:196:+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-classes.obj -MD -MP -MF $(DEPDIR)/classes-classes.Tpo -c -o classes-classes.obj `if test -f 'classes.c'; then $(CYGPATH_W) 'classes.c'; else $(CYGPATH_W) '$(srcdir)/classes.c'; fi`
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-197-+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-classes.Tpo $(DEPDIR)/classes-classes.Po
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-199-+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:200:+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-classes.obj `if test -f 'classes.c'; then $(CYGPATH_W) 'classes.c'; else $(CYGPATH_W) '$(srcdir)/classes.c'; fi`
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-201-+
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-202-+classes-init.o: $(top_srcdir)/src/init.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:203:+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-init.o -MD -MP -MF $(DEPDIR)/classes-init.Tpo -c -o classes-init.o `test -f '$(top_srcdir)/src/init.c' || echo '$(srcdir)/'`$(top_srcdir)/src/init.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-204-+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-init.Tpo $(DEPDIR)/classes-init.Po
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-206-+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:207:+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-init.o `test -f '$(top_srcdir)/src/init.c' || echo '$(srcdir)/'`$(top_srcdir)/src/init.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-208-+
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-209-+classes-init.obj: $(top_srcdir)/src/init.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:210:+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-init.obj -MD -MP -MF $(DEPDIR)/classes-init.Tpo -c -o classes-init.obj `if test -f '$(top_srcdir)/src/init.c'; then $(CYGPATH_W) '$(top_srcdir)/src/init.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/init.c'; fi`
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-211-+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-init.Tpo $(DEPDIR)/classes-init.Po
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-213-+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:214:+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-init.obj `if test -f '$(top_srcdir)/src/init.c'; then $(CYGPATH_W) '$(top_srcdir)/src/init.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/init.c'; fi`
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-215-+
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-216-+modules-modules.o: modules.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:217:+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -MT modules-modules.o -MD -MP -MF $(DEPDIR)/modules-modules.Tpo -c -o modules-modules.o `test -f 'modules.c' || echo '$(srcdir)/'`modules.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-218-+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/modules-modules.Tpo $(DEPDIR)/modules-modules.Po
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-220-+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:221:+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -c -o modules-modules.o `test -f 'modules.c' || echo '$(srcdir)/'`modules.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-222-+
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-223-+modules-modules.obj: modules.c
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:224:+@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -MT modules-modules.obj -MD -MP -MF $(DEPDIR)/modules-modules.Tpo -c -o modules-modules.obj `if test -f 'modules.c'; then $(CYGPATH_W) 'modules.c'; else $(CYGPATH_W) '$(srcdir)/modules.c'; fi`
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-225-+@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/modules-modules.Tpo $(DEPDIR)/modules-modules.Po
##############################################
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-227-+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch:228:+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -c -o modules-modules.obj `if test -f 'modules.c'; then $(CYGPATH_W) 'modules.c'; else $(CYGPATH_W) '$(srcdir)/modules.c'; fi`
gerris-20131206+dfsg/debian/patches/02_fix_makefiles.patch-229-+
##############################################
gerris-20131206+dfsg/debian/patches/03_build_funct.patch-34-+
gerris-20131206+dfsg/debian/patches/03_build_funct.patch:35:+if $CC `pkg-config $DIMENSION --cflags` $CFLAGS -I"$WDIR" \
gerris-20131206+dfsg/debian/patches/03_build_funct.patch-36-+    -c -o module.o module.c; then
gerris-20131206+dfsg/debian/patches/03_build_funct.patch:37:+    if $LD `pkg-config $DIMENSION --libs` $LDFLAGS -o module.so `cat links` module.o; then :
gerris-20131206+dfsg/debian/patches/03_build_funct.patch-38-+    else
##############################################
gerris-20131206+dfsg/debian/patches/05_Port-to-Python-3.patch-169-+	python3 gfs2tex $(EXAMPLES)
gerris-20131206+dfsg/debian/patches/05_Port-to-Python-3.patch:170: 	sed -e "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | head -1 | cut -d' ' -f6-`/g" \
gerris-20131206+dfsg/debian/patches/05_Port-to-Python-3.patch-171- 	    -e 's/\\test{\(.*\)\/\(.*\)}/\\input{\1\/\2\/\2.tex}/g' \
##############################################
gerris-20131206+dfsg/debian/patches/05_Port-to-Python-3.patch-191-+	python3 gfs2tex $(EXAMPLES)
gerris-20131206+dfsg/debian/patches/05_Port-to-Python-3.patch:192: 	sed -e "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | head -1 | cut -d' ' -f6-`/g" \
gerris-20131206+dfsg/debian/patches/05_Port-to-Python-3.patch-193- 	    -e 's/\\test{\(.*\)\/\(.*\)}/\\input{\1\/\2\/\2.tex}/g' \
##############################################
gerris-20131206+dfsg/.pc/01_automake_doc_examples/doc/examples/Makefile.am-80-	python gfs2tex $(EXAMPLES)
gerris-20131206+dfsg/.pc/01_automake_doc_examples/doc/examples/Makefile.am:81:	sed -e "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | head -1 | cut -d' ' -f6-`/g" \
gerris-20131206+dfsg/.pc/01_automake_doc_examples/doc/examples/Makefile.am-82-	    -e 's/\\test{\(.*\)\/\(.*\)}/\\input{\1\/\2\/\2.tex}/g' \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-112-  while test -n "$$dir1"; do \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:113:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-114-    if test "$$first" != "."; then \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-115-      if test "$$first" = ".."; then \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:116:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:117:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-118-      else \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:119:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-120-        if test "$$first2" = "$$first"; then \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:121:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-122-        else \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-127-    fi; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:128:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-129-  done; \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-327-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:328:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-329-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-347-.c.obj:
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:348:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-349-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-351-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:352:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-353-
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-381-	dot_seen=no; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:382:	target=`echo $@ | sed s/-recursive//`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-383-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-416-	rev="$$rev ."; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:417:	target=`echo $@ | sed s/-recursive//`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-418-	for subdir in $$rev; do \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-494-GTAGS:
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:495:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-496-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-502-distdir: $(DISTFILES)
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:503:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:504:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-505-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-516-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in:517:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/Makefile.in-518-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-76-modules_LDADD = $(LDADD)
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-78-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-80-    *) f=$$p;; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-81-  esac;
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-83-am__install_max = 40
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-84-am__nobase_strip_setup = \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-86-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-167-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:168:am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;		\
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-169-test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;	\
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-655-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:656:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-657-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-711-.c.obj:
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:712:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-713-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-715-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:716:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-717-
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-748-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:749:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-750-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-796-GTAGS:
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:797:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-798-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-810-		 done`;							\
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:811:	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:812:	fail=`echo "$$results" | grep -c '^FAIL'`;			\
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:813:	pass=`echo "$$results" | grep -c '^PASS'`;			\
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:814:	skip=`echo "$$results" | grep -c '^SKIP'`;			\
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:815:	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:816:	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:817:	failures=`expr $$fail + $$xpass`;				\
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:818:	all=`expr $$all - $$skip`;					\
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-819-	if test "$$all" -eq 1; then tests=test; All=;			\
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-925-check-html recheck-html:
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:926:	@target=`echo $@ | sed 's/-html$$//'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-927-	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-979-distdir: $(DISTFILES)
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:980:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:981:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-982-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-993-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:994:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-995-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-1348-	python gfs2tex $(EXAMPLES)
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in:1349:	sed -e "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | head -1 | cut -d' ' -f6-`/g" \
gerris-20131206+dfsg/.pc/02_fix_makefiles.patch/doc/examples/Makefile.in-1350-	    -e 's/\\test{\(.*\)\/\(.*\)}/\\input{\1\/\2\/\2.tex}/g' \
##############################################
gerris-20131206+dfsg/.pc/05_reproducible_build.patch/doc/examples/Makefile.am-80-	python gfs2tex $(EXAMPLES)
gerris-20131206+dfsg/.pc/05_reproducible_build.patch/doc/examples/Makefile.am:81:	sed -e "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | head -1 | cut -d' ' -f6-`/g" \
gerris-20131206+dfsg/.pc/05_reproducible_build.patch/doc/examples/Makefile.am-82-	    -e 's/\\test{\(.*\)\/\(.*\)}/\\input{\1\/\2\/\2.tex}/g' \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.am-80-	python gfs2tex $(EXAMPLES)
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.am:81:	sed -e "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | head -1 | cut -d' ' -f6-`/g" \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.am-82-	    -e 's/\\test{\(.*\)\/\(.*\)}/\\input{\1\/\2\/\2.tex}/g' \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-83-	$(LDFLAGS) -o $@
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:84:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-85-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:86:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-87-    *) f=$$p;; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-88-  esac;
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:89:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-90-am__install_max = 40
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-91-am__nobase_strip_setup = \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:92:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-93-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-174-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:175:am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;		\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-176-test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;	\
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-670-	test -n "$(EXEEXT)" || exit 0; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:671:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-672-	echo " rm -f" $$list; \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-733-.c.obj:
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:734:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-735-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-737-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:738:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-739-
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-747-classes-classes.o: classes.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:748:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-classes.o -MD -MP -MF $(DEPDIR)/classes-classes.Tpo -c -o classes-classes.o `test -f 'classes.c' || echo '$(srcdir)/'`classes.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-749-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-classes.Tpo $(DEPDIR)/classes-classes.Po
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-751-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:752:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-classes.o `test -f 'classes.c' || echo '$(srcdir)/'`classes.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-753-
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-754-classes-classes.obj: classes.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:755:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-classes.obj -MD -MP -MF $(DEPDIR)/classes-classes.Tpo -c -o classes-classes.obj `if test -f 'classes.c'; then $(CYGPATH_W) 'classes.c'; else $(CYGPATH_W) '$(srcdir)/classes.c'; fi`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-756-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-classes.Tpo $(DEPDIR)/classes-classes.Po
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-758-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:759:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-classes.obj `if test -f 'classes.c'; then $(CYGPATH_W) 'classes.c'; else $(CYGPATH_W) '$(srcdir)/classes.c'; fi`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-760-
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-761-classes-init.o: $(top_srcdir)/src/init.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:762:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-init.o -MD -MP -MF $(DEPDIR)/classes-init.Tpo -c -o classes-init.o `test -f '$(top_srcdir)/src/init.c' || echo '$(srcdir)/'`$(top_srcdir)/src/init.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-763-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-init.Tpo $(DEPDIR)/classes-init.Po
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-765-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:766:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-init.o `test -f '$(top_srcdir)/src/init.c' || echo '$(srcdir)/'`$(top_srcdir)/src/init.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-767-
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-768-classes-init.obj: $(top_srcdir)/src/init.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:769:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -MT classes-init.obj -MD -MP -MF $(DEPDIR)/classes-init.Tpo -c -o classes-init.obj `if test -f '$(top_srcdir)/src/init.c'; then $(CYGPATH_W) '$(top_srcdir)/src/init.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/init.c'; fi`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-770-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/classes-init.Tpo $(DEPDIR)/classes-init.Po
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-772-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:773:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(classes_CPPFLAGS) $(CPPFLAGS) $(classes_CFLAGS) $(CFLAGS) -c -o classes-init.obj `if test -f '$(top_srcdir)/src/init.c'; then $(CYGPATH_W) '$(top_srcdir)/src/init.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/src/init.c'; fi`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-774-
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-775-modules-modules.o: modules.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:776:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -MT modules-modules.o -MD -MP -MF $(DEPDIR)/modules-modules.Tpo -c -o modules-modules.o `test -f 'modules.c' || echo '$(srcdir)/'`modules.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-777-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/modules-modules.Tpo $(DEPDIR)/modules-modules.Po
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:780:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -c -o modules-modules.o `test -f 'modules.c' || echo '$(srcdir)/'`modules.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-781-
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-782-modules-modules.obj: modules.c
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:783:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -MT modules-modules.obj -MD -MP -MF $(DEPDIR)/modules-modules.Tpo -c -o modules-modules.obj `if test -f 'modules.c'; then $(CYGPATH_W) 'modules.c'; else $(CYGPATH_W) '$(srcdir)/modules.c'; fi`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-784-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/modules-modules.Tpo $(DEPDIR)/modules-modules.Po
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-786-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:787:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(modules_CPPFLAGS) $(CPPFLAGS) $(modules_CFLAGS) $(CFLAGS) -c -o modules-modules.obj `if test -f 'modules.c'; then $(CYGPATH_W) 'modules.c'; else $(CYGPATH_W) '$(srcdir)/modules.c'; fi`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-788-
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-812-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:813:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-814-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-860-GTAGS:
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:861:	here=`$(am__cd) $(top_builddir) && pwd` \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-862-	  && $(am__cd) $(top_srcdir) \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-874-		 done`;							\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:875:	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:876:	fail=`echo "$$results" | grep -c '^FAIL'`;			\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:877:	pass=`echo "$$results" | grep -c '^PASS'`;			\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:878:	skip=`echo "$$results" | grep -c '^SKIP'`;			\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:879:	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:880:	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:881:	failures=`expr $$fail + $$xpass`;				\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:882:	all=`expr $$all - $$skip`;					\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-883-	if test "$$all" -eq 1; then tests=test; All=;			\
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-989-check-html recheck-html:
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:990:	@target=`echo $@ | sed 's/-html$$//'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-991-	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-1043-distdir: $(DISTFILES)
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:1044:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:1045:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-1046-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-1057-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:1058:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-1059-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-1412-	python gfs2tex $(EXAMPLES)
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in:1413:	sed -e "s/GFS_VERSION/`$(top_srcdir)/src/gerris2D -V 2>&1 | head -1 | cut -d' ' -f6-`/g" \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/doc/examples/Makefile.in-1414-	    -e 's/\\test{\(.*\)\/\(.*\)}/\\input{\1\/\2\/\2.tex}/g' \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-73-red=; grn=; lgn=; blu=; std=
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:74:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-75-am__vpath_adj = case $$p in \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:76:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-77-    *) f=$$p;; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-78-  esac;
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:79:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-80-am__install_max = 40
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-81-am__nobase_strip_setup = \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:82:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-83-am__nobase_strip = \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-137-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:138:am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;		\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-139-test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;	\
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-1162-		 done`;							\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1163:	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1164:	fail=`echo "$$results" | grep -c '^FAIL'`;			\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1165:	pass=`echo "$$results" | grep -c '^PASS'`;			\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1166:	skip=`echo "$$results" | grep -c '^SKIP'`;			\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1167:	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1168:	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1169:	failures=`expr $$fail + $$xpass`;				\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1170:	all=`expr $$all - $$skip`;					\
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-1171-	if test "$$all" -eq 1; then tests=test; All=;			\
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-1277-check-html recheck-html:
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1278:	@target=`echo $@ | sed 's/-html$$//'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-1279-	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-1287-distdir: $(DISTFILES)
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1288:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1289:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-1290-	list='$(DISTFILES)'; \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-1301-	  if test -d $$d/$$file; then \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in:1302:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/Makefile.in-1303-	    if test -d "$(distdir)/$$file"; then \
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/boundaries/boundaries.sh-13-    for level in 7 8; do
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/boundaries/boundaries.sh:14:	level1=`expr $level + 1`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/boundaries/boundaries.sh-15-	echo -n "$level " >> order$v
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/channel/channel.sh-14-    for level in 5 6; do
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/channel/channel.sh:15:	level1=`expr $level + 1`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/channel/channel.sh-16-	echo -n "$level " >> order$v
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/circle/circle.sh-24-    for level in 3 4 5 6 7 8; do
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/circle/circle.sh:25:	next=`expr $level + 1`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/circle/circle.sh-26-	echo -n "$level " >> error-$solver
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/electro/electro.sh-5-    for level in 8 9 10; do
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/electro/electro.sh:6:	level1=`expr $level - 1`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/electro/electro.sh-7-	echo -n "$level " >> convergence
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/groundwater/groundwater.sh-9-    if echo Save solution.eps '{ format = EPS }' | \
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/groundwater/groundwater.sh:10:	gfsview-batch2D solution.gfs `basename $1 .gfs`.gfv ; then :
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/groundwater/groundwater.sh-11-    else
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/merging/merging.sh-31-    for level in 6 7 8; do
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/merging/merging.sh:32:	level1=`expr $level + 1`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/merging/merging.sh-33-	echo -n "$level " >> $s.err
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/oscillation/oscillation.sh-8-for i in 0; do
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/oscillation/oscillation.sh:9:    diameter=`awk -v i=$i 'BEGIN { print 0.2 - i/512.}'`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/oscillation/oscillation.sh-10-    rm -f fit
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/shore/shore.sh-4-if test x$donotrun != xtrue; then
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/shore/shore.sh:5:    for i in `seq $levelmin 1 $levelmax`; do
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/shore/shore.sh-6-	if gerris2D -DLEVEL=$i shore.gfs 2> log-$i; then :
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/spurious/spurious.sh-2-    for La in 120 1200 12000; do
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/spurious/spurious.sh:3:	tmax=`echo $La | awk '{print 0.8*0.8/sqrt(0.8/$1)}'`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/spurious/spurious.sh-4-	if sed "s/end = TMAX/iend = 1/g" < $1 | gerris2D -DLEVEL=5 -DLAPLACE=$La -DDT=0 - |\
##############################################
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/spurious/spurious.sh-12-    for level in 3 4 6 7; do
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/spurious/spurious.sh:13:	tmax=`echo $La | awk '{print 0.8*0.8/sqrt(0.8/$1)}'`
gerris-20131206+dfsg/.pc/05_Port-to-Python-3.patch/test/spurious/spurious.sh-14-	if sed "s/end = TMAX/iend = 1/g" < $1 | gerris2D -DLEVEL=$level -DLAPLACE=$La -DDT=1e-9 - |\
##############################################
gerris-20131206+dfsg/build_function-27-
gerris-20131206+dfsg/build_function:28:if $CC `pkg-config $DIMENSION --cflags` $CFLAGS -I"$WDIR" \
gerris-20131206+dfsg/build_function-29-    -c -o module.o module.c; then
gerris-20131206+dfsg/build_function:30:    if $LD `pkg-config $DIMENSION --libs` $LDFLAGS -o module.so `cat links` module.o; then :
gerris-20131206+dfsg/build_function-31-    else