===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
freefem++-3.61.1+dfsg1/examples-bamg/quadloop/dotest.pl-101-## constructio the inital  mesh 
freefem++-3.61.1+dfsg1/examples-bamg/quadloop/dotest.pl:102:!system($bamg) || die "Error in bamg construction of initial  mesh $Th";
freefem++-3.61.1+dfsg1/examples-bamg/quadloop/dotest.pl-103-
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/quadloop/dotest.pl-171-    close(BAMG);
freefem++-3.61.1+dfsg1/examples-bamg/quadloop/dotest.pl:172:    !system($bamg) ||    die "Error in bamg construction of adapted $iteration  mesh $Th";
freefem++-3.61.1+dfsg1/examples-bamg/quadloop/dotest.pl-173-}
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/test/dotest.pl-89-## constructio the inital  mesh 
freefem++-3.61.1+dfsg1/examples-bamg/test/dotest.pl:90:!system($bamg) || die "Error in bamg construction of initial  mesh $Th";
freefem++-3.61.1+dfsg1/examples-bamg/test/dotest.pl-91-
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/test/dotest.pl-164-    close(BAMG);
freefem++-3.61.1+dfsg1/examples-bamg/test/dotest.pl:165:    !system($bamg) ||    die "Error in bamg construction of adapted $iteration  mesh $Th";
freefem++-3.61.1+dfsg1/examples-bamg/test/dotest.pl-166-}
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-40-   #  i = j + 1
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh:41:   i=`expr $j + 1`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-42-
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-43-   #  LastIteration = LastIteration + NBITER
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh:44:   LastIteration=`expr $LastIteration + $NBITER`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-45-
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-59-   ##  find the nb of vertices in the file MESH 
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh:60:   nbv=`head -1 MESH|awk '{print $1}'`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-61-
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-76-   ## set HMIN = MAX($HMINGLOBAL,$HMIN*$HCOEF) 
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh:77:   HMIN=`awk "END {c=$HMIN*$HCOEF;c=c<$HMINGLOBAL ?$HMINGLOBAL:c; print c};" </dev/null`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh:78:   ERR=`awk "END {c=$ERR*$ERRCOEF;c=c<$ERRGLOBAL ?$ERRGLOBAL:c; print c};" </dev/null`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-79-
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g-34-   #  i = j + 1
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g:35:   i=`expr $j + 1`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g-36-
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g-37-   #  LastIteration = LastIteration + NBITER
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g:38:   LastIteration=`expr $LastIteration + $NBITER`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g-39-
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g-53-   ##  find the nb of vertices in the file MESH 
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g:54:   nbv=`head -1 MESH|awk '{print $1}'`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g-55-
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g-70-   ## set HMIN = MAX($HMINGLOBAL,$HMIN*$HCOEF) 
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g:71:   HMIN=`awk "END {c=$HMIN*$HCOEF;c=c<$HMINGLOBAL ?$HMINGLOBAL:c; print c};" </dev/null`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/adap.sh-g-72-  echo -----
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh-33-   #  i = j + 1
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh:34:   i=`expr $j + 1`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh-35-
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh-36-   #  LastIteration = LastIteration + NBITER
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh:37:   LastIteration=`expr $LastIteration + $NBITER`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh-38-
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh-55-   ##  find the nb of vertices in the file MESH 
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh:56:   nbv=`head -1 MESH|awk '{print $1}'`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh-57-
##############################################
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh-72-   ## set HMIN = MAX($HMINGLOBAL,$HMIN*$HCOEF) 
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh:73:   HMIN=`awk "END {c=$HMIN*$HCOEF;c=c<$HMINGLOBAL ?$HMINGLOBAL:c; print c};" </dev/null`
freefem++-3.61.1+dfsg1/examples-bamg/NACA012/ad.sh-74-
##############################################
freefem++-3.61.1+dfsg1/install-sh-211-      fi
freefem++-3.61.1+dfsg1/install-sh:212:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
freefem++-3.61.1+dfsg1/install-sh-213-    *)
##############################################
freefem++-3.61.1+dfsg1/install-sh-263-      dstdir=$dst
freefem++-3.61.1+dfsg1/install-sh:264:      dst=$dstdir/`basename "$src"`
freefem++-3.61.1+dfsg1/install-sh-265-      dstdir_status=0
##############################################
freefem++-3.61.1+dfsg1/install-sh-345-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
freefem++-3.61.1+dfsg1/install-sh:346:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
freefem++-3.61.1+dfsg1/install-sh-347-		   case $ls_ld_tmpdir in
##############################################
freefem++-3.61.1+dfsg1/install-sh-352-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
freefem++-3.61.1+dfsg1/install-sh:353:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
freefem++-3.61.1+dfsg1/install-sh-354-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
freefem++-3.61.1+dfsg1/install-sh-419-	    case $prefix in
freefem++-3.61.1+dfsg1/install-sh:420:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
freefem++-3.61.1+dfsg1/install-sh-421-	      *) qprefix=$prefix;;
##############################################
freefem++-3.61.1+dfsg1/configure.ac-33-then
freefem++-3.61.1+dfsg1/configure.ac:34:    if test `echo $am__api_version|awk '{if($1>1.13)print "ok";}'` != ok
freefem++-3.61.1+dfsg1/configure.ac-35-    then
##############################################
freefem++-3.61.1+dfsg1/configure.ac-67-	    echo "$1 LD $2"  >>$ff_where_lib_conf
freefem++-3.61.1+dfsg1/configure.ac:68:	    ff_WHERE_INC=`AS_DIRNAME(["$3"])`
freefem++-3.61.1+dfsg1/configure.ac-69-	    case "$ff_WHERE_INC" in 
##############################################
freefem++-3.61.1+dfsg1/configure.ac-81-	  [
freefem++-3.61.1+dfsg1/configure.ac:82:	    ff_$2=`AC_FF_PETSC_AWK($2,$4)`
freefem++-3.61.1+dfsg1/configure.ac:83:	    ff_$3=`AC_FF_PETSC_AWK($3,$4)`
freefem++-3.61.1+dfsg1/configure.ac-84-	   if test -n "[$]ff_$2"; then 
##############################################
freefem++-3.61.1+dfsg1/configure.ac-247-	    if test -z "$FLIBS" ; then
freefem++-3.61.1+dfsg1/configure.ac:248:#             FLIBS=`fort77 -v  a.out  2>&1|awk '/a.out/ && /fort77/  { print $(NF-2),$(NF-1)}'`
freefem++-3.61.1+dfsg1/configure.ac-249-#  FH to remove " "
freefem++-3.61.1+dfsg1/configure.ac:250:		FLIBS=`fort77 -v  a.out  2>&1|awk '/a.out/ && /fort77/  { print "echo",$(NF-2),$(NF-1)}'|sh`
freefem++-3.61.1+dfsg1/configure.ac-251-
##############################################
freefem++-3.61.1+dfsg1/configure.ac-259-		    -L*)
freefem++-3.61.1+dfsg1/configure.ac:260:			d=`expr $i : '-L\(.*\)'`;
freefem++-3.61.1+dfsg1/configure.ac-261-			echo " try $d "
##############################################
freefem++-3.61.1+dfsg1/configure.ac-285-		    -L*)
freefem++-3.61.1+dfsg1/configure.ac:286:			d=`expr $i : '-L\(.*\)'`;
freefem++-3.61.1+dfsg1/configure.ac-287-			if test -e "$d/libgfortran.$ff_suffix_dylib_a" -a  -e "$d/libquadmath.$ff_suffix_dylib_a"  ; then
##############################################
freefem++-3.61.1+dfsg1/configure.ac-600-# Version numbering, converted to a floating point value
freefem++-3.61.1+dfsg1/configure.ac:601:ff_numver="`echo $VERSION|sed 's/-\(.*\)/+\1.0*0.000001/'`"
freefem++-3.61.1+dfsg1/configure.ac-602-AC_DEFINE_UNQUOTED(VersionFreeFempp,$ff_numver,FreeFem++ version as a float)
##############################################
freefem++-3.61.1+dfsg1/configure.ac-932-		if test  "$ff_petsc_ok" = no ; then
freefem++-3.61.1+dfsg1/configure.ac:933:		    PETSC_SCALAR=`awk -F' *= *' '"PETSC_SCALAR"==$1 {print $2}' "$ffconfpetsc"`
freefem++-3.61.1+dfsg1/configure.ac:934:		    PETSC_MPIRUN=`awk -F' *= *' '"MPIEXEC"==$1 {print $2}' "$ffconfpetsc"`
freefem++-3.61.1+dfsg1/configure.ac-935-			AC_MSG_NOTICE([ find real ( $PETSC_SCALAR )  petsc in $ffconfpetsc]); 
freefem++-3.61.1+dfsg1/configure.ac-936-			
freefem++-3.61.1+dfsg1/configure.ac:937:		    test  "$PETSC_SCALAR" = "real" && test  "$PETSC_MPIRUN" = "$MPIRUN" ||  cmp -s  `which "$PETSC_MPIRUN"` `which "$MPIRUN"`
freefem++-3.61.1+dfsg1/configure.ac-938-		    if test "$?"  -eq 0 ; then
##############################################
freefem++-3.61.1+dfsg1/configure.ac-977-	    if test -f "$ffconfpetscc" -a  "$ff_petsccomplex_ok" = no ; then
freefem++-3.61.1+dfsg1/configure.ac:978:		    PETSC_COMPLEX_SCALAR=`awk -F' *= *' '"PETSC_SCALAR"==$1 {print $2}' "$ffconfpetscc"`
freefem++-3.61.1+dfsg1/configure.ac:979:		    PETSC_COMPLEX_MPIRUN=`awk -F' *= *' '"MPIEXEC"==$1 {print $2}' "$ffconfpetscc"`	
freefem++-3.61.1+dfsg1/configure.ac-980-		    AC_MSG_NOTICE([ find complex ($PETSC_COMPLEX_SCALAR) petsc in $ffconfpetsc]);
freefem++-3.61.1+dfsg1/configure.ac-981-					
freefem++-3.61.1+dfsg1/configure.ac:982:		    test  "$PETSC_COMPLEX_SCALAR" = "complex" &&  test  "$PETSC_COMPLEX_MPIRUN" = "$MPIRUN" ||  cmp -s  `which "$PETSC_COMPLEX_MPIRUN"` `which "$MPIRUN"`
freefem++-3.61.1+dfsg1/configure.ac-983-		    if test "$?"  -eq 0 ; then
##############################################
freefem++-3.61.1+dfsg1/configure.ac-1004-if test "$ff_where_lib_conf_fftw3_mpi" = 1  ; then
freefem++-3.61.1+dfsg1/configure.ac:1005:  ff_where_fftw3=`echo $ff_where_lib_fftw3_mpi| sed -e 's/-lfftw3_mpi//g'` 
freefem++-3.61.1+dfsg1/configure.ac-1006-  AC_FF_ADDWHERELIB(fftw3,$ff_where_fftw3,$ff_where_inc_fftw3_mpi)
##############################################
freefem++-3.61.1+dfsg1/configure.ac-1197-	if test "$ff_mkl_libpath" != "no" -a -d "$ff_mkl_libpath" ; then
freefem++-3.61.1+dfsg1/configure.ac:1198:	    ff_mkl_root=`expr "//$ff_mkl_libpath" : '//\(.*\)/lib.*'`
freefem++-3.61.1+dfsg1/configure.ac:1199:	    ff_mkl_arch=`expr "//$ff_mkl_libpath" : '//.*/lib/\(.*\)'`
freefem++-3.61.1+dfsg1/configure.ac-1200-            ff_mkl_lp=_lp64
##############################################
freefem++-3.61.1+dfsg1/configure.ac-1514-        AC_MSG_CHECKING(for libarpack with locate)
freefem++-3.61.1+dfsg1/configure.ac:1515:        ff_lib_arpack=`locate libarpack|grep  'libarpack.*.a$'|head -1`
freefem++-3.61.1+dfsg1/configure.ac-1516-	LIBS="$ff_lib_arpack $LIBS"
##############################################
freefem++-3.61.1+dfsg1/configure.ac-1625-	[ff_umfpack_header=yes
freefem++-3.61.1+dfsg1/configure.ac:1626:	ff_umfpack_dir=`dirname $ac_header`
freefem++-3.61.1+dfsg1/configure.ac-1627-	break])
##############################################
freefem++-3.61.1+dfsg1/configure.ac-2034-	AC_MSG_CHECKING(kernel version)
freefem++-3.61.1+dfsg1/configure.ac:2035:	ff_kernel_version=`cat /proc/version|perl -e '<STDIN>=~/(\d+\.\d+\.\d+)/;print $1;'`
freefem++-3.61.1+dfsg1/configure.ac-2036-	AC_MSG_RESULT($ff_kernel_version)
##############################################
freefem++-3.61.1+dfsg1/configure.ac-2039-	AC_MSG_CHECKING(libc version)
freefem++-3.61.1+dfsg1/configure.ac:2040:	ff_libc_version=`ldd /bin/sh | awk '/libc/{print $3}' | xargs readlink | sed -e 's/\.so$//'`
freefem++-3.61.1+dfsg1/configure.ac-2041-	AC_MSG_RESULT($ff_libc_version)
##############################################
freefem++-3.61.1+dfsg1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
freefem++-3.61.1+dfsg1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
freefem++-3.61.1+dfsg1/configure-47-  as_echo='print -r --'
freefem++-3.61.1+dfsg1/configure-48-  as_echo_n='print -rn --'
freefem++-3.61.1+dfsg1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
freefem++-3.61.1+dfsg1/configure-50-  as_echo='printf %s\n'
##############################################
freefem++-3.61.1+dfsg1/configure-52-else
freefem++-3.61.1+dfsg1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
freefem++-3.61.1+dfsg1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
freefem++-3.61.1+dfsg1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
freefem++-3.61.1+dfsg1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
freefem++-3.61.1+dfsg1/configure-64-      esac;
##############################################
freefem++-3.61.1+dfsg1/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
freefem++-3.61.1+dfsg1/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
freefem++-3.61.1+dfsg1/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
freefem++-3.61.1+dfsg1/configure-327-      case $as_dir in #(
freefem++-3.61.1+dfsg1/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
freefem++-3.61.1+dfsg1/configure-329-      *) as_qdir=$as_dir;;
##############################################
freefem++-3.61.1+dfsg1/configure-400-  {
freefem++-3.61.1+dfsg1/configure:401:    as_val=`expr "$@" || test $? -eq 1`
freefem++-3.61.1+dfsg1/configure-402-  }
##############################################
freefem++-3.61.1+dfsg1/configure-407-# ----------------------------------------
freefem++-3.61.1+dfsg1/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
freefem++-3.61.1+dfsg1/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
freefem++-3.61.1+dfsg1/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
freefem++-3.61.1+dfsg1/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
freefem++-3.61.1+dfsg1/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
freefem++-3.61.1+dfsg1/configure-1149-  case $ac_option in
freefem++-3.61.1+dfsg1/configure:1150:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
freefem++-3.61.1+dfsg1/configure-1151-  *=)   ac_optarg= ;;
##############################################
freefem++-3.61.1+dfsg1/configure-1193-  -disable-* | --disable-*)
freefem++-3.61.1+dfsg1/configure:1194:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
freefem++-3.61.1+dfsg1/configure-1195-    # Reject names that are not valid shell variable names.
##############################################
freefem++-3.61.1+dfsg1/configure-1198-    ac_useropt_orig=$ac_useropt
freefem++-3.61.1+dfsg1/configure:1199:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freefem++-3.61.1+dfsg1/configure-1200-    case $ac_user_opts in
##############################################
freefem++-3.61.1+dfsg1/configure-1219-  -enable-* | --enable-*)
freefem++-3.61.1+dfsg1/configure:1220:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
freefem++-3.61.1+dfsg1/configure-1221-    # Reject names that are not valid shell variable names.
##############################################
freefem++-3.61.1+dfsg1/configure-1224-    ac_useropt_orig=$ac_useropt
freefem++-3.61.1+dfsg1/configure:1225:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freefem++-3.61.1+dfsg1/configure-1226-    case $ac_user_opts in
##############################################
freefem++-3.61.1+dfsg1/configure-1423-  -with-* | --with-*)
freefem++-3.61.1+dfsg1/configure:1424:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
freefem++-3.61.1+dfsg1/configure-1425-    # Reject names that are not valid shell variable names.
##############################################
freefem++-3.61.1+dfsg1/configure-1428-    ac_useropt_orig=$ac_useropt
freefem++-3.61.1+dfsg1/configure:1429:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freefem++-3.61.1+dfsg1/configure-1430-    case $ac_user_opts in
##############################################
freefem++-3.61.1+dfsg1/configure-1439-  -without-* | --without-*)
freefem++-3.61.1+dfsg1/configure:1440:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
freefem++-3.61.1+dfsg1/configure-1441-    # Reject names that are not valid shell variable names.
##############################################
freefem++-3.61.1+dfsg1/configure-1444-    ac_useropt_orig=$ac_useropt
freefem++-3.61.1+dfsg1/configure:1445:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
freefem++-3.61.1+dfsg1/configure-1446-    case $ac_user_opts in
##############################################
freefem++-3.61.1+dfsg1/configure-1477-  *=*)
freefem++-3.61.1+dfsg1/configure:1478:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
freefem++-3.61.1+dfsg1/configure-1479-    # Reject names that are not valid shell variable names.
##############################################
freefem++-3.61.1+dfsg1/configure-1498-if test -n "$ac_prev"; then
freefem++-3.61.1+dfsg1/configure:1499:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
freefem++-3.61.1+dfsg1/configure-1500-  as_fn_error $? "missing argument to $ac_option"
##############################################
freefem++-3.61.1+dfsg1/configure-1520-    */ )
freefem++-3.61.1+dfsg1/configure:1521:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
freefem++-3.61.1+dfsg1/configure-1522-      eval $ac_var=\$ac_val;;
##############################################
freefem++-3.61.1+dfsg1/configure-1555-ac_ls_di=`ls -di .` &&
freefem++-3.61.1+dfsg1/configure:1556:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
freefem++-3.61.1+dfsg1/configure-1557-  as_fn_error $? "working directory cannot be determined"
##############################################
freefem++-3.61.1+dfsg1/configure-1611-case $srcdir in
freefem++-3.61.1+dfsg1/configure:1612:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
freefem++-3.61.1+dfsg1/configure-1613-esac
##############################################
freefem++-3.61.1+dfsg1/configure-1654-By default, \`make install' will install all the files in
freefem++-3.61.1+dfsg1/configure:1655:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
freefem++-3.61.1+dfsg1/configure:1656:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
freefem++-3.61.1+dfsg1/configure-1657-for instance \`--prefix=\$HOME'.
##############################################
freefem++-3.61.1+dfsg1/configure-1983-*)
freefem++-3.61.1+dfsg1/configure:1984:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
freefem++-3.61.1+dfsg1/configure-1985-  # A ".." for each directory in $ac_dir_suffix.
freefem++-3.61.1+dfsg1/configure:1986:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
freefem++-3.61.1+dfsg1/configure-1987-  case $ac_top_builddir_sub in
##############################################
freefem++-3.61.1+dfsg1/configure-2956-    *\'*)
freefem++-3.61.1+dfsg1/configure:2957:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
freefem++-3.61.1+dfsg1/configure-2958-    esac
##############################################
freefem++-3.61.1+dfsg1/configure-3039-      case $ac_val in
freefem++-3.61.1+dfsg1/configure:3040:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
freefem++-3.61.1+dfsg1/configure-3041-      esac
##############################################
freefem++-3.61.1+dfsg1/configure-3054-	case $ac_val in
freefem++-3.61.1+dfsg1/configure:3055:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
freefem++-3.61.1+dfsg1/configure-3056-	esac
##############################################
freefem++-3.61.1+dfsg1/configure-3174-    set,)
freefem++-3.61.1+dfsg1/configure:3175:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
freefem++-3.61.1+dfsg1/configure:3176:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
freefem++-3.61.1+dfsg1/configure-3177-      ac_cache_corrupted=: ;;
##############################################
freefem++-3.61.1+dfsg1/configure-3185-	# differences in whitespace do not lead to failure.
freefem++-3.61.1+dfsg1/configure:3186:	ac_old_val_w=`echo x $ac_old_val`
freefem++-3.61.1+dfsg1/configure:3187:	ac_new_val_w=`echo x $ac_new_val`
freefem++-3.61.1+dfsg1/configure-3188-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
freefem++-3.61.1+dfsg1/configure-3205-    case $ac_new_val in
freefem++-3.61.1+dfsg1/configure:3206:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
freefem++-3.61.1+dfsg1/configure-3207-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
freefem++-3.61.1+dfsg1/configure-3391-     echo "timestamp, slept: $am_has_slept" > conftest.file
freefem++-3.61.1+dfsg1/configure:3392:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
freefem++-3.61.1+dfsg1/configure-3393-     if test "$*" = "X"; then
freefem++-3.61.1+dfsg1/configure-3394-	# -L didn't work.
freefem++-3.61.1+dfsg1/configure:3395:	set X `ls -t "$srcdir/configure" conftest.file`
freefem++-3.61.1+dfsg1/configure-3396-     fi
##############################################
freefem++-3.61.1+dfsg1/configure-3442-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
freefem++-3.61.1+dfsg1/configure:3443:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
freefem++-3.61.1+dfsg1/configure-3444-
freefem++-3.61.1+dfsg1/configure-3445-# Expand $ac_aux_dir to an absolute path.
freefem++-3.61.1+dfsg1/configure:3446:am_aux_dir=`cd "$ac_aux_dir" && pwd`
freefem++-3.61.1+dfsg1/configure-3447-
##############################################
freefem++-3.61.1+dfsg1/configure-3587-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
freefem++-3.61.1+dfsg1/configure:3588:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
freefem++-3.61.1+dfsg1/configure-3589-	     'mkdir (GNU coreutils) '* | \
##############################################
freefem++-3.61.1+dfsg1/configure-3660-set x ${MAKE-make}
freefem++-3.61.1+dfsg1/configure:3661:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
freefem++-3.61.1+dfsg1/configure-3662-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
freefem++-3.61.1+dfsg1/configure-3670-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
freefem++-3.61.1+dfsg1/configure:3671:case `${MAKE-make} -f conftest.make 2>/dev/null` in
freefem++-3.61.1+dfsg1/configure-3672-  *@@@%%%=?*=@@@%%%*)
##############################################
freefem++-3.61.1+dfsg1/configure-3736-
freefem++-3.61.1+dfsg1/configure:3737:if test "`cd $srcdir && pwd`" != "`pwd`"; then
freefem++-3.61.1+dfsg1/configure-3738-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
freefem++-3.61.1+dfsg1/configure-3854-then
freefem++-3.61.1+dfsg1/configure:3855:    if test `echo $am__api_version|awk '{if($1>1.13)print "ok";}'` != ok
freefem++-3.61.1+dfsg1/configure-3856-    then
##############################################
freefem++-3.61.1+dfsg1/configure-3865-set x ${MAKE-make}
freefem++-3.61.1+dfsg1/configure:3866:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
freefem++-3.61.1+dfsg1/configure-3867-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
freefem++-3.61.1+dfsg1/configure-3875-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
freefem++-3.61.1+dfsg1/configure:3876:case `${MAKE-make} -f conftest.make 2>/dev/null` in
freefem++-3.61.1+dfsg1/configure-3877-  *@@@%%%=?*=@@@%%%*)
##############################################
freefem++-3.61.1+dfsg1/configure-4377-$as_echo_n "checking whether the C compiler works... " >&6; }
freefem++-3.61.1+dfsg1/configure:4378:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
freefem++-3.61.1+dfsg1/configure-4379-
##############################################
freefem++-3.61.1+dfsg1/configure-4421-	then :; else
freefem++-3.61.1+dfsg1/configure:4422:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
freefem++-3.61.1+dfsg1/configure-4423-	fi
##############################################
freefem++-3.61.1+dfsg1/configure-4481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
freefem++-3.61.1+dfsg1/configure:4482:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
freefem++-3.61.1+dfsg1/configure-4483-	  break;;
##############################################
freefem++-3.61.1+dfsg1/configure-4590-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
freefem++-3.61.1+dfsg1/configure:4591:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
freefem++-3.61.1+dfsg1/configure-4592-       break;;
##############################################
freefem++-3.61.1+dfsg1/configure-4898-# Ignore all kinds of additional output from 'make'.
freefem++-3.61.1+dfsg1/configure:4899:case `$am_make -s -f confmf 2> /dev/null` in #(
freefem++-3.61.1+dfsg1/configure-4900-*the\ am__doit\ target*)
##############################################
freefem++-3.61.1+dfsg1/configure-4908-   echo '.include "confinc"' > confmf
freefem++-3.61.1+dfsg1/configure:4909:   case `$am_make -s -f confmf 2> /dev/null` in #(
freefem++-3.61.1+dfsg1/configure-4910-   *the\ am__doit\ target*)
##############################################
freefem++-3.61.1+dfsg1/configure-4971-  if test "$am_compiler_list" = ""; then
freefem++-3.61.1+dfsg1/configure:4972:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
freefem++-3.61.1+dfsg1/configure-4973-  fi
##############################################
freefem++-3.61.1+dfsg1/configure-5356-  if test "$am_compiler_list" = ""; then
freefem++-3.61.1+dfsg1/configure:5357:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
freefem++-3.61.1+dfsg1/configure-5358-  fi
##############################################
freefem++-3.61.1+dfsg1/configure-6175-test "x$ac_build_alias" = x &&
freefem++-3.61.1+dfsg1/configure:6176:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
freefem++-3.61.1+dfsg1/configure-6177-test "x$ac_build_alias" = x &&
freefem++-3.61.1+dfsg1/configure-6178-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
freefem++-3.61.1+dfsg1/configure:6179:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
freefem++-3.61.1+dfsg1/configure-6180-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
freefem++-3.61.1+dfsg1/configure-6199-IFS=$ac_save_IFS
freefem++-3.61.1+dfsg1/configure:6200:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
freefem++-3.61.1+dfsg1/configure-6201-
##############################################
freefem++-3.61.1+dfsg1/configure-6210-else
freefem++-3.61.1+dfsg1/configure:6211:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
freefem++-3.61.1+dfsg1/configure-6212-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
freefem++-3.61.1+dfsg1/configure-6232-IFS=$ac_save_IFS
freefem++-3.61.1+dfsg1/configure:6233:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
freefem++-3.61.1+dfsg1/configure-6234-
##############################################
freefem++-3.61.1+dfsg1/configure-6304-  *mGLOB_options_string*)
freefem++-3.61.1+dfsg1/configure:6305:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
freefem++-3.61.1+dfsg1/configure-6306-
##############################################
freefem++-3.61.1+dfsg1/configure-6327-  *cft90*)
freefem++-3.61.1+dfsg1/configure:6328:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
freefem++-3.61.1+dfsg1/configure-6329-esac
##############################################
freefem++-3.61.1+dfsg1/configure-6412-  *mGLOB_options_string*)
freefem++-3.61.1+dfsg1/configure:6413:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
freefem++-3.61.1+dfsg1/configure-6414-
##############################################
freefem++-3.61.1+dfsg1/configure-6435-  *cft90*)
freefem++-3.61.1+dfsg1/configure:6436:    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/"//g'` ;;
freefem++-3.61.1+dfsg1/configure-6437-esac
##############################################
freefem++-3.61.1+dfsg1/configure-6511-	-YP,*)
freefem++-3.61.1+dfsg1/configure:6512:	  for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
freefem++-3.61.1+dfsg1/configure-6513-	      ac_exists=false
##############################################
freefem++-3.61.1+dfsg1/configure-6587-	    if test -z "$FLIBS" ; then
freefem++-3.61.1+dfsg1/configure:6588:#             FLIBS=`fort77 -v  a.out  2>&1|awk '/a.out/ && /fort77/  { print $(NF-2),$(NF-1)}'`
freefem++-3.61.1+dfsg1/configure-6589-#  FH to remove " "
freefem++-3.61.1+dfsg1/configure:6590:		FLIBS=`fort77 -v  a.out  2>&1|awk '/a.out/ && /fort77/  { print "echo",$(NF-2),$(NF-1)}'|sh`
freefem++-3.61.1+dfsg1/configure-6591-
##############################################
freefem++-3.61.1+dfsg1/configure-6600-		    -L*)
freefem++-3.61.1+dfsg1/configure:6601:			d=`expr $i : '-L\(.*\)'`;
freefem++-3.61.1+dfsg1/configure-6602-			echo " try $d "
##############################################
freefem++-3.61.1+dfsg1/configure-6627-		    -L*)
freefem++-3.61.1+dfsg1/configure:6628:			d=`expr $i : '-L\(.*\)'`;
freefem++-3.61.1+dfsg1/configure-6629-			if test -e "$d/libgfortran.$ff_suffix_dylib_a" -a  -e "$d/libquadmath.$ff_suffix_dylib_a"  ; then
##############################################
freefem++-3.61.1+dfsg1/configure-7839-  if test "$am_compiler_list" = ""; then
freefem++-3.61.1+dfsg1/configure:7840:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
freefem++-3.61.1+dfsg1/configure-7841-  fi
##############################################
freefem++-3.61.1+dfsg1/configure-8055-/* end confdefs.h.  */
freefem++-3.61.1+dfsg1/configure:8056:`cat $LEX_OUTPUT_ROOT.c`
freefem++-3.61.1+dfsg1/configure-8057-_ACEOF
##############################################
freefem++-3.61.1+dfsg1/configure-8088-  #define YYTEXT_POINTER 1
freefem++-3.61.1+dfsg1/configure:8089:`cat $LEX_OUTPUT_ROOT.c`
freefem++-3.61.1+dfsg1/configure-8090-_ACEOF
##############################################
freefem++-3.61.1+dfsg1/configure-8648-# Version numbering, converted to a floating point value
freefem++-3.61.1+dfsg1/configure:8649:ff_numver="`echo $VERSION|sed 's/-\(.*\)/+\1.0*0.000001/'`"
freefem++-3.61.1+dfsg1/configure-8650-
##############################################
freefem++-3.61.1+dfsg1/configure-9372-$as_echo "yes" >&6; }
freefem++-3.61.1+dfsg1/configure:9373:	CFLAGS="`echo $CFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/configure:9374:	FFLAGS="`echo $FFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/configure:9375:	CXXFLAGS="`echo $CXXFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/configure-9376-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler accepts -g" >&5
##############################################
freefem++-3.61.1+dfsg1/configure-9925-
freefem++-3.61.1+dfsg1/configure:9926:CFLAGS="`echo $CFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/configure:9927:FFLAGS="`echo $FFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/configure:9928:CXXFLAGS="`echo $CXXFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/configure-9929-
##############################################
freefem++-3.61.1+dfsg1/configure-9938-
freefem++-3.61.1+dfsg1/configure:9939:        ff_gcc4=`$CC  --version |awk  ' NR==1 {print $3}'|sed -e 's/\..*$//'`
freefem++-3.61.1+dfsg1/configure:9940:	ff_clang=`$CC  --version |awk  '/clang/  {print $4}'`
freefem++-3.61.1+dfsg1/configure-9941-	if test -n "$ff_clang" ; then ff_gcc4="llvm"; fi
##############################################
freefem++-3.61.1+dfsg1/configure-9973-	        # code cash in GC
freefem++-3.61.1+dfsg1/configure:9974:		ff_fast="`echo $ff_fast -mtune=G5 -mcpu=G5| sed 's/-fstrict-aliasing //g'`";;
freefem++-3.61.1+dfsg1/configure-9975-          ppc*) # G3 ????
##############################################
freefem++-3.61.1+dfsg1/configure-11847-  # Check for GNU $ac_path_GREP
freefem++-3.61.1+dfsg1/configure:11848:case `"$ac_path_GREP" --version 2>&1` in
freefem++-3.61.1+dfsg1/configure-11849-*GNU*)
##############################################
freefem++-3.61.1+dfsg1/configure-11913-  # Check for GNU $ac_path_EGREP
freefem++-3.61.1+dfsg1/configure:11914:case `"$ac_path_EGREP" --version 2>&1` in
freefem++-3.61.1+dfsg1/configure-11915-*GNU*)
##############################################
freefem++-3.61.1+dfsg1/configure-12082-do :
freefem++-3.61.1+dfsg1/configure:12083:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
freefem++-3.61.1+dfsg1/configure-12084-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
freefem++-3.61.1+dfsg1/configure-12087-  cat >>confdefs.h <<_ACEOF
freefem++-3.61.1+dfsg1/configure:12088:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
freefem++-3.61.1+dfsg1/configure-12089-_ACEOF
##############################################
freefem++-3.61.1+dfsg1/configure-12600-	    .|"") ff_mpi_path="$PATH";ff_defmpicxx="$ff_mpicxx";;
freefem++-3.61.1+dfsg1/configure:12601:	    *) ff_mpi_path="$ff_mpi_path";ff_defmpicxx=`expr "//$ff_mpicxx" : '.*/\(.*\)'`;;
freefem++-3.61.1+dfsg1/configure-12602-	    	esac
##############################################
freefem++-3.61.1+dfsg1/configure-12844-	if test -z "$ff_mpitype" ; then
freefem++-3.61.1+dfsg1/configure:12845:            ff_mpishow=`$MPICXX -show` 2>/dev/null
freefem++-3.61.1+dfsg1/configure:12846:            ff_mpicshow=`$MPICC -show` 2>/dev/null
freefem++-3.61.1+dfsg1/configure:12847:            ff_mpifcshow=`$MPIFC -show` 2>/dev/null
freefem++-3.61.1+dfsg1/configure-12848-	    if test "$with_mpilibs" = no -o -z "$with_mpilibs" ; then
freefem++-3.61.1+dfsg1/configure:12849:		ff_MPI_INCLUDE=`echo $ff_mpishow|tr ' ' '\n'| grep -E '^[-/][^WLlOgp]|^-Wp,'|tr '\n' ' '`
freefem++-3.61.1+dfsg1/configure-12850-		ff_MPI_LIB_DIRS=""
freefem++-3.61.1+dfsg1/configure:12851:		ff_MPI_LIB=`echo $ff_mpishow|tr ' ' '\n'| grep -E '^-[Llp]|^-Wl,'|tr '\n' ' '`
freefem++-3.61.1+dfsg1/configure:12852:		ff_MPI_LIBC=`echo $ff_mpicshow|tr ' ' '\n'| grep -E '^-[Llp]|^-Wl,'|tr '\n' ' '`
freefem++-3.61.1+dfsg1/configure:12853:		ff_MPI_LIBFC=`echo $ff_mpifcshow|tr ' ' '\n'| grep -E '^-[Llp]|^-Wl,'|grep -v 'commons,use_dylibs' |tr '\n' ' '`
freefem++-3.61.1+dfsg1/configure:12854:		ff_mpi_idir=`echo $ff_mpishow|tr ' ' '\n'| grep -E '^-I'|sed s/^-I//|tr '\n' ' '`' /usr/include'
freefem++-3.61.1+dfsg1/configure-12855-	    fi
freefem++-3.61.1+dfsg1/configure:12856:	    ff_mpi_idir=`echo $ff_MPI_INCLUDE|tr ' ' '\n'| grep -E '^-I'|sed s/^-I//|tr '\n' ' '`' /usr/include'
freefem++-3.61.1+dfsg1/configure:12857:	    ff_mpi_ldir=`echo $ff_MPI_LIB|tr ' ' '\n'| grep -E '^-[Llp]|^-Wl,'|sed -e 's/^-[Llp]//' -e 's/^-Wl,//'  |tr '\n' ' '`' /usr/lib']
freefem++-3.61.1+dfsg1/configure-12858-
##############################################
freefem++-3.61.1+dfsg1/configure-12866-	    for i in $ff_mpi_ldir; do
freefem++-3.61.1+dfsg1/configure:12867:		ff_tmp=`ls $i/libmpi.*|head -1`
freefem++-3.61.1+dfsg1/configure-12868-		if test  -f "$ff_tmp"  -a -z "$ff_MPI_LIB_DIRS"  ;then
##############################################
freefem++-3.61.1+dfsg1/configure-13229-		if test  "$ff_petsc_ok" = no ; then
freefem++-3.61.1+dfsg1/configure:13230:		    PETSC_SCALAR=`awk -F' *= *' '"PETSC_SCALAR"==$1 {print $2}' "$ffconfpetsc"`
freefem++-3.61.1+dfsg1/configure:13231:		    PETSC_MPIRUN=`awk -F' *= *' '"MPIEXEC"==$1 {print $2}' "$ffconfpetsc"`
freefem++-3.61.1+dfsg1/configure-13232-			{ $as_echo "$as_me:${as_lineno-$LINENO}:  find real ( $PETSC_SCALAR )  petsc in $ffconfpetsc" >&5
##############################################
freefem++-3.61.1+dfsg1/configure-13234-
freefem++-3.61.1+dfsg1/configure:13235:		    test  "$PETSC_SCALAR" = "real" && test  "$PETSC_MPIRUN" = "$MPIRUN" ||  cmp -s  `which "$PETSC_MPIRUN"` `which "$MPIRUN"`
freefem++-3.61.1+dfsg1/configure-13236-		    if test "$?"  -eq 0 ; then
freefem++-3.61.1+dfsg1/configure-13237-
freefem++-3.61.1+dfsg1/configure:13238:	    ff_PETSC_WITH_EXTERNAL_LIB=`awk -F'=' '"PETSC_WITH_EXTERNAL_LIB "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure:13239:	    ff_PETSC_CC_INCLUDES=`awk -F'=' '"PETSC_CC_INCLUDES "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure-13240-	   if test -n "$ff_PETSC_WITH_EXTERNAL_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13261-
freefem++-3.61.1+dfsg1/configure:13262:	    ff_PARMETIS_LIB=`awk -F'=' '"PARMETIS_LIB "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure:13263:	    ff_PARMETIS_INCLUDE=`awk -F'=' '"PARMETIS_INCLUDE "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure-13264-	   if test -n "$ff_PARMETIS_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13285-
freefem++-3.61.1+dfsg1/configure:13286:	    ff_METIS_LIB=`awk -F'=' '"METIS_LIB "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure:13287:	    ff_METIS_INCLUDE=`awk -F'=' '"METIS_INCLUDE "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure-13288-	   if test -n "$ff_METIS_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13309-
freefem++-3.61.1+dfsg1/configure:13310:	    ff_PTSCOTCH_LIB=`awk -F'=' '"PTSCOTCH_LIB "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure:13311:	    ff_PTSCOTCH_INCLUDE=`awk -F'=' '"PTSCOTCH_INCLUDE "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure-13312-	   if test -n "$ff_PTSCOTCH_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13333-
freefem++-3.61.1+dfsg1/configure:13334:	    ff_SCOTCH_LIB=`awk -F'=' '"SCOTCH_LIB "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure:13335:	    ff_SCOTCH_INCLUDE=`awk -F'=' '"SCOTCH_INCLUDE "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure-13336-	   if test -n "$ff_SCOTCH_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13357-
freefem++-3.61.1+dfsg1/configure:13358:	    ff_FFTW_LIB=`awk -F'=' '"FFTW_LIB "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure:13359:	    ff_FFTW_INCLUDE=`awk -F'=' '"FFTW_INCLUDE "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure-13360-	   if test -n "$ff_FFTW_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13381-
freefem++-3.61.1+dfsg1/configure:13382:	    ff_MUMPS_LIB=`awk -F'=' '"MUMPS_LIB "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure:13383:	    ff_MUMPS_INCLUDE=`awk -F'=' '"MUMPS_INCLUDE "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure-13384-	   if test -n "$ff_MUMPS_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13405-
freefem++-3.61.1+dfsg1/configure:13406:	    ff_SCALAPACK_LIB=`awk -F'=' '"SCALAPACK_LIB "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure:13407:	    ff_SCALAPACK_INCLUDE=`awk -F'=' '"SCALAPACK_INCLUDE "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure-13408-	   if test -n "$ff_SCALAPACK_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13429-
freefem++-3.61.1+dfsg1/configure:13430:	    ff_SUITESPARSE_LIB=`awk -F'=' '"SUITESPARSE_LIB "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure:13431:	    ff_SUITESPARSE_INCLUDE=`awk -F'=' '"SUITESPARSE_INCLUDE "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure-13432-	   if test -n "$ff_SUITESPARSE_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13453-
freefem++-3.61.1+dfsg1/configure:13454:	    ff_BLASLAPACK_LIB=`awk -F'=' '"BLASLAPACK_LIB "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure:13455:	    ff_BLASLAPACK_INCLUDE=`awk -F'=' '"BLASLAPACK_INCLUDE "==$1 {print $2}' $ffconfpetsc`
freefem++-3.61.1+dfsg1/configure-13456-	   if test -n "$ff_BLASLAPACK_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13513-	    if test -f "$ffconfpetscc" -a  "$ff_petsccomplex_ok" = no ; then
freefem++-3.61.1+dfsg1/configure:13514:		    PETSC_COMPLEX_SCALAR=`awk -F' *= *' '"PETSC_SCALAR"==$1 {print $2}' "$ffconfpetscc"`
freefem++-3.61.1+dfsg1/configure:13515:		    PETSC_COMPLEX_MPIRUN=`awk -F' *= *' '"MPIEXEC"==$1 {print $2}' "$ffconfpetscc"`
freefem++-3.61.1+dfsg1/configure-13516-		    { $as_echo "$as_me:${as_lineno-$LINENO}:  find complex ($PETSC_COMPLEX_SCALAR) petsc in $ffconfpetsc" >&5
##############################################
freefem++-3.61.1+dfsg1/configure-13518-
freefem++-3.61.1+dfsg1/configure:13519:		    test  "$PETSC_COMPLEX_SCALAR" = "complex" &&  test  "$PETSC_COMPLEX_MPIRUN" = "$MPIRUN" ||  cmp -s  `which "$PETSC_COMPLEX_MPIRUN"` `which "$MPIRUN"`
freefem++-3.61.1+dfsg1/configure-13520-		    if test "$?"  -eq 0 ; then
freefem++-3.61.1+dfsg1/configure-13521-
freefem++-3.61.1+dfsg1/configure:13522:	    ff_PETSC_WITH_EXTERNAL_LIB=`awk -F'=' '"PETSC_WITH_EXTERNAL_LIB "==$1 {print $2}' $ffconfpetscc`
freefem++-3.61.1+dfsg1/configure:13523:	    ff_PETSC_CC_INCLUDES=`awk -F'=' '"PETSC_CC_INCLUDES "==$1 {print $2}' $ffconfpetscc`
freefem++-3.61.1+dfsg1/configure-13524-	   if test -n "$ff_PETSC_WITH_EXTERNAL_LIB"; then
##############################################
freefem++-3.61.1+dfsg1/configure-13567-if test "$ff_where_lib_conf_fftw3_mpi" = 1  ; then
freefem++-3.61.1+dfsg1/configure:13568:  ff_where_fftw3=`echo $ff_where_lib_fftw3_mpi| sed -e 's/-lfftw3_mpi//g'`
freefem++-3.61.1+dfsg1/configure-13569-
##############################################
freefem++-3.61.1+dfsg1/configure-13787-do :
freefem++-3.61.1+dfsg1/configure:13788:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
freefem++-3.61.1+dfsg1/configure-13789-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
freefem++-3.61.1+dfsg1/configure-13791-  cat >>confdefs.h <<_ACEOF
freefem++-3.61.1+dfsg1/configure:13792:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
freefem++-3.61.1+dfsg1/configure-13793-_ACEOF
##############################################
freefem++-3.61.1+dfsg1/configure-14101-	if test "$ff_mkl_libpath" != "no" -a -d "$ff_mkl_libpath" ; then
freefem++-3.61.1+dfsg1/configure:14102:	    ff_mkl_root=`expr "//$ff_mkl_libpath" : '//\(.*\)/lib.*'`
freefem++-3.61.1+dfsg1/configure:14103:	    ff_mkl_arch=`expr "//$ff_mkl_libpath" : '//.*/lib/\(.*\)'`
freefem++-3.61.1+dfsg1/configure-14104-            ff_mkl_lp=_lp64
##############################################
freefem++-3.61.1+dfsg1/configure-14897-$as_echo_n "checking for libarpack with locate... " >&6; }
freefem++-3.61.1+dfsg1/configure:14898:        ff_lib_arpack=`locate libarpack|grep  'libarpack.*.a$'|head -1`
freefem++-3.61.1+dfsg1/configure-14899-	LIBS="$ff_lib_arpack $LIBS"
##############################################
freefem++-3.61.1+dfsg1/configure-15090-do :
freefem++-3.61.1+dfsg1/configure:15091:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
freefem++-3.61.1+dfsg1/configure-15092-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
freefem++-3.61.1+dfsg1/configure-15094-  cat >>confdefs.h <<_ACEOF
freefem++-3.61.1+dfsg1/configure:15095:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
freefem++-3.61.1+dfsg1/configure-15096-_ACEOF
freefem++-3.61.1+dfsg1/configure-15097- ff_umfpack_header=yes
freefem++-3.61.1+dfsg1/configure:15098:	ff_umfpack_dir=`dirname $ac_header`
freefem++-3.61.1+dfsg1/configure-15099-	break
##############################################
freefem++-3.61.1+dfsg1/configure-15452-do :
freefem++-3.61.1+dfsg1/configure:15453:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
freefem++-3.61.1+dfsg1/configure-15454-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
freefem++-3.61.1+dfsg1/configure-15456-  cat >>confdefs.h <<_ACEOF
freefem++-3.61.1+dfsg1/configure:15457:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
freefem++-3.61.1+dfsg1/configure-15458-_ACEOF
##############################################
freefem++-3.61.1+dfsg1/configure-15626-do :
freefem++-3.61.1+dfsg1/configure:15627:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
freefem++-3.61.1+dfsg1/configure-15628-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
freefem++-3.61.1+dfsg1/configure-15630-  cat >>confdefs.h <<_ACEOF
freefem++-3.61.1+dfsg1/configure:15631:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
freefem++-3.61.1+dfsg1/configure-15632-_ACEOF
##############################################
freefem++-3.61.1+dfsg1/configure-16521-  else
freefem++-3.61.1+dfsg1/configure:16522:    GSL_CFLAGS=`$GSL_CONFIG --cflags`
freefem++-3.61.1+dfsg1/configure:16523:    GSL_LIBS=`$GSL_CONFIG --libs`
freefem++-3.61.1+dfsg1/configure-16524-
##############################################
freefem++-3.61.1+dfsg1/configure-19806-$as_echo_n "checking kernel version... " >&6; }
freefem++-3.61.1+dfsg1/configure:19807:	ff_kernel_version=`cat /proc/version|perl -e '<STDIN>=~/(\d+\.\d+\.\d+)/;print $1;'`
freefem++-3.61.1+dfsg1/configure-19808-	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ff_kernel_version" >&5
##############################################
freefem++-3.61.1+dfsg1/configure-19814-$as_echo_n "checking libc version... " >&6; }
freefem++-3.61.1+dfsg1/configure:19815:	ff_libc_version=`ldd /bin/sh | awk '/libc/{print $3}' | xargs readlink | sed -e 's/\.so$//'`
freefem++-3.61.1+dfsg1/configure-19816-	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ff_libc_version" >&5
##############################################
freefem++-3.61.1+dfsg1/configure-19888-  # Check for GNU $ac_path_SED
freefem++-3.61.1+dfsg1/configure:19889:case `"$ac_path_SED" --version 2>&1` in
freefem++-3.61.1+dfsg1/configure-19890-*GNU*)
##############################################
freefem++-3.61.1+dfsg1/configure-20216-
freefem++-3.61.1+dfsg1/configure:20217:                        for arg in `$H5FC -show`
freefem++-3.61.1+dfsg1/configure-20218-            do
##############################################
freefem++-3.61.1+dfsg1/configure-20780-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
freefem++-3.61.1+dfsg1/configure:20781:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
freefem++-3.61.1+dfsg1/configure-20782-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
freefem++-3.61.1+dfsg1/configure-20895-if test -z "$BASH_VERSION$ZSH_VERSION" \
freefem++-3.61.1+dfsg1/configure:20896:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
freefem++-3.61.1+dfsg1/configure-20897-  as_echo='print -r --'
freefem++-3.61.1+dfsg1/configure-20898-  as_echo_n='print -rn --'
freefem++-3.61.1+dfsg1/configure:20899:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
freefem++-3.61.1+dfsg1/configure-20900-  as_echo='printf %s\n'
##############################################
freefem++-3.61.1+dfsg1/configure-20902-else
freefem++-3.61.1+dfsg1/configure:20903:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
freefem++-3.61.1+dfsg1/configure-20904-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
freefem++-3.61.1+dfsg1/configure-20912-	expr "X$arg" : "X\\(.*\\)$as_nl";
freefem++-3.61.1+dfsg1/configure:20913:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
freefem++-3.61.1+dfsg1/configure-20914-      esac;
##############################################
freefem++-3.61.1+dfsg1/configure-20989-# ----------------------------------------
freefem++-3.61.1+dfsg1/configure:20990:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
freefem++-3.61.1+dfsg1/configure-20991-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
freefem++-3.61.1+dfsg1/configure-21061-  {
freefem++-3.61.1+dfsg1/configure:21062:    as_val=`expr "$@" || test $? -eq 1`
freefem++-3.61.1+dfsg1/configure-21063-  }
##############################################
freefem++-3.61.1+dfsg1/configure-21165-      case $as_dir in #(
freefem++-3.61.1+dfsg1/configure:21166:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
freefem++-3.61.1+dfsg1/configure-21167-      *) as_qdir=$as_dir;;
##############################################
freefem++-3.61.1+dfsg1/configure-21300-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
freefem++-3.61.1+dfsg1/configure:21301:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
freefem++-3.61.1+dfsg1/configure-21302-ac_cs_version="\\
##############################################
freefem++-3.61.1+dfsg1/configure-21325-  --*=?*)
freefem++-3.61.1+dfsg1/configure:21326:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
freefem++-3.61.1+dfsg1/configure:21327:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
freefem++-3.61.1+dfsg1/configure-21328-    ac_shift=:
##############################################
freefem++-3.61.1+dfsg1/configure-21330-  --*=)
freefem++-3.61.1+dfsg1/configure:21331:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
freefem++-3.61.1+dfsg1/configure-21332-    ac_optarg=
##############################################
freefem++-3.61.1+dfsg1/configure-21354-    case $ac_optarg in
freefem++-3.61.1+dfsg1/configure:21355:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
freefem++-3.61.1+dfsg1/configure-21356-    '') as_fn_error $? "missing file argument" ;;
##############################################
freefem++-3.61.1+dfsg1/configure-21362-    case $ac_optarg in
freefem++-3.61.1+dfsg1/configure:21363:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
freefem++-3.61.1+dfsg1/configure-21364-    esac
##############################################
freefem++-3.61.1+dfsg1/configure-21518-fi
freefem++-3.61.1+dfsg1/configure:21519:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
freefem++-3.61.1+dfsg1/configure-21520-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
freefem++-3.61.1+dfsg1/configure-21535-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
freefem++-3.61.1+dfsg1/configure:21536:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
freefem++-3.61.1+dfsg1/configure-21537-ac_delim='%!_!# '
##############################################
freefem++-3.61.1+dfsg1/configure-21541-
freefem++-3.61.1+dfsg1/configure:21542:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
freefem++-3.61.1+dfsg1/configure-21543-  if test $ac_delim_n = $ac_delim_num; then
##############################################
freefem++-3.61.1+dfsg1/configure-21679-for ac_last_try in false false :; do
freefem++-3.61.1+dfsg1/configure:21680:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
freefem++-3.61.1+dfsg1/configure-21681-  if test -z "$ac_tt"; then
##############################################
freefem++-3.61.1+dfsg1/configure-21811-      esac
freefem++-3.61.1+dfsg1/configure:21812:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
freefem++-3.61.1+dfsg1/configure-21813-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
freefem++-3.61.1+dfsg1/configure-21870-*)
freefem++-3.61.1+dfsg1/configure:21871:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
freefem++-3.61.1+dfsg1/configure-21872-  # A ".." for each directory in $ac_dir_suffix.
freefem++-3.61.1+dfsg1/configure:21873:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
freefem++-3.61.1+dfsg1/configure-21874-  case $ac_top_builddir_sub in
##############################################
freefem++-3.61.1+dfsg1/configure-21931-/@mandir@/p'
freefem++-3.61.1+dfsg1/configure:21932:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
freefem++-3.61.1+dfsg1/configure-21933-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
freefem++-3.61.1+dfsg1/configure-21948-
freefem++-3.61.1+dfsg1/configure:21949:# Neutralize VPATH when `$srcdir' = `.'.
freefem++-3.61.1+dfsg1/configure-21950-# Shell code in configure.ac might set extrasub.
##############################################
freefem++-3.61.1+dfsg1/configure-21976-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
freefem++-3.61.1+dfsg1/configure:21977:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
freefem++-3.61.1+dfsg1/configure-21978-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
freefem++-3.61.1+dfsg1/configure-22022-    * )
freefem++-3.61.1+dfsg1/configure:22023:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
freefem++-3.61.1+dfsg1/configure-22024-  esac
##############################################
freefem++-3.61.1+dfsg1/configure-22069-    # Strip MF so we end up with the name of the file.
freefem++-3.61.1+dfsg1/configure:22070:    mf=`echo "$mf" | sed -e 's/:.*$//'`
freefem++-3.61.1+dfsg1/configure-22071-    # Check whether this is an Automake generated Makefile or not.
##############################################
freefem++-3.61.1+dfsg1/configure-22106-    # from the Makefile without running 'make'.
freefem++-3.61.1+dfsg1/configure:22107:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
freefem++-3.61.1+dfsg1/configure-22108-    test -z "$DEPDIR" && continue
freefem++-3.61.1+dfsg1/configure:22109:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
freefem++-3.61.1+dfsg1/configure-22110-    test -z "$am__include" && continue
freefem++-3.61.1+dfsg1/configure:22111:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
freefem++-3.61.1+dfsg1/configure-22112-    # Find all dependency output files, they are included files with
##############################################
freefem++-3.61.1+dfsg1/ylwrap-47-# The directory holding the input.
freefem++-3.61.1+dfsg1/ylwrap:48:input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
freefem++-3.61.1+dfsg1/ylwrap-49-# Quote $INPUT_DIR so we can use it in a regexp.
freefem++-3.61.1+dfsg1/ylwrap-50-# FIXME: really we should care about more than `.' and `\'.
freefem++-3.61.1+dfsg1/ylwrap:51:input_rx=`echo "$input_dir" | sed -e 's,\\\\,\\\\\\\\,g' -e 's,\\.,\\\\.,g'`
freefem++-3.61.1+dfsg1/ylwrap-52-
##############################################
freefem++-3.61.1+dfsg1/FreeFem++-CoCoa.in-7-#
freefem++-3.61.1+dfsg1/FreeFem++-CoCoa.in:8:dir=`dirname $0`;
freefem++-3.61.1+dfsg1/FreeFem++-CoCoa.in-9-ff="@bindir@/FreeFem++"
##############################################
freefem++-3.61.1+dfsg1/FreeFem++-CoCoa.in-19-
freefem++-3.61.1+dfsg1/FreeFem++-CoCoa.in:20: d=`dirname "$i"`;
freefem++-3.61.1+dfsg1/FreeFem++-CoCoa.in:21: f=`basename "$i"`;
freefem++-3.61.1+dfsg1/FreeFem++-CoCoa.in-22- if [ -f "$i"  ] ; then
freefem++-3.61.1+dfsg1/FreeFem++-CoCoa.in:23:     np=`awk -v npo=$np '$1=="//" && $2=="NBPROC" { if( vv == ""){ print $3;}; vv=1}' "$i"`
freefem++-3.61.1+dfsg1/FreeFem++-CoCoa.in:24:     npa=`awk -v npo=$np '$1=="//" && $2=="PARAM" { if( vv == ""){ for(i=3;i<=NF;++i)print $i;}; vv=1}' "$i"`
freefem++-3.61.1+dfsg1/FreeFem++-CoCoa.in-25-     # echo  --- $np -- $npa  --------
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.am-12-	(echo "NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/examples++/Makefile.am:13:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++/Makefile.am-14-		echo ' cout << "--------- file : '$$i' --------------------------------------------------------" << endl;' ;\
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-51-  { \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-53-  }; \
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-146-}
freefem++-3.61.1+dfsg1/examples++/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem++-3.61.1+dfsg1/examples++/Makefile.in-148-am__vpath_adj = case $$p in \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-150-    *) f=$$p;; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-151-  esac;
freefem++-3.61.1+dfsg1/examples++/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freefem++-3.61.1+dfsg1/examples++/Makefile.in-153-am__install_max = 40
freefem++-3.61.1+dfsg1/examples++/Makefile.in-154-am__nobase_strip_setup = \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freefem++-3.61.1+dfsg1/examples++/Makefile.in-156-am__nobase_strip = \
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-274-case "$@" in						\
freefem++-3.61.1+dfsg1/examples++/Makefile.in:275:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freefem++-3.61.1+dfsg1/examples++/Makefile.in-276-    *) am__odir=.;; 					\
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-304-  bases='$(TEST_LOGS)'; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:305:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:306:  bases=`echo $$bases`
freefem++-3.61.1+dfsg1/examples++/Makefile.in-307-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-316-        */*) b='$*';; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:317:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-318-       esac;; \
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-676-	if test -n "$$redo_bases"; then \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:677:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:678:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-679-	  if $(am__make_dryrun); then :; else \
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-701-	ws='[ 	]'; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:702:	results=`for b in $$bases; do echo $$b.trs; done`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-703-	test -n "$$results" || results=/dev/null; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:704:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:705:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:706:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:707:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:708:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:709:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:710:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:711:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-712-	  success=true; \
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-780-	@set +e; $(am__set_TESTS_bases); \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:781:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:782:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:783:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-784-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-790-	         | $(am__list_recheck_tests)` || exit 1; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:791:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:792:	log_list=`echo $$log_list`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-793-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-966-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/examples++/Makefile.in:967:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:968:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-969-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-980-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:981:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-982-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/examples++/Makefile.in-1120-	(echo "NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/examples++/Makefile.in:1121:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++/Makefile.in-1122-		echo ' cout << "--------- file : '$$i' --------------------------------------------------------" << endl;' ;\
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.am-13-	(echo "NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.am:14:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.am-15-		echo ' cout << "--------- file : '$$i' --------------------------------------------------------" << endl;' ;\
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-49-  { \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-51-  }; \
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-144-}
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:145:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-146-am__vpath_adj = case $$p in \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:147:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-148-    *) f=$$p;; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-149-  esac;
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:150:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-151-am__install_max = 40
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-152-am__nobase_strip_setup = \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:153:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-154-am__nobase_strip = \
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-272-case "$@" in						\
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:273:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-274-    *) am__odir=.;; 					\
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-302-  bases='$(TEST_LOGS)'; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:303:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:304:  bases=`echo $$bases`
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-305-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-314-        */*) b='$*';; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:315:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-316-       esac;; \
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-675-	if test -n "$$redo_bases"; then \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:676:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:677:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-678-	  if $(am__make_dryrun); then :; else \
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-700-	ws='[ 	]'; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:701:	results=`for b in $$bases; do echo $$b.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-702-	test -n "$$results" || results=/dev/null; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:703:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:704:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:705:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:706:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:707:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:708:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:709:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:710:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-711-	  success=true; \
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-779-	@set +e; $(am__set_TESTS_bases); \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:780:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:781:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:782:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-783-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-789-	         | $(am__list_recheck_tests)` || exit 1; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:790:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:791:	log_list=`echo $$log_list`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-792-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-895-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:896:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:897:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-898-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-909-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:910:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-911-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-1051-	(echo "NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in:1052:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++-eigen/Makefile.in-1053-		echo ' cout << "--------- file : '$$i' --------------------------------------------------------" << endl;' ;\
##############################################
freefem++-3.61.1+dfsg1/acoptim.m4-60-	AC_MSG_RESULT(yes)
freefem++-3.61.1+dfsg1/acoptim.m4:61:	CFLAGS="`echo $CFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/acoptim.m4:62:	FFLAGS="`echo $FFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/acoptim.m4:63:	CXXFLAGS="`echo $CXXFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/acoptim.m4-64-        CHECK_COMPILE_FLAG(C,-g,CFLAGS)
##############################################
freefem++-3.61.1+dfsg1/acoptim.m4-117-
freefem++-3.61.1+dfsg1/acoptim.m4:118:CFLAGS="`echo $CFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/acoptim.m4:119:FFLAGS="`echo $FFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/acoptim.m4:120:CXXFLAGS="`echo $CXXFLAGS | sed 's/-O2//g'`"
freefem++-3.61.1+dfsg1/acoptim.m4-121-
##############################################
freefem++-3.61.1+dfsg1/acoptim.m4-129-
freefem++-3.61.1+dfsg1/acoptim.m4:130:        ff_gcc4=`$CC  --version |awk  ' NR==1 {print $3}'|sed -e 's/\..*$//'` 
freefem++-3.61.1+dfsg1/acoptim.m4:131:	ff_clang=`$CC  --version |awk  '/clang/  {print $4}'`
freefem++-3.61.1+dfsg1/acoptim.m4-132-	if test -n "$ff_clang" ; then ff_gcc4="llvm"; fi
##############################################
freefem++-3.61.1+dfsg1/acoptim.m4-162-	        # code cash in GC
freefem++-3.61.1+dfsg1/acoptim.m4:163:		ff_fast="`echo $ff_fast -mtune=G5 -mcpu=G5| sed 's/-fstrict-aliasing //g'`";;
freefem++-3.61.1+dfsg1/acoptim.m4-164-          ppc*) # G3 ????
##############################################
freefem++-3.61.1+dfsg1/acmpi.m4-64-#   if "$MPIRUN" != no ; tehn 
freefem++-3.61.1+dfsg1/acmpi.m4:65:    with_mpipath=`AS_DIRNAME(["$MPIRUN"])`
freefem++-3.61.1+dfsg1/acmpi.m4:66:    with_mpipath=`AS_DIRNAME(["$with_mpipath"])`
freefem++-3.61.1+dfsg1/acmpi.m4-67-#    echo " ***** with_mpipath $with_mpipath \n"
##############################################
freefem++-3.61.1+dfsg1/acmpi.m4-191-then
freefem++-3.61.1+dfsg1/acmpi.m4:192:	ff_mpi_path=`AS_DIRNAME(["$MPIRUN"])`
freefem++-3.61.1+dfsg1/acmpi.m4-193-	dnl	echo "ff_mpi_path '$ff_mpi_path' .............."
##############################################
freefem++-3.61.1+dfsg1/acmpi.m4-195-	    .|"") ff_mpi_path="$PATH";ff_defmpicxx="$ff_mpicxx";;
freefem++-3.61.1+dfsg1/acmpi.m4:196:	    *) ff_mpi_path="$ff_mpi_path";ff_defmpicxx=`expr "//$ff_mpicxx" : '.*/\(.*\)'`;; 
freefem++-3.61.1+dfsg1/acmpi.m4-197-	    dnl if also  add $PATH they  could be missing some different mpi version... 
##############################################
freefem++-3.61.1+dfsg1/acmpi.m4-279-	if test -z "$ff_mpitype" ; then 
freefem++-3.61.1+dfsg1/acmpi.m4:280:            ff_mpishow=`$MPICXX -show` 2>/dev/null
freefem++-3.61.1+dfsg1/acmpi.m4:281:            ff_mpicshow=`$MPICC -show` 2>/dev/null
freefem++-3.61.1+dfsg1/acmpi.m4:282:            ff_mpifcshow=`$MPIFC -show` 2>/dev/null
freefem++-3.61.1+dfsg1/acmpi.m4-283-	    if test "$with_mpilibs" = no -o -z "$with_mpilibs" ; then	 
freefem++-3.61.1+dfsg1/acmpi.m4:284:		[ff_MPI_INCLUDE=`echo $ff_mpishow|tr ' ' '\n'| grep -E '^[-/][^WLlOgp]|^-Wp,'|tr '\n' ' '`]
freefem++-3.61.1+dfsg1/acmpi.m4-285-		ff_MPI_LIB_DIRS=""
freefem++-3.61.1+dfsg1/acmpi.m4:286:		[ff_MPI_LIB=`echo $ff_mpishow|tr ' ' '\n'| grep -E '^-[Llp]|^-Wl,'|tr '\n' ' '`]
freefem++-3.61.1+dfsg1/acmpi.m4:287:		[ff_MPI_LIBC=`echo $ff_mpicshow|tr ' ' '\n'| grep -E '^-[Llp]|^-Wl,'|tr '\n' ' '`]
freefem++-3.61.1+dfsg1/acmpi.m4:288:		[ff_MPI_LIBFC=`echo $ff_mpifcshow|tr ' ' '\n'| grep -E '^-[Llp]|^-Wl,'|grep -v 'commons,use_dylibs' |tr '\n' ' '`]
freefem++-3.61.1+dfsg1/acmpi.m4:289:		[ff_mpi_idir=`echo $ff_mpishow|tr ' ' '\n'| grep -E '^-I'|sed s/^-I//|tr '\n' ' '`' /usr/include']
freefem++-3.61.1+dfsg1/acmpi.m4-290-	    fi
freefem++-3.61.1+dfsg1/acmpi.m4:291:	    [ff_mpi_idir=`echo $ff_MPI_INCLUDE|tr ' ' '\n'| grep -E '^-I'|sed s/^-I//|tr '\n' ' '`' /usr/include']
freefem++-3.61.1+dfsg1/acmpi.m4:292:	    [ff_mpi_ldir=`echo $ff_MPI_LIB|tr ' ' '\n'| grep -E '^-[Llp]|^-Wl,'|sed -e 's/^-[Llp]//' -e 's/^-Wl,]//'  |tr '\n' ' '`' /usr/lib']
freefem++-3.61.1+dfsg1/acmpi.m4-293-	    
##############################################
freefem++-3.61.1+dfsg1/acmpi.m4-301-	    for i in $ff_mpi_ldir; do
freefem++-3.61.1+dfsg1/acmpi.m4:302:		ff_tmp=`ls $i/libmpi.*|head -1`
freefem++-3.61.1+dfsg1/acmpi.m4-303-		if test  -f "$ff_tmp"  -a -z "$ff_MPI_LIB_DIRS"  ;then
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-49-  { \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-51-  }; \
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-144-}
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:145:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-146-am__vpath_adj = case $$p in \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:147:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-148-    *) f=$$p;; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-149-  esac;
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:150:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-151-am__install_max = 40
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-152-am__nobase_strip_setup = \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:153:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-154-am__nobase_strip = \
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-272-case "$@" in						\
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:273:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-274-    *) am__odir=.;; 					\
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-302-  bases='$(TEST_LOGS)'; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:303:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:304:  bases=`echo $$bases`
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-305-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-314-        */*) b='$*';; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:315:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-316-       esac;; \
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-676-	if test -n "$$redo_bases"; then \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:677:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:678:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-679-	  if $(am__make_dryrun); then :; else \
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-701-	ws='[ 	]'; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:702:	results=`for b in $$bases; do echo $$b.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-703-	test -n "$$results" || results=/dev/null; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:704:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:705:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:706:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:707:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:708:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:709:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:710:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:711:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-712-	  success=true; \
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-780-	@set +e; $(am__set_TESTS_bases); \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:781:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:782:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:783:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-784-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-790-	         | $(am__list_recheck_tests)` || exit 1; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:791:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:792:	log_list=`echo $$log_list`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-793-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-819-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:820:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:821:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-822-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-833-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in:834:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/examples++-other/Makefile.in-835-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/config.guess-34-
freefem++-3.61.1+dfsg1/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
freefem++-3.61.1+dfsg1/config.guess-36-
##############################################
freefem++-3.61.1+dfsg1/config.guess-102-: ${TMPDIR=/tmp} ;
freefem++-3.61.1+dfsg1/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
freefem++-3.61.1+dfsg1/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
freefem++-3.61.1+dfsg1/config.guess-151-	EOF
freefem++-3.61.1+dfsg1/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
freefem++-3.61.1+dfsg1/config.guess-153-	;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-181-	    earmv*)
freefem++-3.61.1+dfsg1/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
freefem++-3.61.1+dfsg1/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
freefem++-3.61.1+dfsg1/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
freefem++-3.61.1+dfsg1/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
freefem++-3.61.1+dfsg1/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
freefem++-3.61.1+dfsg1/config.guess-212-		;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-223-	    *)
freefem++-3.61.1+dfsg1/config.guess:224:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
freefem++-3.61.1+dfsg1/config.guess-225-		;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-254-	*4.0)
freefem++-3.61.1+dfsg1/config.guess:255:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
freefem++-3.61.1+dfsg1/config.guess-256-		;;
freefem++-3.61.1+dfsg1/config.guess-257-	*5.*)
freefem++-3.61.1+dfsg1/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
freefem++-3.61.1+dfsg1/config.guess-259-		;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-264-	# types through head -n 1, so we only detect the type of CPU 0.
freefem++-3.61.1+dfsg1/config.guess:265:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
freefem++-3.61.1+dfsg1/config.guess-266-	case "$ALPHA_CPU_TYPE" in
##############################################
freefem++-3.61.1+dfsg1/config.guess-302-	# 1.2 uses "1.2" for uname -r.
freefem++-3.61.1+dfsg1/config.guess:303:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
freefem++-3.61.1+dfsg1/config.guess-304-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
freefem++-3.61.1+dfsg1/config.guess-362-    s390x:SunOS:*:*)
freefem++-3.61.1+dfsg1/config.guess:363:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem++-3.61.1+dfsg1/config.guess-364-	exit ;;
freefem++-3.61.1+dfsg1/config.guess-365-    sun4H:SunOS:5.*:*)
freefem++-3.61.1+dfsg1/config.guess:366:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem++-3.61.1+dfsg1/config.guess-367-	exit ;;
freefem++-3.61.1+dfsg1/config.guess-368-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
freefem++-3.61.1+dfsg1/config.guess:369:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem++-3.61.1+dfsg1/config.guess-370-	exit ;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-387-	fi
freefem++-3.61.1+dfsg1/config.guess:388:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem++-3.61.1+dfsg1/config.guess-389-	exit ;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-393-	# it's likely to be more like Solaris than SunOS4.
freefem++-3.61.1+dfsg1/config.guess:394:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem++-3.61.1+dfsg1/config.guess-395-	exit ;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-402-	# Japanese Language versions have a version number like `4.1.3-JL'.
freefem++-3.61.1+dfsg1/config.guess:403:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
freefem++-3.61.1+dfsg1/config.guess-404-	exit ;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-408-    sun*:*:4.2BSD:*)
freefem++-3.61.1+dfsg1/config.guess:409:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
freefem++-3.61.1+dfsg1/config.guess-410-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
freefem++-3.61.1+dfsg1/config.guess-490-	$CC_FOR_BUILD -o $dummy $dummy.c &&
freefem++-3.61.1+dfsg1/config.guess:491:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
freefem++-3.61.1+dfsg1/config.guess:492:	  SYSTEM_NAME=`$dummy $dummyarg` &&
freefem++-3.61.1+dfsg1/config.guess-493-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
freefem++-3.61.1+dfsg1/config.guess-546-    *:IRIX*:*:*)
freefem++-3.61.1+dfsg1/config.guess:547:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
freefem++-3.61.1+dfsg1/config.guess-548-	exit ;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-576-EOF
freefem++-3.61.1+dfsg1/config.guess:577:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
freefem++-3.61.1+dfsg1/config.guess-578-		then
##############################################
freefem++-3.61.1+dfsg1/config.guess-589-    *:AIX:*:[4567])
freefem++-3.61.1+dfsg1/config.guess:590:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
freefem++-3.61.1+dfsg1/config.guess-591-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
freefem++-3.61.1+dfsg1/config.guess-625-    9000/[34678]??:HP-UX:*:*)
freefem++-3.61.1+dfsg1/config.guess:626:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
freefem++-3.61.1+dfsg1/config.guess-627-	case "${UNAME_MACHINE}" in
##############################################
freefem++-3.61.1+dfsg1/config.guess-679-EOF
freefem++-3.61.1+dfsg1/config.guess:680:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
freefem++-3.61.1+dfsg1/config.guess-681-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
freefem++-3.61.1+dfsg1/config.guess-707-    ia64:HP-UX:*:*)
freefem++-3.61.1+dfsg1/config.guess:708:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
freefem++-3.61.1+dfsg1/config.guess-709-	echo ia64-hp-hpux${HPUX_REV}
##############################################
freefem++-3.61.1+dfsg1/config.guess-737-EOF
freefem++-3.61.1+dfsg1/config.guess:738:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
freefem++-3.61.1+dfsg1/config.guess-739-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
freefem++-3.61.1+dfsg1/config.guess-808-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
freefem++-3.61.1+dfsg1/config.guess:809:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
freefem++-3.61.1+dfsg1/config.guess-810-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
freefem++-3.61.1+dfsg1/config.guess-813-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
freefem++-3.61.1+dfsg1/config.guess:814:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
freefem++-3.61.1+dfsg1/config.guess-815-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
freefem++-3.61.1+dfsg1/config.guess-829-	    amd64)
freefem++-3.61.1+dfsg1/config.guess:830:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
freefem++-3.61.1+dfsg1/config.guess-831-	    *)
freefem++-3.61.1+dfsg1/config.guess:832:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
freefem++-3.61.1+dfsg1/config.guess-833-	esac
##############################################
freefem++-3.61.1+dfsg1/config.guess-887-    prep*:SunOS:5.*:*)
freefem++-3.61.1+dfsg1/config.guess:888:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
freefem++-3.61.1+dfsg1/config.guess-889-	exit ;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-891-	# the GNU system
freefem++-3.61.1+dfsg1/config.guess:892:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
freefem++-3.61.1+dfsg1/config.guess-893-	exit ;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-895-	# other systems with GNU libc and userland
freefem++-3.61.1+dfsg1/config.guess:896:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
freefem++-3.61.1+dfsg1/config.guess-897-	exit ;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-986-EOF
freefem++-3.61.1+dfsg1/config.guess:987:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
freefem++-3.61.1+dfsg1/config.guess-988-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
freefem++-3.61.1+dfsg1/config.guess-1080-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
freefem++-3.61.1+dfsg1/config.guess:1081:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
freefem++-3.61.1+dfsg1/config.guess-1082-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
freefem++-3.61.1+dfsg1/config.guess-1280-	fi
freefem++-3.61.1+dfsg1/config.guess:1281:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
freefem++-3.61.1+dfsg1/config.guess-1282-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
freefem++-3.61.1+dfsg1/config.guess-1365-    *:DragonFly:*:*)
freefem++-3.61.1+dfsg1/config.guess:1366:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
freefem++-3.61.1+dfsg1/config.guess-1367-	exit ;;
##############################################
freefem++-3.61.1+dfsg1/config.guess-1378-    i*86:skyos:*:*)
freefem++-3.61.1+dfsg1/config.guess:1379:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
freefem++-3.61.1+dfsg1/config.guess-1380-	exit ;;
##############################################
freefem++-3.61.1+dfsg1/copysharedlibs.sh-19-# List all shared libs
freefem++-3.61.1+dfsg1/copysharedlibs.sh:20:libs=`ldd $1|awk '{print $3}'`
freefem++-3.61.1+dfsg1/copysharedlibs.sh-21-if test "$libs" != "dynamic" -a "$libs" != ""
##############################################
freefem++-3.61.1+dfsg1/CheckAllEdp-37-	    ## Exec error :
freefem++-3.61.1+dfsg1/CheckAllEdp:38:	    errl=`grep 'error Compile error : Error load' $i-out`
freefem++-3.61.1+dfsg1/CheckAllEdp:39:	    errC=`grep 'error Compile error :' $i-out`
freefem++-3.61.1+dfsg1/CheckAllEdp:40:	    errX=`grep 'Exec error :' $i-out`
freefem++-3.61.1+dfsg1/CheckAllEdp:41:	    errA=`grep 'Exec error : exec assert' $i-out`
freefem++-3.61.1+dfsg1/CheckAllEdp-42-	  #  echo "$RES,$SIG,$errC,$errA."
##############################################
freefem++-3.61.1+dfsg1/depcomp-34-if test -z "$depfile"; then
freefem++-3.61.1+dfsg1/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
freefem++-3.61.1+dfsg1/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
freefem++-3.61.1+dfsg1/depcomp-37-   if test "$dir" = "$object"; then
##############################################
freefem++-3.61.1+dfsg1/depcomp-43-
freefem++-3.61.1+dfsg1/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
freefem++-3.61.1+dfsg1/depcomp-45-
##############################################
freefem++-3.61.1+dfsg1/depcomp-178-  # Version 6 uses the directory in both cases.
freefem++-3.61.1+dfsg1/depcomp:179:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
freefem++-3.61.1+dfsg1/depcomp-180-  tmpdepfile="$stripped.u"
##############################################
freefem++-3.61.1+dfsg1/depcomp-189-  else
freefem++-3.61.1+dfsg1/depcomp:190:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
freefem++-3.61.1+dfsg1/depcomp-191-    tmpdepfile="$stripped.u"
##############################################
freefem++-3.61.1+dfsg1/depcomp-203-    # Do two passes, one to just change these to
freefem++-3.61.1+dfsg1/depcomp:204:    # `$object: dependent.h' and one to simply `dependent.h:'.
freefem++-3.61.1+dfsg1/depcomp-205-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
freefem++-3.61.1+dfsg1/depcomp-244-  # Do two passes, one to just change these to
freefem++-3.61.1+dfsg1/depcomp:245:  # `$object: dependent.h' and one to simply `dependent.h:'.
freefem++-3.61.1+dfsg1/depcomp-246-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
freefem++-3.61.1+dfsg1/depcomp-259-   # Subdirectories are respected.
freefem++-3.61.1+dfsg1/depcomp:260:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
freefem++-3.61.1+dfsg1/depcomp-261-   test "x$dir" = "x$object" && dir=
freefem++-3.61.1+dfsg1/depcomp:262:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
freefem++-3.61.1+dfsg1/depcomp-263-
##############################################
freefem++-3.61.1+dfsg1/depcomp-382-  done
freefem++-3.61.1+dfsg1/depcomp:383:  obj_suffix="`echo $object | sed 's/^.*\././'`"
freefem++-3.61.1+dfsg1/depcomp-384-  touch "$tmpdepfile"
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.am-13-	(echo "NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.am:14:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.am-15-		echo ' cout << "--------- file : '$$i' --------------------------------------------------------" << endl;' ;\
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-51-  { \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-53-  }; \
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-146-}
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-148-am__vpath_adj = case $$p in \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-150-    *) f=$$p;; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-151-  esac;
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-153-am__install_max = 40
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-154-am__nobase_strip_setup = \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-156-am__nobase_strip = \
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-274-case "$@" in						\
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:275:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-276-    *) am__odir=.;; 					\
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-304-  bases='$(TEST_LOGS)'; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:305:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:306:  bases=`echo $$bases`
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-307-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-316-        */*) b='$*';; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:317:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-318-       esac;; \
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-678-	if test -n "$$redo_bases"; then \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:679:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:680:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-681-	  if $(am__make_dryrun); then :; else \
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-703-	ws='[ 	]'; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:704:	results=`for b in $$bases; do echo $$b.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-705-	test -n "$$results" || results=/dev/null; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:706:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:707:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:708:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:709:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:710:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:711:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:712:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:713:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-714-	  success=true; \
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-782-	@set +e; $(am__set_TESTS_bases); \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:783:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:784:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:785:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-786-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-792-	         | $(am__list_recheck_tests)` || exit 1; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:793:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:794:	log_list=`echo $$log_list`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-795-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-947-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:948:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:949:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-950-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-961-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:962:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-963-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-1101-	(echo "NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in:1102:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++-chapt3/Makefile.in-1103-		echo ' cout << "--------- file : '$$i' --------------------------------------------------------" << endl;' ;\
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/nolinear-elas.edp-11-//   $ dJ(u,u,uu,vv) = int dF2(u,v,uu,vv) df(F2(u,v)) $
freefem++-3.61.1+dfsg1/examples++-tutorial/nolinear-elas.edp:12://   where $F2 =  (^t {E}  A {E} ) $,
freefem++-3.61.1+dfsg1/examples++-tutorial/nolinear-elas.edp-13-//   $E(U) =  1/2 (\nabla U + \nabla U^t + \nabla U^t  \nabla U) $
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.am-14-	(echo "NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.am:15:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.am-16-		echo ' cout << "--------- file : '$$i' --------------------------------------------------------" << endl;' ;\
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-51-  { \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-53-  }; \
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-146-}
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-148-am__vpath_adj = case $$p in \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-150-    *) f=$$p;; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-151-  esac;
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-153-am__install_max = 40
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-154-am__nobase_strip_setup = \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-156-am__nobase_strip = \
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-274-case "$@" in						\
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:275:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-276-    *) am__odir=.;; 					\
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-304-  bases='$(TEST_LOGS)'; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:305:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:306:  bases=`echo $$bases`
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-307-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-316-        */*) b='$*';; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:317:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-318-       esac;; \
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-677-	if test -n "$$redo_bases"; then \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:678:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:679:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-680-	  if $(am__make_dryrun); then :; else \
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-702-	ws='[ 	]'; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:703:	results=`for b in $$bases; do echo $$b.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-704-	test -n "$$results" || results=/dev/null; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:705:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:706:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:707:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:708:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:709:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:710:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:711:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:712:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-713-	  success=true; \
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-781-	@set +e; $(am__set_TESTS_bases); \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:782:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:783:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:784:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-785-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-791-	         | $(am__list_recheck_tests)` || exit 1; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:792:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:793:	log_list=`echo $$log_list`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-794-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-1142-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:1143:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:1144:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-1145-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-1156-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:1157:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-1158-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-1296-	(echo "NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in:1297:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++-tutorial/Makefile.in-1298-		echo ' cout << "--------- file : '$$i' --------------------------------------------------------" << endl;' ;\
##############################################
freefem++-3.61.1+dfsg1/ax_lib_hdf5.m4-263-            dnl Again, pry any remaining -Idir/-Ldir from compiler wrapper
freefem++-3.61.1+dfsg1/ax_lib_hdf5.m4:264:            for arg in `$H5FC -show`
freefem++-3.61.1+dfsg1/ax_lib_hdf5.m4-265-            do
##############################################
freefem++-3.61.1+dfsg1/Makefile.am-197-CheckMacLib.sh: src/nw/FreeFem++
freefem++-3.61.1+dfsg1/Makefile.am:198:	echo "for i in `otool -L src/nw/FreeFem++|egrep -v '/System/Library/|/usr/lib/'|awk '/.dylib/ {printf($$1.OFS)  }'` ; do test ! -f $$i && exit 1; done; exit 0"  >$@
freefem++-3.61.1+dfsg1/Makefile.am-199-	chmod a+x $@
freefem++-3.61.1+dfsg1/Makefile.am-200-CheckMPIMacLib.sh: src/mpi/FreeFem++-mpi
freefem++-3.61.1+dfsg1/Makefile.am:201:	echo "for i in `otool -L src/mpi/FreeFem++-mpi|egrep -v '/System/Library/|/usr/lib/'|awk '/.dylib/ {printf($$1.OFS)  }'` ; do test ! -f $$i && exit 1; done; exit 0"  >$@
freefem++-3.61.1+dfsg1/Makefile.am-202-	chmod a+x $@
##############################################
freefem++-3.61.1+dfsg1/regtests.sh-3-# ------------------------------------------------------------
freefem++-3.61.1+dfsg1/regtests.sh:4:MPIRUN=`awk  '$1 =="MPIRUN" {print $3}' Makefile`
freefem++-3.61.1+dfsg1/regtests.sh-5-# Antoine Le Hyaric - LJLL Paris 6 - lehyaric@ann.jussieu.fr - 19/5/04
##############################################
freefem++-3.61.1+dfsg1/regtests.sh-71-    then
freefem++-3.61.1+dfsg1/regtests.sh:72:    mpich=`${MPIRUN=mpirun} -h 2>&1 |grep mpich  |wc  -l`
freefem++-3.61.1+dfsg1/regtests.sh-73-    host=`hostname`
##############################################
freefem++-3.61.1+dfsg1/config.sub-52-
freefem++-3.61.1+dfsg1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
freefem++-3.61.1+dfsg1/config.sub-54-
##############################################
freefem++-3.61.1+dfsg1/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
freefem++-3.61.1+dfsg1/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
freefem++-3.61.1+dfsg1/config.sub-117-case $maybe_os in
##############################################
freefem++-3.61.1+dfsg1/config.sub-123-    os=-$maybe_os
freefem++-3.61.1+dfsg1/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
freefem++-3.61.1+dfsg1/config.sub-125-    ;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-127-    os=-linux-android
freefem++-3.61.1+dfsg1/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
freefem++-3.61.1+dfsg1/config.sub-129-    ;;
freefem++-3.61.1+dfsg1/config.sub-130-  *)
freefem++-3.61.1+dfsg1/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
freefem++-3.61.1+dfsg1/config.sub-132-    if [ $basic_machine != $1 ]
freefem++-3.61.1+dfsg1/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
freefem++-3.61.1+dfsg1/config.sub-134-    else os=; fi
##############################################
freefem++-3.61.1+dfsg1/config.sub-181-		os=-sco5v6
freefem++-3.61.1+dfsg1/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-183-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-185-		os=-sco3.2v5
freefem++-3.61.1+dfsg1/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-187-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-189-		os=-sco3.2v4
freefem++-3.61.1+dfsg1/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-191-		;;
freefem++-3.61.1+dfsg1/config.sub-192-	-sco3.2.[4-9]*)
freefem++-3.61.1+dfsg1/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
freefem++-3.61.1+dfsg1/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-195-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
freefem++-3.61.1+dfsg1/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-199-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
freefem++-3.61.1+dfsg1/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-203-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-205-		os=-sco3.2v2
freefem++-3.61.1+dfsg1/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-207-		;;
freefem++-3.61.1+dfsg1/config.sub-208-	-udk*)
freefem++-3.61.1+dfsg1/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-210-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-212-		os=-isc2.2
freefem++-3.61.1+dfsg1/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-214-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-218-	-isc*)
freefem++-3.61.1+dfsg1/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-220-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-230-	-ptx*)
freefem++-3.61.1+dfsg1/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
freefem++-3.61.1+dfsg1/config.sub-232-		;;
freefem++-3.61.1+dfsg1/config.sub-233-	-windowsnt*)
freefem++-3.61.1+dfsg1/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
freefem++-3.61.1+dfsg1/config.sub-235-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-367-	*-*-*)
freefem++-3.61.1+dfsg1/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
freefem++-3.61.1+dfsg1/config.sub-369-		exit 1
##############################################
freefem++-3.61.1+dfsg1/config.sub-494-	amd64-*)
freefem++-3.61.1+dfsg1/config.sub:495:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-496-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-539-	blackfin-*)
freefem++-3.61.1+dfsg1/config.sub:540:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-541-		os=-linux
##############################################
freefem++-3.61.1+dfsg1/config.sub-547-	c54x-*)
freefem++-3.61.1+dfsg1/config.sub:548:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-549-		;;
freefem++-3.61.1+dfsg1/config.sub-550-	c55x-*)
freefem++-3.61.1+dfsg1/config.sub:551:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-552-		;;
freefem++-3.61.1+dfsg1/config.sub-553-	c6x-*)
freefem++-3.61.1+dfsg1/config.sub:554:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-555-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-750-	i*86v32)
freefem++-3.61.1+dfsg1/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-752-		os=-sysv32
##############################################
freefem++-3.61.1+dfsg1/config.sub-754-	i*86v4*)
freefem++-3.61.1+dfsg1/config.sub:755:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-756-		os=-sysv4
##############################################
freefem++-3.61.1+dfsg1/config.sub-758-	i*86v)
freefem++-3.61.1+dfsg1/config.sub:759:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-760-		os=-sysv
##############################################
freefem++-3.61.1+dfsg1/config.sub-762-	i*86sol2)
freefem++-3.61.1+dfsg1/config.sub:763:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
freefem++-3.61.1+dfsg1/config.sub-764-		os=-solaris2
##############################################
freefem++-3.61.1+dfsg1/config.sub-788-	leon-*|leon[3-9]-*)
freefem++-3.61.1+dfsg1/config.sub:789:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
freefem++-3.61.1+dfsg1/config.sub-790-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-795-	m68knommu-*)
freefem++-3.61.1+dfsg1/config.sub:796:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-797-		os=-linux
##############################################
freefem++-3.61.1+dfsg1/config.sub-832-	mips3*-*)
freefem++-3.61.1+dfsg1/config.sub:833:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
freefem++-3.61.1+dfsg1/config.sub-834-		;;
freefem++-3.61.1+dfsg1/config.sub-835-	mips3*)
freefem++-3.61.1+dfsg1/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
freefem++-3.61.1+dfsg1/config.sub-837-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-854-	ms1-*)
freefem++-3.61.1+dfsg1/config.sub:855:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
freefem++-3.61.1+dfsg1/config.sub-856-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-973-	parisc-*)
freefem++-3.61.1+dfsg1/config.sub:974:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-975-		os=-linux
##############################################
freefem++-3.61.1+dfsg1/config.sub-989-	pc98-*)
freefem++-3.61.1+dfsg1/config.sub:990:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-991-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1004-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
freefem++-3.61.1+dfsg1/config.sub:1005:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-1006-		;;
freefem++-3.61.1+dfsg1/config.sub-1007-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
freefem++-3.61.1+dfsg1/config.sub:1008:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-1009-		;;
freefem++-3.61.1+dfsg1/config.sub-1010-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
freefem++-3.61.1+dfsg1/config.sub:1011:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-1012-		;;
freefem++-3.61.1+dfsg1/config.sub-1013-	pentium4-*)
freefem++-3.61.1+dfsg1/config.sub:1014:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-1015-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1023-	ppc-* | ppcbe-*)
freefem++-3.61.1+dfsg1/config.sub:1024:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-1025-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1029-	ppcle-* | powerpclittle-*)
freefem++-3.61.1+dfsg1/config.sub:1030:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-1031-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1033-		;;
freefem++-3.61.1+dfsg1/config.sub:1034:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-1035-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1039-	ppc64le-* | powerpc64little-*)
freefem++-3.61.1+dfsg1/config.sub:1040:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-1041-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1122-	strongarm-* | thumb-*)
freefem++-3.61.1+dfsg1/config.sub:1123:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub-1124-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1252-	xscale-* | xscalee[bl]-*)
freefem++-3.61.1+dfsg1/config.sub:1253:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
freefem++-3.61.1+dfsg1/config.sub-1254-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1329-	*)
freefem++-3.61.1+dfsg1/config.sub:1330:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
freefem++-3.61.1+dfsg1/config.sub-1331-		exit 1
##############################################
freefem++-3.61.1+dfsg1/config.sub-1337-	*-digital*)
freefem++-3.61.1+dfsg1/config.sub:1338:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
freefem++-3.61.1+dfsg1/config.sub-1339-		;;
freefem++-3.61.1+dfsg1/config.sub-1340-	*-commodore*)
freefem++-3.61.1+dfsg1/config.sub:1341:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
freefem++-3.61.1+dfsg1/config.sub-1342-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1358-	-solaris1 | -solaris1.*)
freefem++-3.61.1+dfsg1/config.sub:1359:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
freefem++-3.61.1+dfsg1/config.sub-1360-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1370-	-gnu/linux*)
freefem++-3.61.1+dfsg1/config.sub:1371:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
freefem++-3.61.1+dfsg1/config.sub-1372-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1416-	-nto*)
freefem++-3.61.1+dfsg1/config.sub:1417:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
freefem++-3.61.1+dfsg1/config.sub-1418-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1423-	-mac*)
freefem++-3.61.1+dfsg1/config.sub:1424:		os=`echo $os | sed -e 's|mac|macos|'`
freefem++-3.61.1+dfsg1/config.sub-1425-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1429-	-linux*)
freefem++-3.61.1+dfsg1/config.sub:1430:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
freefem++-3.61.1+dfsg1/config.sub-1431-		;;
freefem++-3.61.1+dfsg1/config.sub-1432-	-sunos5*)
freefem++-3.61.1+dfsg1/config.sub:1433:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
freefem++-3.61.1+dfsg1/config.sub-1434-		;;
freefem++-3.61.1+dfsg1/config.sub-1435-	-sunos6*)
freefem++-3.61.1+dfsg1/config.sub:1436:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
freefem++-3.61.1+dfsg1/config.sub-1437-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1484-	-sinix5.*)
freefem++-3.61.1+dfsg1/config.sub:1485:		os=`echo $os | sed -e 's|sinix|sysv|'`
freefem++-3.61.1+dfsg1/config.sub-1486-		;;
##############################################
freefem++-3.61.1+dfsg1/config.sub-1537-		# Get rid of the `-' at the beginning of $os.
freefem++-3.61.1+dfsg1/config.sub:1538:		os=`echo $os | sed 's/[^-]*-//'`
freefem++-3.61.1+dfsg1/config.sub:1539:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
freefem++-3.61.1+dfsg1/config.sub-1540-		exit 1
##############################################
freefem++-3.61.1+dfsg1/config.sub-1800-		esac
freefem++-3.61.1+dfsg1/config.sub:1801:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
freefem++-3.61.1+dfsg1/config.sub-1802-		;;
##############################################
freefem++-3.61.1+dfsg1/ax_lib_gsl.m4-29-  else
freefem++-3.61.1+dfsg1/ax_lib_gsl.m4:30:    GSL_CFLAGS=`$GSL_CONFIG --cflags`
freefem++-3.61.1+dfsg1/ax_lib_gsl.m4:31:    GSL_LIBS=`$GSL_CONFIG --libs`
freefem++-3.61.1+dfsg1/ax_lib_gsl.m4-32-
##############################################
freefem++-3.61.1+dfsg1/compile-101-# Name of file we expect compiler to create.
freefem++-3.61.1+dfsg1/compile:102:cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
freefem++-3.61.1+dfsg1/compile-103-
##############################################
freefem++-3.61.1+dfsg1/compile-107-# object file name, since that is what matters with a parallel build.
freefem++-3.61.1+dfsg1/compile:108:lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d
freefem++-3.61.1+dfsg1/compile-109-while true; do
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.am-111-	mkdir -p ../include ../lib
freefem++-3.61.1+dfsg1/download/blas/Makefile.am:112:	pxerbla=`tar tf $(BLAS_TGZ) | grep xerbla.f`; \
freefem++-3.61.1+dfsg1/download/blas/Makefile.am:113:	dirblas=`dirname $$pxerbla` ;\
freefem++-3.61.1+dfsg1/download/blas/Makefile.am-114-	case $$dirblas in \
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-103-  { \
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:104:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-105-  }; \
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-998-.c.obj:
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:999:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1000-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1002-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1003:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1004-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1005-libcblas_a-cblas_caxpy.o: CBLAS/src/cblas_caxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1006:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_caxpy.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_caxpy.Tpo -c -o libcblas_a-cblas_caxpy.o `test -f 'CBLAS/src/cblas_caxpy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_caxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1007-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_caxpy.Tpo $(DEPDIR)/libcblas_a-cblas_caxpy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1009-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1010:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_caxpy.o `test -f 'CBLAS/src/cblas_caxpy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_caxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1011-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1012-libcblas_a-cblas_caxpy.obj: CBLAS/src/cblas_caxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1013:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_caxpy.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_caxpy.Tpo -c -o libcblas_a-cblas_caxpy.obj `if test -f 'CBLAS/src/cblas_caxpy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_caxpy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_caxpy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1014-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_caxpy.Tpo $(DEPDIR)/libcblas_a-cblas_caxpy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1016-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1017:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_caxpy.obj `if test -f 'CBLAS/src/cblas_caxpy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_caxpy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_caxpy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1018-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1019-libcblas_a-cblas_drot.o: CBLAS/src/cblas_drot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1020:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_drot.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_drot.Tpo -c -o libcblas_a-cblas_drot.o `test -f 'CBLAS/src/cblas_drot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_drot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1021-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_drot.Tpo $(DEPDIR)/libcblas_a-cblas_drot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1023-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1024:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_drot.o `test -f 'CBLAS/src/cblas_drot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_drot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1025-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1026-libcblas_a-cblas_drot.obj: CBLAS/src/cblas_drot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1027:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_drot.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_drot.Tpo -c -o libcblas_a-cblas_drot.obj `if test -f 'CBLAS/src/cblas_drot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_drot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_drot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1028-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_drot.Tpo $(DEPDIR)/libcblas_a-cblas_drot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1030-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1031:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_drot.obj `if test -f 'CBLAS/src/cblas_drot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_drot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_drot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1032-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1033-libcblas_a-cblas_sgemm.o: CBLAS/src/cblas_sgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1034:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sgemm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sgemm.Tpo -c -o libcblas_a-cblas_sgemm.o `test -f 'CBLAS/src/cblas_sgemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1035-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sgemm.Tpo $(DEPDIR)/libcblas_a-cblas_sgemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1037-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1038:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sgemm.o `test -f 'CBLAS/src/cblas_sgemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1039-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1040-libcblas_a-cblas_sgemm.obj: CBLAS/src/cblas_sgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1041:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sgemm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sgemm.Tpo -c -o libcblas_a-cblas_sgemm.obj `if test -f 'CBLAS/src/cblas_sgemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sgemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sgemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1042-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sgemm.Tpo $(DEPDIR)/libcblas_a-cblas_sgemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1044-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1045:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sgemm.obj `if test -f 'CBLAS/src/cblas_sgemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sgemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sgemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1046-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1047-libcblas_a-cblas_zher2.o: CBLAS/src/cblas_zher2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1048:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zher2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zher2.Tpo -c -o libcblas_a-cblas_zher2.o `test -f 'CBLAS/src/cblas_zher2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zher2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1049-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zher2.Tpo $(DEPDIR)/libcblas_a-cblas_zher2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1051-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1052:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zher2.o `test -f 'CBLAS/src/cblas_zher2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zher2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1053-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1054-libcblas_a-cblas_zher2.obj: CBLAS/src/cblas_zher2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1055:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zher2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zher2.Tpo -c -o libcblas_a-cblas_zher2.obj `if test -f 'CBLAS/src/cblas_zher2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zher2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zher2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1056-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zher2.Tpo $(DEPDIR)/libcblas_a-cblas_zher2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1058-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1059:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zher2.obj `if test -f 'CBLAS/src/cblas_zher2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zher2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zher2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1060-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1061-libcblas_a-cblas_ccopy.o: CBLAS/src/cblas_ccopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1062:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ccopy.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ccopy.Tpo -c -o libcblas_a-cblas_ccopy.o `test -f 'CBLAS/src/cblas_ccopy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ccopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1063-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ccopy.Tpo $(DEPDIR)/libcblas_a-cblas_ccopy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1065-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1066:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ccopy.o `test -f 'CBLAS/src/cblas_ccopy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ccopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1067-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1068-libcblas_a-cblas_ccopy.obj: CBLAS/src/cblas_ccopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1069:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ccopy.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ccopy.Tpo -c -o libcblas_a-cblas_ccopy.obj `if test -f 'CBLAS/src/cblas_ccopy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ccopy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ccopy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1070-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ccopy.Tpo $(DEPDIR)/libcblas_a-cblas_ccopy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1072-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1073:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ccopy.obj `if test -f 'CBLAS/src/cblas_ccopy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ccopy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ccopy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1074-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1075-libcblas_a-cblas_drotg.o: CBLAS/src/cblas_drotg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1076:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_drotg.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_drotg.Tpo -c -o libcblas_a-cblas_drotg.o `test -f 'CBLAS/src/cblas_drotg.c' || echo '$(srcdir)/'`CBLAS/src/cblas_drotg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1077-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_drotg.Tpo $(DEPDIR)/libcblas_a-cblas_drotg.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1079-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1080:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_drotg.o `test -f 'CBLAS/src/cblas_drotg.c' || echo '$(srcdir)/'`CBLAS/src/cblas_drotg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1081-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1082-libcblas_a-cblas_drotg.obj: CBLAS/src/cblas_drotg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1083:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_drotg.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_drotg.Tpo -c -o libcblas_a-cblas_drotg.obj `if test -f 'CBLAS/src/cblas_drotg.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_drotg.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_drotg.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1084-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_drotg.Tpo $(DEPDIR)/libcblas_a-cblas_drotg.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1086-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1087:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_drotg.obj `if test -f 'CBLAS/src/cblas_drotg.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_drotg.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_drotg.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1088-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1089-libcblas_a-cblas_sgemv.o: CBLAS/src/cblas_sgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1090:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sgemv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sgemv.Tpo -c -o libcblas_a-cblas_sgemv.o `test -f 'CBLAS/src/cblas_sgemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1091-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sgemv.Tpo $(DEPDIR)/libcblas_a-cblas_sgemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1093-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1094:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sgemv.o `test -f 'CBLAS/src/cblas_sgemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1095-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1096-libcblas_a-cblas_sgemv.obj: CBLAS/src/cblas_sgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1097:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sgemv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sgemv.Tpo -c -o libcblas_a-cblas_sgemv.obj `if test -f 'CBLAS/src/cblas_sgemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sgemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sgemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1098-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sgemv.Tpo $(DEPDIR)/libcblas_a-cblas_sgemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1100-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1101:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sgemv.obj `if test -f 'CBLAS/src/cblas_sgemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sgemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sgemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1102-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1103-libcblas_a-cblas_zher2k.o: CBLAS/src/cblas_zher2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1104:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zher2k.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zher2k.Tpo -c -o libcblas_a-cblas_zher2k.o `test -f 'CBLAS/src/cblas_zher2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zher2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1105-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zher2k.Tpo $(DEPDIR)/libcblas_a-cblas_zher2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1107-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1108:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zher2k.o `test -f 'CBLAS/src/cblas_zher2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zher2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1109-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1110-libcblas_a-cblas_zher2k.obj: CBLAS/src/cblas_zher2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1111:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zher2k.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zher2k.Tpo -c -o libcblas_a-cblas_zher2k.obj `if test -f 'CBLAS/src/cblas_zher2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zher2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zher2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1112-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zher2k.Tpo $(DEPDIR)/libcblas_a-cblas_zher2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1114-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1115:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zher2k.obj `if test -f 'CBLAS/src/cblas_zher2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zher2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zher2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1116-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1117-libcblas_a-cblas_cdotc_sub.o: CBLAS/src/cblas_cdotc_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1118:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cdotc_sub.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cdotc_sub.Tpo -c -o libcblas_a-cblas_cdotc_sub.o `test -f 'CBLAS/src/cblas_cdotc_sub.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cdotc_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1119-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cdotc_sub.Tpo $(DEPDIR)/libcblas_a-cblas_cdotc_sub.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1121-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1122:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cdotc_sub.o `test -f 'CBLAS/src/cblas_cdotc_sub.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cdotc_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1123-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1124-libcblas_a-cblas_cdotc_sub.obj: CBLAS/src/cblas_cdotc_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1125:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cdotc_sub.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cdotc_sub.Tpo -c -o libcblas_a-cblas_cdotc_sub.obj `if test -f 'CBLAS/src/cblas_cdotc_sub.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cdotc_sub.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cdotc_sub.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1126-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cdotc_sub.Tpo $(DEPDIR)/libcblas_a-cblas_cdotc_sub.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1128-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1129:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cdotc_sub.obj `if test -f 'CBLAS/src/cblas_cdotc_sub.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cdotc_sub.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cdotc_sub.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1130-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1131-libcblas_a-cblas_drotm.o: CBLAS/src/cblas_drotm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1132:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_drotm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_drotm.Tpo -c -o libcblas_a-cblas_drotm.o `test -f 'CBLAS/src/cblas_drotm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_drotm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1133-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_drotm.Tpo $(DEPDIR)/libcblas_a-cblas_drotm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1135-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1136:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_drotm.o `test -f 'CBLAS/src/cblas_drotm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_drotm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1137-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1138-libcblas_a-cblas_drotm.obj: CBLAS/src/cblas_drotm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1139:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_drotm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_drotm.Tpo -c -o libcblas_a-cblas_drotm.obj `if test -f 'CBLAS/src/cblas_drotm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_drotm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_drotm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1140-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_drotm.Tpo $(DEPDIR)/libcblas_a-cblas_drotm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1142-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1143:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_drotm.obj `if test -f 'CBLAS/src/cblas_drotm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_drotm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_drotm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1144-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1145-libcblas_a-cblas_sger.o: CBLAS/src/cblas_sger.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1146:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sger.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sger.Tpo -c -o libcblas_a-cblas_sger.o `test -f 'CBLAS/src/cblas_sger.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sger.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1147-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sger.Tpo $(DEPDIR)/libcblas_a-cblas_sger.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1149-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1150:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sger.o `test -f 'CBLAS/src/cblas_sger.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sger.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1151-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1152-libcblas_a-cblas_sger.obj: CBLAS/src/cblas_sger.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1153:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sger.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sger.Tpo -c -o libcblas_a-cblas_sger.obj `if test -f 'CBLAS/src/cblas_sger.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sger.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sger.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1154-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sger.Tpo $(DEPDIR)/libcblas_a-cblas_sger.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1156-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1157:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sger.obj `if test -f 'CBLAS/src/cblas_sger.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sger.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sger.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1158-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1159-libcblas_a-cblas_zher.o: CBLAS/src/cblas_zher.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1160:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zher.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zher.Tpo -c -o libcblas_a-cblas_zher.o `test -f 'CBLAS/src/cblas_zher.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zher.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1161-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zher.Tpo $(DEPDIR)/libcblas_a-cblas_zher.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1163-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1164:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zher.o `test -f 'CBLAS/src/cblas_zher.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zher.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1165-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1166-libcblas_a-cblas_zher.obj: CBLAS/src/cblas_zher.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1167:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zher.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zher.Tpo -c -o libcblas_a-cblas_zher.obj `if test -f 'CBLAS/src/cblas_zher.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zher.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zher.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1168-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zher.Tpo $(DEPDIR)/libcblas_a-cblas_zher.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1170-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1171:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zher.obj `if test -f 'CBLAS/src/cblas_zher.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zher.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zher.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1172-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1173-libcblas_a-cblas_cdotu_sub.o: CBLAS/src/cblas_cdotu_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1174:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cdotu_sub.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cdotu_sub.Tpo -c -o libcblas_a-cblas_cdotu_sub.o `test -f 'CBLAS/src/cblas_cdotu_sub.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cdotu_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1175-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cdotu_sub.Tpo $(DEPDIR)/libcblas_a-cblas_cdotu_sub.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1177-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1178:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cdotu_sub.o `test -f 'CBLAS/src/cblas_cdotu_sub.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cdotu_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1179-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1180-libcblas_a-cblas_cdotu_sub.obj: CBLAS/src/cblas_cdotu_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1181:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cdotu_sub.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cdotu_sub.Tpo -c -o libcblas_a-cblas_cdotu_sub.obj `if test -f 'CBLAS/src/cblas_cdotu_sub.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cdotu_sub.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cdotu_sub.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1182-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cdotu_sub.Tpo $(DEPDIR)/libcblas_a-cblas_cdotu_sub.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1184-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1185:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cdotu_sub.obj `if test -f 'CBLAS/src/cblas_cdotu_sub.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cdotu_sub.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cdotu_sub.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1186-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1187-libcblas_a-cblas_drotmg.o: CBLAS/src/cblas_drotmg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1188:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_drotmg.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_drotmg.Tpo -c -o libcblas_a-cblas_drotmg.o `test -f 'CBLAS/src/cblas_drotmg.c' || echo '$(srcdir)/'`CBLAS/src/cblas_drotmg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1189-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_drotmg.Tpo $(DEPDIR)/libcblas_a-cblas_drotmg.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1191-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1192:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_drotmg.o `test -f 'CBLAS/src/cblas_drotmg.c' || echo '$(srcdir)/'`CBLAS/src/cblas_drotmg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1193-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1194-libcblas_a-cblas_drotmg.obj: CBLAS/src/cblas_drotmg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1195:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_drotmg.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_drotmg.Tpo -c -o libcblas_a-cblas_drotmg.obj `if test -f 'CBLAS/src/cblas_drotmg.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_drotmg.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_drotmg.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1196-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_drotmg.Tpo $(DEPDIR)/libcblas_a-cblas_drotmg.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1198-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1199:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_drotmg.obj `if test -f 'CBLAS/src/cblas_drotmg.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_drotmg.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_drotmg.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1200-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1201-libcblas_a-cblas_snrm2.o: CBLAS/src/cblas_snrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1202:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_snrm2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_snrm2.Tpo -c -o libcblas_a-cblas_snrm2.o `test -f 'CBLAS/src/cblas_snrm2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_snrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1203-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_snrm2.Tpo $(DEPDIR)/libcblas_a-cblas_snrm2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1205-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1206:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_snrm2.o `test -f 'CBLAS/src/cblas_snrm2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_snrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1207-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1208-libcblas_a-cblas_snrm2.obj: CBLAS/src/cblas_snrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1209:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_snrm2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_snrm2.Tpo -c -o libcblas_a-cblas_snrm2.obj `if test -f 'CBLAS/src/cblas_snrm2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_snrm2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_snrm2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1210-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_snrm2.Tpo $(DEPDIR)/libcblas_a-cblas_snrm2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1212-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1213:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_snrm2.obj `if test -f 'CBLAS/src/cblas_snrm2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_snrm2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_snrm2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1214-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1215-libcblas_a-cblas_zherk.o: CBLAS/src/cblas_zherk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1216:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zherk.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zherk.Tpo -c -o libcblas_a-cblas_zherk.o `test -f 'CBLAS/src/cblas_zherk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zherk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1217-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zherk.Tpo $(DEPDIR)/libcblas_a-cblas_zherk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1219-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1220:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zherk.o `test -f 'CBLAS/src/cblas_zherk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zherk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1221-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1222-libcblas_a-cblas_zherk.obj: CBLAS/src/cblas_zherk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1223:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zherk.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zherk.Tpo -c -o libcblas_a-cblas_zherk.obj `if test -f 'CBLAS/src/cblas_zherk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zherk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zherk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1224-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zherk.Tpo $(DEPDIR)/libcblas_a-cblas_zherk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1226-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1227:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zherk.obj `if test -f 'CBLAS/src/cblas_zherk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zherk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zherk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1228-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1229-libcblas_a-cblas_cgbmv.o: CBLAS/src/cblas_cgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1230:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cgbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cgbmv.Tpo -c -o libcblas_a-cblas_cgbmv.o `test -f 'CBLAS/src/cblas_cgbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1231-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cgbmv.Tpo $(DEPDIR)/libcblas_a-cblas_cgbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1233-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1234:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cgbmv.o `test -f 'CBLAS/src/cblas_cgbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1235-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1236-libcblas_a-cblas_cgbmv.obj: CBLAS/src/cblas_cgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1237:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cgbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cgbmv.Tpo -c -o libcblas_a-cblas_cgbmv.obj `if test -f 'CBLAS/src/cblas_cgbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cgbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cgbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1238-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cgbmv.Tpo $(DEPDIR)/libcblas_a-cblas_cgbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1240-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1241:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cgbmv.obj `if test -f 'CBLAS/src/cblas_cgbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cgbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cgbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1242-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1243-libcblas_a-cblas_dsbmv.o: CBLAS/src/cblas_dsbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1244:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsbmv.Tpo -c -o libcblas_a-cblas_dsbmv.o `test -f 'CBLAS/src/cblas_dsbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1245-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsbmv.Tpo $(DEPDIR)/libcblas_a-cblas_dsbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1247-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1248:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsbmv.o `test -f 'CBLAS/src/cblas_dsbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1249-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1250-libcblas_a-cblas_dsbmv.obj: CBLAS/src/cblas_dsbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1251:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsbmv.Tpo -c -o libcblas_a-cblas_dsbmv.obj `if test -f 'CBLAS/src/cblas_dsbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1252-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsbmv.Tpo $(DEPDIR)/libcblas_a-cblas_dsbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1254-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1255:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsbmv.obj `if test -f 'CBLAS/src/cblas_dsbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1256-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1257-libcblas_a-cblas_srot.o: CBLAS/src/cblas_srot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1258:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_srot.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_srot.Tpo -c -o libcblas_a-cblas_srot.o `test -f 'CBLAS/src/cblas_srot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_srot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1259-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_srot.Tpo $(DEPDIR)/libcblas_a-cblas_srot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1261-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1262:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_srot.o `test -f 'CBLAS/src/cblas_srot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_srot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1263-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1264-libcblas_a-cblas_srot.obj: CBLAS/src/cblas_srot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1265:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_srot.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_srot.Tpo -c -o libcblas_a-cblas_srot.obj `if test -f 'CBLAS/src/cblas_srot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_srot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_srot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1266-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_srot.Tpo $(DEPDIR)/libcblas_a-cblas_srot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1268-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1269:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_srot.obj `if test -f 'CBLAS/src/cblas_srot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_srot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_srot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1270-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1271-libcblas_a-cblas_zhpmv.o: CBLAS/src/cblas_zhpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1272:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhpmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhpmv.Tpo -c -o libcblas_a-cblas_zhpmv.o `test -f 'CBLAS/src/cblas_zhpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1273-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhpmv.Tpo $(DEPDIR)/libcblas_a-cblas_zhpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1275-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1276:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhpmv.o `test -f 'CBLAS/src/cblas_zhpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1277-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1278-libcblas_a-cblas_zhpmv.obj: CBLAS/src/cblas_zhpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1279:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhpmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhpmv.Tpo -c -o libcblas_a-cblas_zhpmv.obj `if test -f 'CBLAS/src/cblas_zhpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1280-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhpmv.Tpo $(DEPDIR)/libcblas_a-cblas_zhpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1282-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1283:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhpmv.obj `if test -f 'CBLAS/src/cblas_zhpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1284-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1285-libcblas_a-cblas_cgemm.o: CBLAS/src/cblas_cgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1286:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cgemm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cgemm.Tpo -c -o libcblas_a-cblas_cgemm.o `test -f 'CBLAS/src/cblas_cgemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1287-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cgemm.Tpo $(DEPDIR)/libcblas_a-cblas_cgemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1289-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1290:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cgemm.o `test -f 'CBLAS/src/cblas_cgemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1291-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1292-libcblas_a-cblas_cgemm.obj: CBLAS/src/cblas_cgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1293:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cgemm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cgemm.Tpo -c -o libcblas_a-cblas_cgemm.obj `if test -f 'CBLAS/src/cblas_cgemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cgemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cgemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1294-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cgemm.Tpo $(DEPDIR)/libcblas_a-cblas_cgemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1296-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1297:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cgemm.obj `if test -f 'CBLAS/src/cblas_cgemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cgemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cgemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1298-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1299-libcblas_a-cblas_dscal.o: CBLAS/src/cblas_dscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1300:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dscal.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dscal.Tpo -c -o libcblas_a-cblas_dscal.o `test -f 'CBLAS/src/cblas_dscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1301-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dscal.Tpo $(DEPDIR)/libcblas_a-cblas_dscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1303-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1304:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dscal.o `test -f 'CBLAS/src/cblas_dscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1305-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1306-libcblas_a-cblas_dscal.obj: CBLAS/src/cblas_dscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1307:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dscal.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dscal.Tpo -c -o libcblas_a-cblas_dscal.obj `if test -f 'CBLAS/src/cblas_dscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1308-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dscal.Tpo $(DEPDIR)/libcblas_a-cblas_dscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1310-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1311:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dscal.obj `if test -f 'CBLAS/src/cblas_dscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1312-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1313-libcblas_a-cblas_srotg.o: CBLAS/src/cblas_srotg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1314:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_srotg.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_srotg.Tpo -c -o libcblas_a-cblas_srotg.o `test -f 'CBLAS/src/cblas_srotg.c' || echo '$(srcdir)/'`CBLAS/src/cblas_srotg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1315-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_srotg.Tpo $(DEPDIR)/libcblas_a-cblas_srotg.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1317-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1318:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_srotg.o `test -f 'CBLAS/src/cblas_srotg.c' || echo '$(srcdir)/'`CBLAS/src/cblas_srotg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1319-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1320-libcblas_a-cblas_srotg.obj: CBLAS/src/cblas_srotg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1321:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_srotg.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_srotg.Tpo -c -o libcblas_a-cblas_srotg.obj `if test -f 'CBLAS/src/cblas_srotg.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_srotg.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_srotg.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1322-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_srotg.Tpo $(DEPDIR)/libcblas_a-cblas_srotg.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1324-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1325:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_srotg.obj `if test -f 'CBLAS/src/cblas_srotg.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_srotg.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_srotg.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1326-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1327-libcblas_a-cblas_zhpr2.o: CBLAS/src/cblas_zhpr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1328:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhpr2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhpr2.Tpo -c -o libcblas_a-cblas_zhpr2.o `test -f 'CBLAS/src/cblas_zhpr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhpr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1329-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhpr2.Tpo $(DEPDIR)/libcblas_a-cblas_zhpr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1331-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1332:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhpr2.o `test -f 'CBLAS/src/cblas_zhpr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhpr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1333-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1334-libcblas_a-cblas_zhpr2.obj: CBLAS/src/cblas_zhpr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1335:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhpr2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhpr2.Tpo -c -o libcblas_a-cblas_zhpr2.obj `if test -f 'CBLAS/src/cblas_zhpr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhpr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhpr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1336-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhpr2.Tpo $(DEPDIR)/libcblas_a-cblas_zhpr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1338-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1339:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhpr2.obj `if test -f 'CBLAS/src/cblas_zhpr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhpr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhpr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1340-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1341-libcblas_a-cblas_cgemv.o: CBLAS/src/cblas_cgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1342:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cgemv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cgemv.Tpo -c -o libcblas_a-cblas_cgemv.o `test -f 'CBLAS/src/cblas_cgemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1343-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cgemv.Tpo $(DEPDIR)/libcblas_a-cblas_cgemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1345-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1346:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cgemv.o `test -f 'CBLAS/src/cblas_cgemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1347-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1348-libcblas_a-cblas_cgemv.obj: CBLAS/src/cblas_cgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1349:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cgemv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cgemv.Tpo -c -o libcblas_a-cblas_cgemv.obj `if test -f 'CBLAS/src/cblas_cgemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cgemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cgemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1350-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cgemv.Tpo $(DEPDIR)/libcblas_a-cblas_cgemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1352-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1353:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cgemv.obj `if test -f 'CBLAS/src/cblas_cgemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cgemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cgemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1354-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1355-libcblas_a-cblas_dsdot.o: CBLAS/src/cblas_dsdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1356:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsdot.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsdot.Tpo -c -o libcblas_a-cblas_dsdot.o `test -f 'CBLAS/src/cblas_dsdot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1357-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsdot.Tpo $(DEPDIR)/libcblas_a-cblas_dsdot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1359-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1360:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsdot.o `test -f 'CBLAS/src/cblas_dsdot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1361-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1362-libcblas_a-cblas_dsdot.obj: CBLAS/src/cblas_dsdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1363:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsdot.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsdot.Tpo -c -o libcblas_a-cblas_dsdot.obj `if test -f 'CBLAS/src/cblas_dsdot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsdot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsdot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1364-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsdot.Tpo $(DEPDIR)/libcblas_a-cblas_dsdot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1366-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1367:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsdot.obj `if test -f 'CBLAS/src/cblas_dsdot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsdot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsdot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1368-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1369-libcblas_a-cblas_srotm.o: CBLAS/src/cblas_srotm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1370:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_srotm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_srotm.Tpo -c -o libcblas_a-cblas_srotm.o `test -f 'CBLAS/src/cblas_srotm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_srotm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1371-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_srotm.Tpo $(DEPDIR)/libcblas_a-cblas_srotm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1373-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1374:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_srotm.o `test -f 'CBLAS/src/cblas_srotm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_srotm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1375-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1376-libcblas_a-cblas_srotm.obj: CBLAS/src/cblas_srotm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1377:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_srotm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_srotm.Tpo -c -o libcblas_a-cblas_srotm.obj `if test -f 'CBLAS/src/cblas_srotm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_srotm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_srotm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1378-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_srotm.Tpo $(DEPDIR)/libcblas_a-cblas_srotm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1380-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1381:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_srotm.obj `if test -f 'CBLAS/src/cblas_srotm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_srotm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_srotm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1382-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1383-libcblas_a-cblas_zhpr.o: CBLAS/src/cblas_zhpr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1384:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhpr.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhpr.Tpo -c -o libcblas_a-cblas_zhpr.o `test -f 'CBLAS/src/cblas_zhpr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhpr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1385-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhpr.Tpo $(DEPDIR)/libcblas_a-cblas_zhpr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1387-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1388:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhpr.o `test -f 'CBLAS/src/cblas_zhpr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhpr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1389-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1390-libcblas_a-cblas_zhpr.obj: CBLAS/src/cblas_zhpr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1391:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhpr.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhpr.Tpo -c -o libcblas_a-cblas_zhpr.obj `if test -f 'CBLAS/src/cblas_zhpr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhpr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhpr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1392-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhpr.Tpo $(DEPDIR)/libcblas_a-cblas_zhpr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1394-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1395:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhpr.obj `if test -f 'CBLAS/src/cblas_zhpr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhpr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhpr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1396-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1397-libcblas_a-cblas_cgerc.o: CBLAS/src/cblas_cgerc.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1398:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cgerc.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cgerc.Tpo -c -o libcblas_a-cblas_cgerc.o `test -f 'CBLAS/src/cblas_cgerc.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cgerc.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1399-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cgerc.Tpo $(DEPDIR)/libcblas_a-cblas_cgerc.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1401-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1402:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cgerc.o `test -f 'CBLAS/src/cblas_cgerc.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cgerc.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1403-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1404-libcblas_a-cblas_cgerc.obj: CBLAS/src/cblas_cgerc.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1405:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cgerc.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cgerc.Tpo -c -o libcblas_a-cblas_cgerc.obj `if test -f 'CBLAS/src/cblas_cgerc.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cgerc.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cgerc.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1406-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cgerc.Tpo $(DEPDIR)/libcblas_a-cblas_cgerc.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1408-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1409:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cgerc.obj `if test -f 'CBLAS/src/cblas_cgerc.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cgerc.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cgerc.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1410-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1411-libcblas_a-cblas_dspmv.o: CBLAS/src/cblas_dspmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1412:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dspmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dspmv.Tpo -c -o libcblas_a-cblas_dspmv.o `test -f 'CBLAS/src/cblas_dspmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dspmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1413-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dspmv.Tpo $(DEPDIR)/libcblas_a-cblas_dspmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1415-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1416:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dspmv.o `test -f 'CBLAS/src/cblas_dspmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dspmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1417-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1418-libcblas_a-cblas_dspmv.obj: CBLAS/src/cblas_dspmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1419:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dspmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dspmv.Tpo -c -o libcblas_a-cblas_dspmv.obj `if test -f 'CBLAS/src/cblas_dspmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dspmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dspmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1420-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dspmv.Tpo $(DEPDIR)/libcblas_a-cblas_dspmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1422-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1423:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dspmv.obj `if test -f 'CBLAS/src/cblas_dspmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dspmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dspmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1424-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1425-libcblas_a-cblas_srotmg.o: CBLAS/src/cblas_srotmg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1426:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_srotmg.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_srotmg.Tpo -c -o libcblas_a-cblas_srotmg.o `test -f 'CBLAS/src/cblas_srotmg.c' || echo '$(srcdir)/'`CBLAS/src/cblas_srotmg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1427-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_srotmg.Tpo $(DEPDIR)/libcblas_a-cblas_srotmg.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1429-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1430:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_srotmg.o `test -f 'CBLAS/src/cblas_srotmg.c' || echo '$(srcdir)/'`CBLAS/src/cblas_srotmg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1431-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1432-libcblas_a-cblas_srotmg.obj: CBLAS/src/cblas_srotmg.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1433:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_srotmg.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_srotmg.Tpo -c -o libcblas_a-cblas_srotmg.obj `if test -f 'CBLAS/src/cblas_srotmg.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_srotmg.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_srotmg.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1434-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_srotmg.Tpo $(DEPDIR)/libcblas_a-cblas_srotmg.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1436-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1437:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_srotmg.obj `if test -f 'CBLAS/src/cblas_srotmg.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_srotmg.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_srotmg.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1438-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1439-libcblas_a-cblas_zscal.o: CBLAS/src/cblas_zscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1440:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zscal.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zscal.Tpo -c -o libcblas_a-cblas_zscal.o `test -f 'CBLAS/src/cblas_zscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1441-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zscal.Tpo $(DEPDIR)/libcblas_a-cblas_zscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1443-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1444:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zscal.o `test -f 'CBLAS/src/cblas_zscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1445-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1446-libcblas_a-cblas_zscal.obj: CBLAS/src/cblas_zscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1447:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zscal.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zscal.Tpo -c -o libcblas_a-cblas_zscal.obj `if test -f 'CBLAS/src/cblas_zscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1448-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zscal.Tpo $(DEPDIR)/libcblas_a-cblas_zscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1450-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1451:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zscal.obj `if test -f 'CBLAS/src/cblas_zscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1452-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1453-libcblas_a-cblas_cgeru.o: CBLAS/src/cblas_cgeru.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1454:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cgeru.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cgeru.Tpo -c -o libcblas_a-cblas_cgeru.o `test -f 'CBLAS/src/cblas_cgeru.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cgeru.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1455-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cgeru.Tpo $(DEPDIR)/libcblas_a-cblas_cgeru.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1457-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1458:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cgeru.o `test -f 'CBLAS/src/cblas_cgeru.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cgeru.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1459-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1460-libcblas_a-cblas_cgeru.obj: CBLAS/src/cblas_cgeru.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1461:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cgeru.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cgeru.Tpo -c -o libcblas_a-cblas_cgeru.obj `if test -f 'CBLAS/src/cblas_cgeru.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cgeru.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cgeru.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1462-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cgeru.Tpo $(DEPDIR)/libcblas_a-cblas_cgeru.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1464-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1465:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cgeru.obj `if test -f 'CBLAS/src/cblas_cgeru.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cgeru.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cgeru.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1466-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1467-libcblas_a-cblas_dspr2.o: CBLAS/src/cblas_dspr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1468:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dspr2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dspr2.Tpo -c -o libcblas_a-cblas_dspr2.o `test -f 'CBLAS/src/cblas_dspr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dspr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1469-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dspr2.Tpo $(DEPDIR)/libcblas_a-cblas_dspr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1471-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1472:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dspr2.o `test -f 'CBLAS/src/cblas_dspr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dspr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1473-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1474-libcblas_a-cblas_dspr2.obj: CBLAS/src/cblas_dspr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1475:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dspr2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dspr2.Tpo -c -o libcblas_a-cblas_dspr2.obj `if test -f 'CBLAS/src/cblas_dspr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dspr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dspr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1476-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dspr2.Tpo $(DEPDIR)/libcblas_a-cblas_dspr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1478-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1479:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dspr2.obj `if test -f 'CBLAS/src/cblas_dspr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dspr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dspr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1480-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1481-libcblas_a-cblas_ssbmv.o: CBLAS/src/cblas_ssbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1482:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssbmv.Tpo -c -o libcblas_a-cblas_ssbmv.o `test -f 'CBLAS/src/cblas_ssbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1483-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssbmv.Tpo $(DEPDIR)/libcblas_a-cblas_ssbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1485-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1486:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssbmv.o `test -f 'CBLAS/src/cblas_ssbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1487-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1488-libcblas_a-cblas_ssbmv.obj: CBLAS/src/cblas_ssbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1489:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssbmv.Tpo -c -o libcblas_a-cblas_ssbmv.obj `if test -f 'CBLAS/src/cblas_ssbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1490-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssbmv.Tpo $(DEPDIR)/libcblas_a-cblas_ssbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1492-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1493:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssbmv.obj `if test -f 'CBLAS/src/cblas_ssbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1494-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1495-libcblas_a-cblas_zswap.o: CBLAS/src/cblas_zswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1496:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zswap.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zswap.Tpo -c -o libcblas_a-cblas_zswap.o `test -f 'CBLAS/src/cblas_zswap.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1497-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zswap.Tpo $(DEPDIR)/libcblas_a-cblas_zswap.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1499-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1500:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zswap.o `test -f 'CBLAS/src/cblas_zswap.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1501-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1502-libcblas_a-cblas_zswap.obj: CBLAS/src/cblas_zswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1503:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zswap.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zswap.Tpo -c -o libcblas_a-cblas_zswap.obj `if test -f 'CBLAS/src/cblas_zswap.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zswap.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zswap.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1504-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zswap.Tpo $(DEPDIR)/libcblas_a-cblas_zswap.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1506-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1507:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zswap.obj `if test -f 'CBLAS/src/cblas_zswap.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zswap.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zswap.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1508-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1509-libcblas_a-cblas_chbmv.o: CBLAS/src/cblas_chbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1510:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chbmv.Tpo -c -o libcblas_a-cblas_chbmv.o `test -f 'CBLAS/src/cblas_chbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1511-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chbmv.Tpo $(DEPDIR)/libcblas_a-cblas_chbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1513-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1514:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chbmv.o `test -f 'CBLAS/src/cblas_chbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1515-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1516-libcblas_a-cblas_chbmv.obj: CBLAS/src/cblas_chbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1517:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chbmv.Tpo -c -o libcblas_a-cblas_chbmv.obj `if test -f 'CBLAS/src/cblas_chbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1518-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chbmv.Tpo $(DEPDIR)/libcblas_a-cblas_chbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1520-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1521:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chbmv.obj `if test -f 'CBLAS/src/cblas_chbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1522-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1523-libcblas_a-cblas_dspr.o: CBLAS/src/cblas_dspr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1524:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dspr.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dspr.Tpo -c -o libcblas_a-cblas_dspr.o `test -f 'CBLAS/src/cblas_dspr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dspr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1525-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dspr.Tpo $(DEPDIR)/libcblas_a-cblas_dspr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1527-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1528:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dspr.o `test -f 'CBLAS/src/cblas_dspr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dspr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1529-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1530-libcblas_a-cblas_dspr.obj: CBLAS/src/cblas_dspr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1531:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dspr.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dspr.Tpo -c -o libcblas_a-cblas_dspr.obj `if test -f 'CBLAS/src/cblas_dspr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dspr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dspr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1532-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dspr.Tpo $(DEPDIR)/libcblas_a-cblas_dspr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1534-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1535:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dspr.obj `if test -f 'CBLAS/src/cblas_dspr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dspr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dspr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1536-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1537-libcblas_a-cblas_sscal.o: CBLAS/src/cblas_sscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1538:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sscal.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sscal.Tpo -c -o libcblas_a-cblas_sscal.o `test -f 'CBLAS/src/cblas_sscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1539-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sscal.Tpo $(DEPDIR)/libcblas_a-cblas_sscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1541-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1542:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sscal.o `test -f 'CBLAS/src/cblas_sscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1543-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1544-libcblas_a-cblas_sscal.obj: CBLAS/src/cblas_sscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1545:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sscal.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sscal.Tpo -c -o libcblas_a-cblas_sscal.obj `if test -f 'CBLAS/src/cblas_sscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1546-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sscal.Tpo $(DEPDIR)/libcblas_a-cblas_sscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1549:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sscal.obj `if test -f 'CBLAS/src/cblas_sscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1550-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1551-libcblas_a-cblas_zsymm.o: CBLAS/src/cblas_zsymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1552:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zsymm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zsymm.Tpo -c -o libcblas_a-cblas_zsymm.o `test -f 'CBLAS/src/cblas_zsymm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zsymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1553-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zsymm.Tpo $(DEPDIR)/libcblas_a-cblas_zsymm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1555-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1556:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zsymm.o `test -f 'CBLAS/src/cblas_zsymm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zsymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1557-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1558-libcblas_a-cblas_zsymm.obj: CBLAS/src/cblas_zsymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1559:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zsymm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zsymm.Tpo -c -o libcblas_a-cblas_zsymm.obj `if test -f 'CBLAS/src/cblas_zsymm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zsymm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zsymm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1560-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zsymm.Tpo $(DEPDIR)/libcblas_a-cblas_zsymm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1562-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1563:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zsymm.obj `if test -f 'CBLAS/src/cblas_zsymm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zsymm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zsymm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1564-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1565-libcblas_a-cblas_chemm.o: CBLAS/src/cblas_chemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1566:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chemm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chemm.Tpo -c -o libcblas_a-cblas_chemm.o `test -f 'CBLAS/src/cblas_chemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1567-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chemm.Tpo $(DEPDIR)/libcblas_a-cblas_chemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1569-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1570:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chemm.o `test -f 'CBLAS/src/cblas_chemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1571-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1572-libcblas_a-cblas_chemm.obj: CBLAS/src/cblas_chemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1573:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chemm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chemm.Tpo -c -o libcblas_a-cblas_chemm.obj `if test -f 'CBLAS/src/cblas_chemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1574-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chemm.Tpo $(DEPDIR)/libcblas_a-cblas_chemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1576-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1577:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chemm.obj `if test -f 'CBLAS/src/cblas_chemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1578-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1579-libcblas_a-cblas_dswap.o: CBLAS/src/cblas_dswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1580:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dswap.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dswap.Tpo -c -o libcblas_a-cblas_dswap.o `test -f 'CBLAS/src/cblas_dswap.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1581-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dswap.Tpo $(DEPDIR)/libcblas_a-cblas_dswap.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1583-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1584:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dswap.o `test -f 'CBLAS/src/cblas_dswap.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1585-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1586-libcblas_a-cblas_dswap.obj: CBLAS/src/cblas_dswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1587:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dswap.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dswap.Tpo -c -o libcblas_a-cblas_dswap.obj `if test -f 'CBLAS/src/cblas_dswap.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dswap.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dswap.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1588-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dswap.Tpo $(DEPDIR)/libcblas_a-cblas_dswap.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1590-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1591:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dswap.obj `if test -f 'CBLAS/src/cblas_dswap.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dswap.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dswap.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1592-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1593-libcblas_a-cblas_sspmv.o: CBLAS/src/cblas_sspmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1594:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sspmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sspmv.Tpo -c -o libcblas_a-cblas_sspmv.o `test -f 'CBLAS/src/cblas_sspmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sspmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1595-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sspmv.Tpo $(DEPDIR)/libcblas_a-cblas_sspmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1597-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1598:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sspmv.o `test -f 'CBLAS/src/cblas_sspmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sspmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1599-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1600-libcblas_a-cblas_sspmv.obj: CBLAS/src/cblas_sspmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1601:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sspmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sspmv.Tpo -c -o libcblas_a-cblas_sspmv.obj `if test -f 'CBLAS/src/cblas_sspmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sspmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sspmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1602-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sspmv.Tpo $(DEPDIR)/libcblas_a-cblas_sspmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1604-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1605:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sspmv.obj `if test -f 'CBLAS/src/cblas_sspmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sspmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sspmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1606-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1607-libcblas_a-cblas_zsyr2k.o: CBLAS/src/cblas_zsyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1608:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zsyr2k.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zsyr2k.Tpo -c -o libcblas_a-cblas_zsyr2k.o `test -f 'CBLAS/src/cblas_zsyr2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zsyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1609-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zsyr2k.Tpo $(DEPDIR)/libcblas_a-cblas_zsyr2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1611-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1612:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zsyr2k.o `test -f 'CBLAS/src/cblas_zsyr2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zsyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1613-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1614-libcblas_a-cblas_zsyr2k.obj: CBLAS/src/cblas_zsyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1615:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zsyr2k.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zsyr2k.Tpo -c -o libcblas_a-cblas_zsyr2k.obj `if test -f 'CBLAS/src/cblas_zsyr2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zsyr2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zsyr2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1616-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zsyr2k.Tpo $(DEPDIR)/libcblas_a-cblas_zsyr2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1618-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1619:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zsyr2k.obj `if test -f 'CBLAS/src/cblas_zsyr2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zsyr2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zsyr2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1620-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1621-libcblas_a-cblas_chemv.o: CBLAS/src/cblas_chemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1622:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chemv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chemv.Tpo -c -o libcblas_a-cblas_chemv.o `test -f 'CBLAS/src/cblas_chemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1623-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chemv.Tpo $(DEPDIR)/libcblas_a-cblas_chemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1626:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chemv.o `test -f 'CBLAS/src/cblas_chemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1627-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1628-libcblas_a-cblas_chemv.obj: CBLAS/src/cblas_chemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1629:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chemv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chemv.Tpo -c -o libcblas_a-cblas_chemv.obj `if test -f 'CBLAS/src/cblas_chemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1630-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chemv.Tpo $(DEPDIR)/libcblas_a-cblas_chemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chemv.obj `if test -f 'CBLAS/src/cblas_chemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1634-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1635-libcblas_a-cblas_dsymm.o: CBLAS/src/cblas_dsymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsymm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsymm.Tpo -c -o libcblas_a-cblas_dsymm.o `test -f 'CBLAS/src/cblas_dsymm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsymm.Tpo $(DEPDIR)/libcblas_a-cblas_dsymm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsymm.o `test -f 'CBLAS/src/cblas_dsymm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1641-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1642-libcblas_a-cblas_dsymm.obj: CBLAS/src/cblas_dsymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1643:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsymm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsymm.Tpo -c -o libcblas_a-cblas_dsymm.obj `if test -f 'CBLAS/src/cblas_dsymm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsymm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsymm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1644-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsymm.Tpo $(DEPDIR)/libcblas_a-cblas_dsymm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsymm.obj `if test -f 'CBLAS/src/cblas_dsymm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsymm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsymm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1648-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1649-libcblas_a-cblas_sspr2.o: CBLAS/src/cblas_sspr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1650:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sspr2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sspr2.Tpo -c -o libcblas_a-cblas_sspr2.o `test -f 'CBLAS/src/cblas_sspr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sspr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1651-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sspr2.Tpo $(DEPDIR)/libcblas_a-cblas_sspr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1653-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1654:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sspr2.o `test -f 'CBLAS/src/cblas_sspr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sspr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1655-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1656-libcblas_a-cblas_sspr2.obj: CBLAS/src/cblas_sspr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sspr2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sspr2.Tpo -c -o libcblas_a-cblas_sspr2.obj `if test -f 'CBLAS/src/cblas_sspr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sspr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sspr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sspr2.Tpo $(DEPDIR)/libcblas_a-cblas_sspr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sspr2.obj `if test -f 'CBLAS/src/cblas_sspr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sspr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sspr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1662-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1663-libcblas_a-cblas_zsyrk.o: CBLAS/src/cblas_zsyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1664:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zsyrk.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zsyrk.Tpo -c -o libcblas_a-cblas_zsyrk.o `test -f 'CBLAS/src/cblas_zsyrk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zsyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1665-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zsyrk.Tpo $(DEPDIR)/libcblas_a-cblas_zsyrk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1667-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1668:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zsyrk.o `test -f 'CBLAS/src/cblas_zsyrk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zsyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1669-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1670-libcblas_a-cblas_zsyrk.obj: CBLAS/src/cblas_zsyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zsyrk.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zsyrk.Tpo -c -o libcblas_a-cblas_zsyrk.obj `if test -f 'CBLAS/src/cblas_zsyrk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zsyrk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zsyrk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zsyrk.Tpo $(DEPDIR)/libcblas_a-cblas_zsyrk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zsyrk.obj `if test -f 'CBLAS/src/cblas_zsyrk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zsyrk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zsyrk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1676-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1677-libcblas_a-cblas_cher2.o: CBLAS/src/cblas_cher2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cher2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cher2.Tpo -c -o libcblas_a-cblas_cher2.o `test -f 'CBLAS/src/cblas_cher2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cher2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cher2.Tpo $(DEPDIR)/libcblas_a-cblas_cher2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cher2.o `test -f 'CBLAS/src/cblas_cher2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cher2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1683-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1684-libcblas_a-cblas_cher2.obj: CBLAS/src/cblas_cher2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cher2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cher2.Tpo -c -o libcblas_a-cblas_cher2.obj `if test -f 'CBLAS/src/cblas_cher2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cher2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cher2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cher2.Tpo $(DEPDIR)/libcblas_a-cblas_cher2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cher2.obj `if test -f 'CBLAS/src/cblas_cher2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cher2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cher2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1690-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1691-libcblas_a-cblas_dsymv.o: CBLAS/src/cblas_dsymv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsymv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsymv.Tpo -c -o libcblas_a-cblas_dsymv.o `test -f 'CBLAS/src/cblas_dsymv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsymv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsymv.Tpo $(DEPDIR)/libcblas_a-cblas_dsymv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsymv.o `test -f 'CBLAS/src/cblas_dsymv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsymv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1697-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1698-libcblas_a-cblas_dsymv.obj: CBLAS/src/cblas_dsymv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsymv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsymv.Tpo -c -o libcblas_a-cblas_dsymv.obj `if test -f 'CBLAS/src/cblas_dsymv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsymv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsymv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsymv.Tpo $(DEPDIR)/libcblas_a-cblas_dsymv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsymv.obj `if test -f 'CBLAS/src/cblas_dsymv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsymv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsymv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1704-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1705-libcblas_a-cblas_sspr.o: CBLAS/src/cblas_sspr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sspr.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sspr.Tpo -c -o libcblas_a-cblas_sspr.o `test -f 'CBLAS/src/cblas_sspr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sspr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sspr.Tpo $(DEPDIR)/libcblas_a-cblas_sspr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sspr.o `test -f 'CBLAS/src/cblas_sspr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sspr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1711-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1712-libcblas_a-cblas_sspr.obj: CBLAS/src/cblas_sspr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1713:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sspr.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sspr.Tpo -c -o libcblas_a-cblas_sspr.obj `if test -f 'CBLAS/src/cblas_sspr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sspr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sspr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1714-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sspr.Tpo $(DEPDIR)/libcblas_a-cblas_sspr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1716-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1717:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sspr.obj `if test -f 'CBLAS/src/cblas_sspr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sspr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sspr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1718-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1719-libcblas_a-cblas_ztbmv.o: CBLAS/src/cblas_ztbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1720:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztbmv.Tpo -c -o libcblas_a-cblas_ztbmv.o `test -f 'CBLAS/src/cblas_ztbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1721-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztbmv.Tpo $(DEPDIR)/libcblas_a-cblas_ztbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1723-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1724:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztbmv.o `test -f 'CBLAS/src/cblas_ztbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1725-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1726-libcblas_a-cblas_ztbmv.obj: CBLAS/src/cblas_ztbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1727:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztbmv.Tpo -c -o libcblas_a-cblas_ztbmv.obj `if test -f 'CBLAS/src/cblas_ztbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1728-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztbmv.Tpo $(DEPDIR)/libcblas_a-cblas_ztbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1730-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1731:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztbmv.obj `if test -f 'CBLAS/src/cblas_ztbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1732-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1733-libcblas_a-cblas_cher2k.o: CBLAS/src/cblas_cher2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1734:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cher2k.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cher2k.Tpo -c -o libcblas_a-cblas_cher2k.o `test -f 'CBLAS/src/cblas_cher2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cher2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1735-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cher2k.Tpo $(DEPDIR)/libcblas_a-cblas_cher2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1737-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1738:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cher2k.o `test -f 'CBLAS/src/cblas_cher2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cher2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1739-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1740-libcblas_a-cblas_cher2k.obj: CBLAS/src/cblas_cher2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1741:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cher2k.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cher2k.Tpo -c -o libcblas_a-cblas_cher2k.obj `if test -f 'CBLAS/src/cblas_cher2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cher2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cher2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1742-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cher2k.Tpo $(DEPDIR)/libcblas_a-cblas_cher2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1744-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1745:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cher2k.obj `if test -f 'CBLAS/src/cblas_cher2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cher2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cher2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1746-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1747-libcblas_a-cblas_dsyr2.o: CBLAS/src/cblas_dsyr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1748:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsyr2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsyr2.Tpo -c -o libcblas_a-cblas_dsyr2.o `test -f 'CBLAS/src/cblas_dsyr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsyr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1749-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsyr2.Tpo $(DEPDIR)/libcblas_a-cblas_dsyr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1751-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1752:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsyr2.o `test -f 'CBLAS/src/cblas_dsyr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsyr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1753-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1754-libcblas_a-cblas_dsyr2.obj: CBLAS/src/cblas_dsyr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1755:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsyr2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsyr2.Tpo -c -o libcblas_a-cblas_dsyr2.obj `if test -f 'CBLAS/src/cblas_dsyr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsyr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsyr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1756-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsyr2.Tpo $(DEPDIR)/libcblas_a-cblas_dsyr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1758-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1759:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsyr2.obj `if test -f 'CBLAS/src/cblas_dsyr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsyr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsyr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1760-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1761-libcblas_a-cblas_sswap.o: CBLAS/src/cblas_sswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1762:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sswap.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sswap.Tpo -c -o libcblas_a-cblas_sswap.o `test -f 'CBLAS/src/cblas_sswap.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1763-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sswap.Tpo $(DEPDIR)/libcblas_a-cblas_sswap.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1765-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1766:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sswap.o `test -f 'CBLAS/src/cblas_sswap.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1767-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1768-libcblas_a-cblas_sswap.obj: CBLAS/src/cblas_sswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1769:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sswap.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sswap.Tpo -c -o libcblas_a-cblas_sswap.obj `if test -f 'CBLAS/src/cblas_sswap.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sswap.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sswap.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1770-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sswap.Tpo $(DEPDIR)/libcblas_a-cblas_sswap.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1772-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1773:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sswap.obj `if test -f 'CBLAS/src/cblas_sswap.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sswap.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sswap.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1774-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1775-libcblas_a-cblas_ztbsv.o: CBLAS/src/cblas_ztbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1776:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztbsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztbsv.Tpo -c -o libcblas_a-cblas_ztbsv.o `test -f 'CBLAS/src/cblas_ztbsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1777-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztbsv.Tpo $(DEPDIR)/libcblas_a-cblas_ztbsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1780:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztbsv.o `test -f 'CBLAS/src/cblas_ztbsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1781-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1782-libcblas_a-cblas_ztbsv.obj: CBLAS/src/cblas_ztbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1783:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztbsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztbsv.Tpo -c -o libcblas_a-cblas_ztbsv.obj `if test -f 'CBLAS/src/cblas_ztbsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztbsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztbsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1784-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztbsv.Tpo $(DEPDIR)/libcblas_a-cblas_ztbsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1786-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1787:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztbsv.obj `if test -f 'CBLAS/src/cblas_ztbsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztbsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztbsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1788-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1789-libcblas_a-cblas_cher.o: CBLAS/src/cblas_cher.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1790:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cher.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cher.Tpo -c -o libcblas_a-cblas_cher.o `test -f 'CBLAS/src/cblas_cher.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cher.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1791-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cher.Tpo $(DEPDIR)/libcblas_a-cblas_cher.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1793-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1794:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cher.o `test -f 'CBLAS/src/cblas_cher.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cher.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1795-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1796-libcblas_a-cblas_cher.obj: CBLAS/src/cblas_cher.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1797:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cher.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cher.Tpo -c -o libcblas_a-cblas_cher.obj `if test -f 'CBLAS/src/cblas_cher.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cher.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cher.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1798-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cher.Tpo $(DEPDIR)/libcblas_a-cblas_cher.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1800-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1801:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cher.obj `if test -f 'CBLAS/src/cblas_cher.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cher.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cher.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1802-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1803-libcblas_a-cblas_dsyr2k.o: CBLAS/src/cblas_dsyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1804:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsyr2k.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsyr2k.Tpo -c -o libcblas_a-cblas_dsyr2k.o `test -f 'CBLAS/src/cblas_dsyr2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1805-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsyr2k.Tpo $(DEPDIR)/libcblas_a-cblas_dsyr2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1807-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1808:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsyr2k.o `test -f 'CBLAS/src/cblas_dsyr2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1809-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1810-libcblas_a-cblas_dsyr2k.obj: CBLAS/src/cblas_dsyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1811:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsyr2k.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsyr2k.Tpo -c -o libcblas_a-cblas_dsyr2k.obj `if test -f 'CBLAS/src/cblas_dsyr2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsyr2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsyr2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1812-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsyr2k.Tpo $(DEPDIR)/libcblas_a-cblas_dsyr2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1814-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1815:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsyr2k.obj `if test -f 'CBLAS/src/cblas_dsyr2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsyr2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsyr2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1816-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1817-libcblas_a-cblas_ssymm.o: CBLAS/src/cblas_ssymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1818:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssymm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssymm.Tpo -c -o libcblas_a-cblas_ssymm.o `test -f 'CBLAS/src/cblas_ssymm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1819-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssymm.Tpo $(DEPDIR)/libcblas_a-cblas_ssymm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1821-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1822:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssymm.o `test -f 'CBLAS/src/cblas_ssymm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1823-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1824-libcblas_a-cblas_ssymm.obj: CBLAS/src/cblas_ssymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1825:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssymm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssymm.Tpo -c -o libcblas_a-cblas_ssymm.obj `if test -f 'CBLAS/src/cblas_ssymm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssymm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssymm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1826-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssymm.Tpo $(DEPDIR)/libcblas_a-cblas_ssymm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1828-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1829:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssymm.obj `if test -f 'CBLAS/src/cblas_ssymm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssymm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssymm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1830-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1831-libcblas_a-cblas_ztpmv.o: CBLAS/src/cblas_ztpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1832:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztpmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztpmv.Tpo -c -o libcblas_a-cblas_ztpmv.o `test -f 'CBLAS/src/cblas_ztpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1833-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztpmv.Tpo $(DEPDIR)/libcblas_a-cblas_ztpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1835-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1836:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztpmv.o `test -f 'CBLAS/src/cblas_ztpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1837-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1838-libcblas_a-cblas_ztpmv.obj: CBLAS/src/cblas_ztpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1839:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztpmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztpmv.Tpo -c -o libcblas_a-cblas_ztpmv.obj `if test -f 'CBLAS/src/cblas_ztpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1840-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztpmv.Tpo $(DEPDIR)/libcblas_a-cblas_ztpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1842-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1843:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztpmv.obj `if test -f 'CBLAS/src/cblas_ztpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1844-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1845-libcblas_a-cblas_cherk.o: CBLAS/src/cblas_cherk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1846:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cherk.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cherk.Tpo -c -o libcblas_a-cblas_cherk.o `test -f 'CBLAS/src/cblas_cherk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cherk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1847-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cherk.Tpo $(DEPDIR)/libcblas_a-cblas_cherk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1849-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1850:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cherk.o `test -f 'CBLAS/src/cblas_cherk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cherk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1851-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1852-libcblas_a-cblas_cherk.obj: CBLAS/src/cblas_cherk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1853:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cherk.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cherk.Tpo -c -o libcblas_a-cblas_cherk.obj `if test -f 'CBLAS/src/cblas_cherk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cherk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cherk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1854-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cherk.Tpo $(DEPDIR)/libcblas_a-cblas_cherk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1856-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1857:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cherk.obj `if test -f 'CBLAS/src/cblas_cherk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cherk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cherk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1858-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1859-libcblas_a-cblas_dsyr.o: CBLAS/src/cblas_dsyr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1860:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsyr.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsyr.Tpo -c -o libcblas_a-cblas_dsyr.o `test -f 'CBLAS/src/cblas_dsyr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsyr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1861-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsyr.Tpo $(DEPDIR)/libcblas_a-cblas_dsyr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1863-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1864:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsyr.o `test -f 'CBLAS/src/cblas_dsyr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsyr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1865-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1866-libcblas_a-cblas_dsyr.obj: CBLAS/src/cblas_dsyr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1867:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsyr.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsyr.Tpo -c -o libcblas_a-cblas_dsyr.obj `if test -f 'CBLAS/src/cblas_dsyr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsyr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsyr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1868-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsyr.Tpo $(DEPDIR)/libcblas_a-cblas_dsyr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1870-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1871:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsyr.obj `if test -f 'CBLAS/src/cblas_dsyr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsyr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsyr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1872-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1873-libcblas_a-cblas_ssymv.o: CBLAS/src/cblas_ssymv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1874:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssymv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssymv.Tpo -c -o libcblas_a-cblas_ssymv.o `test -f 'CBLAS/src/cblas_ssymv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssymv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1875-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssymv.Tpo $(DEPDIR)/libcblas_a-cblas_ssymv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1877-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1878:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssymv.o `test -f 'CBLAS/src/cblas_ssymv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssymv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1879-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1880-libcblas_a-cblas_ssymv.obj: CBLAS/src/cblas_ssymv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1881:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssymv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssymv.Tpo -c -o libcblas_a-cblas_ssymv.obj `if test -f 'CBLAS/src/cblas_ssymv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssymv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssymv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1882-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssymv.Tpo $(DEPDIR)/libcblas_a-cblas_ssymv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1884-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1885:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssymv.obj `if test -f 'CBLAS/src/cblas_ssymv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssymv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssymv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1886-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1887-libcblas_a-cblas_ztpsv.o: CBLAS/src/cblas_ztpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1888:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztpsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztpsv.Tpo -c -o libcblas_a-cblas_ztpsv.o `test -f 'CBLAS/src/cblas_ztpsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1889-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztpsv.Tpo $(DEPDIR)/libcblas_a-cblas_ztpsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1891-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1892:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztpsv.o `test -f 'CBLAS/src/cblas_ztpsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1893-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1894-libcblas_a-cblas_ztpsv.obj: CBLAS/src/cblas_ztpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1895:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztpsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztpsv.Tpo -c -o libcblas_a-cblas_ztpsv.obj `if test -f 'CBLAS/src/cblas_ztpsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztpsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztpsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1896-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztpsv.Tpo $(DEPDIR)/libcblas_a-cblas_ztpsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1898-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1899:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztpsv.obj `if test -f 'CBLAS/src/cblas_ztpsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztpsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztpsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1900-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1901-libcblas_a-cblas_chpmv.o: CBLAS/src/cblas_chpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1902:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chpmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chpmv.Tpo -c -o libcblas_a-cblas_chpmv.o `test -f 'CBLAS/src/cblas_chpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1903-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chpmv.Tpo $(DEPDIR)/libcblas_a-cblas_chpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1905-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1906:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chpmv.o `test -f 'CBLAS/src/cblas_chpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1907-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1908-libcblas_a-cblas_chpmv.obj: CBLAS/src/cblas_chpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1909:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chpmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chpmv.Tpo -c -o libcblas_a-cblas_chpmv.obj `if test -f 'CBLAS/src/cblas_chpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1910-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chpmv.Tpo $(DEPDIR)/libcblas_a-cblas_chpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1912-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1913:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chpmv.obj `if test -f 'CBLAS/src/cblas_chpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1914-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1915-libcblas_a-cblas_dsyrk.o: CBLAS/src/cblas_dsyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1916:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsyrk.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsyrk.Tpo -c -o libcblas_a-cblas_dsyrk.o `test -f 'CBLAS/src/cblas_dsyrk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1917-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsyrk.Tpo $(DEPDIR)/libcblas_a-cblas_dsyrk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1919-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1920:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsyrk.o `test -f 'CBLAS/src/cblas_dsyrk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dsyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1921-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1922-libcblas_a-cblas_dsyrk.obj: CBLAS/src/cblas_dsyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1923:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dsyrk.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dsyrk.Tpo -c -o libcblas_a-cblas_dsyrk.obj `if test -f 'CBLAS/src/cblas_dsyrk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsyrk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsyrk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1924-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dsyrk.Tpo $(DEPDIR)/libcblas_a-cblas_dsyrk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1926-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1927:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dsyrk.obj `if test -f 'CBLAS/src/cblas_dsyrk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dsyrk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dsyrk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1928-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1929-libcblas_a-cblas_ssyr2.o: CBLAS/src/cblas_ssyr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1930:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssyr2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssyr2.Tpo -c -o libcblas_a-cblas_ssyr2.o `test -f 'CBLAS/src/cblas_ssyr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssyr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1931-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssyr2.Tpo $(DEPDIR)/libcblas_a-cblas_ssyr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1933-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1934:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssyr2.o `test -f 'CBLAS/src/cblas_ssyr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssyr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1935-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1936-libcblas_a-cblas_ssyr2.obj: CBLAS/src/cblas_ssyr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1937:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssyr2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssyr2.Tpo -c -o libcblas_a-cblas_ssyr2.obj `if test -f 'CBLAS/src/cblas_ssyr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssyr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssyr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1938-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssyr2.Tpo $(DEPDIR)/libcblas_a-cblas_ssyr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1940-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1941:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssyr2.obj `if test -f 'CBLAS/src/cblas_ssyr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssyr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssyr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1942-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1943-libcblas_a-cblas_ztrmm.o: CBLAS/src/cblas_ztrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1944:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztrmm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztrmm.Tpo -c -o libcblas_a-cblas_ztrmm.o `test -f 'CBLAS/src/cblas_ztrmm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1945-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztrmm.Tpo $(DEPDIR)/libcblas_a-cblas_ztrmm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1947-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1948:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztrmm.o `test -f 'CBLAS/src/cblas_ztrmm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1949-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1950-libcblas_a-cblas_ztrmm.obj: CBLAS/src/cblas_ztrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1951:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztrmm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztrmm.Tpo -c -o libcblas_a-cblas_ztrmm.obj `if test -f 'CBLAS/src/cblas_ztrmm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztrmm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztrmm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1952-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztrmm.Tpo $(DEPDIR)/libcblas_a-cblas_ztrmm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1954-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1955:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztrmm.obj `if test -f 'CBLAS/src/cblas_ztrmm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztrmm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztrmm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1956-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1957-libcblas_a-cblas_chpr2.o: CBLAS/src/cblas_chpr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1958:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chpr2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chpr2.Tpo -c -o libcblas_a-cblas_chpr2.o `test -f 'CBLAS/src/cblas_chpr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chpr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1959-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chpr2.Tpo $(DEPDIR)/libcblas_a-cblas_chpr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1961-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1962:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chpr2.o `test -f 'CBLAS/src/cblas_chpr2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chpr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1963-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1964-libcblas_a-cblas_chpr2.obj: CBLAS/src/cblas_chpr2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1965:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chpr2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chpr2.Tpo -c -o libcblas_a-cblas_chpr2.obj `if test -f 'CBLAS/src/cblas_chpr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chpr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chpr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1966-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chpr2.Tpo $(DEPDIR)/libcblas_a-cblas_chpr2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1968-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1969:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chpr2.obj `if test -f 'CBLAS/src/cblas_chpr2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chpr2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chpr2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1970-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1971-libcblas_a-cblas_dtbmv.o: CBLAS/src/cblas_dtbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1972:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtbmv.Tpo -c -o libcblas_a-cblas_dtbmv.o `test -f 'CBLAS/src/cblas_dtbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1973-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtbmv.Tpo $(DEPDIR)/libcblas_a-cblas_dtbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1975-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1976:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtbmv.o `test -f 'CBLAS/src/cblas_dtbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1977-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1978-libcblas_a-cblas_dtbmv.obj: CBLAS/src/cblas_dtbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1979:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtbmv.Tpo -c -o libcblas_a-cblas_dtbmv.obj `if test -f 'CBLAS/src/cblas_dtbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1980-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtbmv.Tpo $(DEPDIR)/libcblas_a-cblas_dtbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1982-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1983:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtbmv.obj `if test -f 'CBLAS/src/cblas_dtbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1984-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1985-libcblas_a-cblas_ssyr2k.o: CBLAS/src/cblas_ssyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1986:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssyr2k.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssyr2k.Tpo -c -o libcblas_a-cblas_ssyr2k.o `test -f 'CBLAS/src/cblas_ssyr2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1987-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssyr2k.Tpo $(DEPDIR)/libcblas_a-cblas_ssyr2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1989-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1990:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssyr2k.o `test -f 'CBLAS/src/cblas_ssyr2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1991-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1992-libcblas_a-cblas_ssyr2k.obj: CBLAS/src/cblas_ssyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1993:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssyr2k.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssyr2k.Tpo -c -o libcblas_a-cblas_ssyr2k.obj `if test -f 'CBLAS/src/cblas_ssyr2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssyr2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssyr2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1994-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssyr2k.Tpo $(DEPDIR)/libcblas_a-cblas_ssyr2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1996-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:1997:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssyr2k.obj `if test -f 'CBLAS/src/cblas_ssyr2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssyr2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssyr2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1998-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-1999-libcblas_a-cblas_ztrmv.o: CBLAS/src/cblas_ztrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2000:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztrmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztrmv.Tpo -c -o libcblas_a-cblas_ztrmv.o `test -f 'CBLAS/src/cblas_ztrmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2001-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztrmv.Tpo $(DEPDIR)/libcblas_a-cblas_ztrmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2003-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2004:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztrmv.o `test -f 'CBLAS/src/cblas_ztrmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2005-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2006-libcblas_a-cblas_ztrmv.obj: CBLAS/src/cblas_ztrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2007:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztrmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztrmv.Tpo -c -o libcblas_a-cblas_ztrmv.obj `if test -f 'CBLAS/src/cblas_ztrmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztrmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztrmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2008-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztrmv.Tpo $(DEPDIR)/libcblas_a-cblas_ztrmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2010-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2011:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztrmv.obj `if test -f 'CBLAS/src/cblas_ztrmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztrmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztrmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2012-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2013-libcblas_a-cblas_chpr.o: CBLAS/src/cblas_chpr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2014:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chpr.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chpr.Tpo -c -o libcblas_a-cblas_chpr.o `test -f 'CBLAS/src/cblas_chpr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chpr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2015-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chpr.Tpo $(DEPDIR)/libcblas_a-cblas_chpr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2017-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2018:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chpr.o `test -f 'CBLAS/src/cblas_chpr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_chpr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2019-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2020-libcblas_a-cblas_chpr.obj: CBLAS/src/cblas_chpr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2021:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_chpr.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_chpr.Tpo -c -o libcblas_a-cblas_chpr.obj `if test -f 'CBLAS/src/cblas_chpr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chpr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chpr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2022-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_chpr.Tpo $(DEPDIR)/libcblas_a-cblas_chpr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2024-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2025:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_chpr.obj `if test -f 'CBLAS/src/cblas_chpr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_chpr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_chpr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2026-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2027-libcblas_a-cblas_dtbsv.o: CBLAS/src/cblas_dtbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2028:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtbsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtbsv.Tpo -c -o libcblas_a-cblas_dtbsv.o `test -f 'CBLAS/src/cblas_dtbsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2029-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtbsv.Tpo $(DEPDIR)/libcblas_a-cblas_dtbsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2031-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2032:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtbsv.o `test -f 'CBLAS/src/cblas_dtbsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2033-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2034-libcblas_a-cblas_dtbsv.obj: CBLAS/src/cblas_dtbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2035:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtbsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtbsv.Tpo -c -o libcblas_a-cblas_dtbsv.obj `if test -f 'CBLAS/src/cblas_dtbsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtbsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtbsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2036-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtbsv.Tpo $(DEPDIR)/libcblas_a-cblas_dtbsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2038-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2039:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtbsv.obj `if test -f 'CBLAS/src/cblas_dtbsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtbsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtbsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2040-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2041-libcblas_a-cblas_ssyr.o: CBLAS/src/cblas_ssyr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2042:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssyr.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssyr.Tpo -c -o libcblas_a-cblas_ssyr.o `test -f 'CBLAS/src/cblas_ssyr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssyr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2043-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssyr.Tpo $(DEPDIR)/libcblas_a-cblas_ssyr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2045-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2046:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssyr.o `test -f 'CBLAS/src/cblas_ssyr.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssyr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2047-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2048-libcblas_a-cblas_ssyr.obj: CBLAS/src/cblas_ssyr.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2049:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssyr.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssyr.Tpo -c -o libcblas_a-cblas_ssyr.obj `if test -f 'CBLAS/src/cblas_ssyr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssyr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssyr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2050-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssyr.Tpo $(DEPDIR)/libcblas_a-cblas_ssyr.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2052-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2053:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssyr.obj `if test -f 'CBLAS/src/cblas_ssyr.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssyr.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssyr.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2054-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2055-libcblas_a-cblas_ztrsm.o: CBLAS/src/cblas_ztrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2056:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztrsm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztrsm.Tpo -c -o libcblas_a-cblas_ztrsm.o `test -f 'CBLAS/src/cblas_ztrsm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2057-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztrsm.Tpo $(DEPDIR)/libcblas_a-cblas_ztrsm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2059-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2060:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztrsm.o `test -f 'CBLAS/src/cblas_ztrsm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2061-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2062-libcblas_a-cblas_ztrsm.obj: CBLAS/src/cblas_ztrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2063:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztrsm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztrsm.Tpo -c -o libcblas_a-cblas_ztrsm.obj `if test -f 'CBLAS/src/cblas_ztrsm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztrsm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztrsm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2064-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztrsm.Tpo $(DEPDIR)/libcblas_a-cblas_ztrsm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2066-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2067:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztrsm.obj `if test -f 'CBLAS/src/cblas_ztrsm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztrsm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztrsm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2068-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2069-libcblas_a-cblas_cscal.o: CBLAS/src/cblas_cscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2070:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cscal.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cscal.Tpo -c -o libcblas_a-cblas_cscal.o `test -f 'CBLAS/src/cblas_cscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2071-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cscal.Tpo $(DEPDIR)/libcblas_a-cblas_cscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2073-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2074:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cscal.o `test -f 'CBLAS/src/cblas_cscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2075-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2076-libcblas_a-cblas_cscal.obj: CBLAS/src/cblas_cscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2077:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cscal.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cscal.Tpo -c -o libcblas_a-cblas_cscal.obj `if test -f 'CBLAS/src/cblas_cscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2078-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cscal.Tpo $(DEPDIR)/libcblas_a-cblas_cscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2080-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2081:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cscal.obj `if test -f 'CBLAS/src/cblas_cscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2082-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2083-libcblas_a-cblas_dtpmv.o: CBLAS/src/cblas_dtpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2084:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtpmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtpmv.Tpo -c -o libcblas_a-cblas_dtpmv.o `test -f 'CBLAS/src/cblas_dtpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2085-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtpmv.Tpo $(DEPDIR)/libcblas_a-cblas_dtpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2087-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2088:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtpmv.o `test -f 'CBLAS/src/cblas_dtpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2089-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2090-libcblas_a-cblas_dtpmv.obj: CBLAS/src/cblas_dtpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2091:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtpmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtpmv.Tpo -c -o libcblas_a-cblas_dtpmv.obj `if test -f 'CBLAS/src/cblas_dtpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2092-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtpmv.Tpo $(DEPDIR)/libcblas_a-cblas_dtpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2094-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2095:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtpmv.obj `if test -f 'CBLAS/src/cblas_dtpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2096-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2097-libcblas_a-cblas_ssyrk.o: CBLAS/src/cblas_ssyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2098:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssyrk.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssyrk.Tpo -c -o libcblas_a-cblas_ssyrk.o `test -f 'CBLAS/src/cblas_ssyrk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2099-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssyrk.Tpo $(DEPDIR)/libcblas_a-cblas_ssyrk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2101-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2102:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssyrk.o `test -f 'CBLAS/src/cblas_ssyrk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ssyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2103-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2104-libcblas_a-cblas_ssyrk.obj: CBLAS/src/cblas_ssyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2105:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ssyrk.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ssyrk.Tpo -c -o libcblas_a-cblas_ssyrk.obj `if test -f 'CBLAS/src/cblas_ssyrk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssyrk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssyrk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2106-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ssyrk.Tpo $(DEPDIR)/libcblas_a-cblas_ssyrk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2108-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2109:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ssyrk.obj `if test -f 'CBLAS/src/cblas_ssyrk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ssyrk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ssyrk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2110-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2111-libcblas_a-cblas_ztrsv.o: CBLAS/src/cblas_ztrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2112:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztrsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztrsv.Tpo -c -o libcblas_a-cblas_ztrsv.o `test -f 'CBLAS/src/cblas_ztrsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2113-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztrsv.Tpo $(DEPDIR)/libcblas_a-cblas_ztrsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2115-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2116:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztrsv.o `test -f 'CBLAS/src/cblas_ztrsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ztrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2117-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2118-libcblas_a-cblas_ztrsv.obj: CBLAS/src/cblas_ztrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2119:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ztrsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ztrsv.Tpo -c -o libcblas_a-cblas_ztrsv.obj `if test -f 'CBLAS/src/cblas_ztrsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztrsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztrsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2120-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ztrsv.Tpo $(DEPDIR)/libcblas_a-cblas_ztrsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2122-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2123:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ztrsv.obj `if test -f 'CBLAS/src/cblas_ztrsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ztrsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ztrsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2124-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2125-libcblas_a-cblas_csscal.o: CBLAS/src/cblas_csscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2126:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_csscal.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_csscal.Tpo -c -o libcblas_a-cblas_csscal.o `test -f 'CBLAS/src/cblas_csscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_csscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2127-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_csscal.Tpo $(DEPDIR)/libcblas_a-cblas_csscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2129-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2130:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_csscal.o `test -f 'CBLAS/src/cblas_csscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_csscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2131-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2132-libcblas_a-cblas_csscal.obj: CBLAS/src/cblas_csscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2133:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_csscal.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_csscal.Tpo -c -o libcblas_a-cblas_csscal.obj `if test -f 'CBLAS/src/cblas_csscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_csscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_csscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2134-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_csscal.Tpo $(DEPDIR)/libcblas_a-cblas_csscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2136-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2137:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_csscal.obj `if test -f 'CBLAS/src/cblas_csscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_csscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_csscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2138-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2139-libcblas_a-cblas_dtpsv.o: CBLAS/src/cblas_dtpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2140:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtpsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtpsv.Tpo -c -o libcblas_a-cblas_dtpsv.o `test -f 'CBLAS/src/cblas_dtpsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2141-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtpsv.Tpo $(DEPDIR)/libcblas_a-cblas_dtpsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2143-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2144:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtpsv.o `test -f 'CBLAS/src/cblas_dtpsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2145-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2146-libcblas_a-cblas_dtpsv.obj: CBLAS/src/cblas_dtpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2147:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtpsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtpsv.Tpo -c -o libcblas_a-cblas_dtpsv.obj `if test -f 'CBLAS/src/cblas_dtpsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtpsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtpsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2148-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtpsv.Tpo $(DEPDIR)/libcblas_a-cblas_dtpsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2150-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2151:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtpsv.obj `if test -f 'CBLAS/src/cblas_dtpsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtpsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtpsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2152-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2153-libcblas_a-cblas_stbmv.o: CBLAS/src/cblas_stbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2154:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_stbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_stbmv.Tpo -c -o libcblas_a-cblas_stbmv.o `test -f 'CBLAS/src/cblas_stbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_stbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2155-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_stbmv.Tpo $(DEPDIR)/libcblas_a-cblas_stbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2157-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2158:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_stbmv.o `test -f 'CBLAS/src/cblas_stbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_stbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2159-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2160-libcblas_a-cblas_stbmv.obj: CBLAS/src/cblas_stbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2161:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_stbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_stbmv.Tpo -c -o libcblas_a-cblas_stbmv.obj `if test -f 'CBLAS/src/cblas_stbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_stbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_stbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2162-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_stbmv.Tpo $(DEPDIR)/libcblas_a-cblas_stbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2164-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2165:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_stbmv.obj `if test -f 'CBLAS/src/cblas_stbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_stbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_stbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2166-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2167-libcblas_a-cblas_cswap.o: CBLAS/src/cblas_cswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2168:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cswap.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cswap.Tpo -c -o libcblas_a-cblas_cswap.o `test -f 'CBLAS/src/cblas_cswap.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2169-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cswap.Tpo $(DEPDIR)/libcblas_a-cblas_cswap.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2171-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2172:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cswap.o `test -f 'CBLAS/src/cblas_cswap.c' || echo '$(srcdir)/'`CBLAS/src/cblas_cswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2173-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2174-libcblas_a-cblas_cswap.obj: CBLAS/src/cblas_cswap.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2175:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_cswap.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_cswap.Tpo -c -o libcblas_a-cblas_cswap.obj `if test -f 'CBLAS/src/cblas_cswap.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cswap.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cswap.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2176-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_cswap.Tpo $(DEPDIR)/libcblas_a-cblas_cswap.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2178-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2179:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_cswap.obj `if test -f 'CBLAS/src/cblas_cswap.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_cswap.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_cswap.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2180-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2181-libcblas_a-cblas_dtrmm.o: CBLAS/src/cblas_dtrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2182:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtrmm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtrmm.Tpo -c -o libcblas_a-cblas_dtrmm.o `test -f 'CBLAS/src/cblas_dtrmm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2183-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtrmm.Tpo $(DEPDIR)/libcblas_a-cblas_dtrmm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2185-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2186:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtrmm.o `test -f 'CBLAS/src/cblas_dtrmm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2187-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2188-libcblas_a-cblas_dtrmm.obj: CBLAS/src/cblas_dtrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2189:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtrmm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtrmm.Tpo -c -o libcblas_a-cblas_dtrmm.obj `if test -f 'CBLAS/src/cblas_dtrmm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtrmm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtrmm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2190-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtrmm.Tpo $(DEPDIR)/libcblas_a-cblas_dtrmm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2192-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2193:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtrmm.obj `if test -f 'CBLAS/src/cblas_dtrmm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtrmm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtrmm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2194-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2195-libcblas_a-cblas_stbsv.o: CBLAS/src/cblas_stbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2196:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_stbsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_stbsv.Tpo -c -o libcblas_a-cblas_stbsv.o `test -f 'CBLAS/src/cblas_stbsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_stbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2197-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_stbsv.Tpo $(DEPDIR)/libcblas_a-cblas_stbsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2199-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2200:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_stbsv.o `test -f 'CBLAS/src/cblas_stbsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_stbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2201-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2202-libcblas_a-cblas_stbsv.obj: CBLAS/src/cblas_stbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2203:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_stbsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_stbsv.Tpo -c -o libcblas_a-cblas_stbsv.obj `if test -f 'CBLAS/src/cblas_stbsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_stbsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_stbsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2204-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_stbsv.Tpo $(DEPDIR)/libcblas_a-cblas_stbsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2206-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2207:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_stbsv.obj `if test -f 'CBLAS/src/cblas_stbsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_stbsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_stbsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2208-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2209-libcblas_a-cblas_csymm.o: CBLAS/src/cblas_csymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2210:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_csymm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_csymm.Tpo -c -o libcblas_a-cblas_csymm.o `test -f 'CBLAS/src/cblas_csymm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_csymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2211-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_csymm.Tpo $(DEPDIR)/libcblas_a-cblas_csymm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2213-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2214:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_csymm.o `test -f 'CBLAS/src/cblas_csymm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_csymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2215-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2216-libcblas_a-cblas_csymm.obj: CBLAS/src/cblas_csymm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2217:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_csymm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_csymm.Tpo -c -o libcblas_a-cblas_csymm.obj `if test -f 'CBLAS/src/cblas_csymm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_csymm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_csymm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2218-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_csymm.Tpo $(DEPDIR)/libcblas_a-cblas_csymm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2220-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2221:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_csymm.obj `if test -f 'CBLAS/src/cblas_csymm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_csymm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_csymm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2222-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2223-libcblas_a-cblas_dtrmv.o: CBLAS/src/cblas_dtrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2224:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtrmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtrmv.Tpo -c -o libcblas_a-cblas_dtrmv.o `test -f 'CBLAS/src/cblas_dtrmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2225-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtrmv.Tpo $(DEPDIR)/libcblas_a-cblas_dtrmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2227-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2228:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtrmv.o `test -f 'CBLAS/src/cblas_dtrmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2229-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2230-libcblas_a-cblas_dtrmv.obj: CBLAS/src/cblas_dtrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2231:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtrmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtrmv.Tpo -c -o libcblas_a-cblas_dtrmv.obj `if test -f 'CBLAS/src/cblas_dtrmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtrmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtrmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2232-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtrmv.Tpo $(DEPDIR)/libcblas_a-cblas_dtrmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2234-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2235:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtrmv.obj `if test -f 'CBLAS/src/cblas_dtrmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtrmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtrmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2236-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2237-libcblas_a-cblas_stpmv.o: CBLAS/src/cblas_stpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2238:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_stpmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_stpmv.Tpo -c -o libcblas_a-cblas_stpmv.o `test -f 'CBLAS/src/cblas_stpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_stpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2239-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_stpmv.Tpo $(DEPDIR)/libcblas_a-cblas_stpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2241-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2242:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_stpmv.o `test -f 'CBLAS/src/cblas_stpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_stpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2243-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2244-libcblas_a-cblas_stpmv.obj: CBLAS/src/cblas_stpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2245:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_stpmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_stpmv.Tpo -c -o libcblas_a-cblas_stpmv.obj `if test -f 'CBLAS/src/cblas_stpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_stpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_stpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2246-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_stpmv.Tpo $(DEPDIR)/libcblas_a-cblas_stpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2248-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2249:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_stpmv.obj `if test -f 'CBLAS/src/cblas_stpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_stpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_stpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2250-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2251-libcblas_a-cblas_csyr2k.o: CBLAS/src/cblas_csyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2252:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_csyr2k.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_csyr2k.Tpo -c -o libcblas_a-cblas_csyr2k.o `test -f 'CBLAS/src/cblas_csyr2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_csyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2253-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_csyr2k.Tpo $(DEPDIR)/libcblas_a-cblas_csyr2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2255-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2256:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_csyr2k.o `test -f 'CBLAS/src/cblas_csyr2k.c' || echo '$(srcdir)/'`CBLAS/src/cblas_csyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2257-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2258-libcblas_a-cblas_csyr2k.obj: CBLAS/src/cblas_csyr2k.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2259:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_csyr2k.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_csyr2k.Tpo -c -o libcblas_a-cblas_csyr2k.obj `if test -f 'CBLAS/src/cblas_csyr2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_csyr2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_csyr2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2260-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_csyr2k.Tpo $(DEPDIR)/libcblas_a-cblas_csyr2k.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2262-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2263:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_csyr2k.obj `if test -f 'CBLAS/src/cblas_csyr2k.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_csyr2k.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_csyr2k.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2264-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2265-libcblas_a-cblas_dtrsm.o: CBLAS/src/cblas_dtrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2266:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtrsm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtrsm.Tpo -c -o libcblas_a-cblas_dtrsm.o `test -f 'CBLAS/src/cblas_dtrsm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2267-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtrsm.Tpo $(DEPDIR)/libcblas_a-cblas_dtrsm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2269-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2270:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtrsm.o `test -f 'CBLAS/src/cblas_dtrsm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2271-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2272-libcblas_a-cblas_dtrsm.obj: CBLAS/src/cblas_dtrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2273:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtrsm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtrsm.Tpo -c -o libcblas_a-cblas_dtrsm.obj `if test -f 'CBLAS/src/cblas_dtrsm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtrsm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtrsm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2274-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtrsm.Tpo $(DEPDIR)/libcblas_a-cblas_dtrsm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2276-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2277:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtrsm.obj `if test -f 'CBLAS/src/cblas_dtrsm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtrsm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtrsm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2278-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2279-libcblas_a-cblas_stpsv.o: CBLAS/src/cblas_stpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2280:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_stpsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_stpsv.Tpo -c -o libcblas_a-cblas_stpsv.o `test -f 'CBLAS/src/cblas_stpsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_stpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2281-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_stpsv.Tpo $(DEPDIR)/libcblas_a-cblas_stpsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2283-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2284:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_stpsv.o `test -f 'CBLAS/src/cblas_stpsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_stpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2285-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2286-libcblas_a-cblas_stpsv.obj: CBLAS/src/cblas_stpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2287:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_stpsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_stpsv.Tpo -c -o libcblas_a-cblas_stpsv.obj `if test -f 'CBLAS/src/cblas_stpsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_stpsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_stpsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2288-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_stpsv.Tpo $(DEPDIR)/libcblas_a-cblas_stpsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2290-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2291:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_stpsv.obj `if test -f 'CBLAS/src/cblas_stpsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_stpsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_stpsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2292-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2293-libcblas_a-cblas_csyrk.o: CBLAS/src/cblas_csyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2294:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_csyrk.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_csyrk.Tpo -c -o libcblas_a-cblas_csyrk.o `test -f 'CBLAS/src/cblas_csyrk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_csyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2295-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_csyrk.Tpo $(DEPDIR)/libcblas_a-cblas_csyrk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2297-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2298:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_csyrk.o `test -f 'CBLAS/src/cblas_csyrk.c' || echo '$(srcdir)/'`CBLAS/src/cblas_csyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2299-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2300-libcblas_a-cblas_csyrk.obj: CBLAS/src/cblas_csyrk.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2301:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_csyrk.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_csyrk.Tpo -c -o libcblas_a-cblas_csyrk.obj `if test -f 'CBLAS/src/cblas_csyrk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_csyrk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_csyrk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2302-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_csyrk.Tpo $(DEPDIR)/libcblas_a-cblas_csyrk.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2304-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2305:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_csyrk.obj `if test -f 'CBLAS/src/cblas_csyrk.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_csyrk.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_csyrk.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2306-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2307-libcblas_a-cblas_dtrsv.o: CBLAS/src/cblas_dtrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2308:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtrsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtrsv.Tpo -c -o libcblas_a-cblas_dtrsv.o `test -f 'CBLAS/src/cblas_dtrsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2309-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtrsv.Tpo $(DEPDIR)/libcblas_a-cblas_dtrsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2311-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2312:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtrsv.o `test -f 'CBLAS/src/cblas_dtrsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dtrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2313-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2314-libcblas_a-cblas_dtrsv.obj: CBLAS/src/cblas_dtrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2315:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dtrsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dtrsv.Tpo -c -o libcblas_a-cblas_dtrsv.obj `if test -f 'CBLAS/src/cblas_dtrsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtrsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtrsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2316-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dtrsv.Tpo $(DEPDIR)/libcblas_a-cblas_dtrsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2318-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2319:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dtrsv.obj `if test -f 'CBLAS/src/cblas_dtrsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dtrsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dtrsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2320-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2321-libcblas_a-cblas_strmm.o: CBLAS/src/cblas_strmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2322:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_strmm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_strmm.Tpo -c -o libcblas_a-cblas_strmm.o `test -f 'CBLAS/src/cblas_strmm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_strmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2323-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_strmm.Tpo $(DEPDIR)/libcblas_a-cblas_strmm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2325-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2326:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_strmm.o `test -f 'CBLAS/src/cblas_strmm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_strmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2327-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2328-libcblas_a-cblas_strmm.obj: CBLAS/src/cblas_strmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2329:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_strmm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_strmm.Tpo -c -o libcblas_a-cblas_strmm.obj `if test -f 'CBLAS/src/cblas_strmm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_strmm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_strmm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2330-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_strmm.Tpo $(DEPDIR)/libcblas_a-cblas_strmm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2332-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2333:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_strmm.obj `if test -f 'CBLAS/src/cblas_strmm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_strmm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_strmm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2334-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2335-libcblas_a-cblas_ctbmv.o: CBLAS/src/cblas_ctbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2336:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctbmv.Tpo -c -o libcblas_a-cblas_ctbmv.o `test -f 'CBLAS/src/cblas_ctbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2337-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctbmv.Tpo $(DEPDIR)/libcblas_a-cblas_ctbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2339-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2340:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctbmv.o `test -f 'CBLAS/src/cblas_ctbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2341-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2342-libcblas_a-cblas_ctbmv.obj: CBLAS/src/cblas_ctbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2343:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctbmv.Tpo -c -o libcblas_a-cblas_ctbmv.obj `if test -f 'CBLAS/src/cblas_ctbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2344-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctbmv.Tpo $(DEPDIR)/libcblas_a-cblas_ctbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2346-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2347:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctbmv.obj `if test -f 'CBLAS/src/cblas_ctbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2348-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2349-libcblas_a-cblas_dzasum.o: CBLAS/src/cblas_dzasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2350:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dzasum.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dzasum.Tpo -c -o libcblas_a-cblas_dzasum.o `test -f 'CBLAS/src/cblas_dzasum.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dzasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2351-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dzasum.Tpo $(DEPDIR)/libcblas_a-cblas_dzasum.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2353-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2354:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dzasum.o `test -f 'CBLAS/src/cblas_dzasum.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dzasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2355-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2356-libcblas_a-cblas_dzasum.obj: CBLAS/src/cblas_dzasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2357:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dzasum.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dzasum.Tpo -c -o libcblas_a-cblas_dzasum.obj `if test -f 'CBLAS/src/cblas_dzasum.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dzasum.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dzasum.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2358-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dzasum.Tpo $(DEPDIR)/libcblas_a-cblas_dzasum.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2360-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2361:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dzasum.obj `if test -f 'CBLAS/src/cblas_dzasum.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dzasum.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dzasum.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2362-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2363-libcblas_a-cblas_strmv.o: CBLAS/src/cblas_strmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2364:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_strmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_strmv.Tpo -c -o libcblas_a-cblas_strmv.o `test -f 'CBLAS/src/cblas_strmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_strmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2365-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_strmv.Tpo $(DEPDIR)/libcblas_a-cblas_strmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2367-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2368:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_strmv.o `test -f 'CBLAS/src/cblas_strmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_strmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2369-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2370-libcblas_a-cblas_strmv.obj: CBLAS/src/cblas_strmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2371:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_strmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_strmv.Tpo -c -o libcblas_a-cblas_strmv.obj `if test -f 'CBLAS/src/cblas_strmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_strmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_strmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2372-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_strmv.Tpo $(DEPDIR)/libcblas_a-cblas_strmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2374-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2375:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_strmv.obj `if test -f 'CBLAS/src/cblas_strmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_strmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_strmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2376-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2377-libcblas_a-cblas_ctbsv.o: CBLAS/src/cblas_ctbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2378:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctbsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctbsv.Tpo -c -o libcblas_a-cblas_ctbsv.o `test -f 'CBLAS/src/cblas_ctbsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2379-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctbsv.Tpo $(DEPDIR)/libcblas_a-cblas_ctbsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2381-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2382:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctbsv.o `test -f 'CBLAS/src/cblas_ctbsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2383-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2384-libcblas_a-cblas_ctbsv.obj: CBLAS/src/cblas_ctbsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2385:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctbsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctbsv.Tpo -c -o libcblas_a-cblas_ctbsv.obj `if test -f 'CBLAS/src/cblas_ctbsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctbsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctbsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2386-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctbsv.Tpo $(DEPDIR)/libcblas_a-cblas_ctbsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2388-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2389:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctbsv.obj `if test -f 'CBLAS/src/cblas_ctbsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctbsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctbsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2390-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2391-libcblas_a-cblas_dznrm2.o: CBLAS/src/cblas_dznrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2392:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dznrm2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dznrm2.Tpo -c -o libcblas_a-cblas_dznrm2.o `test -f 'CBLAS/src/cblas_dznrm2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dznrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2393-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dznrm2.Tpo $(DEPDIR)/libcblas_a-cblas_dznrm2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2395-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2396:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dznrm2.o `test -f 'CBLAS/src/cblas_dznrm2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dznrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2397-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2398-libcblas_a-cblas_dznrm2.obj: CBLAS/src/cblas_dznrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2399:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dznrm2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dznrm2.Tpo -c -o libcblas_a-cblas_dznrm2.obj `if test -f 'CBLAS/src/cblas_dznrm2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dznrm2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dznrm2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2400-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dznrm2.Tpo $(DEPDIR)/libcblas_a-cblas_dznrm2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2402-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2403:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dznrm2.obj `if test -f 'CBLAS/src/cblas_dznrm2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dznrm2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dznrm2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2404-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2405-libcblas_a-cblas_strsm.o: CBLAS/src/cblas_strsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2406:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_strsm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_strsm.Tpo -c -o libcblas_a-cblas_strsm.o `test -f 'CBLAS/src/cblas_strsm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_strsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2407-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_strsm.Tpo $(DEPDIR)/libcblas_a-cblas_strsm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2409-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2410:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_strsm.o `test -f 'CBLAS/src/cblas_strsm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_strsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2411-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2412-libcblas_a-cblas_strsm.obj: CBLAS/src/cblas_strsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2413:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_strsm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_strsm.Tpo -c -o libcblas_a-cblas_strsm.obj `if test -f 'CBLAS/src/cblas_strsm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_strsm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_strsm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2414-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_strsm.Tpo $(DEPDIR)/libcblas_a-cblas_strsm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2416-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2417:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_strsm.obj `if test -f 'CBLAS/src/cblas_strsm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_strsm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_strsm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2418-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2419-libcblas_a-cblas_ctpmv.o: CBLAS/src/cblas_ctpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2420:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctpmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctpmv.Tpo -c -o libcblas_a-cblas_ctpmv.o `test -f 'CBLAS/src/cblas_ctpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2421-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctpmv.Tpo $(DEPDIR)/libcblas_a-cblas_ctpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2423-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2424:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctpmv.o `test -f 'CBLAS/src/cblas_ctpmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2425-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2426-libcblas_a-cblas_ctpmv.obj: CBLAS/src/cblas_ctpmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2427:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctpmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctpmv.Tpo -c -o libcblas_a-cblas_ctpmv.obj `if test -f 'CBLAS/src/cblas_ctpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2428-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctpmv.Tpo $(DEPDIR)/libcblas_a-cblas_ctpmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2431:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctpmv.obj `if test -f 'CBLAS/src/cblas_ctpmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctpmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctpmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2432-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2433-libcblas_a-cblas_strsv.o: CBLAS/src/cblas_strsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2434:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_strsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_strsv.Tpo -c -o libcblas_a-cblas_strsv.o `test -f 'CBLAS/src/cblas_strsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_strsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2435-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_strsv.Tpo $(DEPDIR)/libcblas_a-cblas_strsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2438:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_strsv.o `test -f 'CBLAS/src/cblas_strsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_strsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2439-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2440-libcblas_a-cblas_strsv.obj: CBLAS/src/cblas_strsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2441:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_strsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_strsv.Tpo -c -o libcblas_a-cblas_strsv.obj `if test -f 'CBLAS/src/cblas_strsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_strsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_strsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2442-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_strsv.Tpo $(DEPDIR)/libcblas_a-cblas_strsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2445:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_strsv.obj `if test -f 'CBLAS/src/cblas_strsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_strsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_strsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2446-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2447-libcblas_a-cblas_ctpsv.o: CBLAS/src/cblas_ctpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2448:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctpsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctpsv.Tpo -c -o libcblas_a-cblas_ctpsv.o `test -f 'CBLAS/src/cblas_ctpsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2449-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctpsv.Tpo $(DEPDIR)/libcblas_a-cblas_ctpsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2451-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2452:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctpsv.o `test -f 'CBLAS/src/cblas_ctpsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2453-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2454-libcblas_a-cblas_ctpsv.obj: CBLAS/src/cblas_ctpsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2455:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctpsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctpsv.Tpo -c -o libcblas_a-cblas_ctpsv.obj `if test -f 'CBLAS/src/cblas_ctpsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctpsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctpsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2456-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctpsv.Tpo $(DEPDIR)/libcblas_a-cblas_ctpsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2458-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2459:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctpsv.obj `if test -f 'CBLAS/src/cblas_ctpsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctpsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctpsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2460-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2461-libcblas_a-cblas_globals.o: CBLAS/src/cblas_globals.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2462:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_globals.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_globals.Tpo -c -o libcblas_a-cblas_globals.o `test -f 'CBLAS/src/cblas_globals.c' || echo '$(srcdir)/'`CBLAS/src/cblas_globals.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2463-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_globals.Tpo $(DEPDIR)/libcblas_a-cblas_globals.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2465-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2466:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_globals.o `test -f 'CBLAS/src/cblas_globals.c' || echo '$(srcdir)/'`CBLAS/src/cblas_globals.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2467-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2468-libcblas_a-cblas_globals.obj: CBLAS/src/cblas_globals.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2469:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_globals.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_globals.Tpo -c -o libcblas_a-cblas_globals.obj `if test -f 'CBLAS/src/cblas_globals.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_globals.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_globals.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2470-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_globals.Tpo $(DEPDIR)/libcblas_a-cblas_globals.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2472-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2473:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_globals.obj `if test -f 'CBLAS/src/cblas_globals.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_globals.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_globals.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2474-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2475-libcblas_a-cblas_xerbla.o: CBLAS/src/cblas_xerbla.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2476:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_xerbla.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_xerbla.Tpo -c -o libcblas_a-cblas_xerbla.o `test -f 'CBLAS/src/cblas_xerbla.c' || echo '$(srcdir)/'`CBLAS/src/cblas_xerbla.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2477-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_xerbla.Tpo $(DEPDIR)/libcblas_a-cblas_xerbla.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2479-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2480:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_xerbla.o `test -f 'CBLAS/src/cblas_xerbla.c' || echo '$(srcdir)/'`CBLAS/src/cblas_xerbla.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2481-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2482-libcblas_a-cblas_xerbla.obj: CBLAS/src/cblas_xerbla.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2483:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_xerbla.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_xerbla.Tpo -c -o libcblas_a-cblas_xerbla.obj `if test -f 'CBLAS/src/cblas_xerbla.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_xerbla.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_xerbla.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2484-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_xerbla.Tpo $(DEPDIR)/libcblas_a-cblas_xerbla.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2486-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2487:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_xerbla.obj `if test -f 'CBLAS/src/cblas_xerbla.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_xerbla.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_xerbla.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2488-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2489-libcblas_a-cblas_ctrmm.o: CBLAS/src/cblas_ctrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2490:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctrmm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctrmm.Tpo -c -o libcblas_a-cblas_ctrmm.o `test -f 'CBLAS/src/cblas_ctrmm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2491-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctrmm.Tpo $(DEPDIR)/libcblas_a-cblas_ctrmm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2493-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2494:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctrmm.o `test -f 'CBLAS/src/cblas_ctrmm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2495-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2496-libcblas_a-cblas_ctrmm.obj: CBLAS/src/cblas_ctrmm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2497:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctrmm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctrmm.Tpo -c -o libcblas_a-cblas_ctrmm.obj `if test -f 'CBLAS/src/cblas_ctrmm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctrmm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctrmm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2498-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctrmm.Tpo $(DEPDIR)/libcblas_a-cblas_ctrmm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2500-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2501:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctrmm.obj `if test -f 'CBLAS/src/cblas_ctrmm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctrmm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctrmm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2502-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2503-libcblas_a-cblas_zaxpy.o: CBLAS/src/cblas_zaxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2504:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zaxpy.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zaxpy.Tpo -c -o libcblas_a-cblas_zaxpy.o `test -f 'CBLAS/src/cblas_zaxpy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zaxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2505-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zaxpy.Tpo $(DEPDIR)/libcblas_a-cblas_zaxpy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2507-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2508:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zaxpy.o `test -f 'CBLAS/src/cblas_zaxpy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zaxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2509-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2510-libcblas_a-cblas_zaxpy.obj: CBLAS/src/cblas_zaxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2511:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zaxpy.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zaxpy.Tpo -c -o libcblas_a-cblas_zaxpy.obj `if test -f 'CBLAS/src/cblas_zaxpy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zaxpy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zaxpy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2512-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zaxpy.Tpo $(DEPDIR)/libcblas_a-cblas_zaxpy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2514-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2515:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zaxpy.obj `if test -f 'CBLAS/src/cblas_zaxpy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zaxpy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zaxpy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2516-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2517-libcblas_a-cblas_ctrmv.o: CBLAS/src/cblas_ctrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2518:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctrmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctrmv.Tpo -c -o libcblas_a-cblas_ctrmv.o `test -f 'CBLAS/src/cblas_ctrmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2519-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctrmv.Tpo $(DEPDIR)/libcblas_a-cblas_ctrmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2521-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2522:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctrmv.o `test -f 'CBLAS/src/cblas_ctrmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2523-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2524-libcblas_a-cblas_ctrmv.obj: CBLAS/src/cblas_ctrmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2525:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctrmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctrmv.Tpo -c -o libcblas_a-cblas_ctrmv.obj `if test -f 'CBLAS/src/cblas_ctrmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctrmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctrmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2526-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctrmv.Tpo $(DEPDIR)/libcblas_a-cblas_ctrmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2528-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2529:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctrmv.obj `if test -f 'CBLAS/src/cblas_ctrmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctrmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctrmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2530-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2531-libcblas_a-cblas_icamax.o: CBLAS/src/cblas_icamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2532:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_icamax.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_icamax.Tpo -c -o libcblas_a-cblas_icamax.o `test -f 'CBLAS/src/cblas_icamax.c' || echo '$(srcdir)/'`CBLAS/src/cblas_icamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2533-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_icamax.Tpo $(DEPDIR)/libcblas_a-cblas_icamax.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2535-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2536:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_icamax.o `test -f 'CBLAS/src/cblas_icamax.c' || echo '$(srcdir)/'`CBLAS/src/cblas_icamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2537-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2538-libcblas_a-cblas_icamax.obj: CBLAS/src/cblas_icamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2539:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_icamax.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_icamax.Tpo -c -o libcblas_a-cblas_icamax.obj `if test -f 'CBLAS/src/cblas_icamax.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_icamax.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_icamax.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2540-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_icamax.Tpo $(DEPDIR)/libcblas_a-cblas_icamax.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2542-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2543:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_icamax.obj `if test -f 'CBLAS/src/cblas_icamax.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_icamax.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_icamax.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2544-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2545-libcblas_a-cblas_zcopy.o: CBLAS/src/cblas_zcopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2546:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zcopy.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zcopy.Tpo -c -o libcblas_a-cblas_zcopy.o `test -f 'CBLAS/src/cblas_zcopy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zcopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2547-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zcopy.Tpo $(DEPDIR)/libcblas_a-cblas_zcopy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2550:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zcopy.o `test -f 'CBLAS/src/cblas_zcopy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zcopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2551-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2552-libcblas_a-cblas_zcopy.obj: CBLAS/src/cblas_zcopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2553:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zcopy.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zcopy.Tpo -c -o libcblas_a-cblas_zcopy.obj `if test -f 'CBLAS/src/cblas_zcopy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zcopy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zcopy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2554-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zcopy.Tpo $(DEPDIR)/libcblas_a-cblas_zcopy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2556-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2557:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zcopy.obj `if test -f 'CBLAS/src/cblas_zcopy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zcopy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zcopy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2558-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2559-libcblas_a-cblas_ctrsm.o: CBLAS/src/cblas_ctrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2560:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctrsm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctrsm.Tpo -c -o libcblas_a-cblas_ctrsm.o `test -f 'CBLAS/src/cblas_ctrsm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2561-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctrsm.Tpo $(DEPDIR)/libcblas_a-cblas_ctrsm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2563-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2564:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctrsm.o `test -f 'CBLAS/src/cblas_ctrsm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2565-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2566-libcblas_a-cblas_ctrsm.obj: CBLAS/src/cblas_ctrsm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2567:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctrsm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctrsm.Tpo -c -o libcblas_a-cblas_ctrsm.obj `if test -f 'CBLAS/src/cblas_ctrsm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctrsm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctrsm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2568-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctrsm.Tpo $(DEPDIR)/libcblas_a-cblas_ctrsm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2570-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2571:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctrsm.obj `if test -f 'CBLAS/src/cblas_ctrsm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctrsm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctrsm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2572-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2573-libcblas_a-cblas_idamax.o: CBLAS/src/cblas_idamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2574:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_idamax.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_idamax.Tpo -c -o libcblas_a-cblas_idamax.o `test -f 'CBLAS/src/cblas_idamax.c' || echo '$(srcdir)/'`CBLAS/src/cblas_idamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2575-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_idamax.Tpo $(DEPDIR)/libcblas_a-cblas_idamax.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2577-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2578:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_idamax.o `test -f 'CBLAS/src/cblas_idamax.c' || echo '$(srcdir)/'`CBLAS/src/cblas_idamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2579-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2580-libcblas_a-cblas_idamax.obj: CBLAS/src/cblas_idamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2581:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_idamax.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_idamax.Tpo -c -o libcblas_a-cblas_idamax.obj `if test -f 'CBLAS/src/cblas_idamax.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_idamax.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_idamax.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2582-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_idamax.Tpo $(DEPDIR)/libcblas_a-cblas_idamax.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2584-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2585:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_idamax.obj `if test -f 'CBLAS/src/cblas_idamax.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_idamax.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_idamax.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2586-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2587-libcblas_a-cblas_zdotc_sub.o: CBLAS/src/cblas_zdotc_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2588:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zdotc_sub.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zdotc_sub.Tpo -c -o libcblas_a-cblas_zdotc_sub.o `test -f 'CBLAS/src/cblas_zdotc_sub.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zdotc_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2589-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zdotc_sub.Tpo $(DEPDIR)/libcblas_a-cblas_zdotc_sub.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2591-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2592:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zdotc_sub.o `test -f 'CBLAS/src/cblas_zdotc_sub.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zdotc_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2593-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2594-libcblas_a-cblas_zdotc_sub.obj: CBLAS/src/cblas_zdotc_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2595:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zdotc_sub.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zdotc_sub.Tpo -c -o libcblas_a-cblas_zdotc_sub.obj `if test -f 'CBLAS/src/cblas_zdotc_sub.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zdotc_sub.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zdotc_sub.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2596-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zdotc_sub.Tpo $(DEPDIR)/libcblas_a-cblas_zdotc_sub.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2598-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2599:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zdotc_sub.obj `if test -f 'CBLAS/src/cblas_zdotc_sub.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zdotc_sub.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zdotc_sub.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2600-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2601-libcblas_a-cblas_ctrsv.o: CBLAS/src/cblas_ctrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2602:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctrsv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctrsv.Tpo -c -o libcblas_a-cblas_ctrsv.o `test -f 'CBLAS/src/cblas_ctrsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2603-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctrsv.Tpo $(DEPDIR)/libcblas_a-cblas_ctrsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2605-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2606:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctrsv.o `test -f 'CBLAS/src/cblas_ctrsv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ctrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2607-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2608-libcblas_a-cblas_ctrsv.obj: CBLAS/src/cblas_ctrsv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2609:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ctrsv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ctrsv.Tpo -c -o libcblas_a-cblas_ctrsv.obj `if test -f 'CBLAS/src/cblas_ctrsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctrsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctrsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2610-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ctrsv.Tpo $(DEPDIR)/libcblas_a-cblas_ctrsv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2612-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2613:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ctrsv.obj `if test -f 'CBLAS/src/cblas_ctrsv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ctrsv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ctrsv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2614-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2615-libcblas_a-cblas_isamax.o: CBLAS/src/cblas_isamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2616:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_isamax.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_isamax.Tpo -c -o libcblas_a-cblas_isamax.o `test -f 'CBLAS/src/cblas_isamax.c' || echo '$(srcdir)/'`CBLAS/src/cblas_isamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2617-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_isamax.Tpo $(DEPDIR)/libcblas_a-cblas_isamax.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2619-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2620:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_isamax.o `test -f 'CBLAS/src/cblas_isamax.c' || echo '$(srcdir)/'`CBLAS/src/cblas_isamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2621-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2622-libcblas_a-cblas_isamax.obj: CBLAS/src/cblas_isamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2623:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_isamax.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_isamax.Tpo -c -o libcblas_a-cblas_isamax.obj `if test -f 'CBLAS/src/cblas_isamax.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_isamax.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_isamax.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2624-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_isamax.Tpo $(DEPDIR)/libcblas_a-cblas_isamax.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2626-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2627:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_isamax.obj `if test -f 'CBLAS/src/cblas_isamax.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_isamax.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_isamax.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2628-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2629-libcblas_a-cblas_zdotu_sub.o: CBLAS/src/cblas_zdotu_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2630:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zdotu_sub.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zdotu_sub.Tpo -c -o libcblas_a-cblas_zdotu_sub.o `test -f 'CBLAS/src/cblas_zdotu_sub.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zdotu_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2631-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zdotu_sub.Tpo $(DEPDIR)/libcblas_a-cblas_zdotu_sub.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2633-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2634:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zdotu_sub.o `test -f 'CBLAS/src/cblas_zdotu_sub.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zdotu_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2635-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2636-libcblas_a-cblas_zdotu_sub.obj: CBLAS/src/cblas_zdotu_sub.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2637:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zdotu_sub.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zdotu_sub.Tpo -c -o libcblas_a-cblas_zdotu_sub.obj `if test -f 'CBLAS/src/cblas_zdotu_sub.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zdotu_sub.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zdotu_sub.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2638-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zdotu_sub.Tpo $(DEPDIR)/libcblas_a-cblas_zdotu_sub.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zdotu_sub.obj `if test -f 'CBLAS/src/cblas_zdotu_sub.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zdotu_sub.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zdotu_sub.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2642-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2643-libcblas_a-cblas_dasum.o: CBLAS/src/cblas_dasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2644:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dasum.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dasum.Tpo -c -o libcblas_a-cblas_dasum.o `test -f 'CBLAS/src/cblas_dasum.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2645-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dasum.Tpo $(DEPDIR)/libcblas_a-cblas_dasum.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2647-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2648:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dasum.o `test -f 'CBLAS/src/cblas_dasum.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2649-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2650-libcblas_a-cblas_dasum.obj: CBLAS/src/cblas_dasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2651:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dasum.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dasum.Tpo -c -o libcblas_a-cblas_dasum.obj `if test -f 'CBLAS/src/cblas_dasum.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dasum.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dasum.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2652-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dasum.Tpo $(DEPDIR)/libcblas_a-cblas_dasum.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2654-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2655:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dasum.obj `if test -f 'CBLAS/src/cblas_dasum.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dasum.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dasum.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2656-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2657-libcblas_a-cblas_izamax.o: CBLAS/src/cblas_izamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2658:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_izamax.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_izamax.Tpo -c -o libcblas_a-cblas_izamax.o `test -f 'CBLAS/src/cblas_izamax.c' || echo '$(srcdir)/'`CBLAS/src/cblas_izamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2659-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_izamax.Tpo $(DEPDIR)/libcblas_a-cblas_izamax.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2661-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2662:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_izamax.o `test -f 'CBLAS/src/cblas_izamax.c' || echo '$(srcdir)/'`CBLAS/src/cblas_izamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2663-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2664-libcblas_a-cblas_izamax.obj: CBLAS/src/cblas_izamax.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2665:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_izamax.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_izamax.Tpo -c -o libcblas_a-cblas_izamax.obj `if test -f 'CBLAS/src/cblas_izamax.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_izamax.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_izamax.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2666-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_izamax.Tpo $(DEPDIR)/libcblas_a-cblas_izamax.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2668-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2669:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_izamax.obj `if test -f 'CBLAS/src/cblas_izamax.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_izamax.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_izamax.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2670-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2671-libcblas_a-cblas_zdscal.o: CBLAS/src/cblas_zdscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2672:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zdscal.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zdscal.Tpo -c -o libcblas_a-cblas_zdscal.o `test -f 'CBLAS/src/cblas_zdscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zdscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2673-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zdscal.Tpo $(DEPDIR)/libcblas_a-cblas_zdscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2675-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2676:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zdscal.o `test -f 'CBLAS/src/cblas_zdscal.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zdscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2677-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2678-libcblas_a-cblas_zdscal.obj: CBLAS/src/cblas_zdscal.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2679:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zdscal.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zdscal.Tpo -c -o libcblas_a-cblas_zdscal.obj `if test -f 'CBLAS/src/cblas_zdscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zdscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zdscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2680-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zdscal.Tpo $(DEPDIR)/libcblas_a-cblas_zdscal.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2682-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2683:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zdscal.obj `if test -f 'CBLAS/src/cblas_zdscal.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zdscal.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zdscal.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2684-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2685-libcblas_a-cblas_daxpy.o: CBLAS/src/cblas_daxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2686:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_daxpy.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_daxpy.Tpo -c -o libcblas_a-cblas_daxpy.o `test -f 'CBLAS/src/cblas_daxpy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_daxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2687-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_daxpy.Tpo $(DEPDIR)/libcblas_a-cblas_daxpy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2689-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2690:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_daxpy.o `test -f 'CBLAS/src/cblas_daxpy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_daxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2691-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2692-libcblas_a-cblas_daxpy.obj: CBLAS/src/cblas_daxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2693:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_daxpy.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_daxpy.Tpo -c -o libcblas_a-cblas_daxpy.obj `if test -f 'CBLAS/src/cblas_daxpy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_daxpy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_daxpy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2694-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_daxpy.Tpo $(DEPDIR)/libcblas_a-cblas_daxpy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2696-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2697:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_daxpy.obj `if test -f 'CBLAS/src/cblas_daxpy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_daxpy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_daxpy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2698-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2699-libcblas_a-cblas_sasum.o: CBLAS/src/cblas_sasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2700:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sasum.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sasum.Tpo -c -o libcblas_a-cblas_sasum.o `test -f 'CBLAS/src/cblas_sasum.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2701-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sasum.Tpo $(DEPDIR)/libcblas_a-cblas_sasum.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2703-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2704:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sasum.o `test -f 'CBLAS/src/cblas_sasum.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2705-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2706-libcblas_a-cblas_sasum.obj: CBLAS/src/cblas_sasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2707:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sasum.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sasum.Tpo -c -o libcblas_a-cblas_sasum.obj `if test -f 'CBLAS/src/cblas_sasum.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sasum.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sasum.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2708-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sasum.Tpo $(DEPDIR)/libcblas_a-cblas_sasum.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2710-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2711:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sasum.obj `if test -f 'CBLAS/src/cblas_sasum.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sasum.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sasum.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2712-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2713-libcblas_a-cblas_zgbmv.o: CBLAS/src/cblas_zgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2714:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zgbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zgbmv.Tpo -c -o libcblas_a-cblas_zgbmv.o `test -f 'CBLAS/src/cblas_zgbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2715-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zgbmv.Tpo $(DEPDIR)/libcblas_a-cblas_zgbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2717-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2718:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zgbmv.o `test -f 'CBLAS/src/cblas_zgbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2719-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2720-libcblas_a-cblas_zgbmv.obj: CBLAS/src/cblas_zgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2721:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zgbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zgbmv.Tpo -c -o libcblas_a-cblas_zgbmv.obj `if test -f 'CBLAS/src/cblas_zgbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zgbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zgbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2722-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zgbmv.Tpo $(DEPDIR)/libcblas_a-cblas_zgbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2724-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2725:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zgbmv.obj `if test -f 'CBLAS/src/cblas_zgbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zgbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zgbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2726-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2727-libcblas_a-cblas_dcopy.o: CBLAS/src/cblas_dcopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2728:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dcopy.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dcopy.Tpo -c -o libcblas_a-cblas_dcopy.o `test -f 'CBLAS/src/cblas_dcopy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dcopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2729-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dcopy.Tpo $(DEPDIR)/libcblas_a-cblas_dcopy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2731-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2732:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dcopy.o `test -f 'CBLAS/src/cblas_dcopy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dcopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2733-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2734-libcblas_a-cblas_dcopy.obj: CBLAS/src/cblas_dcopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2735:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dcopy.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dcopy.Tpo -c -o libcblas_a-cblas_dcopy.obj `if test -f 'CBLAS/src/cblas_dcopy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dcopy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dcopy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2736-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dcopy.Tpo $(DEPDIR)/libcblas_a-cblas_dcopy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2738-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2739:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dcopy.obj `if test -f 'CBLAS/src/cblas_dcopy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dcopy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dcopy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2740-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2741-libcblas_a-cblas_saxpy.o: CBLAS/src/cblas_saxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2742:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_saxpy.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_saxpy.Tpo -c -o libcblas_a-cblas_saxpy.o `test -f 'CBLAS/src/cblas_saxpy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_saxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2743-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_saxpy.Tpo $(DEPDIR)/libcblas_a-cblas_saxpy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2745-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2746:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_saxpy.o `test -f 'CBLAS/src/cblas_saxpy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_saxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2747-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2748-libcblas_a-cblas_saxpy.obj: CBLAS/src/cblas_saxpy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2749:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_saxpy.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_saxpy.Tpo -c -o libcblas_a-cblas_saxpy.obj `if test -f 'CBLAS/src/cblas_saxpy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_saxpy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_saxpy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2750-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_saxpy.Tpo $(DEPDIR)/libcblas_a-cblas_saxpy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2752-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2753:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_saxpy.obj `if test -f 'CBLAS/src/cblas_saxpy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_saxpy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_saxpy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2754-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2755-libcblas_a-cblas_zgemm.o: CBLAS/src/cblas_zgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2756:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zgemm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zgemm.Tpo -c -o libcblas_a-cblas_zgemm.o `test -f 'CBLAS/src/cblas_zgemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2757-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zgemm.Tpo $(DEPDIR)/libcblas_a-cblas_zgemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2759-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2760:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zgemm.o `test -f 'CBLAS/src/cblas_zgemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2761-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2762-libcblas_a-cblas_zgemm.obj: CBLAS/src/cblas_zgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2763:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zgemm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zgemm.Tpo -c -o libcblas_a-cblas_zgemm.obj `if test -f 'CBLAS/src/cblas_zgemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zgemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zgemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2764-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zgemm.Tpo $(DEPDIR)/libcblas_a-cblas_zgemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2766-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2767:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zgemm.obj `if test -f 'CBLAS/src/cblas_zgemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zgemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zgemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2768-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2769-libcblas_a-cblas_ddot.o: CBLAS/src/cblas_ddot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2770:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ddot.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ddot.Tpo -c -o libcblas_a-cblas_ddot.o `test -f 'CBLAS/src/cblas_ddot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ddot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2771-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ddot.Tpo $(DEPDIR)/libcblas_a-cblas_ddot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2773-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2774:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ddot.o `test -f 'CBLAS/src/cblas_ddot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_ddot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2775-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2776-libcblas_a-cblas_ddot.obj: CBLAS/src/cblas_ddot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2777:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_ddot.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_ddot.Tpo -c -o libcblas_a-cblas_ddot.obj `if test -f 'CBLAS/src/cblas_ddot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ddot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ddot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2778-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_ddot.Tpo $(DEPDIR)/libcblas_a-cblas_ddot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2780-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2781:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_ddot.obj `if test -f 'CBLAS/src/cblas_ddot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_ddot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_ddot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2782-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2783-libcblas_a-cblas_scasum.o: CBLAS/src/cblas_scasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2784:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_scasum.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_scasum.Tpo -c -o libcblas_a-cblas_scasum.o `test -f 'CBLAS/src/cblas_scasum.c' || echo '$(srcdir)/'`CBLAS/src/cblas_scasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2785-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_scasum.Tpo $(DEPDIR)/libcblas_a-cblas_scasum.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2787-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2788:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_scasum.o `test -f 'CBLAS/src/cblas_scasum.c' || echo '$(srcdir)/'`CBLAS/src/cblas_scasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2789-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2790-libcblas_a-cblas_scasum.obj: CBLAS/src/cblas_scasum.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2791:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_scasum.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_scasum.Tpo -c -o libcblas_a-cblas_scasum.obj `if test -f 'CBLAS/src/cblas_scasum.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_scasum.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_scasum.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2792-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_scasum.Tpo $(DEPDIR)/libcblas_a-cblas_scasum.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2794-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2795:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_scasum.obj `if test -f 'CBLAS/src/cblas_scasum.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_scasum.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_scasum.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2796-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2797-libcblas_a-cblas_zgemv.o: CBLAS/src/cblas_zgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2798:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zgemv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zgemv.Tpo -c -o libcblas_a-cblas_zgemv.o `test -f 'CBLAS/src/cblas_zgemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2799-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zgemv.Tpo $(DEPDIR)/libcblas_a-cblas_zgemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2801-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2802:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zgemv.o `test -f 'CBLAS/src/cblas_zgemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2803-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2804-libcblas_a-cblas_zgemv.obj: CBLAS/src/cblas_zgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2805:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zgemv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zgemv.Tpo -c -o libcblas_a-cblas_zgemv.obj `if test -f 'CBLAS/src/cblas_zgemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zgemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zgemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2806-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zgemv.Tpo $(DEPDIR)/libcblas_a-cblas_zgemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2808-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2809:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zgemv.obj `if test -f 'CBLAS/src/cblas_zgemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zgemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zgemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2810-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2811-libcblas_a-cblas_dgbmv.o: CBLAS/src/cblas_dgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2812:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dgbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dgbmv.Tpo -c -o libcblas_a-cblas_dgbmv.o `test -f 'CBLAS/src/cblas_dgbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2813-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dgbmv.Tpo $(DEPDIR)/libcblas_a-cblas_dgbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2815-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2816:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dgbmv.o `test -f 'CBLAS/src/cblas_dgbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2817-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2818-libcblas_a-cblas_dgbmv.obj: CBLAS/src/cblas_dgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2819:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dgbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dgbmv.Tpo -c -o libcblas_a-cblas_dgbmv.obj `if test -f 'CBLAS/src/cblas_dgbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dgbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dgbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2820-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dgbmv.Tpo $(DEPDIR)/libcblas_a-cblas_dgbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2822-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2823:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dgbmv.obj `if test -f 'CBLAS/src/cblas_dgbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dgbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dgbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2824-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2825-libcblas_a-cblas_scnrm2.o: CBLAS/src/cblas_scnrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2826:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_scnrm2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_scnrm2.Tpo -c -o libcblas_a-cblas_scnrm2.o `test -f 'CBLAS/src/cblas_scnrm2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_scnrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2827-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_scnrm2.Tpo $(DEPDIR)/libcblas_a-cblas_scnrm2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2829-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2830:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_scnrm2.o `test -f 'CBLAS/src/cblas_scnrm2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_scnrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2831-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2832-libcblas_a-cblas_scnrm2.obj: CBLAS/src/cblas_scnrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2833:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_scnrm2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_scnrm2.Tpo -c -o libcblas_a-cblas_scnrm2.obj `if test -f 'CBLAS/src/cblas_scnrm2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_scnrm2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_scnrm2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2834-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_scnrm2.Tpo $(DEPDIR)/libcblas_a-cblas_scnrm2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2836-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2837:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_scnrm2.obj `if test -f 'CBLAS/src/cblas_scnrm2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_scnrm2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_scnrm2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2838-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2839-libcblas_a-cblas_zgerc.o: CBLAS/src/cblas_zgerc.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2840:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zgerc.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zgerc.Tpo -c -o libcblas_a-cblas_zgerc.o `test -f 'CBLAS/src/cblas_zgerc.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zgerc.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2841-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zgerc.Tpo $(DEPDIR)/libcblas_a-cblas_zgerc.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2843-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2844:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zgerc.o `test -f 'CBLAS/src/cblas_zgerc.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zgerc.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2845-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2846-libcblas_a-cblas_zgerc.obj: CBLAS/src/cblas_zgerc.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2847:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zgerc.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zgerc.Tpo -c -o libcblas_a-cblas_zgerc.obj `if test -f 'CBLAS/src/cblas_zgerc.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zgerc.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zgerc.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2848-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zgerc.Tpo $(DEPDIR)/libcblas_a-cblas_zgerc.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2850-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2851:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zgerc.obj `if test -f 'CBLAS/src/cblas_zgerc.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zgerc.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zgerc.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2852-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2853-libcblas_a-cblas_dgemm.o: CBLAS/src/cblas_dgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2854:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dgemm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dgemm.Tpo -c -o libcblas_a-cblas_dgemm.o `test -f 'CBLAS/src/cblas_dgemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2855-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dgemm.Tpo $(DEPDIR)/libcblas_a-cblas_dgemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2857-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2858:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dgemm.o `test -f 'CBLAS/src/cblas_dgemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2859-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2860-libcblas_a-cblas_dgemm.obj: CBLAS/src/cblas_dgemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2861:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dgemm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dgemm.Tpo -c -o libcblas_a-cblas_dgemm.obj `if test -f 'CBLAS/src/cblas_dgemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dgemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dgemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2862-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dgemm.Tpo $(DEPDIR)/libcblas_a-cblas_dgemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2864-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2865:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dgemm.obj `if test -f 'CBLAS/src/cblas_dgemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dgemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dgemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2866-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2867-libcblas_a-cblas_scopy.o: CBLAS/src/cblas_scopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2868:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_scopy.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_scopy.Tpo -c -o libcblas_a-cblas_scopy.o `test -f 'CBLAS/src/cblas_scopy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_scopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2869-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_scopy.Tpo $(DEPDIR)/libcblas_a-cblas_scopy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2871-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2872:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_scopy.o `test -f 'CBLAS/src/cblas_scopy.c' || echo '$(srcdir)/'`CBLAS/src/cblas_scopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2873-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2874-libcblas_a-cblas_scopy.obj: CBLAS/src/cblas_scopy.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2875:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_scopy.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_scopy.Tpo -c -o libcblas_a-cblas_scopy.obj `if test -f 'CBLAS/src/cblas_scopy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_scopy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_scopy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2876-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_scopy.Tpo $(DEPDIR)/libcblas_a-cblas_scopy.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2878-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2879:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_scopy.obj `if test -f 'CBLAS/src/cblas_scopy.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_scopy.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_scopy.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2880-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2881-libcblas_a-cblas_zgeru.o: CBLAS/src/cblas_zgeru.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2882:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zgeru.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zgeru.Tpo -c -o libcblas_a-cblas_zgeru.o `test -f 'CBLAS/src/cblas_zgeru.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zgeru.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2883-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zgeru.Tpo $(DEPDIR)/libcblas_a-cblas_zgeru.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2885-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2886:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zgeru.o `test -f 'CBLAS/src/cblas_zgeru.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zgeru.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2887-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2888-libcblas_a-cblas_zgeru.obj: CBLAS/src/cblas_zgeru.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2889:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zgeru.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zgeru.Tpo -c -o libcblas_a-cblas_zgeru.obj `if test -f 'CBLAS/src/cblas_zgeru.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zgeru.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zgeru.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2890-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zgeru.Tpo $(DEPDIR)/libcblas_a-cblas_zgeru.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2892-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2893:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zgeru.obj `if test -f 'CBLAS/src/cblas_zgeru.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zgeru.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zgeru.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2894-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2895-libcblas_a-cblas_dgemv.o: CBLAS/src/cblas_dgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2896:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dgemv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dgemv.Tpo -c -o libcblas_a-cblas_dgemv.o `test -f 'CBLAS/src/cblas_dgemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2897-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dgemv.Tpo $(DEPDIR)/libcblas_a-cblas_dgemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2899-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2900:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dgemv.o `test -f 'CBLAS/src/cblas_dgemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2901-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2902-libcblas_a-cblas_dgemv.obj: CBLAS/src/cblas_dgemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2903:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dgemv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dgemv.Tpo -c -o libcblas_a-cblas_dgemv.obj `if test -f 'CBLAS/src/cblas_dgemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dgemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dgemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2904-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dgemv.Tpo $(DEPDIR)/libcblas_a-cblas_dgemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2906-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2907:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dgemv.obj `if test -f 'CBLAS/src/cblas_dgemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dgemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dgemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2908-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2909-libcblas_a-cblas_sdot.o: CBLAS/src/cblas_sdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2910:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sdot.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sdot.Tpo -c -o libcblas_a-cblas_sdot.o `test -f 'CBLAS/src/cblas_sdot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2911-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sdot.Tpo $(DEPDIR)/libcblas_a-cblas_sdot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2913-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2914:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sdot.o `test -f 'CBLAS/src/cblas_sdot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2915-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2916-libcblas_a-cblas_sdot.obj: CBLAS/src/cblas_sdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2917:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sdot.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sdot.Tpo -c -o libcblas_a-cblas_sdot.obj `if test -f 'CBLAS/src/cblas_sdot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sdot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sdot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2918-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sdot.Tpo $(DEPDIR)/libcblas_a-cblas_sdot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2920-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2921:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sdot.obj `if test -f 'CBLAS/src/cblas_sdot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sdot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sdot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2922-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2923-libcblas_a-cblas_zhbmv.o: CBLAS/src/cblas_zhbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2924:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhbmv.Tpo -c -o libcblas_a-cblas_zhbmv.o `test -f 'CBLAS/src/cblas_zhbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2925-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhbmv.Tpo $(DEPDIR)/libcblas_a-cblas_zhbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2927-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2928:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhbmv.o `test -f 'CBLAS/src/cblas_zhbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2929-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2930-libcblas_a-cblas_zhbmv.obj: CBLAS/src/cblas_zhbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2931:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhbmv.Tpo -c -o libcblas_a-cblas_zhbmv.obj `if test -f 'CBLAS/src/cblas_zhbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2932-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhbmv.Tpo $(DEPDIR)/libcblas_a-cblas_zhbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2934-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2935:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhbmv.obj `if test -f 'CBLAS/src/cblas_zhbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2936-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2937-libcblas_a-xerbla.o: CBLAS/src/xerbla.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2938:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-xerbla.o -MD -MP -MF $(DEPDIR)/libcblas_a-xerbla.Tpo -c -o libcblas_a-xerbla.o `test -f 'CBLAS/src/xerbla.c' || echo '$(srcdir)/'`CBLAS/src/xerbla.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2939-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-xerbla.Tpo $(DEPDIR)/libcblas_a-xerbla.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2941-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2942:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-xerbla.o `test -f 'CBLAS/src/xerbla.c' || echo '$(srcdir)/'`CBLAS/src/xerbla.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2943-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2944-libcblas_a-xerbla.obj: CBLAS/src/xerbla.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2945:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-xerbla.obj -MD -MP -MF $(DEPDIR)/libcblas_a-xerbla.Tpo -c -o libcblas_a-xerbla.obj `if test -f 'CBLAS/src/xerbla.c'; then $(CYGPATH_W) 'CBLAS/src/xerbla.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/xerbla.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2946-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-xerbla.Tpo $(DEPDIR)/libcblas_a-xerbla.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2948-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2949:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-xerbla.obj `if test -f 'CBLAS/src/xerbla.c'; then $(CYGPATH_W) 'CBLAS/src/xerbla.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/xerbla.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2950-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2951-libcblas_a-cblas_dger.o: CBLAS/src/cblas_dger.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2952:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dger.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dger.Tpo -c -o libcblas_a-cblas_dger.o `test -f 'CBLAS/src/cblas_dger.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dger.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2953-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dger.Tpo $(DEPDIR)/libcblas_a-cblas_dger.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2955-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2956:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dger.o `test -f 'CBLAS/src/cblas_dger.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dger.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2957-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2958-libcblas_a-cblas_dger.obj: CBLAS/src/cblas_dger.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2959:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dger.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dger.Tpo -c -o libcblas_a-cblas_dger.obj `if test -f 'CBLAS/src/cblas_dger.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dger.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dger.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2960-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dger.Tpo $(DEPDIR)/libcblas_a-cblas_dger.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2962-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2963:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dger.obj `if test -f 'CBLAS/src/cblas_dger.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dger.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dger.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2964-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2965-libcblas_a-cblas_sdsdot.o: CBLAS/src/cblas_sdsdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2966:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sdsdot.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sdsdot.Tpo -c -o libcblas_a-cblas_sdsdot.o `test -f 'CBLAS/src/cblas_sdsdot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sdsdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2967-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sdsdot.Tpo $(DEPDIR)/libcblas_a-cblas_sdsdot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2969-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2970:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sdsdot.o `test -f 'CBLAS/src/cblas_sdsdot.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sdsdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2971-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2972-libcblas_a-cblas_sdsdot.obj: CBLAS/src/cblas_sdsdot.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2973:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sdsdot.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sdsdot.Tpo -c -o libcblas_a-cblas_sdsdot.obj `if test -f 'CBLAS/src/cblas_sdsdot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sdsdot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sdsdot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2974-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sdsdot.Tpo $(DEPDIR)/libcblas_a-cblas_sdsdot.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2976-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2977:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sdsdot.obj `if test -f 'CBLAS/src/cblas_sdsdot.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sdsdot.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sdsdot.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2978-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2979-libcblas_a-cblas_zhemm.o: CBLAS/src/cblas_zhemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2980:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhemm.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhemm.Tpo -c -o libcblas_a-cblas_zhemm.o `test -f 'CBLAS/src/cblas_zhemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2981-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhemm.Tpo $(DEPDIR)/libcblas_a-cblas_zhemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2983-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2984:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhemm.o `test -f 'CBLAS/src/cblas_zhemm.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2985-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2986-libcblas_a-cblas_zhemm.obj: CBLAS/src/cblas_zhemm.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2987:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhemm.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhemm.Tpo -c -o libcblas_a-cblas_zhemm.obj `if test -f 'CBLAS/src/cblas_zhemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2988-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhemm.Tpo $(DEPDIR)/libcblas_a-cblas_zhemm.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2990-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2991:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhemm.obj `if test -f 'CBLAS/src/cblas_zhemm.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhemm.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhemm.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2992-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2993-libcblas_a-cblas_dnrm2.o: CBLAS/src/cblas_dnrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2994:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dnrm2.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dnrm2.Tpo -c -o libcblas_a-cblas_dnrm2.o `test -f 'CBLAS/src/cblas_dnrm2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dnrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2995-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dnrm2.Tpo $(DEPDIR)/libcblas_a-cblas_dnrm2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2997-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:2998:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dnrm2.o `test -f 'CBLAS/src/cblas_dnrm2.c' || echo '$(srcdir)/'`CBLAS/src/cblas_dnrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-2999-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3000-libcblas_a-cblas_dnrm2.obj: CBLAS/src/cblas_dnrm2.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3001:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_dnrm2.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_dnrm2.Tpo -c -o libcblas_a-cblas_dnrm2.obj `if test -f 'CBLAS/src/cblas_dnrm2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dnrm2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dnrm2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3002-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_dnrm2.Tpo $(DEPDIR)/libcblas_a-cblas_dnrm2.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3004-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3005:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_dnrm2.obj `if test -f 'CBLAS/src/cblas_dnrm2.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_dnrm2.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_dnrm2.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3006-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3007-libcblas_a-cblas_sgbmv.o: CBLAS/src/cblas_sgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3008:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sgbmv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sgbmv.Tpo -c -o libcblas_a-cblas_sgbmv.o `test -f 'CBLAS/src/cblas_sgbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3009-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sgbmv.Tpo $(DEPDIR)/libcblas_a-cblas_sgbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3011-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3012:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sgbmv.o `test -f 'CBLAS/src/cblas_sgbmv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_sgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3013-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3014-libcblas_a-cblas_sgbmv.obj: CBLAS/src/cblas_sgbmv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3015:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_sgbmv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_sgbmv.Tpo -c -o libcblas_a-cblas_sgbmv.obj `if test -f 'CBLAS/src/cblas_sgbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sgbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sgbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3016-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_sgbmv.Tpo $(DEPDIR)/libcblas_a-cblas_sgbmv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3018-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3019:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_sgbmv.obj `if test -f 'CBLAS/src/cblas_sgbmv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_sgbmv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_sgbmv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3020-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3021-libcblas_a-cblas_zhemv.o: CBLAS/src/cblas_zhemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3022:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhemv.o -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhemv.Tpo -c -o libcblas_a-cblas_zhemv.o `test -f 'CBLAS/src/cblas_zhemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3023-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhemv.Tpo $(DEPDIR)/libcblas_a-cblas_zhemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3025-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3026:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhemv.o `test -f 'CBLAS/src/cblas_zhemv.c' || echo '$(srcdir)/'`CBLAS/src/cblas_zhemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3027-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3028-libcblas_a-cblas_zhemv.obj: CBLAS/src/cblas_zhemv.c
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3029:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -MT libcblas_a-cblas_zhemv.obj -MD -MP -MF $(DEPDIR)/libcblas_a-cblas_zhemv.Tpo -c -o libcblas_a-cblas_zhemv.obj `if test -f 'CBLAS/src/cblas_zhemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3030-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcblas_a-cblas_zhemv.Tpo $(DEPDIR)/libcblas_a-cblas_zhemv.Po
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3032-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3033:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcblas_a_CFLAGS) $(CFLAGS) -c -o libcblas_a-cblas_zhemv.obj `if test -f 'CBLAS/src/cblas_zhemv.c'; then $(CYGPATH_W) 'CBLAS/src/cblas_zhemv.c'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cblas_zhemv.c'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3034-
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3038-.f.obj:
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3039:	$(AM_V_F77)$(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3040-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3041-cdotcsub.o: CBLAS/src/cdotcsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3042:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cdotcsub.o `test -f 'CBLAS/src/cdotcsub.f' || echo '$(srcdir)/'`CBLAS/src/cdotcsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3043-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3044-cdotcsub.obj: CBLAS/src/cdotcsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3045:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cdotcsub.obj `if test -f 'CBLAS/src/cdotcsub.f'; then $(CYGPATH_W) 'CBLAS/src/cdotcsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cdotcsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3046-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3047-cdotusub.o: CBLAS/src/cdotusub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3048:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cdotusub.o `test -f 'CBLAS/src/cdotusub.f' || echo '$(srcdir)/'`CBLAS/src/cdotusub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3049-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3050-cdotusub.obj: CBLAS/src/cdotusub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3051:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cdotusub.obj `if test -f 'CBLAS/src/cdotusub.f'; then $(CYGPATH_W) 'CBLAS/src/cdotusub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/cdotusub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3052-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3053-dasumsub.o: CBLAS/src/dasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3054:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dasumsub.o `test -f 'CBLAS/src/dasumsub.f' || echo '$(srcdir)/'`CBLAS/src/dasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3055-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3056-dasumsub.obj: CBLAS/src/dasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3057:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dasumsub.obj `if test -f 'CBLAS/src/dasumsub.f'; then $(CYGPATH_W) 'CBLAS/src/dasumsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/dasumsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3058-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3059-ddotsub.o: CBLAS/src/ddotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3060:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ddotsub.o `test -f 'CBLAS/src/ddotsub.f' || echo '$(srcdir)/'`CBLAS/src/ddotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3061-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3062-ddotsub.obj: CBLAS/src/ddotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3063:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ddotsub.obj `if test -f 'CBLAS/src/ddotsub.f'; then $(CYGPATH_W) 'CBLAS/src/ddotsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/ddotsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3064-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3065-dnrm2sub.o: CBLAS/src/dnrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3066:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dnrm2sub.o `test -f 'CBLAS/src/dnrm2sub.f' || echo '$(srcdir)/'`CBLAS/src/dnrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3067-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3068-dnrm2sub.obj: CBLAS/src/dnrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3069:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dnrm2sub.obj `if test -f 'CBLAS/src/dnrm2sub.f'; then $(CYGPATH_W) 'CBLAS/src/dnrm2sub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/dnrm2sub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3070-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3071-dsdotsub.o: CBLAS/src/dsdotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3072:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsdotsub.o `test -f 'CBLAS/src/dsdotsub.f' || echo '$(srcdir)/'`CBLAS/src/dsdotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3073-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3074-dsdotsub.obj: CBLAS/src/dsdotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3075:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsdotsub.obj `if test -f 'CBLAS/src/dsdotsub.f'; then $(CYGPATH_W) 'CBLAS/src/dsdotsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/dsdotsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3076-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3077-dzasumsub.o: CBLAS/src/dzasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3078:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dzasumsub.o `test -f 'CBLAS/src/dzasumsub.f' || echo '$(srcdir)/'`CBLAS/src/dzasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3079-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3080-dzasumsub.obj: CBLAS/src/dzasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3081:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dzasumsub.obj `if test -f 'CBLAS/src/dzasumsub.f'; then $(CYGPATH_W) 'CBLAS/src/dzasumsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/dzasumsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3082-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3083-dznrm2sub.o: CBLAS/src/dznrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3084:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dznrm2sub.o `test -f 'CBLAS/src/dznrm2sub.f' || echo '$(srcdir)/'`CBLAS/src/dznrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3085-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3086-dznrm2sub.obj: CBLAS/src/dznrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3087:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dznrm2sub.obj `if test -f 'CBLAS/src/dznrm2sub.f'; then $(CYGPATH_W) 'CBLAS/src/dznrm2sub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/dznrm2sub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3088-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3089-icamaxsub.o: CBLAS/src/icamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3090:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o icamaxsub.o `test -f 'CBLAS/src/icamaxsub.f' || echo '$(srcdir)/'`CBLAS/src/icamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3091-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3092-icamaxsub.obj: CBLAS/src/icamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3093:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o icamaxsub.obj `if test -f 'CBLAS/src/icamaxsub.f'; then $(CYGPATH_W) 'CBLAS/src/icamaxsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/icamaxsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3094-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3095-idamaxsub.o: CBLAS/src/idamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3096:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o idamaxsub.o `test -f 'CBLAS/src/idamaxsub.f' || echo '$(srcdir)/'`CBLAS/src/idamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3097-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3098-idamaxsub.obj: CBLAS/src/idamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3099:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o idamaxsub.obj `if test -f 'CBLAS/src/idamaxsub.f'; then $(CYGPATH_W) 'CBLAS/src/idamaxsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/idamaxsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3100-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3101-isamaxsub.o: CBLAS/src/isamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3102:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o isamaxsub.o `test -f 'CBLAS/src/isamaxsub.f' || echo '$(srcdir)/'`CBLAS/src/isamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3103-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3104-isamaxsub.obj: CBLAS/src/isamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3105:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o isamaxsub.obj `if test -f 'CBLAS/src/isamaxsub.f'; then $(CYGPATH_W) 'CBLAS/src/isamaxsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/isamaxsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3106-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3107-izamaxsub.o: CBLAS/src/izamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3108:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o izamaxsub.o `test -f 'CBLAS/src/izamaxsub.f' || echo '$(srcdir)/'`CBLAS/src/izamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3109-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3110-izamaxsub.obj: CBLAS/src/izamaxsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3111:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o izamaxsub.obj `if test -f 'CBLAS/src/izamaxsub.f'; then $(CYGPATH_W) 'CBLAS/src/izamaxsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/izamaxsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3112-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3113-sasumsub.o: CBLAS/src/sasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3114:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sasumsub.o `test -f 'CBLAS/src/sasumsub.f' || echo '$(srcdir)/'`CBLAS/src/sasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3115-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3116-sasumsub.obj: CBLAS/src/sasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3117:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sasumsub.obj `if test -f 'CBLAS/src/sasumsub.f'; then $(CYGPATH_W) 'CBLAS/src/sasumsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/sasumsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3118-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3119-scasumsub.o: CBLAS/src/scasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3120:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o scasumsub.o `test -f 'CBLAS/src/scasumsub.f' || echo '$(srcdir)/'`CBLAS/src/scasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3121-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3122-scasumsub.obj: CBLAS/src/scasumsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3123:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o scasumsub.obj `if test -f 'CBLAS/src/scasumsub.f'; then $(CYGPATH_W) 'CBLAS/src/scasumsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/scasumsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3124-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3125-scnrm2sub.o: CBLAS/src/scnrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3126:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o scnrm2sub.o `test -f 'CBLAS/src/scnrm2sub.f' || echo '$(srcdir)/'`CBLAS/src/scnrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3127-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3128-scnrm2sub.obj: CBLAS/src/scnrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3129:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o scnrm2sub.obj `if test -f 'CBLAS/src/scnrm2sub.f'; then $(CYGPATH_W) 'CBLAS/src/scnrm2sub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/scnrm2sub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3130-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3131-sdotsub.o: CBLAS/src/sdotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3132:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sdotsub.o `test -f 'CBLAS/src/sdotsub.f' || echo '$(srcdir)/'`CBLAS/src/sdotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3133-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3134-sdotsub.obj: CBLAS/src/sdotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3135:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sdotsub.obj `if test -f 'CBLAS/src/sdotsub.f'; then $(CYGPATH_W) 'CBLAS/src/sdotsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/sdotsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3136-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3137-sdsdotsub.o: CBLAS/src/sdsdotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3138:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sdsdotsub.o `test -f 'CBLAS/src/sdsdotsub.f' || echo '$(srcdir)/'`CBLAS/src/sdsdotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3139-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3140-sdsdotsub.obj: CBLAS/src/sdsdotsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3141:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sdsdotsub.obj `if test -f 'CBLAS/src/sdsdotsub.f'; then $(CYGPATH_W) 'CBLAS/src/sdsdotsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/sdsdotsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3142-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3143-snrm2sub.o: CBLAS/src/snrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3144:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o snrm2sub.o `test -f 'CBLAS/src/snrm2sub.f' || echo '$(srcdir)/'`CBLAS/src/snrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3145-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3146-snrm2sub.obj: CBLAS/src/snrm2sub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3147:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o snrm2sub.obj `if test -f 'CBLAS/src/snrm2sub.f'; then $(CYGPATH_W) 'CBLAS/src/snrm2sub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/snrm2sub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3148-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3149-zdotcsub.o: CBLAS/src/zdotcsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3150:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdotcsub.o `test -f 'CBLAS/src/zdotcsub.f' || echo '$(srcdir)/'`CBLAS/src/zdotcsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3151-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3152-zdotcsub.obj: CBLAS/src/zdotcsub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3153:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdotcsub.obj `if test -f 'CBLAS/src/zdotcsub.f'; then $(CYGPATH_W) 'CBLAS/src/zdotcsub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/zdotcsub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3154-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3155-zdotusub.o: CBLAS/src/zdotusub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3156:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdotusub.o `test -f 'CBLAS/src/zdotusub.f' || echo '$(srcdir)/'`CBLAS/src/zdotusub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3157-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3158-zdotusub.obj: CBLAS/src/zdotusub.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3159:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdotusub.obj `if test -f 'CBLAS/src/zdotusub.f'; then $(CYGPATH_W) 'CBLAS/src/zdotusub.f'; else $(CYGPATH_W) '$(srcdir)/CBLAS/src/zdotusub.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3160-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3161-caxpy.o: BLAS/caxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3162:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o caxpy.o `test -f 'BLAS/caxpy.f' || echo '$(srcdir)/'`BLAS/caxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3163-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3164-caxpy.obj: BLAS/caxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3165:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o caxpy.obj `if test -f 'BLAS/caxpy.f'; then $(CYGPATH_W) 'BLAS/caxpy.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/caxpy.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3166-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3167-crotg.o: BLAS/crotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3168:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o crotg.o `test -f 'BLAS/crotg.f' || echo '$(srcdir)/'`BLAS/crotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3169-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3170-crotg.obj: BLAS/crotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3171:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o crotg.obj `if test -f 'BLAS/crotg.f'; then $(CYGPATH_W) 'BLAS/crotg.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/crotg.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3172-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3173-dcopy.o: BLAS/dcopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3174:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dcopy.o `test -f 'BLAS/dcopy.f' || echo '$(srcdir)/'`BLAS/dcopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3175-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3176-dcopy.obj: BLAS/dcopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3177:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dcopy.obj `if test -f 'BLAS/dcopy.f'; then $(CYGPATH_W) 'BLAS/dcopy.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dcopy.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3178-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3179-dsymv.o: BLAS/dsymv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3180:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsymv.o `test -f 'BLAS/dsymv.f' || echo '$(srcdir)/'`BLAS/dsymv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3181-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3182-dsymv.obj: BLAS/dsymv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3183:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsymv.obj `if test -f 'BLAS/dsymv.f'; then $(CYGPATH_W) 'BLAS/dsymv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dsymv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3184-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3185-lsame.o: BLAS/lsame.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3186:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o lsame.o `test -f 'BLAS/lsame.f' || echo '$(srcdir)/'`BLAS/lsame.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3187-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3188-lsame.obj: BLAS/lsame.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3189:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o lsame.obj `if test -f 'BLAS/lsame.f'; then $(CYGPATH_W) 'BLAS/lsame.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/lsame.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3190-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3191-sspmv.o: BLAS/sspmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3192:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sspmv.o `test -f 'BLAS/sspmv.f' || echo '$(srcdir)/'`BLAS/sspmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3193-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3194-sspmv.obj: BLAS/sspmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3195:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sspmv.obj `if test -f 'BLAS/sspmv.f'; then $(CYGPATH_W) 'BLAS/sspmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sspmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3196-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3197-zaxpy.o: BLAS/zaxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3198:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zaxpy.o `test -f 'BLAS/zaxpy.f' || echo '$(srcdir)/'`BLAS/zaxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3199-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3200-zaxpy.obj: BLAS/zaxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3201:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zaxpy.obj `if test -f 'BLAS/zaxpy.f'; then $(CYGPATH_W) 'BLAS/zaxpy.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zaxpy.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3202-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3203-zhpr2.o: BLAS/zhpr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3204:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhpr2.o `test -f 'BLAS/zhpr2.f' || echo '$(srcdir)/'`BLAS/zhpr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3205-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3206-zhpr2.obj: BLAS/zhpr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3207:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhpr2.obj `if test -f 'BLAS/zhpr2.f'; then $(CYGPATH_W) 'BLAS/zhpr2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zhpr2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3208-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3209-ccopy.o: BLAS/ccopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3210:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ccopy.o `test -f 'BLAS/ccopy.f' || echo '$(srcdir)/'`BLAS/ccopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3211-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3212-ccopy.obj: BLAS/ccopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3213:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ccopy.obj `if test -f 'BLAS/ccopy.f'; then $(CYGPATH_W) 'BLAS/ccopy.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ccopy.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3214-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3215-cscal.o: BLAS/cscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3216:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cscal.o `test -f 'BLAS/cscal.f' || echo '$(srcdir)/'`BLAS/cscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3217-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3218-cscal.obj: BLAS/cscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3219:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cscal.obj `if test -f 'BLAS/cscal.f'; then $(CYGPATH_W) 'BLAS/cscal.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cscal.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3220-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3221-ddot.o: BLAS/ddot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3222:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ddot.o `test -f 'BLAS/ddot.f' || echo '$(srcdir)/'`BLAS/ddot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3223-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3224-ddot.obj: BLAS/ddot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3225:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ddot.obj `if test -f 'BLAS/ddot.f'; then $(CYGPATH_W) 'BLAS/ddot.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ddot.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3226-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3227-dsyr2.o: BLAS/dsyr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3228:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsyr2.o `test -f 'BLAS/dsyr2.f' || echo '$(srcdir)/'`BLAS/dsyr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3229-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3230-dsyr2.obj: BLAS/dsyr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3231:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsyr2.obj `if test -f 'BLAS/dsyr2.f'; then $(CYGPATH_W) 'BLAS/dsyr2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dsyr2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3232-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3233-sasum.o: BLAS/sasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3234:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sasum.o `test -f 'BLAS/sasum.f' || echo '$(srcdir)/'`BLAS/sasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3235-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3236-sasum.obj: BLAS/sasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3237:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sasum.obj `if test -f 'BLAS/sasum.f'; then $(CYGPATH_W) 'BLAS/sasum.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sasum.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3238-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3239-sspr2.o: BLAS/sspr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3240:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sspr2.o `test -f 'BLAS/sspr2.f' || echo '$(srcdir)/'`BLAS/sspr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3241-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3242-sspr2.obj: BLAS/sspr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3243:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sspr2.obj `if test -f 'BLAS/sspr2.f'; then $(CYGPATH_W) 'BLAS/sspr2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sspr2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3244-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3245-zcopy.o: BLAS/zcopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3246:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zcopy.o `test -f 'BLAS/zcopy.f' || echo '$(srcdir)/'`BLAS/zcopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3247-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3248-zcopy.obj: BLAS/zcopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3249:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zcopy.obj `if test -f 'BLAS/zcopy.f'; then $(CYGPATH_W) 'BLAS/zcopy.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zcopy.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3250-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3251-zhpr.o: BLAS/zhpr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3252:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhpr.o `test -f 'BLAS/zhpr.f' || echo '$(srcdir)/'`BLAS/zhpr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3253-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3254-zhpr.obj: BLAS/zhpr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3255:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhpr.obj `if test -f 'BLAS/zhpr.f'; then $(CYGPATH_W) 'BLAS/zhpr.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zhpr.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3256-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3257-cdotc.o: BLAS/cdotc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3258:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cdotc.o `test -f 'BLAS/cdotc.f' || echo '$(srcdir)/'`BLAS/cdotc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3259-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3260-cdotc.obj: BLAS/cdotc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3261:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cdotc.obj `if test -f 'BLAS/cdotc.f'; then $(CYGPATH_W) 'BLAS/cdotc.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cdotc.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3262-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3263-csrot.o: BLAS/csrot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3264:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o csrot.o `test -f 'BLAS/csrot.f' || echo '$(srcdir)/'`BLAS/csrot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3265-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3266-csrot.obj: BLAS/csrot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3267:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o csrot.obj `if test -f 'BLAS/csrot.f'; then $(CYGPATH_W) 'BLAS/csrot.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/csrot.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3268-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3269-dgbmv.o: BLAS/dgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3270:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dgbmv.o `test -f 'BLAS/dgbmv.f' || echo '$(srcdir)/'`BLAS/dgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3271-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3272-dgbmv.obj: BLAS/dgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3273:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dgbmv.obj `if test -f 'BLAS/dgbmv.f'; then $(CYGPATH_W) 'BLAS/dgbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dgbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3274-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3275-dsyr2k.o: BLAS/dsyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3276:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsyr2k.o `test -f 'BLAS/dsyr2k.f' || echo '$(srcdir)/'`BLAS/dsyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3277-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3278-dsyr2k.obj: BLAS/dsyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3279:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsyr2k.obj `if test -f 'BLAS/dsyr2k.f'; then $(CYGPATH_W) 'BLAS/dsyr2k.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dsyr2k.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3280-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3281-saxpy.o: BLAS/saxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3282:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o saxpy.o `test -f 'BLAS/saxpy.f' || echo '$(srcdir)/'`BLAS/saxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3283-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3284-saxpy.obj: BLAS/saxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3285:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o saxpy.obj `if test -f 'BLAS/saxpy.f'; then $(CYGPATH_W) 'BLAS/saxpy.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/saxpy.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3286-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3287-sspr.o: BLAS/sspr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3288:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sspr.o `test -f 'BLAS/sspr.f' || echo '$(srcdir)/'`BLAS/sspr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3289-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3290-sspr.obj: BLAS/sspr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3291:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sspr.obj `if test -f 'BLAS/sspr.f'; then $(CYGPATH_W) 'BLAS/sspr.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sspr.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3292-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3293-zdotc.o: BLAS/zdotc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3294:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdotc.o `test -f 'BLAS/zdotc.f' || echo '$(srcdir)/'`BLAS/zdotc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3295-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3296-zdotc.obj: BLAS/zdotc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3297:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdotc.obj `if test -f 'BLAS/zdotc.f'; then $(CYGPATH_W) 'BLAS/zdotc.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zdotc.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3298-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3299-zrotg.o: BLAS/zrotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3300:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zrotg.o `test -f 'BLAS/zrotg.f' || echo '$(srcdir)/'`BLAS/zrotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3301-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3302-zrotg.obj: BLAS/zrotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3303:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zrotg.obj `if test -f 'BLAS/zrotg.f'; then $(CYGPATH_W) 'BLAS/zrotg.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zrotg.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3304-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3305-cdotu.o: BLAS/cdotu.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3306:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cdotu.o `test -f 'BLAS/cdotu.f' || echo '$(srcdir)/'`BLAS/cdotu.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3307-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3308-cdotu.obj: BLAS/cdotu.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3309:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cdotu.obj `if test -f 'BLAS/cdotu.f'; then $(CYGPATH_W) 'BLAS/cdotu.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cdotu.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3310-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3311-csscal.o: BLAS/csscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3312:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o csscal.o `test -f 'BLAS/csscal.f' || echo '$(srcdir)/'`BLAS/csscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3313-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3314-csscal.obj: BLAS/csscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3315:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o csscal.obj `if test -f 'BLAS/csscal.f'; then $(CYGPATH_W) 'BLAS/csscal.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/csscal.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3316-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3317-dgemm.o: BLAS/dgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3318:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dgemm.o `test -f 'BLAS/dgemm.f' || echo '$(srcdir)/'`BLAS/dgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3319-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3320-dgemm.obj: BLAS/dgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3321:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dgemm.obj `if test -f 'BLAS/dgemm.f'; then $(CYGPATH_W) 'BLAS/dgemm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dgemm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3322-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3323-dsyr.o: BLAS/dsyr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3324:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsyr.o `test -f 'BLAS/dsyr.f' || echo '$(srcdir)/'`BLAS/dsyr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3325-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3326-dsyr.obj: BLAS/dsyr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3327:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsyr.obj `if test -f 'BLAS/dsyr.f'; then $(CYGPATH_W) 'BLAS/dsyr.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dsyr.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3328-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3329-scasum.o: BLAS/scasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3330:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o scasum.o `test -f 'BLAS/scasum.f' || echo '$(srcdir)/'`BLAS/scasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3331-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3332-scasum.obj: BLAS/scasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3333:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o scasum.obj `if test -f 'BLAS/scasum.f'; then $(CYGPATH_W) 'BLAS/scasum.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/scasum.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3334-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3335-sswap.o: BLAS/sswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3336:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sswap.o `test -f 'BLAS/sswap.f' || echo '$(srcdir)/'`BLAS/sswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3337-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3338-sswap.obj: BLAS/sswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3339:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sswap.obj `if test -f 'BLAS/sswap.f'; then $(CYGPATH_W) 'BLAS/sswap.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sswap.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3340-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3341-zdotu.o: BLAS/zdotu.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3342:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdotu.o `test -f 'BLAS/zdotu.f' || echo '$(srcdir)/'`BLAS/zdotu.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3343-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3344-zdotu.obj: BLAS/zdotu.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3345:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdotu.obj `if test -f 'BLAS/zdotu.f'; then $(CYGPATH_W) 'BLAS/zdotu.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zdotu.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3346-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3347-zscal.o: BLAS/zscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3348:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zscal.o `test -f 'BLAS/zscal.f' || echo '$(srcdir)/'`BLAS/zscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3349-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3350-zscal.obj: BLAS/zscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3351:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zscal.obj `if test -f 'BLAS/zscal.f'; then $(CYGPATH_W) 'BLAS/zscal.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zscal.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3352-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3353-cgbmv.o: BLAS/cgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3354:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cgbmv.o `test -f 'BLAS/cgbmv.f' || echo '$(srcdir)/'`BLAS/cgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3355-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3356-cgbmv.obj: BLAS/cgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3357:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cgbmv.obj `if test -f 'BLAS/cgbmv.f'; then $(CYGPATH_W) 'BLAS/cgbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cgbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3358-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3359-cswap.o: BLAS/cswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3360:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cswap.o `test -f 'BLAS/cswap.f' || echo '$(srcdir)/'`BLAS/cswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3361-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3362-cswap.obj: BLAS/cswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3363:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cswap.obj `if test -f 'BLAS/cswap.f'; then $(CYGPATH_W) 'BLAS/cswap.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cswap.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3364-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3365-dgemv.o: BLAS/dgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3366:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dgemv.o `test -f 'BLAS/dgemv.f' || echo '$(srcdir)/'`BLAS/dgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3367-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3368-dgemv.obj: BLAS/dgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3369:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dgemv.obj `if test -f 'BLAS/dgemv.f'; then $(CYGPATH_W) 'BLAS/dgemv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dgemv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3370-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3371-dsyrk.o: BLAS/dsyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3372:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsyrk.o `test -f 'BLAS/dsyrk.f' || echo '$(srcdir)/'`BLAS/dsyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3373-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3374-dsyrk.obj: BLAS/dsyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3375:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsyrk.obj `if test -f 'BLAS/dsyrk.f'; then $(CYGPATH_W) 'BLAS/dsyrk.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dsyrk.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3376-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3377-scnrm2.o: BLAS/scnrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3378:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o scnrm2.o `test -f 'BLAS/scnrm2.f' || echo '$(srcdir)/'`BLAS/scnrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3379-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3380-scnrm2.obj: BLAS/scnrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3381:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o scnrm2.obj `if test -f 'BLAS/scnrm2.f'; then $(CYGPATH_W) 'BLAS/scnrm2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/scnrm2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3382-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3383-ssymm.o: BLAS/ssymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3384:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssymm.o `test -f 'BLAS/ssymm.f' || echo '$(srcdir)/'`BLAS/ssymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3385-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3386-ssymm.obj: BLAS/ssymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3387:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssymm.obj `if test -f 'BLAS/ssymm.f'; then $(CYGPATH_W) 'BLAS/ssymm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ssymm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3388-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3389-zdrot.o: BLAS/zdrot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3390:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdrot.o `test -f 'BLAS/zdrot.f' || echo '$(srcdir)/'`BLAS/zdrot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3391-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3392-zdrot.obj: BLAS/zdrot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3393:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdrot.obj `if test -f 'BLAS/zdrot.f'; then $(CYGPATH_W) 'BLAS/zdrot.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zdrot.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3394-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3395-zswap.o: BLAS/zswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3396:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zswap.o `test -f 'BLAS/zswap.f' || echo '$(srcdir)/'`BLAS/zswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3397-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3398-zswap.obj: BLAS/zswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3399:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zswap.obj `if test -f 'BLAS/zswap.f'; then $(CYGPATH_W) 'BLAS/zswap.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zswap.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3400-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3401-cgemm.o: BLAS/cgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3402:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cgemm.o `test -f 'BLAS/cgemm.f' || echo '$(srcdir)/'`BLAS/cgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3403-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3404-cgemm.obj: BLAS/cgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3405:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cgemm.obj `if test -f 'BLAS/cgemm.f'; then $(CYGPATH_W) 'BLAS/cgemm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cgemm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3406-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3407-csymm.o: BLAS/csymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3408:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o csymm.o `test -f 'BLAS/csymm.f' || echo '$(srcdir)/'`BLAS/csymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3409-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3410-csymm.obj: BLAS/csymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3411:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o csymm.obj `if test -f 'BLAS/csymm.f'; then $(CYGPATH_W) 'BLAS/csymm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/csymm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3412-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3413-dger.o: BLAS/dger.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3414:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dger.o `test -f 'BLAS/dger.f' || echo '$(srcdir)/'`BLAS/dger.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3415-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3416-dger.obj: BLAS/dger.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3417:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dger.obj `if test -f 'BLAS/dger.f'; then $(CYGPATH_W) 'BLAS/dger.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dger.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3418-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3419-dtbmv.o: BLAS/dtbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3420:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtbmv.o `test -f 'BLAS/dtbmv.f' || echo '$(srcdir)/'`BLAS/dtbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3421-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3422-dtbmv.obj: BLAS/dtbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3423:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtbmv.obj `if test -f 'BLAS/dtbmv.f'; then $(CYGPATH_W) 'BLAS/dtbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dtbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3424-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3425-scopy.o: BLAS/scopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3426:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o scopy.o `test -f 'BLAS/scopy.f' || echo '$(srcdir)/'`BLAS/scopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3427-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3428-scopy.obj: BLAS/scopy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3429:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o scopy.obj `if test -f 'BLAS/scopy.f'; then $(CYGPATH_W) 'BLAS/scopy.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/scopy.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3430-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3431-ssymv.o: BLAS/ssymv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3432:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssymv.o `test -f 'BLAS/ssymv.f' || echo '$(srcdir)/'`BLAS/ssymv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3433-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3434-ssymv.obj: BLAS/ssymv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3435:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssymv.obj `if test -f 'BLAS/ssymv.f'; then $(CYGPATH_W) 'BLAS/ssymv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ssymv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3436-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3437-zdscal.o: BLAS/zdscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3438:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdscal.o `test -f 'BLAS/zdscal.f' || echo '$(srcdir)/'`BLAS/zdscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3439-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3440-zdscal.obj: BLAS/zdscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3441:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zdscal.obj `if test -f 'BLAS/zdscal.f'; then $(CYGPATH_W) 'BLAS/zdscal.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zdscal.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3442-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3443-zsymm.o: BLAS/zsymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3444:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zsymm.o `test -f 'BLAS/zsymm.f' || echo '$(srcdir)/'`BLAS/zsymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3445-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3446-zsymm.obj: BLAS/zsymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3447:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zsymm.obj `if test -f 'BLAS/zsymm.f'; then $(CYGPATH_W) 'BLAS/zsymm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zsymm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3448-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3449-cgemv.o: BLAS/cgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3450:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cgemv.o `test -f 'BLAS/cgemv.f' || echo '$(srcdir)/'`BLAS/cgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3451-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3452-cgemv.obj: BLAS/cgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3453:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cgemv.obj `if test -f 'BLAS/cgemv.f'; then $(CYGPATH_W) 'BLAS/cgemv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cgemv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3454-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3455-csyr2k.o: BLAS/csyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3456:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o csyr2k.o `test -f 'BLAS/csyr2k.f' || echo '$(srcdir)/'`BLAS/csyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3457-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3458-csyr2k.obj: BLAS/csyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3459:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o csyr2k.obj `if test -f 'BLAS/csyr2k.f'; then $(CYGPATH_W) 'BLAS/csyr2k.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/csyr2k.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3460-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3461-dnrm2.o: BLAS/dnrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3462:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dnrm2.o `test -f 'BLAS/dnrm2.f' || echo '$(srcdir)/'`BLAS/dnrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3463-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3464-dnrm2.obj: BLAS/dnrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3465:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dnrm2.obj `if test -f 'BLAS/dnrm2.f'; then $(CYGPATH_W) 'BLAS/dnrm2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dnrm2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3466-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3467-dtbsv.o: BLAS/dtbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3468:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtbsv.o `test -f 'BLAS/dtbsv.f' || echo '$(srcdir)/'`BLAS/dtbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3469-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3470-dtbsv.obj: BLAS/dtbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3471:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtbsv.obj `if test -f 'BLAS/dtbsv.f'; then $(CYGPATH_W) 'BLAS/dtbsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dtbsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3472-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3473-sdot.o: BLAS/sdot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3474:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sdot.o `test -f 'BLAS/sdot.f' || echo '$(srcdir)/'`BLAS/sdot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3475-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3476-sdot.obj: BLAS/sdot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3477:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sdot.obj `if test -f 'BLAS/sdot.f'; then $(CYGPATH_W) 'BLAS/sdot.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sdot.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3478-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3479-ssyr2.o: BLAS/ssyr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3480:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssyr2.o `test -f 'BLAS/ssyr2.f' || echo '$(srcdir)/'`BLAS/ssyr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3481-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3482-ssyr2.obj: BLAS/ssyr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3483:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssyr2.obj `if test -f 'BLAS/ssyr2.f'; then $(CYGPATH_W) 'BLAS/ssyr2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ssyr2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3484-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3485-zgbmv.o: BLAS/zgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3486:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zgbmv.o `test -f 'BLAS/zgbmv.f' || echo '$(srcdir)/'`BLAS/zgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3487-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3488-zgbmv.obj: BLAS/zgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3489:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zgbmv.obj `if test -f 'BLAS/zgbmv.f'; then $(CYGPATH_W) 'BLAS/zgbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zgbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3490-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3491-zsyr2k.o: BLAS/zsyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3492:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zsyr2k.o `test -f 'BLAS/zsyr2k.f' || echo '$(srcdir)/'`BLAS/zsyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3493-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3494-zsyr2k.obj: BLAS/zsyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3495:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zsyr2k.obj `if test -f 'BLAS/zsyr2k.f'; then $(CYGPATH_W) 'BLAS/zsyr2k.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zsyr2k.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3496-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3497-cgerc.o: BLAS/cgerc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3498:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cgerc.o `test -f 'BLAS/cgerc.f' || echo '$(srcdir)/'`BLAS/cgerc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3499-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3500-cgerc.obj: BLAS/cgerc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3501:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cgerc.obj `if test -f 'BLAS/cgerc.f'; then $(CYGPATH_W) 'BLAS/cgerc.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cgerc.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3502-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3503-csyrk.o: BLAS/csyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3504:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o csyrk.o `test -f 'BLAS/csyrk.f' || echo '$(srcdir)/'`BLAS/csyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3505-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3506-csyrk.obj: BLAS/csyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3507:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o csyrk.obj `if test -f 'BLAS/csyrk.f'; then $(CYGPATH_W) 'BLAS/csyrk.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/csyrk.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3508-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3509-drot.o: BLAS/drot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3510:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o drot.o `test -f 'BLAS/drot.f' || echo '$(srcdir)/'`BLAS/drot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3511-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3512-drot.obj: BLAS/drot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3513:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o drot.obj `if test -f 'BLAS/drot.f'; then $(CYGPATH_W) 'BLAS/drot.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/drot.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3514-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3515-dtpmv.o: BLAS/dtpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3516:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtpmv.o `test -f 'BLAS/dtpmv.f' || echo '$(srcdir)/'`BLAS/dtpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3517-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3518-dtpmv.obj: BLAS/dtpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3519:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtpmv.obj `if test -f 'BLAS/dtpmv.f'; then $(CYGPATH_W) 'BLAS/dtpmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dtpmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3520-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3521-sdsdot.o: BLAS/sdsdot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3522:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sdsdot.o `test -f 'BLAS/sdsdot.f' || echo '$(srcdir)/'`BLAS/sdsdot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3523-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3524-sdsdot.obj: BLAS/sdsdot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3525:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sdsdot.obj `if test -f 'BLAS/sdsdot.f'; then $(CYGPATH_W) 'BLAS/sdsdot.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sdsdot.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3526-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3527-ssyr2k.o: BLAS/ssyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3528:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssyr2k.o `test -f 'BLAS/ssyr2k.f' || echo '$(srcdir)/'`BLAS/ssyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3529-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3530-ssyr2k.obj: BLAS/ssyr2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3531:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssyr2k.obj `if test -f 'BLAS/ssyr2k.f'; then $(CYGPATH_W) 'BLAS/ssyr2k.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ssyr2k.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3532-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3533-zgemm.o: BLAS/zgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3534:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zgemm.o `test -f 'BLAS/zgemm.f' || echo '$(srcdir)/'`BLAS/zgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3535-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3536-zgemm.obj: BLAS/zgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3537:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zgemm.obj `if test -f 'BLAS/zgemm.f'; then $(CYGPATH_W) 'BLAS/zgemm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zgemm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3538-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3539-zsyrk.o: BLAS/zsyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3540:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zsyrk.o `test -f 'BLAS/zsyrk.f' || echo '$(srcdir)/'`BLAS/zsyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3541-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3542-zsyrk.obj: BLAS/zsyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3543:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zsyrk.obj `if test -f 'BLAS/zsyrk.f'; then $(CYGPATH_W) 'BLAS/zsyrk.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zsyrk.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3544-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3545-cgeru.o: BLAS/cgeru.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3546:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cgeru.o `test -f 'BLAS/cgeru.f' || echo '$(srcdir)/'`BLAS/cgeru.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3547-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3548-cgeru.obj: BLAS/cgeru.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3549:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cgeru.obj `if test -f 'BLAS/cgeru.f'; then $(CYGPATH_W) 'BLAS/cgeru.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cgeru.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3550-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3551-ctbmv.o: BLAS/ctbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3552:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctbmv.o `test -f 'BLAS/ctbmv.f' || echo '$(srcdir)/'`BLAS/ctbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3553-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3554-ctbmv.obj: BLAS/ctbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3555:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctbmv.obj `if test -f 'BLAS/ctbmv.f'; then $(CYGPATH_W) 'BLAS/ctbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ctbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3556-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3557-drotg.o: BLAS/drotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3558:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o drotg.o `test -f 'BLAS/drotg.f' || echo '$(srcdir)/'`BLAS/drotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3559-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3560-drotg.obj: BLAS/drotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3561:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o drotg.obj `if test -f 'BLAS/drotg.f'; then $(CYGPATH_W) 'BLAS/drotg.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/drotg.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3562-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3563-dtpsv.o: BLAS/dtpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3564:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtpsv.o `test -f 'BLAS/dtpsv.f' || echo '$(srcdir)/'`BLAS/dtpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3565-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3566-dtpsv.obj: BLAS/dtpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3567:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtpsv.obj `if test -f 'BLAS/dtpsv.f'; then $(CYGPATH_W) 'BLAS/dtpsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dtpsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3568-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3569-sgbmv.o: BLAS/sgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3570:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sgbmv.o `test -f 'BLAS/sgbmv.f' || echo '$(srcdir)/'`BLAS/sgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3571-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3572-sgbmv.obj: BLAS/sgbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3573:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sgbmv.obj `if test -f 'BLAS/sgbmv.f'; then $(CYGPATH_W) 'BLAS/sgbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sgbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3574-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3575-ssyr.o: BLAS/ssyr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3576:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssyr.o `test -f 'BLAS/ssyr.f' || echo '$(srcdir)/'`BLAS/ssyr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3577-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3578-ssyr.obj: BLAS/ssyr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3579:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssyr.obj `if test -f 'BLAS/ssyr.f'; then $(CYGPATH_W) 'BLAS/ssyr.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ssyr.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3580-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3581-zgemv.o: BLAS/zgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3582:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zgemv.o `test -f 'BLAS/zgemv.f' || echo '$(srcdir)/'`BLAS/zgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3583-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3584-zgemv.obj: BLAS/zgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3585:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zgemv.obj `if test -f 'BLAS/zgemv.f'; then $(CYGPATH_W) 'BLAS/zgemv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zgemv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3586-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3587-ztbmv.o: BLAS/ztbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3588:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztbmv.o `test -f 'BLAS/ztbmv.f' || echo '$(srcdir)/'`BLAS/ztbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3589-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3590-ztbmv.obj: BLAS/ztbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3591:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztbmv.obj `if test -f 'BLAS/ztbmv.f'; then $(CYGPATH_W) 'BLAS/ztbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ztbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3592-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3593-chbmv.o: BLAS/chbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3594:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chbmv.o `test -f 'BLAS/chbmv.f' || echo '$(srcdir)/'`BLAS/chbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3595-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3596-chbmv.obj: BLAS/chbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3597:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chbmv.obj `if test -f 'BLAS/chbmv.f'; then $(CYGPATH_W) 'BLAS/chbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/chbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3598-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3599-ctbsv.o: BLAS/ctbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3600:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctbsv.o `test -f 'BLAS/ctbsv.f' || echo '$(srcdir)/'`BLAS/ctbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3601-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3602-ctbsv.obj: BLAS/ctbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3603:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctbsv.obj `if test -f 'BLAS/ctbsv.f'; then $(CYGPATH_W) 'BLAS/ctbsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ctbsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3604-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3605-drotm.o: BLAS/drotm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3606:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o drotm.o `test -f 'BLAS/drotm.f' || echo '$(srcdir)/'`BLAS/drotm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3607-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3608-drotm.obj: BLAS/drotm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3609:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o drotm.obj `if test -f 'BLAS/drotm.f'; then $(CYGPATH_W) 'BLAS/drotm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/drotm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3610-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3611-dtrmm.o: BLAS/dtrmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3612:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtrmm.o `test -f 'BLAS/dtrmm.f' || echo '$(srcdir)/'`BLAS/dtrmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3613-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3614-dtrmm.obj: BLAS/dtrmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3615:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtrmm.obj `if test -f 'BLAS/dtrmm.f'; then $(CYGPATH_W) 'BLAS/dtrmm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dtrmm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3616-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3617-sgemm.o: BLAS/sgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3618:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sgemm.o `test -f 'BLAS/sgemm.f' || echo '$(srcdir)/'`BLAS/sgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3619-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3620-sgemm.obj: BLAS/sgemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3621:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sgemm.obj `if test -f 'BLAS/sgemm.f'; then $(CYGPATH_W) 'BLAS/sgemm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sgemm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3622-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3623-ssyrk.o: BLAS/ssyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3624:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssyrk.o `test -f 'BLAS/ssyrk.f' || echo '$(srcdir)/'`BLAS/ssyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3625-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3626-ssyrk.obj: BLAS/ssyrk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3627:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssyrk.obj `if test -f 'BLAS/ssyrk.f'; then $(CYGPATH_W) 'BLAS/ssyrk.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ssyrk.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3628-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3629-zgerc.o: BLAS/zgerc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3630:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zgerc.o `test -f 'BLAS/zgerc.f' || echo '$(srcdir)/'`BLAS/zgerc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3631-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3632-zgerc.obj: BLAS/zgerc.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3633:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zgerc.obj `if test -f 'BLAS/zgerc.f'; then $(CYGPATH_W) 'BLAS/zgerc.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zgerc.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3634-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3635-ztbsv.o: BLAS/ztbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3636:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztbsv.o `test -f 'BLAS/ztbsv.f' || echo '$(srcdir)/'`BLAS/ztbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3637-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3638-ztbsv.obj: BLAS/ztbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3639:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztbsv.obj `if test -f 'BLAS/ztbsv.f'; then $(CYGPATH_W) 'BLAS/ztbsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ztbsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3640-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3641-chemm.o: BLAS/chemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3642:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chemm.o `test -f 'BLAS/chemm.f' || echo '$(srcdir)/'`BLAS/chemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3643-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3644-chemm.obj: BLAS/chemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3645:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chemm.obj `if test -f 'BLAS/chemm.f'; then $(CYGPATH_W) 'BLAS/chemm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/chemm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3646-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3647-ctpmv.o: BLAS/ctpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3648:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctpmv.o `test -f 'BLAS/ctpmv.f' || echo '$(srcdir)/'`BLAS/ctpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3649-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3650-ctpmv.obj: BLAS/ctpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3651:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctpmv.obj `if test -f 'BLAS/ctpmv.f'; then $(CYGPATH_W) 'BLAS/ctpmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ctpmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3652-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3653-drotmg.o: BLAS/drotmg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3654:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o drotmg.o `test -f 'BLAS/drotmg.f' || echo '$(srcdir)/'`BLAS/drotmg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3655-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3656-drotmg.obj: BLAS/drotmg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3657:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o drotmg.obj `if test -f 'BLAS/drotmg.f'; then $(CYGPATH_W) 'BLAS/drotmg.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/drotmg.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3658-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3659-dtrmv.o: BLAS/dtrmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3660:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtrmv.o `test -f 'BLAS/dtrmv.f' || echo '$(srcdir)/'`BLAS/dtrmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3661-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3662-dtrmv.obj: BLAS/dtrmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3663:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtrmv.obj `if test -f 'BLAS/dtrmv.f'; then $(CYGPATH_W) 'BLAS/dtrmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dtrmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3664-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3665-sgemv.o: BLAS/sgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3666:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sgemv.o `test -f 'BLAS/sgemv.f' || echo '$(srcdir)/'`BLAS/sgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3667-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3668-sgemv.obj: BLAS/sgemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3669:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sgemv.obj `if test -f 'BLAS/sgemv.f'; then $(CYGPATH_W) 'BLAS/sgemv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sgemv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3670-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3671-stbmv.o: BLAS/stbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3672:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o stbmv.o `test -f 'BLAS/stbmv.f' || echo '$(srcdir)/'`BLAS/stbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3673-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3674-stbmv.obj: BLAS/stbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3675:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o stbmv.obj `if test -f 'BLAS/stbmv.f'; then $(CYGPATH_W) 'BLAS/stbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/stbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3676-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3677-zgeru.o: BLAS/zgeru.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3678:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zgeru.o `test -f 'BLAS/zgeru.f' || echo '$(srcdir)/'`BLAS/zgeru.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3679-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3680-zgeru.obj: BLAS/zgeru.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3681:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zgeru.obj `if test -f 'BLAS/zgeru.f'; then $(CYGPATH_W) 'BLAS/zgeru.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zgeru.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3682-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3683-ztpmv.o: BLAS/ztpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3684:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztpmv.o `test -f 'BLAS/ztpmv.f' || echo '$(srcdir)/'`BLAS/ztpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3685-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3686-ztpmv.obj: BLAS/ztpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3687:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztpmv.obj `if test -f 'BLAS/ztpmv.f'; then $(CYGPATH_W) 'BLAS/ztpmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ztpmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3688-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3689-chemv.o: BLAS/chemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3690:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chemv.o `test -f 'BLAS/chemv.f' || echo '$(srcdir)/'`BLAS/chemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3691-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3692-chemv.obj: BLAS/chemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3693:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chemv.obj `if test -f 'BLAS/chemv.f'; then $(CYGPATH_W) 'BLAS/chemv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/chemv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3694-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3695-ctpsv.o: BLAS/ctpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3696:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctpsv.o `test -f 'BLAS/ctpsv.f' || echo '$(srcdir)/'`BLAS/ctpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3697-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3698-ctpsv.obj: BLAS/ctpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3699:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctpsv.obj `if test -f 'BLAS/ctpsv.f'; then $(CYGPATH_W) 'BLAS/ctpsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ctpsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3700-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3701-dsbmv.o: BLAS/dsbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3702:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsbmv.o `test -f 'BLAS/dsbmv.f' || echo '$(srcdir)/'`BLAS/dsbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3703-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3704-dsbmv.obj: BLAS/dsbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3705:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsbmv.obj `if test -f 'BLAS/dsbmv.f'; then $(CYGPATH_W) 'BLAS/dsbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dsbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3706-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3707-dtrsm.o: BLAS/dtrsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3708:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtrsm.o `test -f 'BLAS/dtrsm.f' || echo '$(srcdir)/'`BLAS/dtrsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3709-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3710-dtrsm.obj: BLAS/dtrsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3711:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtrsm.obj `if test -f 'BLAS/dtrsm.f'; then $(CYGPATH_W) 'BLAS/dtrsm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dtrsm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3712-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3713-sger.o: BLAS/sger.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3714:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sger.o `test -f 'BLAS/sger.f' || echo '$(srcdir)/'`BLAS/sger.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3715-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3716-sger.obj: BLAS/sger.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3717:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sger.obj `if test -f 'BLAS/sger.f'; then $(CYGPATH_W) 'BLAS/sger.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sger.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3718-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3719-stbsv.o: BLAS/stbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3720:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o stbsv.o `test -f 'BLAS/stbsv.f' || echo '$(srcdir)/'`BLAS/stbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3721-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3722-stbsv.obj: BLAS/stbsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3723:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o stbsv.obj `if test -f 'BLAS/stbsv.f'; then $(CYGPATH_W) 'BLAS/stbsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/stbsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3724-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3725-zhbmv.o: BLAS/zhbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3726:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhbmv.o `test -f 'BLAS/zhbmv.f' || echo '$(srcdir)/'`BLAS/zhbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3727-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3728-zhbmv.obj: BLAS/zhbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3729:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhbmv.obj `if test -f 'BLAS/zhbmv.f'; then $(CYGPATH_W) 'BLAS/zhbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zhbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3730-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3731-ztpsv.o: BLAS/ztpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3732:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztpsv.o `test -f 'BLAS/ztpsv.f' || echo '$(srcdir)/'`BLAS/ztpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3733-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3734-ztpsv.obj: BLAS/ztpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3735:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztpsv.obj `if test -f 'BLAS/ztpsv.f'; then $(CYGPATH_W) 'BLAS/ztpsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ztpsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3736-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3737-cher2.o: BLAS/cher2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3738:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cher2.o `test -f 'BLAS/cher2.f' || echo '$(srcdir)/'`BLAS/cher2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3739-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3740-cher2.obj: BLAS/cher2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3741:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cher2.obj `if test -f 'BLAS/cher2.f'; then $(CYGPATH_W) 'BLAS/cher2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cher2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3742-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3743-ctrmm.o: BLAS/ctrmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3744:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctrmm.o `test -f 'BLAS/ctrmm.f' || echo '$(srcdir)/'`BLAS/ctrmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3745-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3746-ctrmm.obj: BLAS/ctrmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3747:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctrmm.obj `if test -f 'BLAS/ctrmm.f'; then $(CYGPATH_W) 'BLAS/ctrmm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ctrmm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3748-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3749-dscal.o: BLAS/dscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3750:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dscal.o `test -f 'BLAS/dscal.f' || echo '$(srcdir)/'`BLAS/dscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3751-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3752-dscal.obj: BLAS/dscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3753:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dscal.obj `if test -f 'BLAS/dscal.f'; then $(CYGPATH_W) 'BLAS/dscal.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dscal.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3754-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3755-dtrsv.o: BLAS/dtrsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3756:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtrsv.o `test -f 'BLAS/dtrsv.f' || echo '$(srcdir)/'`BLAS/dtrsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3757-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3758-dtrsv.obj: BLAS/dtrsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3759:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dtrsv.obj `if test -f 'BLAS/dtrsv.f'; then $(CYGPATH_W) 'BLAS/dtrsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dtrsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3760-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3761-snrm2.o: BLAS/snrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3762:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o snrm2.o `test -f 'BLAS/snrm2.f' || echo '$(srcdir)/'`BLAS/snrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3763-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3764-snrm2.obj: BLAS/snrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3765:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o snrm2.obj `if test -f 'BLAS/snrm2.f'; then $(CYGPATH_W) 'BLAS/snrm2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/snrm2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3766-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3767-stpmv.o: BLAS/stpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3768:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o stpmv.o `test -f 'BLAS/stpmv.f' || echo '$(srcdir)/'`BLAS/stpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3769-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3770-stpmv.obj: BLAS/stpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3771:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o stpmv.obj `if test -f 'BLAS/stpmv.f'; then $(CYGPATH_W) 'BLAS/stpmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/stpmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3772-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3773-zhemm.o: BLAS/zhemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3774:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhemm.o `test -f 'BLAS/zhemm.f' || echo '$(srcdir)/'`BLAS/zhemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3775-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3776-zhemm.obj: BLAS/zhemm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3777:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhemm.obj `if test -f 'BLAS/zhemm.f'; then $(CYGPATH_W) 'BLAS/zhemm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zhemm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3778-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3779-ztrmm.o: BLAS/ztrmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3780:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztrmm.o `test -f 'BLAS/ztrmm.f' || echo '$(srcdir)/'`BLAS/ztrmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3781-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3782-ztrmm.obj: BLAS/ztrmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3783:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztrmm.obj `if test -f 'BLAS/ztrmm.f'; then $(CYGPATH_W) 'BLAS/ztrmm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ztrmm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3784-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3785-cher2k.o: BLAS/cher2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3786:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cher2k.o `test -f 'BLAS/cher2k.f' || echo '$(srcdir)/'`BLAS/cher2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3787-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3788-cher2k.obj: BLAS/cher2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3789:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cher2k.obj `if test -f 'BLAS/cher2k.f'; then $(CYGPATH_W) 'BLAS/cher2k.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cher2k.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3790-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3791-ctrmv.o: BLAS/ctrmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3792:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctrmv.o `test -f 'BLAS/ctrmv.f' || echo '$(srcdir)/'`BLAS/ctrmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3793-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3794-ctrmv.obj: BLAS/ctrmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3795:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctrmv.obj `if test -f 'BLAS/ctrmv.f'; then $(CYGPATH_W) 'BLAS/ctrmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ctrmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3796-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3797-dsdot.o: BLAS/dsdot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3798:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsdot.o `test -f 'BLAS/dsdot.f' || echo '$(srcdir)/'`BLAS/dsdot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3799-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3800-dsdot.obj: BLAS/dsdot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3801:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsdot.obj `if test -f 'BLAS/dsdot.f'; then $(CYGPATH_W) 'BLAS/dsdot.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dsdot.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3802-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3803-dzasum.o: BLAS/dzasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3804:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dzasum.o `test -f 'BLAS/dzasum.f' || echo '$(srcdir)/'`BLAS/dzasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3805-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3806-dzasum.obj: BLAS/dzasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3807:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dzasum.obj `if test -f 'BLAS/dzasum.f'; then $(CYGPATH_W) 'BLAS/dzasum.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dzasum.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3808-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3809-srot.o: BLAS/srot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3810:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o srot.o `test -f 'BLAS/srot.f' || echo '$(srcdir)/'`BLAS/srot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3811-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3812-srot.obj: BLAS/srot.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3813:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o srot.obj `if test -f 'BLAS/srot.f'; then $(CYGPATH_W) 'BLAS/srot.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/srot.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3814-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3815-stpsv.o: BLAS/stpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3816:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o stpsv.o `test -f 'BLAS/stpsv.f' || echo '$(srcdir)/'`BLAS/stpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3817-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3818-stpsv.obj: BLAS/stpsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3819:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o stpsv.obj `if test -f 'BLAS/stpsv.f'; then $(CYGPATH_W) 'BLAS/stpsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/stpsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3820-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3821-zhemv.o: BLAS/zhemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3822:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhemv.o `test -f 'BLAS/zhemv.f' || echo '$(srcdir)/'`BLAS/zhemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3823-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3824-zhemv.obj: BLAS/zhemv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3825:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhemv.obj `if test -f 'BLAS/zhemv.f'; then $(CYGPATH_W) 'BLAS/zhemv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zhemv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3826-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3827-ztrmv.o: BLAS/ztrmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3828:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztrmv.o `test -f 'BLAS/ztrmv.f' || echo '$(srcdir)/'`BLAS/ztrmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3829-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3830-ztrmv.obj: BLAS/ztrmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3831:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztrmv.obj `if test -f 'BLAS/ztrmv.f'; then $(CYGPATH_W) 'BLAS/ztrmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ztrmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3832-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3833-cher.o: BLAS/cher.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3834:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cher.o `test -f 'BLAS/cher.f' || echo '$(srcdir)/'`BLAS/cher.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3835-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3836-cher.obj: BLAS/cher.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3837:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cher.obj `if test -f 'BLAS/cher.f'; then $(CYGPATH_W) 'BLAS/cher.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cher.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3838-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3839-ctrsm.o: BLAS/ctrsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3840:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctrsm.o `test -f 'BLAS/ctrsm.f' || echo '$(srcdir)/'`BLAS/ctrsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3841-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3842-ctrsm.obj: BLAS/ctrsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3843:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctrsm.obj `if test -f 'BLAS/ctrsm.f'; then $(CYGPATH_W) 'BLAS/ctrsm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ctrsm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3844-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3845-dspmv.o: BLAS/dspmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3846:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dspmv.o `test -f 'BLAS/dspmv.f' || echo '$(srcdir)/'`BLAS/dspmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3847-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3848-dspmv.obj: BLAS/dspmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3849:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dspmv.obj `if test -f 'BLAS/dspmv.f'; then $(CYGPATH_W) 'BLAS/dspmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dspmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3850-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3851-dznrm2.o: BLAS/dznrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3852:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dznrm2.o `test -f 'BLAS/dznrm2.f' || echo '$(srcdir)/'`BLAS/dznrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3853-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3854-dznrm2.obj: BLAS/dznrm2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3855:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dznrm2.obj `if test -f 'BLAS/dznrm2.f'; then $(CYGPATH_W) 'BLAS/dznrm2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dznrm2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3856-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3857-srotg.o: BLAS/srotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3858:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o srotg.o `test -f 'BLAS/srotg.f' || echo '$(srcdir)/'`BLAS/srotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3859-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3860-srotg.obj: BLAS/srotg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3861:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o srotg.obj `if test -f 'BLAS/srotg.f'; then $(CYGPATH_W) 'BLAS/srotg.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/srotg.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3862-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3863-strmm.o: BLAS/strmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3864:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o strmm.o `test -f 'BLAS/strmm.f' || echo '$(srcdir)/'`BLAS/strmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3865-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3866-strmm.obj: BLAS/strmm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3867:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o strmm.obj `if test -f 'BLAS/strmm.f'; then $(CYGPATH_W) 'BLAS/strmm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/strmm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3868-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3869-zher2.o: BLAS/zher2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3870:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zher2.o `test -f 'BLAS/zher2.f' || echo '$(srcdir)/'`BLAS/zher2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3871-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3872-zher2.obj: BLAS/zher2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3873:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zher2.obj `if test -f 'BLAS/zher2.f'; then $(CYGPATH_W) 'BLAS/zher2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zher2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3874-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3875-ztrsm.o: BLAS/ztrsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3876:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztrsm.o `test -f 'BLAS/ztrsm.f' || echo '$(srcdir)/'`BLAS/ztrsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3877-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3878-ztrsm.obj: BLAS/ztrsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3879:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztrsm.obj `if test -f 'BLAS/ztrsm.f'; then $(CYGPATH_W) 'BLAS/ztrsm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ztrsm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3880-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3881-cherk.o: BLAS/cherk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3882:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cherk.o `test -f 'BLAS/cherk.f' || echo '$(srcdir)/'`BLAS/cherk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3883-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3884-cherk.obj: BLAS/cherk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3885:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o cherk.obj `if test -f 'BLAS/cherk.f'; then $(CYGPATH_W) 'BLAS/cherk.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/cherk.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3886-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3887-ctrsv.o: BLAS/ctrsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3888:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctrsv.o `test -f 'BLAS/ctrsv.f' || echo '$(srcdir)/'`BLAS/ctrsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3889-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3890-ctrsv.obj: BLAS/ctrsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3891:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ctrsv.obj `if test -f 'BLAS/ctrsv.f'; then $(CYGPATH_W) 'BLAS/ctrsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ctrsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3892-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3893-dspr2.o: BLAS/dspr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3894:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dspr2.o `test -f 'BLAS/dspr2.f' || echo '$(srcdir)/'`BLAS/dspr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3895-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3896-dspr2.obj: BLAS/dspr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3897:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dspr2.obj `if test -f 'BLAS/dspr2.f'; then $(CYGPATH_W) 'BLAS/dspr2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dspr2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3898-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3899-icamax.o: BLAS/icamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3900:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o icamax.o `test -f 'BLAS/icamax.f' || echo '$(srcdir)/'`BLAS/icamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3901-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3902-icamax.obj: BLAS/icamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3903:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o icamax.obj `if test -f 'BLAS/icamax.f'; then $(CYGPATH_W) 'BLAS/icamax.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/icamax.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3904-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3905-srotm.o: BLAS/srotm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3906:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o srotm.o `test -f 'BLAS/srotm.f' || echo '$(srcdir)/'`BLAS/srotm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3907-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3908-srotm.obj: BLAS/srotm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3909:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o srotm.obj `if test -f 'BLAS/srotm.f'; then $(CYGPATH_W) 'BLAS/srotm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/srotm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3910-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3911-strmv.o: BLAS/strmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3912:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o strmv.o `test -f 'BLAS/strmv.f' || echo '$(srcdir)/'`BLAS/strmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3913-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3914-strmv.obj: BLAS/strmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3915:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o strmv.obj `if test -f 'BLAS/strmv.f'; then $(CYGPATH_W) 'BLAS/strmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/strmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3916-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3917-zher2k.o: BLAS/zher2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3918:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zher2k.o `test -f 'BLAS/zher2k.f' || echo '$(srcdir)/'`BLAS/zher2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3919-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3920-zher2k.obj: BLAS/zher2k.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3921:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zher2k.obj `if test -f 'BLAS/zher2k.f'; then $(CYGPATH_W) 'BLAS/zher2k.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zher2k.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3922-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3923-ztrsv.o: BLAS/ztrsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3924:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztrsv.o `test -f 'BLAS/ztrsv.f' || echo '$(srcdir)/'`BLAS/ztrsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3925-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3926-ztrsv.obj: BLAS/ztrsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3927:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ztrsv.obj `if test -f 'BLAS/ztrsv.f'; then $(CYGPATH_W) 'BLAS/ztrsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ztrsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3928-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3929-chpmv.o: BLAS/chpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3930:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chpmv.o `test -f 'BLAS/chpmv.f' || echo '$(srcdir)/'`BLAS/chpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3931-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3932-chpmv.obj: BLAS/chpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3933:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chpmv.obj `if test -f 'BLAS/chpmv.f'; then $(CYGPATH_W) 'BLAS/chpmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/chpmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3934-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3935-dasum.o: BLAS/dasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3936:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dasum.o `test -f 'BLAS/dasum.f' || echo '$(srcdir)/'`BLAS/dasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3937-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3938-dasum.obj: BLAS/dasum.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3939:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dasum.obj `if test -f 'BLAS/dasum.f'; then $(CYGPATH_W) 'BLAS/dasum.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dasum.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3940-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3941-dspr.o: BLAS/dspr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3942:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dspr.o `test -f 'BLAS/dspr.f' || echo '$(srcdir)/'`BLAS/dspr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3943-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3944-dspr.obj: BLAS/dspr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3945:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dspr.obj `if test -f 'BLAS/dspr.f'; then $(CYGPATH_W) 'BLAS/dspr.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dspr.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3946-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3947-idamax.o: BLAS/idamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3948:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o idamax.o `test -f 'BLAS/idamax.f' || echo '$(srcdir)/'`BLAS/idamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3949-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3950-idamax.obj: BLAS/idamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3951:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o idamax.obj `if test -f 'BLAS/idamax.f'; then $(CYGPATH_W) 'BLAS/idamax.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/idamax.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3952-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3953-srotmg.o: BLAS/srotmg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3954:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o srotmg.o `test -f 'BLAS/srotmg.f' || echo '$(srcdir)/'`BLAS/srotmg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3955-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3956-srotmg.obj: BLAS/srotmg.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3957:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o srotmg.obj `if test -f 'BLAS/srotmg.f'; then $(CYGPATH_W) 'BLAS/srotmg.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/srotmg.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3958-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3959-strsm.o: BLAS/strsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3960:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o strsm.o `test -f 'BLAS/strsm.f' || echo '$(srcdir)/'`BLAS/strsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3961-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3962-strsm.obj: BLAS/strsm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3963:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o strsm.obj `if test -f 'BLAS/strsm.f'; then $(CYGPATH_W) 'BLAS/strsm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/strsm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3964-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3965-zher.o: BLAS/zher.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3966:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zher.o `test -f 'BLAS/zher.f' || echo '$(srcdir)/'`BLAS/zher.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3967-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3968-zher.obj: BLAS/zher.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3969:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zher.obj `if test -f 'BLAS/zher.f'; then $(CYGPATH_W) 'BLAS/zher.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zher.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3970-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3971-chpr2.o: BLAS/chpr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3972:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chpr2.o `test -f 'BLAS/chpr2.f' || echo '$(srcdir)/'`BLAS/chpr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3973-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3974-chpr2.obj: BLAS/chpr2.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3975:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chpr2.obj `if test -f 'BLAS/chpr2.f'; then $(CYGPATH_W) 'BLAS/chpr2.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/chpr2.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3976-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3977-daxpy.o: BLAS/daxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3978:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o daxpy.o `test -f 'BLAS/daxpy.f' || echo '$(srcdir)/'`BLAS/daxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3979-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3980-daxpy.obj: BLAS/daxpy.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3981:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o daxpy.obj `if test -f 'BLAS/daxpy.f'; then $(CYGPATH_W) 'BLAS/daxpy.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/daxpy.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3982-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3983-dswap.o: BLAS/dswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3984:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dswap.o `test -f 'BLAS/dswap.f' || echo '$(srcdir)/'`BLAS/dswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3985-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3986-dswap.obj: BLAS/dswap.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3987:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dswap.obj `if test -f 'BLAS/dswap.f'; then $(CYGPATH_W) 'BLAS/dswap.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dswap.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3988-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3989-isamax.o: BLAS/isamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3990:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o isamax.o `test -f 'BLAS/isamax.f' || echo '$(srcdir)/'`BLAS/isamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3991-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3992-isamax.obj: BLAS/isamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3993:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o isamax.obj `if test -f 'BLAS/isamax.f'; then $(CYGPATH_W) 'BLAS/isamax.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/isamax.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3994-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3995-ssbmv.o: BLAS/ssbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3996:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssbmv.o `test -f 'BLAS/ssbmv.f' || echo '$(srcdir)/'`BLAS/ssbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3997-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-3998-ssbmv.obj: BLAS/ssbmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:3999:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o ssbmv.obj `if test -f 'BLAS/ssbmv.f'; then $(CYGPATH_W) 'BLAS/ssbmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/ssbmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4000-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4001-strsv.o: BLAS/strsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4002:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o strsv.o `test -f 'BLAS/strsv.f' || echo '$(srcdir)/'`BLAS/strsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4003-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4004-strsv.obj: BLAS/strsv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4005:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o strsv.obj `if test -f 'BLAS/strsv.f'; then $(CYGPATH_W) 'BLAS/strsv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/strsv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4006-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4007-zherk.o: BLAS/zherk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4008:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zherk.o `test -f 'BLAS/zherk.f' || echo '$(srcdir)/'`BLAS/zherk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4009-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4010-zherk.obj: BLAS/zherk.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4011:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zherk.obj `if test -f 'BLAS/zherk.f'; then $(CYGPATH_W) 'BLAS/zherk.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zherk.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4012-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4013-chpr.o: BLAS/chpr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4014:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chpr.o `test -f 'BLAS/chpr.f' || echo '$(srcdir)/'`BLAS/chpr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4015-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4016-chpr.obj: BLAS/chpr.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4017:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o chpr.obj `if test -f 'BLAS/chpr.f'; then $(CYGPATH_W) 'BLAS/chpr.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/chpr.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4018-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4019-dcabs1.o: BLAS/dcabs1.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4020:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dcabs1.o `test -f 'BLAS/dcabs1.f' || echo '$(srcdir)/'`BLAS/dcabs1.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4021-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4022-dcabs1.obj: BLAS/dcabs1.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4023:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dcabs1.obj `if test -f 'BLAS/dcabs1.f'; then $(CYGPATH_W) 'BLAS/dcabs1.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dcabs1.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4024-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4025-dsymm.o: BLAS/dsymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4026:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsymm.o `test -f 'BLAS/dsymm.f' || echo '$(srcdir)/'`BLAS/dsymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4027-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4028-dsymm.obj: BLAS/dsymm.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4029:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o dsymm.obj `if test -f 'BLAS/dsymm.f'; then $(CYGPATH_W) 'BLAS/dsymm.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/dsymm.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4030-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4031-izamax.o: BLAS/izamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4032:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o izamax.o `test -f 'BLAS/izamax.f' || echo '$(srcdir)/'`BLAS/izamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4033-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4034-izamax.obj: BLAS/izamax.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4035:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o izamax.obj `if test -f 'BLAS/izamax.f'; then $(CYGPATH_W) 'BLAS/izamax.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/izamax.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4036-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4037-sscal.o: BLAS/sscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4038:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sscal.o `test -f 'BLAS/sscal.f' || echo '$(srcdir)/'`BLAS/sscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4039-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4040-sscal.obj: BLAS/sscal.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4041:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o sscal.obj `if test -f 'BLAS/sscal.f'; then $(CYGPATH_W) 'BLAS/sscal.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/sscal.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4042-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4043-zhpmv.o: BLAS/zhpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4044:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhpmv.o `test -f 'BLAS/zhpmv.f' || echo '$(srcdir)/'`BLAS/zhpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4045-
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4046-zhpmv.obj: BLAS/zhpmv.f
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4047:	$(AM_V_F77)$(F77) $(AM_FFLAGS) $(FFLAGS) -c -o zhpmv.obj `if test -f 'BLAS/zhpmv.f'; then $(CYGPATH_W) 'BLAS/zhpmv.f'; else $(CYGPATH_W) '$(srcdir)/BLAS/zhpmv.f'; fi`
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4048-
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4078-GTAGS:
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4079:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4080-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4101-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4102:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4103:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4104-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4115-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4116:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4117-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4284-	mkdir -p ../include ../lib
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4285:	pxerbla=`tar tf $(BLAS_TGZ) | grep xerbla.f`; \
freefem++-3.61.1+dfsg1/download/blas/Makefile.in:4286:	dirblas=`dirname $$pxerbla` ;\
freefem++-3.61.1+dfsg1/download/blas/Makefile.in-4287-	case $$dirblas in \
##############################################
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.am-110-UMFPACKv4.4/AMD/Makefile2 UMFPACKv4.4/UMFPACK/Makefile2: UMFPACKv4.4  
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.am:111:	sed 's/lib:/libb:/' < UMFPACKv4.4/UMFPACK/`basename $@ 2`  >$@
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.am-112-
##############################################
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in-72-  { \
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in:73:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in-74-  }; \
##############################################
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in-480-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in:481:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in:482:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in-483-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in-494-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in:495:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in-496-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in-699-UMFPACKv4.4/AMD/Makefile2 UMFPACKv4.4/UMFPACK/Makefile2: UMFPACKv4.4  
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in:700:	sed 's/lib:/libb:/' < UMFPACKv4.4/UMFPACK/`basename $@ 2`  >$@
freefem++-3.61.1+dfsg1/download/umfpack/Makefile.in-701-
##############################################
freefem++-3.61.1+dfsg1/download/arpack/Makefile.am-55-	if [ -n '@FF_LAPACKdir@' ] ; then \
freefem++-3.61.1+dfsg1/download/arpack/Makefile.am:56:	$(F77) -c `echo $(FFLAGS)\ |sed -e s/-O.\*\ // ` ARPACK/LAPACK/dlamch.f -o ARPACK/LAPACK/dlamch.o; \
freefem++-3.61.1+dfsg1/download/arpack/Makefile.am-57-	fi; \
##############################################
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in-101-  { \
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in:102:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in-103-  }; \
##############################################
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in-511-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in:512:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in:513:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in-514-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in-525-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in:526:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in-527-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in-700-	if [ -n '@FF_LAPACKdir@' ] ; then \
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in:701:	$(F77) -c `echo $(FFLAGS)\ |sed -e s/-O.\*\ // ` ARPACK/LAPACK/dlamch.f -o ARPACK/LAPACK/dlamch.o; \
freefem++-3.61.1+dfsg1/download/arpack/Makefile.in-702-	fi; \
##############################################
freefem++-3.61.1+dfsg1/download/ff-petsc/Makefile-216-	tar xvzf $(PACKAGE_SLEPC)
freefem++-3.61.1+dfsg1/download/ff-petsc/Makefile:217:	#mv `tar tfz $(PACKAGE_SLEPC) | head -1` $(SRCDIR_SLEPC)
freefem++-3.61.1+dfsg1/download/ff-petsc/Makefile-218-	#cd $(SRCDIR_SLEPC);patch -p1 <../patch-slepc-3.8.3
##############################################
freefem++-3.61.1+dfsg1/download/nlopt/Makefile-20-	#remove c++11 flags for windfows  FH ..
freefem++-3.61.1+dfsg1/download/nlopt/Makefile:21:	cxxflags=`echo $(CXXFLAGS) |sed -e 's/[-]std=c[+][+]11//g'` ; \
freefem++-3.61.1+dfsg1/download/nlopt/Makefile-22-	cd $(SRCDIR) && ./configure --disable-dependency-tracking --with-cxx --prefix="$(FFDOWNLOAD)" CXX="$(CXX)"	\
##############################################
freefem++-3.61.1+dfsg1/download/blacs/Makefile-72-	-mkdir $(DIRPKG)
freefem++-3.61.1+dfsg1/download/blacs/Makefile:73:	cd $(DIRPKG);$(WGET)  $(SERVER)/`basename $(PACKAGE1)`
freefem++-3.61.1+dfsg1/download/blacs/Makefile-74-
##############################################
freefem++-3.61.1+dfsg1/download/blacs/Makefile-76-	-mkdir $(DIRPKG)
freefem++-3.61.1+dfsg1/download/blacs/Makefile:77:	cd $(DIRPKG);$(WGET) $(SERVER)/`basename $(PACKAGE2)`
freefem++-3.61.1+dfsg1/download/blacs/Makefile-78-
##############################################
freefem++-3.61.1+dfsg1/download/blacs/Makefile-80-	-mkdir $(DIRPKG)
freefem++-3.61.1+dfsg1/download/blacs/Makefile:81:	cd $(DIRPKG);$(WGET) $(SERVER)/`basename $(PACKAGE3)`
freefem++-3.61.1+dfsg1/download/blacs/Makefile-82-
##############################################
freefem++-3.61.1+dfsg1/download/f2c/fort77.sed-352-	print STDERR "$0: Running \"$args[0]\"\n" if $verbose;
freefem++-3.61.1+dfsg1/download/f2c/fort77.sed:353:	system($args[0]);
freefem++-3.61.1+dfsg1/download/f2c/fort77.sed-354-    }
##############################################
freefem++-3.61.1+dfsg1/download/Makefile.am-162-	@echo "\n\n ****** $(COMPILEDIR) ****** \n\n";
freefem++-3.61.1+dfsg1/download/Makefile.am:163:	@if [ 0 -eq `egrep ':$(COMPILEDIR) *LD' WHERE-LD | wc -l` ] ;then \
freefem++-3.61.1+dfsg1/download/Makefile.am-164-	  cd $(COMPILEDIR) && $(MAKE) $(DIRTARGET) ; \
##############################################
freefem++-3.61.1+dfsg1/download/hypre/Makefile-73-	-mkdir $(DIRPKG)
freefem++-3.61.1+dfsg1/download/hypre/Makefile:74:	cd $(PKGDIR); $(WGET)   $(SERVER)/`basename $(PACKAGE)`
freefem++-3.61.1+dfsg1/download/hypre/Makefile-75-
##############################################
freefem++-3.61.1+dfsg1/download/fftw/Makefile.in-52-  { \
freefem++-3.61.1+dfsg1/download/fftw/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/download/fftw/Makefile.in-54-  }; \
##############################################
freefem++-3.61.1+dfsg1/download/fftw/Makefile.in-457-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/download/fftw/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/download/fftw/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/download/fftw/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/download/fftw/Makefile.in-471-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/download/fftw/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/download/fftw/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/download/getall-230-	if(-f "pkg/$pkg" && !$opts{f}){
freefem++-3.61.1+dfsg1/download/getall:231:		my $md5check=md5_hex(`cat pkg/$pkg`);
freefem++-3.61.1+dfsg1/download/getall-232-		if( ( $md5 eq "none") || ($md5check eq $md5)){
##############################################
freefem++-3.61.1+dfsg1/download/getall-277-	# check if resulting package contents are valid
freefem++-3.61.1+dfsg1/download/getall:278:	my $md5check=md5_hex(`cat $pkg`);
freefem++-3.61.1+dfsg1/download/getall-279-	if( ( $md5 ne "none") && ($md5check ne $md5)){$errors.="ERROR: INVALID MD5 for $pkg  $md5check\n"}
##############################################
freefem++-3.61.1+dfsg1/download/Makefile.in-54-  { \
freefem++-3.61.1+dfsg1/download/Makefile.in:55:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/download/Makefile.in-56-  }; \
##############################################
freefem++-3.61.1+dfsg1/download/Makefile.in-172-  while test -n "$$dir1"; do \
freefem++-3.61.1+dfsg1/download/Makefile.in:173:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
freefem++-3.61.1+dfsg1/download/Makefile.in-174-    if test "$$first" != "."; then \
freefem++-3.61.1+dfsg1/download/Makefile.in-175-      if test "$$first" = ".."; then \
freefem++-3.61.1+dfsg1/download/Makefile.in:176:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
freefem++-3.61.1+dfsg1/download/Makefile.in:177:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
freefem++-3.61.1+dfsg1/download/Makefile.in-178-      else \
freefem++-3.61.1+dfsg1/download/Makefile.in:179:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
freefem++-3.61.1+dfsg1/download/Makefile.in-180-        if test "$$first2" = "$$first"; then \
freefem++-3.61.1+dfsg1/download/Makefile.in:181:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
freefem++-3.61.1+dfsg1/download/Makefile.in-182-        else \
##############################################
freefem++-3.61.1+dfsg1/download/Makefile.in-187-    fi; \
freefem++-3.61.1+dfsg1/download/Makefile.in:188:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
freefem++-3.61.1+dfsg1/download/Makefile.in-189-  done; \
##############################################
freefem++-3.61.1+dfsg1/download/Makefile.in-618-	dot_seen=no; \
freefem++-3.61.1+dfsg1/download/Makefile.in:619:	target=`echo $@ | sed s/-recursive//`; \
freefem++-3.61.1+dfsg1/download/Makefile.in-620-	case "$@" in \
##############################################
freefem++-3.61.1+dfsg1/download/Makefile.in-681-GTAGS:
freefem++-3.61.1+dfsg1/download/Makefile.in:682:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/download/Makefile.in-683-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/download/Makefile.in-704-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/download/Makefile.in:705:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/download/Makefile.in:706:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/download/Makefile.in-707-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/download/Makefile.in-718-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/download/Makefile.in:719:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/download/Makefile.in-720-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/download/Makefile.in-934-	@echo "\n\n ****** $(COMPILEDIR) ****** \n\n";
freefem++-3.61.1+dfsg1/download/Makefile.in:935:	@if [ 0 -eq `egrep ':$(COMPILEDIR) *LD' WHERE-LD | wc -l` ] ;then \
freefem++-3.61.1+dfsg1/download/Makefile.in-936-	  cd $(COMPILEDIR) && $(MAKE) $(DIRTARGET) ; \
##############################################
freefem++-3.61.1+dfsg1/reconfigure-5-	##  remove dup
freefem++-3.61.1+dfsg1/reconfigure:6:	export PATH=`echo $PATH|awk -F: ' {p=""; for(i=1; i<= NF; i++) {  ok =0; for(j=1; j<i; j++) {ok +=  ( $i == $j)} ; if(!ok) {if( p) p =p  ":";p = p  $i;}} print p;   } '`
freefem++-3.61.1+dfsg1/reconfigure-7-	echo PATH=$PATH 
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.am-53-all-local:$(LIST_COMPILE) freefem++.pref
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.am:54:	@echo Warning missing mpi plugin: `for i in $(LIST_COMPILE); do if test ! -s $i ; then j=1; echo "$i," ;fi; done`
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.am-55-	echo "finish compile load hpddm  solver !"
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-72-  { \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:73:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-74-  }; \
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-167-}
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:168:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-169-am__vpath_adj = case $$p in \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:170:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-171-    *) f=$$p;; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-172-  esac;
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:173:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-174-am__install_max = 40
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-175-am__nobase_strip_setup = \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:176:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-177-am__nobase_strip = \
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-295-case "$@" in						\
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:296:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-297-    *) am__odir=.;; 					\
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-325-  bases='$(TEST_LOGS)'; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:326:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:327:  bases=`echo $$bases`
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-328-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-337-        */*) b='$*';; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:338:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-339-       esac;; \
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-711-	if test -n "$$redo_bases"; then \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:712:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:713:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-714-	  if $(am__make_dryrun); then :; else \
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-736-	ws='[ 	]'; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:737:	results=`for b in $$bases; do echo $$b.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-738-	test -n "$$results" || results=/dev/null; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:739:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:740:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:741:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:742:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:743:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:744:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:745:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:746:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-747-	  success=true; \
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-815-	@set +e; $(am__set_TESTS_bases); \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:816:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:817:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:818:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-819-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-825-	         | $(am__list_recheck_tests)` || exit 1; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:826:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:827:	log_list=`echo $$log_list`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-828-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-1071-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:1072:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:1073:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-1074-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-1085-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:1086:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-1087-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-1225-@FFCS_MPIOK_TRUE@all-local:$(LIST_COMPILE) freefem++.pref
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in:1226:@FFCS_MPIOK_TRUE@	@echo Warning missing mpi plugin: `for i in $(LIST_COMPILE); do if test ! -s $i ; then j=1; echo "$i," ;fi; done`
freefem++-3.61.1+dfsg1/examples++-hpddm/Makefile.in-1227-@FFCS_MPIOK_TRUE@	echo "finish compile load hpddm  solver !"
##############################################
freefem++-3.61.1+dfsg1/examples++-bug/Makefile.in-51-  { \
freefem++-3.61.1+dfsg1/examples++-bug/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/examples++-bug/Makefile.in-53-  }; \
##############################################
freefem++-3.61.1+dfsg1/examples++-bug/Makefile.in-448-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/examples++-bug/Makefile.in:449:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-bug/Makefile.in:450:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-bug/Makefile.in-451-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/examples++-bug/Makefile.in-462-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/examples++-bug/Makefile.in:463:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/examples++-bug/Makefile.in-464-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.am-18-	(echo "NoGraphicWindow=true;NoUseOfWait=true;int verbosityy=verbosity;int MEM1234=storageused();"; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.am:19:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.am-20-		echo ' cout << "--------- file : '$$i' --------------------------------------------------------" << endl;' ;\
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-51-  { \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-53-  }; \
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-146-}
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-148-am__vpath_adj = case $$p in \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-150-    *) f=$$p;; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-151-  esac;
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-153-am__install_max = 40
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-154-am__nobase_strip_setup = \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-156-am__nobase_strip = \
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-274-case "$@" in						\
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:275:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-276-    *) am__odir=.;; 					\
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-304-  bases='$(TEST_LOGS)'; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:305:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:306:  bases=`echo $$bases`
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-307-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-316-        */*) b='$*';; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:317:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-318-       esac;; \
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-680-	if test -n "$$redo_bases"; then \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:681:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:682:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-683-	  if $(am__make_dryrun); then :; else \
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-705-	ws='[ 	]'; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:706:	results=`for b in $$bases; do echo $$b.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-707-	test -n "$$results" || results=/dev/null; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:708:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:709:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:710:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:711:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:712:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:713:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:714:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:715:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-716-	  success=true; \
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-784-	@set +e; $(am__set_TESTS_bases); \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:785:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:786:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:787:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-788-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-794-	         | $(am__list_recheck_tests)` || exit 1; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:795:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:796:	log_list=`echo $$log_list`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-797-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-1061-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:1062:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:1063:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-1064-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-1075-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:1076:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-1077-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-1215-	(echo "NoGraphicWindow=true;NoUseOfWait=true;int verbosityy=verbosity;int MEM1234=storageused();"; \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in:1216:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++-3d/Makefile.in-1217-		echo ' cout << "--------- file : '$$i' --------------------------------------------------------" << endl;' ;\
##############################################
freefem++-3.61.1+dfsg1/build/cleancrlf-31-# change files that have been recorded in FF using DOS line endings
freefem++-3.61.1+dfsg1/build/cleancrlf:32:my @files=`find $ARGV[0] -type f`;
freefem++-3.61.1+dfsg1/build/cleancrlf-33-chomp @files;
##############################################
freefem++-3.61.1+dfsg1/build/cleancrlf-36-  next if $file=~/\.hg\//;
freefem++-3.61.1+dfsg1/build/cleancrlf:37:  my $contents=`cat $file`;
freefem++-3.61.1+dfsg1/build/cleancrlf-38-  my $oldcontents=$contents;
##############################################
freefem++-3.61.1+dfsg1/build/orgindex-85-
freefem++-3.61.1+dfsg1/build/orgindex:86:    my $cref=`cat $f`;
freefem++-3.61.1+dfsg1/build/orgindex-87-    my $c=$cref;
##############################################
freefem++-3.61.1+dfsg1/build/download-63-then
freefem++-3.61.1+dfsg1/build/download:64:  case `file $2` in
freefem++-3.61.1+dfsg1/build/download-65-  *zip*) exit 0 ;;
##############################################
freefem++-3.61.1+dfsg1/build/ff-md5-30-if( ! -e "$ff")   {exit 2; }
freefem++-3.61.1+dfsg1/build/ff-md5:31:$hh=md5_hex(`cat $ff`);
freefem++-3.61.1+dfsg1/build/ff-md5-32-
##############################################
freefem++-3.61.1+dfsg1/build/links2files-50-      $org=$nextorg;
freefem++-3.61.1+dfsg1/build/links2files:51:      $nextorg=`readlink $org`;
freefem++-3.61.1+dfsg1/build/links2files-52-    }while($nextorg ne '');
##############################################
freefem++-3.61.1+dfsg1/mkinstalldirs-69-do
freefem++-3.61.1+dfsg1/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
freefem++-3.61.1+dfsg1/mkinstalldirs-71-  shift
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.am-71-all-local:$(LIST_COMPILE)
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.am:72:	@echo Warning missing mpi plugin: `for i in $(LIST_COMPILE); do if test ! -s $i ; then j=1; echo "$i," ;fi; done`
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.am-73-	echo "finish compile load mpi solver !"
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-72-  { \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:73:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-74-  }; \
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-167-}
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:168:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-169-am__vpath_adj = case $$p in \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:170:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-171-    *) f=$$p;; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-172-  esac;
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:173:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-174-am__install_max = 40
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-175-am__nobase_strip_setup = \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:176:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-177-am__nobase_strip = \
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-295-case "$@" in						\
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:296:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-297-    *) am__odir=.;; 					\
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-325-  bases='$(TEST_LOGS)'; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:326:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:327:  bases=`echo $$bases`
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-328-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-337-        */*) b='$*';; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:338:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-339-       esac;; \
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-733-	if test -n "$$redo_bases"; then \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:734:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:735:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-736-	  if $(am__make_dryrun); then :; else \
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-758-	ws='[ 	]'; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:759:	results=`for b in $$bases; do echo $$b.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-760-	test -n "$$results" || results=/dev/null; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:761:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:762:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:763:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:764:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:765:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:766:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:767:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:768:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-769-	  success=true; \
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-837-	@set +e; $(am__set_TESTS_bases); \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:838:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:839:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:840:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-841-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-847-	         | $(am__list_recheck_tests)` || exit 1; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:848:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:849:	log_list=`echo $$log_list`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-850-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-1079-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:1080:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:1081:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-1082-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-1093-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:1094:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-1095-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-1233-@FFCS_MPIOK_TRUE@all-local:$(LIST_COMPILE)
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in:1234:@FFCS_MPIOK_TRUE@	@echo Warning missing mpi plugin: `for i in $(LIST_COMPILE); do if test ! -s $i ; then j=1; echo "$i," ;fi; done`
freefem++-3.61.1+dfsg1/examples++-mpi/Makefile.in-1235-@FFCS_MPIOK_TRUE@	echo "finish compile load mpi solver !"
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-55-  { \
freefem++-3.61.1+dfsg1/Makefile.in:56:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/Makefile.in-57-  }; \
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-189-  while test -n "$$dir1"; do \
freefem++-3.61.1+dfsg1/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
freefem++-3.61.1+dfsg1/Makefile.in-191-    if test "$$first" != "."; then \
freefem++-3.61.1+dfsg1/Makefile.in-192-      if test "$$first" = ".."; then \
freefem++-3.61.1+dfsg1/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
freefem++-3.61.1+dfsg1/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
freefem++-3.61.1+dfsg1/Makefile.in-195-      else \
freefem++-3.61.1+dfsg1/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
freefem++-3.61.1+dfsg1/Makefile.in-197-        if test "$$first2" = "$$first"; then \
freefem++-3.61.1+dfsg1/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
freefem++-3.61.1+dfsg1/Makefile.in-199-        else \
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-204-    fi; \
freefem++-3.61.1+dfsg1/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
freefem++-3.61.1+dfsg1/Makefile.in-206-  done; \
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-617-	dot_seen=no; \
freefem++-3.61.1+dfsg1/Makefile.in:618:	target=`echo $@ | sed s/-recursive//`; \
freefem++-3.61.1+dfsg1/Makefile.in-619-	case "$@" in \
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-680-GTAGS:
freefem++-3.61.1+dfsg1/Makefile.in:681:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/Makefile.in-682-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-712-	test -d "$(distdir)" || mkdir "$(distdir)"
freefem++-3.61.1+dfsg1/Makefile.in:713:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/Makefile.in:714:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/Makefile.in-715-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-726-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/Makefile.in:727:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/Makefile.in-728-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-836-	test -d $(distdir)/_build || exit 0; \
freefem++-3.61.1+dfsg1/Makefile.in:837:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
freefem++-3.61.1+dfsg1/Makefile.in-838-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-880-	}; \
freefem++-3.61.1+dfsg1/Makefile.in:881:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
freefem++-3.61.1+dfsg1/Makefile.in-882-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-892-	fi
freefem++-3.61.1+dfsg1/Makefile.in:893:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
freefem++-3.61.1+dfsg1/Makefile.in-894-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
freefem++-3.61.1+dfsg1/Makefile.in-1167-CheckMacLib.sh: src/nw/FreeFem++
freefem++-3.61.1+dfsg1/Makefile.in:1168:	echo "for i in `otool -L src/nw/FreeFem++|egrep -v '/System/Library/|/usr/lib/'|awk '/.dylib/ {printf($$1.OFS)  }'` ; do test ! -f $$i && exit 1; done; exit 0"  >$@
freefem++-3.61.1+dfsg1/Makefile.in-1169-	chmod a+x $@
freefem++-3.61.1+dfsg1/Makefile.in-1170-CheckMPIMacLib.sh: src/mpi/FreeFem++-mpi
freefem++-3.61.1+dfsg1/Makefile.in:1171:	echo "for i in `otool -L src/mpi/FreeFem++-mpi|egrep -v '/System/Library/|/usr/lib/'|awk '/.dylib/ {printf($$1.OFS)  }'` ; do test ! -f $$i && exit 1; done; exit 0"  >$@
freefem++-3.61.1+dfsg1/Makefile.in-1172-	chmod a+x $@
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
freefem++-3.61.1+dfsg1/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
freefem++-3.61.1+dfsg1/aclocal.m4-94-# and then we would define $MISSING as
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
freefem++-3.61.1+dfsg1/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
freefem++-3.61.1+dfsg1/aclocal.m4-109-])
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
freefem++-3.61.1+dfsg1/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
freefem++-3.61.1+dfsg1/aclocal.m4-207-  fi
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
freefem++-3.61.1+dfsg1/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
freefem++-3.61.1+dfsg1/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
freefem++-3.61.1+dfsg1/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
freefem++-3.61.1+dfsg1/aclocal.m4-367-    else
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-371-    # from the Makefile without running 'make'.
freefem++-3.61.1+dfsg1/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
freefem++-3.61.1+dfsg1/aclocal.m4-373-    test -z "$DEPDIR" && continue
freefem++-3.61.1+dfsg1/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
freefem++-3.61.1+dfsg1/aclocal.m4-375-    test -z "$am__include" && continue
freefem++-3.61.1+dfsg1/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
freefem++-3.61.1+dfsg1/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-385-      test -f "$dirpart/$file" && continue
freefem++-3.61.1+dfsg1/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
freefem++-3.61.1+dfsg1/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
freefem++-3.61.1+dfsg1/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
freefem++-3.61.1+dfsg1/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-602-    * )
freefem++-3.61.1+dfsg1/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
freefem++-3.61.1+dfsg1/aclocal.m4-604-  esac
freefem++-3.61.1+dfsg1/aclocal.m4-605-done
freefem++-3.61.1+dfsg1/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
freefem++-3.61.1+dfsg1/aclocal.m4-607-
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-727-# Ignore all kinds of additional output from 'make'.
freefem++-3.61.1+dfsg1/aclocal.m4:728:case `$am_make -s -f confmf 2> /dev/null` in #(
freefem++-3.61.1+dfsg1/aclocal.m4-729-*the\ am__doit\ target*)
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-737-   echo '.include "confinc"' > confmf
freefem++-3.61.1+dfsg1/aclocal.m4:738:   case `$am_make -s -f confmf 2> /dev/null` in #(
freefem++-3.61.1+dfsg1/aclocal.m4-739-   *the\ am__doit\ target*)
##############################################
freefem++-3.61.1+dfsg1/aclocal.m4-919-     echo "timestamp, slept: $am_has_slept" > conftest.file
freefem++-3.61.1+dfsg1/aclocal.m4:920:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
freefem++-3.61.1+dfsg1/aclocal.m4-921-     if test "$[*]" = "X"; then
freefem++-3.61.1+dfsg1/aclocal.m4-922-	# -L didn't work.
freefem++-3.61.1+dfsg1/aclocal.m4:923:	set X `ls -t "$srcdir/configure" conftest.file`
freefem++-3.61.1+dfsg1/aclocal.m4-924-     fi
##############################################
freefem++-3.61.1+dfsg1/Install-MacOS.command.in-2-appl=/Applications
freefem++-3.61.1+dfsg1/Install-MacOS.command.in:3:cd `dirname $0`
freefem++-3.61.1+dfsg1/Install-MacOS.command.in-4-echo "Installtion of Freefem++ " 
##############################################
freefem++-3.61.1+dfsg1/Install-MacOS.command.in-30-
freefem++-3.61.1+dfsg1/Install-MacOS.command.in:31:lbin=`cd "$appl"/FreeFem++.app/Contents/bin/; echo *`
freefem++-3.61.1+dfsg1/Install-MacOS.command.in-32-echo "  install $lbin    commands in /usr/local/bin (need of admin password)"
##############################################
freefem++-3.61.1+dfsg1/examples++-load/ff-get-dep.in-17-#  ajout  de lib  with check
freefem++-3.61.1+dfsg1/examples++-load/ff-get-dep.in:18:	libs=`$0 -dlib $@`
freefem++-3.61.1+dfsg1/examples++-load/ff-get-dep.in:19:	cpp=`$0 -dcpp $@`" $@"
freefem++-3.61.1+dfsg1/examples++-load/ff-get-dep.in-20-	;;
freefem++-3.61.1+dfsg1/examples++-load/ff-get-dep.in-21-esac 
freefem++-3.61.1+dfsg1/examples++-load/ff-get-dep.in:22:dircommand=`dirname $0`
freefem++-3.61.1+dfsg1/examples++-load/ff-get-dep.in-23-if [   -f "WHERE_LIBRARY-download" ] ; then
##############################################
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-25-ff=$0;
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in:26:bb=`basename $0`
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in:27:DIR=`dirname $ff`
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-28-pp=`pwd`
##############################################
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-32-elif [ $bb = $ff -a  \( '.' = "$DIR" -o -z "$DIR" \) ] ;  then
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in:33:  ff=`which $0`
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in:34:  DIR=`dirname $ff`
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-35-  if [ '.' = "$DIR" -o -z "$DIR" ] ;  then
##############################################
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-43-esac
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in:44:DIRP=`dirname $DIR`
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-45-#echo "WWWWW"  $DIRP 
##############################################
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-68-    for la in arpack fftw3 mmg3d; do
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in:69:        l=`echo $la |sed -e s/^tet$/tetgen/`
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in:70:	nbw=`awk "/^$la /" WHERE_LIBRARY WHERE_LIBRARY-config|wc -l`
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-71-       if [ "$nbw" -ne 0 -a ! -f $LIB/WHERE.$l  ]; then
##############################################
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-73-	   if  ( ls  "lib$la"[-._0-9]*a 1>/dev/null 2>/dev/null ) ; then 
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in:74:	       ll=`ls  "lib$la"[-._0-9]*a|grep [.]a`
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-75-	       if [ -n "$ll" ]; then 
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in:76:		   lib=`expr "$ll" : lib'\(.*\).a'`
freefem++-3.61.1+dfsg1/examples++-load/ff-pkg-download.in-77-		   echo $l LD "'"-L$LIB"'" "'"-l$lib"'"
##############################################
freefem++-3.61.1+dfsg1/examples++-load/fig.pgm-1-P5
##############################################
freefem++-3.61.1+dfsg1/examples++-load/fig.pgm-2-#AppleMark
##############################################
freefem++-3.61.1+dfsg1/examples++-load/fig.pgm-3-
##############################################
freefem++-3.61.1+dfsg1/examples++-load/fig.pgm-4-240 316
##############################################
freefem++-3.61.1+dfsg1/examples++-load/fig.pgm-5-255
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-50-  { \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-52-  }; \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-185-}
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:186:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-187-am__vpath_adj = case $$p in \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:188:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-189-    *) f=$$p;; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-190-  esac;
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:191:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-192-am__install_max = 40
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-193-am__nobase_strip_setup = \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:194:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-195-am__nobase_strip = \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-313-case "$@" in						\
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:314:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-315-    *) am__odir=.;; 					\
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-343-  bases='$(TEST_LOGS)'; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:344:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:345:  bases=`echo $$bases`
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-346-RECHECK_LOGS = $(TEST_LOGS)
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-355-        */*) b='$*';; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:356:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-357-       esac;; \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-893-.c.obj:
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:894:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-895-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-897-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:898:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-899-
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-928-GTAGS:
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:929:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-930-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-971-	if test -n "$$redo_bases"; then \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:972:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:973:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-974-	  if $(am__make_dryrun); then :; else \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-996-	ws='[ 	]'; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:997:	results=`for b in $$bases; do echo $$b.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-998-	test -n "$$results" || results=/dev/null; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:999:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1000:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1001:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1002:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1003:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1004:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1005:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1006:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1007-	  success=true; \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1075-	@set +e; $(am__set_TESTS_bases); \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1076:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1077:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1078:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1079-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1085-	         | $(am__list_recheck_tests)` || exit 1; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1086:	log_list=`for i in $$bases; do echo $$i.log; done`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1087:	log_list=`echo $$log_list`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1088-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1821-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1822:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1823:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1824-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1835-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1836:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1837-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1989-	@if test -f Missing-plugins-$(DYLIB_SUFFIX).log ; then cat Missing-plugins-$(DYLIB_SUFFIX).log; fi; exit 0 
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:1990:	@echo Warning missing plugin: `for i in $(LIST_COMPILE) $(LIST_COMPILE_PKG); do if test ! -s $i ; then j=1; echo "$i," ;fi; done`
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-1991-	echo " finish build list $(DYLIB_SUFFIX)"
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-2025-	(echo "NoGraphicWindow=true;NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in:2026:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.in-2027-	    if $$ffpp -ns -jc -v 0 $$i  1>/dev/null 2>/dev/null ; then \
##############################################
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-4-thecommand="$0"
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:5:dircommand=`dirname "$0"`
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-6-
##############################################
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-37-	ff=`which freefem++.exe`;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:38:	ffinc=`dirname "$ff"`/examples++-load/include
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-39-	if [ -f "$ffinc/ff++.hpp" ]; then
##############################################
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-69-  wff=`which FreeFem++.exe`
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:70:  dff=`dirname "$wff"`
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-71-  if [ "$bin" = "." -a  -f ../src/bin-win32/libff.dll  ]; then
##############################################
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-107-	    ;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:108:	F77=*) F77=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:109:	CXX=*) CXX=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:110:	MPICXX=*) MPICXX=`echo $1|sed 's/[A-Z0-9]*=//'`;withmpi=yes ;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:111:	F77=*) F77=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:112:	CXXFLAGS=*) CXXFLAGS=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:113:	FFLAGS=*) FFLAGS=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:114:	MPI_LIB=*) MPI_LIB=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-115-	-std=*)	 CXXFLAGS="$1 $CXXFLAGS" ;;
##############################################
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-120-	-g)  DEBUG="$DEBUG $1"; 
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:121:            FFCXXFLAGS=`echo $FFCXXFLAGS| sed -e 's/-O[0-9]*//g' -e 's/-DNDEBUG//g' ` ;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-122-	-c)  CONLY=yes;;
##############################################
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-139-	-Wl*)    LIBS="$LIBS $1" ;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:140:	*.cpp) files="$files '$1'";  o=`basename "$1" .cpp` ; fileso="$fileso '$o.o'"; args=$argsp;; 
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:141:	*.cp)  files="$files '$1'";  o=`basename "$1" .cp`   ; fileso="$fileso '$o.o'"; args=$argsp;; 
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:142:	*.cxx) files="$files '$1'";  o=`basename "$1" .cxx` ; fileso="$fileso '$o.o'"; args=$argsp;;
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:143:	*.c)   files="$files '$1'";  o=`basename "$1" .c` ; fileso="$fileso '$o.o'"; args=$argsp;;  
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:144:	*.f)   ffiles="$ffiles '$1'";  o=`basename "$1" .f` ; fileso="$fileso '$o.o'";; 
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:145:	*.F)   ffiles="$ffiles '$1'";  o=`basename "$1" .F` ; fileso="$fileso '$o.o'";; 
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:146:	*.o)   fileso="$fileso '$1'"; o=`basename "$1" .o` ;; 
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-147-	-o)    out="$2"; shift;;
##############################################
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-156-if [ -n "$autodep"  ] ; then
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:157:#    echo "$thecommand" $args  `eval "'$dircommand/ff-get-dep'" -ff $files`
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:158:    argsdep=`eval "'$dircommand/ff-get-dep'" -ff $files`
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-159-    
freefem++-3.61.1+dfsg1/examples++-load/load.link.in:160:     error=`echo "$argsdep"| grep ERROR`
freefem++-3.61.1+dfsg1/examples++-load/load.link.in-161-     if [ -n "$error" ] ; then
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.am-108-	@if test -f Missing-plugins-$(DYLIB_SUFFIX).log ; then cat Missing-plugins-$(DYLIB_SUFFIX).log; fi; exit 0 
freefem++-3.61.1+dfsg1/examples++-load/Makefile.am:109:	@echo Warning missing plugin: `for i in $(LIST_COMPILE) $(LIST_COMPILE_PKG); do if test ! -s $i ; then j=1; echo "$i," ;fi; done`
freefem++-3.61.1+dfsg1/examples++-load/Makefile.am-110-	echo " finish build list $(DYLIB_SUFFIX)"
##############################################
freefem++-3.61.1+dfsg1/examples++-load/Makefile.am-177-	(echo "NoGraphicWindow=true;NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.am:178:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/examples++-load/Makefile.am-179-	    if $$ffpp -ns -jc -v 0 $$i  1>/dev/null 2>/dev/null ; then \
##############################################
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-53-  { \
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-55-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-531-.cpp.obj:
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in:532:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-533-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-535-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in:536:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-537-
##############################################
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-567-GTAGS:
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in:568:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-569-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-590-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in:591:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in:592:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-593-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-604-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in:605:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/lglib/Makefile.in-606-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/bamglib/Makefile.in-56-  { \
freefem++-3.61.1+dfsg1/src/bamglib/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/bamglib/Makefile.in-58-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/bamglib/Makefile.in-457-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/bamglib/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/bamglib/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/bamglib/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/bamglib/Makefile.in-471-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/bamglib/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/bamglib/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/mpi/ff-mpirun.in-3-mpirun=mpirun
freefem++-3.61.1+dfsg1/src/mpi/ff-mpirun.in:4:dir=`dirname $0`
freefem++-3.61.1+dfsg1/src/mpi/ff-mpirun.in-5-prefix="@prefix@"
##############################################
freefem++-3.61.1+dfsg1/src/mpi/ff-mpirun.in-39-echo "${a[*]}"
freefem++-3.61.1+dfsg1/src/mpi/ff-mpirun.in:40:if [ -n "$dry" ]; then echo which $ffmpi : `which  "$ffmpi"`; fi
freefem++-3.61.1+dfsg1/src/mpi/ff-mpirun.in-41-if [ -z "$dry" ]; then eval  "${a[*]}"; fi
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-58-  { \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:59:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-60-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-118-FreeFem___mpi_LDADD = $(LDADD)
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:119:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-120-am__vpath_adj = case $$p in \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:121:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-122-    *) f=$$p;; \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-123-  esac;
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:124:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-125-am__install_max = 40
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-126-am__nobase_strip_setup = \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:127:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-128-am__nobase_strip = \
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-641-.cpp.obj:
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:642:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-643-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-645-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:646:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-647-
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-648-sansrgraph.o: ../Graphics/sansrgraph.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:649:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sansrgraph.o -MD -MP -MF $(DEPDIR)/sansrgraph.Tpo -c -o sansrgraph.o `test -f '../Graphics/sansrgraph.cpp' || echo '$(srcdir)/'`../Graphics/sansrgraph.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-650-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sansrgraph.Tpo $(DEPDIR)/sansrgraph.Po
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-652-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:653:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sansrgraph.o `test -f '../Graphics/sansrgraph.cpp' || echo '$(srcdir)/'`../Graphics/sansrgraph.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-654-
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-655-sansrgraph.obj: ../Graphics/sansrgraph.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:656:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sansrgraph.obj -MD -MP -MF $(DEPDIR)/sansrgraph.Tpo -c -o sansrgraph.obj `if test -f '../Graphics/sansrgraph.cpp'; then $(CYGPATH_W) '../Graphics/sansrgraph.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/sansrgraph.cpp'; fi`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-657-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sansrgraph.Tpo $(DEPDIR)/sansrgraph.Po
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-659-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:660:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sansrgraph.obj `if test -f '../Graphics/sansrgraph.cpp'; then $(CYGPATH_W) '../Graphics/sansrgraph.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/sansrgraph.cpp'; fi`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-661-
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-662-mymain.o: ../lglib/mymain.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:663:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mymain.o -MD -MP -MF $(DEPDIR)/mymain.Tpo -c -o mymain.o `test -f '../lglib/mymain.cpp' || echo '$(srcdir)/'`../lglib/mymain.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-664-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mymain.Tpo $(DEPDIR)/mymain.Po
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-666-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:667:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mymain.o `test -f '../lglib/mymain.cpp' || echo '$(srcdir)/'`../lglib/mymain.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-668-
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-669-mymain.obj: ../lglib/mymain.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:670:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mymain.obj -MD -MP -MF $(DEPDIR)/mymain.Tpo -c -o mymain.obj `if test -f '../lglib/mymain.cpp'; then $(CYGPATH_W) '../lglib/mymain.cpp'; else $(CYGPATH_W) '$(srcdir)/../lglib/mymain.cpp'; fi`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-671-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mymain.Tpo $(DEPDIR)/mymain.Po
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:674:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mymain.obj `if test -f '../lglib/mymain.cpp'; then $(CYGPATH_W) '../lglib/mymain.cpp'; else $(CYGPATH_W) '$(srcdir)/../lglib/mymain.cpp'; fi`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-675-
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-676-lg.tab.o: ../lglib/lg.tab.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:677:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lg.tab.o -MD -MP -MF $(DEPDIR)/lg.tab.Tpo -c -o lg.tab.o `test -f '../lglib/lg.tab.cpp' || echo '$(srcdir)/'`../lglib/lg.tab.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-678-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lg.tab.Tpo $(DEPDIR)/lg.tab.Po
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-680-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:681:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lg.tab.o `test -f '../lglib/lg.tab.cpp' || echo '$(srcdir)/'`../lglib/lg.tab.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-682-
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-683-lg.tab.obj: ../lglib/lg.tab.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:684:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lg.tab.obj -MD -MP -MF $(DEPDIR)/lg.tab.Tpo -c -o lg.tab.obj `if test -f '../lglib/lg.tab.cpp'; then $(CYGPATH_W) '../lglib/lg.tab.cpp'; else $(CYGPATH_W) '$(srcdir)/../lglib/lg.tab.cpp'; fi`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-685-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lg.tab.Tpo $(DEPDIR)/lg.tab.Po
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-687-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:688:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lg.tab.obj `if test -f '../lglib/lg.tab.cpp'; then $(CYGPATH_W) '../lglib/lg.tab.cpp'; else $(CYGPATH_W) '$(srcdir)/../lglib/lg.tab.cpp'; fi`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-689-
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-690-ffapi.o: ../fflib/ffapi.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:691:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ffapi.o -MD -MP -MF $(DEPDIR)/ffapi.Tpo -c -o ffapi.o `test -f '../fflib/ffapi.cpp' || echo '$(srcdir)/'`../fflib/ffapi.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-692-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ffapi.Tpo $(DEPDIR)/ffapi.Po
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-694-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:695:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ffapi.o `test -f '../fflib/ffapi.cpp' || echo '$(srcdir)/'`../fflib/ffapi.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-696-
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-697-ffapi.obj: ../fflib/ffapi.cpp
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:698:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ffapi.obj -MD -MP -MF $(DEPDIR)/ffapi.Tpo -c -o ffapi.obj `if test -f '../fflib/ffapi.cpp'; then $(CYGPATH_W) '../fflib/ffapi.cpp'; else $(CYGPATH_W) '$(srcdir)/../fflib/ffapi.cpp'; fi`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-699-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ffapi.Tpo $(DEPDIR)/ffapi.Po
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-701-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:702:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ffapi.obj `if test -f '../fflib/ffapi.cpp'; then $(CYGPATH_W) '../fflib/ffapi.cpp'; else $(CYGPATH_W) '$(srcdir)/../fflib/ffapi.cpp'; fi`
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-703-
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-733-GTAGS:
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:734:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-735-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-756-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:757:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:758:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-759-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-770-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in:771:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/mpi/Makefile.in-772-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/femlib/Makefile.in-56-  { \
freefem++-3.61.1+dfsg1/src/femlib/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/femlib/Makefile.in-58-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/femlib/Makefile.in-484-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/femlib/Makefile.in:485:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/femlib/Makefile.in:486:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/femlib/Makefile.in-487-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/femlib/Makefile.in-498-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/femlib/Makefile.in:499:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/femlib/Makefile.in-500-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/Algo/Makefile.in-56-  { \
freefem++-3.61.1+dfsg1/src/Algo/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/Algo/Makefile.in-58-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/Algo/Makefile.in-456-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/Algo/Makefile.in:457:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/Algo/Makefile.in:458:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/Algo/Makefile.in-459-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/Algo/Makefile.in-470-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/Algo/Makefile.in:471:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/Algo/Makefile.in-472-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/depcomp-34-if test -z "$depfile"; then
freefem++-3.61.1+dfsg1/src/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
freefem++-3.61.1+dfsg1/src/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
freefem++-3.61.1+dfsg1/src/depcomp-37-   if test "$dir" = "$object"; then
##############################################
freefem++-3.61.1+dfsg1/src/depcomp-43-
freefem++-3.61.1+dfsg1/src/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
freefem++-3.61.1+dfsg1/src/depcomp-45-
##############################################
freefem++-3.61.1+dfsg1/src/depcomp-178-  # Version 6 uses the directory in both cases.
freefem++-3.61.1+dfsg1/src/depcomp:179:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
freefem++-3.61.1+dfsg1/src/depcomp-180-  tmpdepfile="$stripped.u"
##############################################
freefem++-3.61.1+dfsg1/src/depcomp-189-  else
freefem++-3.61.1+dfsg1/src/depcomp:190:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
freefem++-3.61.1+dfsg1/src/depcomp-191-    tmpdepfile="$stripped.u"
##############################################
freefem++-3.61.1+dfsg1/src/depcomp-203-    # Do two passes, one to just change these to
freefem++-3.61.1+dfsg1/src/depcomp:204:    # `$object: dependent.h' and one to simply `dependent.h:'.
freefem++-3.61.1+dfsg1/src/depcomp-205-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
freefem++-3.61.1+dfsg1/src/depcomp-244-  # Do two passes, one to just change these to
freefem++-3.61.1+dfsg1/src/depcomp:245:  # `$object: dependent.h' and one to simply `dependent.h:'.
freefem++-3.61.1+dfsg1/src/depcomp-246-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
freefem++-3.61.1+dfsg1/src/depcomp-259-   # Subdirectories are respected.
freefem++-3.61.1+dfsg1/src/depcomp:260:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
freefem++-3.61.1+dfsg1/src/depcomp-261-   test "x$dir" = "x$object" && dir=
freefem++-3.61.1+dfsg1/src/depcomp:262:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
freefem++-3.61.1+dfsg1/src/depcomp-263-
##############################################
freefem++-3.61.1+dfsg1/src/depcomp-382-  done
freefem++-3.61.1+dfsg1/src/depcomp:383:  obj_suffix="`echo $object | sed 's/^.*\././'`"
freefem++-3.61.1+dfsg1/src/depcomp-384-  touch "$tmpdepfile"
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-54-  { \
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:55:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-56-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-616-.cpp.obj:
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:617:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-618-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-620-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:621:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-622-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-623-sansrgraph.o: ../Graphics/sansrgraph.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:624:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sansrgraph.o -MD -MP -MF $(DEPDIR)/sansrgraph.Tpo -c -o sansrgraph.o `test -f '../Graphics/sansrgraph.cpp' || echo '$(srcdir)/'`../Graphics/sansrgraph.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-625-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sansrgraph.Tpo $(DEPDIR)/sansrgraph.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-627-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:628:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sansrgraph.o `test -f '../Graphics/sansrgraph.cpp' || echo '$(srcdir)/'`../Graphics/sansrgraph.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-629-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-630-sansrgraph.obj: ../Graphics/sansrgraph.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:631:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sansrgraph.obj -MD -MP -MF $(DEPDIR)/sansrgraph.Tpo -c -o sansrgraph.obj `if test -f '../Graphics/sansrgraph.cpp'; then $(CYGPATH_W) '../Graphics/sansrgraph.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/sansrgraph.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-632-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sansrgraph.Tpo $(DEPDIR)/sansrgraph.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-634-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:635:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sansrgraph.obj `if test -f '../Graphics/sansrgraph.cpp'; then $(CYGPATH_W) '../Graphics/sansrgraph.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/sansrgraph.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-636-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-637-parallelempi-empty.o: ../mpi/parallelempi-empty.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:638:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT parallelempi-empty.o -MD -MP -MF $(DEPDIR)/parallelempi-empty.Tpo -c -o parallelempi-empty.o `test -f '../mpi/parallelempi-empty.cpp' || echo '$(srcdir)/'`../mpi/parallelempi-empty.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-639-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/parallelempi-empty.Tpo $(DEPDIR)/parallelempi-empty.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-641-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:642:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o parallelempi-empty.o `test -f '../mpi/parallelempi-empty.cpp' || echo '$(srcdir)/'`../mpi/parallelempi-empty.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-643-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-644-parallelempi-empty.obj: ../mpi/parallelempi-empty.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:645:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT parallelempi-empty.obj -MD -MP -MF $(DEPDIR)/parallelempi-empty.Tpo -c -o parallelempi-empty.obj `if test -f '../mpi/parallelempi-empty.cpp'; then $(CYGPATH_W) '../mpi/parallelempi-empty.cpp'; else $(CYGPATH_W) '$(srcdir)/../mpi/parallelempi-empty.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-646-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/parallelempi-empty.Tpo $(DEPDIR)/parallelempi-empty.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-648-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:649:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o parallelempi-empty.obj `if test -f '../mpi/parallelempi-empty.cpp'; then $(CYGPATH_W) '../mpi/parallelempi-empty.cpp'; else $(CYGPATH_W) '$(srcdir)/../mpi/parallelempi-empty.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-650-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-651-ffapi.o: ../fflib/ffapi.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:652:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ffapi.o -MD -MP -MF $(DEPDIR)/ffapi.Tpo -c -o ffapi.o `test -f '../fflib/ffapi.cpp' || echo '$(srcdir)/'`../fflib/ffapi.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-653-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ffapi.Tpo $(DEPDIR)/ffapi.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-655-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:656:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ffapi.o `test -f '../fflib/ffapi.cpp' || echo '$(srcdir)/'`../fflib/ffapi.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-657-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-658-ffapi.obj: ../fflib/ffapi.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:659:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ffapi.obj -MD -MP -MF $(DEPDIR)/ffapi.Tpo -c -o ffapi.obj `if test -f '../fflib/ffapi.cpp'; then $(CYGPATH_W) '../fflib/ffapi.cpp'; else $(CYGPATH_W) '$(srcdir)/../fflib/ffapi.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-660-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ffapi.Tpo $(DEPDIR)/ffapi.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-662-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:663:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ffapi.obj `if test -f '../fflib/ffapi.cpp'; then $(CYGPATH_W) '../fflib/ffapi.cpp'; else $(CYGPATH_W) '$(srcdir)/../fflib/ffapi.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-664-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-665-ffglut.o: ../Graphics/ffglut.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:666:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ffglut.o -MD -MP -MF $(DEPDIR)/ffglut.Tpo -c -o ffglut.o `test -f '../Graphics/ffglut.cpp' || echo '$(srcdir)/'`../Graphics/ffglut.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-667-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ffglut.Tpo $(DEPDIR)/ffglut.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-669-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:670:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ffglut.o `test -f '../Graphics/ffglut.cpp' || echo '$(srcdir)/'`../Graphics/ffglut.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-671-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-672-ffglut.obj: ../Graphics/ffglut.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:673:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ffglut.obj -MD -MP -MF $(DEPDIR)/ffglut.Tpo -c -o ffglut.obj `if test -f '../Graphics/ffglut.cpp'; then $(CYGPATH_W) '../Graphics/ffglut.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/ffglut.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-674-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ffglut.Tpo $(DEPDIR)/ffglut.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-676-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:677:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ffglut.obj `if test -f '../Graphics/ffglut.cpp'; then $(CYGPATH_W) '../Graphics/ffglut.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/ffglut.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-678-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-679-gggg.o: ../Graphics/gggg.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:680:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gggg.o -MD -MP -MF $(DEPDIR)/gggg.Tpo -c -o gggg.o `test -f '../Graphics/gggg.cpp' || echo '$(srcdir)/'`../Graphics/gggg.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-681-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gggg.Tpo $(DEPDIR)/gggg.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-683-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:684:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gggg.o `test -f '../Graphics/gggg.cpp' || echo '$(srcdir)/'`../Graphics/gggg.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-685-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-686-gggg.obj: ../Graphics/gggg.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:687:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gggg.obj -MD -MP -MF $(DEPDIR)/gggg.Tpo -c -o gggg.obj `if test -f '../Graphics/gggg.cpp'; then $(CYGPATH_W) '../Graphics/gggg.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/gggg.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-688-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gggg.Tpo $(DEPDIR)/gggg.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-690-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:691:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gggg.obj `if test -f '../Graphics/gggg.cpp'; then $(CYGPATH_W) '../Graphics/gggg.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/gggg.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-692-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-693-ffthreads.o: ../Graphics/ffthreads.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:694:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ffthreads.o -MD -MP -MF $(DEPDIR)/ffthreads.Tpo -c -o ffthreads.o `test -f '../Graphics/ffthreads.cpp' || echo '$(srcdir)/'`../Graphics/ffthreads.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-695-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ffthreads.Tpo $(DEPDIR)/ffthreads.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-697-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:698:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ffthreads.o `test -f '../Graphics/ffthreads.cpp' || echo '$(srcdir)/'`../Graphics/ffthreads.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-699-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-700-ffthreads.obj: ../Graphics/ffthreads.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:701:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ffthreads.obj -MD -MP -MF $(DEPDIR)/ffthreads.Tpo -c -o ffthreads.obj `if test -f '../Graphics/ffthreads.cpp'; then $(CYGPATH_W) '../Graphics/ffthreads.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/ffthreads.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-702-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ffthreads.Tpo $(DEPDIR)/ffthreads.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-704-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:705:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ffthreads.obj `if test -f '../Graphics/ffthreads.cpp'; then $(CYGPATH_W) '../Graphics/ffthreads.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/ffthreads.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-706-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-707-fem.o: ../femlib/fem.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:708:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fem.o -MD -MP -MF $(DEPDIR)/fem.Tpo -c -o fem.o `test -f '../femlib/fem.cpp' || echo '$(srcdir)/'`../femlib/fem.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-709-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fem.Tpo $(DEPDIR)/fem.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-711-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:712:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fem.o `test -f '../femlib/fem.cpp' || echo '$(srcdir)/'`../femlib/fem.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-713-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-714-fem.obj: ../femlib/fem.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:715:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fem.obj -MD -MP -MF $(DEPDIR)/fem.Tpo -c -o fem.obj `if test -f '../femlib/fem.cpp'; then $(CYGPATH_W) '../femlib/fem.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/fem.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-716-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fem.Tpo $(DEPDIR)/fem.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-718-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:719:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fem.obj `if test -f '../femlib/fem.cpp'; then $(CYGPATH_W) '../femlib/fem.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/fem.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-720-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-721-Mesh3dn.o: ../femlib/Mesh3dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:722:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh3dn.o -MD -MP -MF $(DEPDIR)/Mesh3dn.Tpo -c -o Mesh3dn.o `test -f '../femlib/Mesh3dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh3dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-723-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh3dn.Tpo $(DEPDIR)/Mesh3dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-725-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:726:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh3dn.o `test -f '../femlib/Mesh3dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh3dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-727-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-728-Mesh3dn.obj: ../femlib/Mesh3dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:729:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh3dn.obj -MD -MP -MF $(DEPDIR)/Mesh3dn.Tpo -c -o Mesh3dn.obj `if test -f '../femlib/Mesh3dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh3dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh3dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-730-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh3dn.Tpo $(DEPDIR)/Mesh3dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-732-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:733:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh3dn.obj `if test -f '../femlib/Mesh3dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh3dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh3dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-734-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-735-Mesh2dn.o: ../femlib/Mesh2dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:736:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh2dn.o -MD -MP -MF $(DEPDIR)/Mesh2dn.Tpo -c -o Mesh2dn.o `test -f '../femlib/Mesh2dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh2dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-737-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh2dn.Tpo $(DEPDIR)/Mesh2dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-739-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:740:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh2dn.o `test -f '../femlib/Mesh2dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh2dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-741-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-742-Mesh2dn.obj: ../femlib/Mesh2dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:743:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh2dn.obj -MD -MP -MF $(DEPDIR)/Mesh2dn.Tpo -c -o Mesh2dn.obj `if test -f '../femlib/Mesh2dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh2dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh2dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-744-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh2dn.Tpo $(DEPDIR)/Mesh2dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-746-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:747:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh2dn.obj `if test -f '../femlib/Mesh2dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh2dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh2dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-748-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-749-Mesh1dn.o: ../femlib/Mesh1dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:750:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh1dn.o -MD -MP -MF $(DEPDIR)/Mesh1dn.Tpo -c -o Mesh1dn.o `test -f '../femlib/Mesh1dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh1dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-751-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh1dn.Tpo $(DEPDIR)/Mesh1dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-753-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:754:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh1dn.o `test -f '../femlib/Mesh1dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh1dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-755-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-756-Mesh1dn.obj: ../femlib/Mesh1dn.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:757:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh1dn.obj -MD -MP -MF $(DEPDIR)/Mesh1dn.Tpo -c -o Mesh1dn.obj `if test -f '../femlib/Mesh1dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh1dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh1dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-758-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh1dn.Tpo $(DEPDIR)/Mesh1dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-760-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:761:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh1dn.obj `if test -f '../femlib/Mesh1dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh1dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh1dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-762-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-763-GQuadTree.o: ../femlib/GQuadTree.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:764:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GQuadTree.o -MD -MP -MF $(DEPDIR)/GQuadTree.Tpo -c -o GQuadTree.o `test -f '../femlib/GQuadTree.cpp' || echo '$(srcdir)/'`../femlib/GQuadTree.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-765-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/GQuadTree.Tpo $(DEPDIR)/GQuadTree.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-767-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:768:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GQuadTree.o `test -f '../femlib/GQuadTree.cpp' || echo '$(srcdir)/'`../femlib/GQuadTree.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-769-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-770-GQuadTree.obj: ../femlib/GQuadTree.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:771:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GQuadTree.obj -MD -MP -MF $(DEPDIR)/GQuadTree.Tpo -c -o GQuadTree.obj `if test -f '../femlib/GQuadTree.cpp'; then $(CYGPATH_W) '../femlib/GQuadTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/GQuadTree.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-772-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/GQuadTree.Tpo $(DEPDIR)/GQuadTree.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-774-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:775:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GQuadTree.obj `if test -f '../femlib/GQuadTree.cpp'; then $(CYGPATH_W) '../femlib/GQuadTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/GQuadTree.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-776-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-777-FQuadTree.o: ../femlib/FQuadTree.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:778:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FQuadTree.o -MD -MP -MF $(DEPDIR)/FQuadTree.Tpo -c -o FQuadTree.o `test -f '../femlib/FQuadTree.cpp' || echo '$(srcdir)/'`../femlib/FQuadTree.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-779-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/FQuadTree.Tpo $(DEPDIR)/FQuadTree.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-781-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:782:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FQuadTree.o `test -f '../femlib/FQuadTree.cpp' || echo '$(srcdir)/'`../femlib/FQuadTree.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-783-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-784-FQuadTree.obj: ../femlib/FQuadTree.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:785:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FQuadTree.obj -MD -MP -MF $(DEPDIR)/FQuadTree.Tpo -c -o FQuadTree.obj `if test -f '../femlib/FQuadTree.cpp'; then $(CYGPATH_W) '../femlib/FQuadTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/FQuadTree.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-786-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/FQuadTree.Tpo $(DEPDIR)/FQuadTree.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-788-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:789:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FQuadTree.obj `if test -f '../femlib/FQuadTree.cpp'; then $(CYGPATH_W) '../femlib/FQuadTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/FQuadTree.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-790-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-791-Drawing.o: ../femlib/Drawing.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:792:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Drawing.o -MD -MP -MF $(DEPDIR)/Drawing.Tpo -c -o Drawing.o `test -f '../femlib/Drawing.cpp' || echo '$(srcdir)/'`../femlib/Drawing.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-793-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Drawing.Tpo $(DEPDIR)/Drawing.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-795-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:796:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Drawing.o `test -f '../femlib/Drawing.cpp' || echo '$(srcdir)/'`../femlib/Drawing.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-797-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-798-Drawing.obj: ../femlib/Drawing.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:799:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Drawing.obj -MD -MP -MF $(DEPDIR)/Drawing.Tpo -c -o Drawing.obj `if test -f '../femlib/Drawing.cpp'; then $(CYGPATH_W) '../femlib/Drawing.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Drawing.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-800-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Drawing.Tpo $(DEPDIR)/Drawing.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-802-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:803:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Drawing.obj `if test -f '../femlib/Drawing.cpp'; then $(CYGPATH_W) '../femlib/Drawing.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Drawing.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-804-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-805-mshptg.o: ../femlib/mshptg.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:806:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mshptg.o -MD -MP -MF $(DEPDIR)/mshptg.Tpo -c -o mshptg.o `test -f '../femlib/mshptg.cpp' || echo '$(srcdir)/'`../femlib/mshptg.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-807-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mshptg.Tpo $(DEPDIR)/mshptg.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-809-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:810:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mshptg.o `test -f '../femlib/mshptg.cpp' || echo '$(srcdir)/'`../femlib/mshptg.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-811-
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-812-mshptg.obj: ../femlib/mshptg.cpp
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:813:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mshptg.obj -MD -MP -MF $(DEPDIR)/mshptg.Tpo -c -o mshptg.obj `if test -f '../femlib/mshptg.cpp'; then $(CYGPATH_W) '../femlib/mshptg.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/mshptg.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-814-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mshptg.Tpo $(DEPDIR)/mshptg.Po
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-816-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:817:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mshptg.obj `if test -f '../femlib/mshptg.cpp'; then $(CYGPATH_W) '../femlib/mshptg.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/mshptg.cpp'; fi`
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-818-
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-848-GTAGS:
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:849:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-850-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-871-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:872:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:873:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-874-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-885-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/nw/Makefile.in:886:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/nw/Makefile.in-887-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-54-  { \
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:55:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-56-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-666-.c.obj:
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:667:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-668-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-670-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:671:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-672-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-673-libmesh5.o: ../femlib/libmesh5.c
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:674:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmesh5.o -MD -MP -MF $(DEPDIR)/libmesh5.Tpo -c -o libmesh5.o `test -f '../femlib/libmesh5.c' || echo '$(srcdir)/'`../femlib/libmesh5.c
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-675-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libmesh5.Tpo $(DEPDIR)/libmesh5.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-677-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:678:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmesh5.o `test -f '../femlib/libmesh5.c' || echo '$(srcdir)/'`../femlib/libmesh5.c
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-679-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-680-libmesh5.obj: ../femlib/libmesh5.c
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:681:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmesh5.obj -MD -MP -MF $(DEPDIR)/libmesh5.Tpo -c -o libmesh5.obj `if test -f '../femlib/libmesh5.c'; then $(CYGPATH_W) '../femlib/libmesh5.c'; else $(CYGPATH_W) '$(srcdir)/../femlib/libmesh5.c'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libmesh5.Tpo $(DEPDIR)/libmesh5.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:685:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmesh5.obj `if test -f '../femlib/libmesh5.c'; then $(CYGPATH_W) '../femlib/libmesh5.c'; else $(CYGPATH_W) '$(srcdir)/../femlib/libmesh5.c'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-686-
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-694-.cpp.obj:
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:695:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-696-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:699:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-700-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-701-Drawing.o: ../femlib/Drawing.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:702:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Drawing.o -MD -MP -MF $(DEPDIR)/Drawing.Tpo -c -o Drawing.o `test -f '../femlib/Drawing.cpp' || echo '$(srcdir)/'`../femlib/Drawing.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-703-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Drawing.Tpo $(DEPDIR)/Drawing.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:706:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Drawing.o `test -f '../femlib/Drawing.cpp' || echo '$(srcdir)/'`../femlib/Drawing.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-707-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-708-Drawing.obj: ../femlib/Drawing.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:709:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Drawing.obj -MD -MP -MF $(DEPDIR)/Drawing.Tpo -c -o Drawing.obj `if test -f '../femlib/Drawing.cpp'; then $(CYGPATH_W) '../femlib/Drawing.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Drawing.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-710-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Drawing.Tpo $(DEPDIR)/Drawing.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:713:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Drawing.obj `if test -f '../femlib/Drawing.cpp'; then $(CYGPATH_W) '../femlib/Drawing.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Drawing.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-714-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-715-gibbs.o: ../femlib/gibbs.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:716:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gibbs.o -MD -MP -MF $(DEPDIR)/gibbs.Tpo -c -o gibbs.o `test -f '../femlib/gibbs.cpp' || echo '$(srcdir)/'`../femlib/gibbs.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-717-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gibbs.Tpo $(DEPDIR)/gibbs.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-719-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:720:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gibbs.o `test -f '../femlib/gibbs.cpp' || echo '$(srcdir)/'`../femlib/gibbs.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-721-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-722-gibbs.obj: ../femlib/gibbs.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:723:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT gibbs.obj -MD -MP -MF $(DEPDIR)/gibbs.Tpo -c -o gibbs.obj `if test -f '../femlib/gibbs.cpp'; then $(CYGPATH_W) '../femlib/gibbs.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/gibbs.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-724-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gibbs.Tpo $(DEPDIR)/gibbs.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:727:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o gibbs.obj `if test -f '../femlib/gibbs.cpp'; then $(CYGPATH_W) '../femlib/gibbs.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/gibbs.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-728-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-729-CheckPtr.o: ../femlib/CheckPtr.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:730:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CheckPtr.o -MD -MP -MF $(DEPDIR)/CheckPtr.Tpo -c -o CheckPtr.o `test -f '../femlib/CheckPtr.cpp' || echo '$(srcdir)/'`../femlib/CheckPtr.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-731-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/CheckPtr.Tpo $(DEPDIR)/CheckPtr.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-733-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:734:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CheckPtr.o `test -f '../femlib/CheckPtr.cpp' || echo '$(srcdir)/'`../femlib/CheckPtr.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-735-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-736-CheckPtr.obj: ../femlib/CheckPtr.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:737:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CheckPtr.obj -MD -MP -MF $(DEPDIR)/CheckPtr.Tpo -c -o CheckPtr.obj `if test -f '../femlib/CheckPtr.cpp'; then $(CYGPATH_W) '../femlib/CheckPtr.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/CheckPtr.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-738-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/CheckPtr.Tpo $(DEPDIR)/CheckPtr.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-740-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:741:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CheckPtr.obj `if test -f '../femlib/CheckPtr.cpp'; then $(CYGPATH_W) '../femlib/CheckPtr.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/CheckPtr.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-742-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-743-fem.o: ../femlib/fem.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:744:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fem.o -MD -MP -MF $(DEPDIR)/fem.Tpo -c -o fem.o `test -f '../femlib/fem.cpp' || echo '$(srcdir)/'`../femlib/fem.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-745-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fem.Tpo $(DEPDIR)/fem.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-747-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:748:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fem.o `test -f '../femlib/fem.cpp' || echo '$(srcdir)/'`../femlib/fem.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-749-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-750-fem.obj: ../femlib/fem.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:751:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fem.obj -MD -MP -MF $(DEPDIR)/fem.Tpo -c -o fem.obj `if test -f '../femlib/fem.cpp'; then $(CYGPATH_W) '../femlib/fem.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/fem.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-752-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fem.Tpo $(DEPDIR)/fem.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-754-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:755:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fem.obj `if test -f '../femlib/fem.cpp'; then $(CYGPATH_W) '../femlib/fem.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/fem.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-756-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-757-QuadratureFormular.o: ../femlib/QuadratureFormular.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:758:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QuadratureFormular.o -MD -MP -MF $(DEPDIR)/QuadratureFormular.Tpo -c -o QuadratureFormular.o `test -f '../femlib/QuadratureFormular.cpp' || echo '$(srcdir)/'`../femlib/QuadratureFormular.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-759-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/QuadratureFormular.Tpo $(DEPDIR)/QuadratureFormular.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-761-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:762:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QuadratureFormular.o `test -f '../femlib/QuadratureFormular.cpp' || echo '$(srcdir)/'`../femlib/QuadratureFormular.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-763-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-764-QuadratureFormular.obj: ../femlib/QuadratureFormular.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:765:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QuadratureFormular.obj -MD -MP -MF $(DEPDIR)/QuadratureFormular.Tpo -c -o QuadratureFormular.obj `if test -f '../femlib/QuadratureFormular.cpp'; then $(CYGPATH_W) '../femlib/QuadratureFormular.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/QuadratureFormular.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-766-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/QuadratureFormular.Tpo $(DEPDIR)/QuadratureFormular.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-768-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:769:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QuadratureFormular.obj `if test -f '../femlib/QuadratureFormular.cpp'; then $(CYGPATH_W) '../femlib/QuadratureFormular.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/QuadratureFormular.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-770-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-771-FESpace.o: ../femlib/FESpace.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:772:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FESpace.o -MD -MP -MF $(DEPDIR)/FESpace.Tpo -c -o FESpace.o `test -f '../femlib/FESpace.cpp' || echo '$(srcdir)/'`../femlib/FESpace.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-773-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/FESpace.Tpo $(DEPDIR)/FESpace.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-775-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:776:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FESpace.o `test -f '../femlib/FESpace.cpp' || echo '$(srcdir)/'`../femlib/FESpace.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-777-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-778-FESpace.obj: ../femlib/FESpace.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:779:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FESpace.obj -MD -MP -MF $(DEPDIR)/FESpace.Tpo -c -o FESpace.obj `if test -f '../femlib/FESpace.cpp'; then $(CYGPATH_W) '../femlib/FESpace.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/FESpace.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-780-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/FESpace.Tpo $(DEPDIR)/FESpace.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-782-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:783:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FESpace.obj `if test -f '../femlib/FESpace.cpp'; then $(CYGPATH_W) '../femlib/FESpace.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/FESpace.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-784-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-785-Element_RT.o: ../femlib/Element_RT.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:786:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Element_RT.o -MD -MP -MF $(DEPDIR)/Element_RT.Tpo -c -o Element_RT.o `test -f '../femlib/Element_RT.cpp' || echo '$(srcdir)/'`../femlib/Element_RT.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-787-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Element_RT.Tpo $(DEPDIR)/Element_RT.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-789-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:790:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Element_RT.o `test -f '../femlib/Element_RT.cpp' || echo '$(srcdir)/'`../femlib/Element_RT.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-791-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-792-Element_RT.obj: ../femlib/Element_RT.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:793:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Element_RT.obj -MD -MP -MF $(DEPDIR)/Element_RT.Tpo -c -o Element_RT.obj `if test -f '../femlib/Element_RT.cpp'; then $(CYGPATH_W) '../femlib/Element_RT.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Element_RT.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-794-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Element_RT.Tpo $(DEPDIR)/Element_RT.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-796-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:797:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Element_RT.obj `if test -f '../femlib/Element_RT.cpp'; then $(CYGPATH_W) '../femlib/Element_RT.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Element_RT.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-798-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-799-mshptg.o: ../femlib/mshptg.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:800:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mshptg.o -MD -MP -MF $(DEPDIR)/mshptg.Tpo -c -o mshptg.o `test -f '../femlib/mshptg.cpp' || echo '$(srcdir)/'`../femlib/mshptg.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-801-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mshptg.Tpo $(DEPDIR)/mshptg.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-803-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:804:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mshptg.o `test -f '../femlib/mshptg.cpp' || echo '$(srcdir)/'`../femlib/mshptg.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-805-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-806-mshptg.obj: ../femlib/mshptg.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:807:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mshptg.obj -MD -MP -MF $(DEPDIR)/mshptg.Tpo -c -o mshptg.obj `if test -f '../femlib/mshptg.cpp'; then $(CYGPATH_W) '../femlib/mshptg.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/mshptg.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-808-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mshptg.Tpo $(DEPDIR)/mshptg.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-810-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:811:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mshptg.obj `if test -f '../femlib/mshptg.cpp'; then $(CYGPATH_W) '../femlib/mshptg.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/mshptg.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-812-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-813-FQuadTree.o: ../femlib/FQuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:814:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FQuadTree.o -MD -MP -MF $(DEPDIR)/FQuadTree.Tpo -c -o FQuadTree.o `test -f '../femlib/FQuadTree.cpp' || echo '$(srcdir)/'`../femlib/FQuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-815-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/FQuadTree.Tpo $(DEPDIR)/FQuadTree.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-817-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:818:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FQuadTree.o `test -f '../femlib/FQuadTree.cpp' || echo '$(srcdir)/'`../femlib/FQuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-819-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-820-FQuadTree.obj: ../femlib/FQuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:821:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FQuadTree.obj -MD -MP -MF $(DEPDIR)/FQuadTree.Tpo -c -o FQuadTree.obj `if test -f '../femlib/FQuadTree.cpp'; then $(CYGPATH_W) '../femlib/FQuadTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/FQuadTree.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-822-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/FQuadTree.Tpo $(DEPDIR)/FQuadTree.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-824-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:825:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FQuadTree.obj `if test -f '../femlib/FQuadTree.cpp'; then $(CYGPATH_W) '../femlib/FQuadTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/FQuadTree.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-826-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-827-QuadTree.o: ../bamglib/QuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:828:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QuadTree.o -MD -MP -MF $(DEPDIR)/QuadTree.Tpo -c -o QuadTree.o `test -f '../bamglib/QuadTree.cpp' || echo '$(srcdir)/'`../bamglib/QuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-829-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/QuadTree.Tpo $(DEPDIR)/QuadTree.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-831-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:832:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QuadTree.o `test -f '../bamglib/QuadTree.cpp' || echo '$(srcdir)/'`../bamglib/QuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-833-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-834-QuadTree.obj: ../bamglib/QuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:835:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT QuadTree.obj -MD -MP -MF $(DEPDIR)/QuadTree.Tpo -c -o QuadTree.obj `if test -f '../bamglib/QuadTree.cpp'; then $(CYGPATH_W) '../bamglib/QuadTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/QuadTree.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-836-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/QuadTree.Tpo $(DEPDIR)/QuadTree.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-838-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:839:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o QuadTree.obj `if test -f '../bamglib/QuadTree.cpp'; then $(CYGPATH_W) '../bamglib/QuadTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/QuadTree.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-840-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-841-R2.o: ../bamglib/R2.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:842:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT R2.o -MD -MP -MF $(DEPDIR)/R2.Tpo -c -o R2.o `test -f '../bamglib/R2.cpp' || echo '$(srcdir)/'`../bamglib/R2.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-843-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/R2.Tpo $(DEPDIR)/R2.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-845-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:846:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o R2.o `test -f '../bamglib/R2.cpp' || echo '$(srcdir)/'`../bamglib/R2.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-847-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-848-R2.obj: ../bamglib/R2.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:849:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT R2.obj -MD -MP -MF $(DEPDIR)/R2.Tpo -c -o R2.obj `if test -f '../bamglib/R2.cpp'; then $(CYGPATH_W) '../bamglib/R2.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/R2.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-850-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/R2.Tpo $(DEPDIR)/R2.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-852-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:853:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o R2.obj `if test -f '../bamglib/R2.cpp'; then $(CYGPATH_W) '../bamglib/R2.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/R2.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-854-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-855-Meshio.o: ../bamglib/Meshio.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:856:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Meshio.o -MD -MP -MF $(DEPDIR)/Meshio.Tpo -c -o Meshio.o `test -f '../bamglib/Meshio.cpp' || echo '$(srcdir)/'`../bamglib/Meshio.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-857-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Meshio.Tpo $(DEPDIR)/Meshio.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-859-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:860:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Meshio.o `test -f '../bamglib/Meshio.cpp' || echo '$(srcdir)/'`../bamglib/Meshio.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-861-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-862-Meshio.obj: ../bamglib/Meshio.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:863:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Meshio.obj -MD -MP -MF $(DEPDIR)/Meshio.Tpo -c -o Meshio.obj `if test -f '../bamglib/Meshio.cpp'; then $(CYGPATH_W) '../bamglib/Meshio.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/Meshio.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-864-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Meshio.Tpo $(DEPDIR)/Meshio.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-866-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:867:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Meshio.obj `if test -f '../bamglib/Meshio.cpp'; then $(CYGPATH_W) '../bamglib/Meshio.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/Meshio.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-868-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-869-Mesh2.o: ../bamglib/Mesh2.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:870:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh2.o -MD -MP -MF $(DEPDIR)/Mesh2.Tpo -c -o Mesh2.o `test -f '../bamglib/Mesh2.cpp' || echo '$(srcdir)/'`../bamglib/Mesh2.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-871-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh2.Tpo $(DEPDIR)/Mesh2.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-873-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:874:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh2.o `test -f '../bamglib/Mesh2.cpp' || echo '$(srcdir)/'`../bamglib/Mesh2.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-875-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-876-Mesh2.obj: ../bamglib/Mesh2.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:877:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh2.obj -MD -MP -MF $(DEPDIR)/Mesh2.Tpo -c -o Mesh2.obj `if test -f '../bamglib/Mesh2.cpp'; then $(CYGPATH_W) '../bamglib/Mesh2.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/Mesh2.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-878-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh2.Tpo $(DEPDIR)/Mesh2.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-880-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:881:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh2.obj `if test -f '../bamglib/Mesh2.cpp'; then $(CYGPATH_W) '../bamglib/Mesh2.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/Mesh2.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-882-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-883-Metric.o: ../bamglib/Metric.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:884:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Metric.o -MD -MP -MF $(DEPDIR)/Metric.Tpo -c -o Metric.o `test -f '../bamglib/Metric.cpp' || echo '$(srcdir)/'`../bamglib/Metric.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-885-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Metric.Tpo $(DEPDIR)/Metric.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-887-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:888:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Metric.o `test -f '../bamglib/Metric.cpp' || echo '$(srcdir)/'`../bamglib/Metric.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-889-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-890-Metric.obj: ../bamglib/Metric.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:891:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Metric.obj -MD -MP -MF $(DEPDIR)/Metric.Tpo -c -o Metric.obj `if test -f '../bamglib/Metric.cpp'; then $(CYGPATH_W) '../bamglib/Metric.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/Metric.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-892-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Metric.Tpo $(DEPDIR)/Metric.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-894-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:895:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Metric.obj `if test -f '../bamglib/Metric.cpp'; then $(CYGPATH_W) '../bamglib/Metric.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/Metric.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-896-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-897-BamgFreeFem.o: ../femlib/BamgFreeFem.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:898:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BamgFreeFem.o -MD -MP -MF $(DEPDIR)/BamgFreeFem.Tpo -c -o BamgFreeFem.o `test -f '../femlib/BamgFreeFem.cpp' || echo '$(srcdir)/'`../femlib/BamgFreeFem.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-899-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/BamgFreeFem.Tpo $(DEPDIR)/BamgFreeFem.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-901-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:902:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BamgFreeFem.o `test -f '../femlib/BamgFreeFem.cpp' || echo '$(srcdir)/'`../femlib/BamgFreeFem.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-903-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-904-BamgFreeFem.obj: ../femlib/BamgFreeFem.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:905:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BamgFreeFem.obj -MD -MP -MF $(DEPDIR)/BamgFreeFem.Tpo -c -o BamgFreeFem.obj `if test -f '../femlib/BamgFreeFem.cpp'; then $(CYGPATH_W) '../femlib/BamgFreeFem.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/BamgFreeFem.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-906-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/BamgFreeFem.Tpo $(DEPDIR)/BamgFreeFem.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-908-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:909:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BamgFreeFem.obj `if test -f '../femlib/BamgFreeFem.cpp'; then $(CYGPATH_W) '../femlib/BamgFreeFem.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/BamgFreeFem.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-910-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-911-MeshDraw.o: ../bamglib/MeshDraw.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:912:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MeshDraw.o -MD -MP -MF $(DEPDIR)/MeshDraw.Tpo -c -o MeshDraw.o `test -f '../bamglib/MeshDraw.cpp' || echo '$(srcdir)/'`../bamglib/MeshDraw.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-913-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MeshDraw.Tpo $(DEPDIR)/MeshDraw.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-915-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:916:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MeshDraw.o `test -f '../bamglib/MeshDraw.cpp' || echo '$(srcdir)/'`../bamglib/MeshDraw.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-917-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-918-MeshDraw.obj: ../bamglib/MeshDraw.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:919:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MeshDraw.obj -MD -MP -MF $(DEPDIR)/MeshDraw.Tpo -c -o MeshDraw.obj `if test -f '../bamglib/MeshDraw.cpp'; then $(CYGPATH_W) '../bamglib/MeshDraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/MeshDraw.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-920-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MeshDraw.Tpo $(DEPDIR)/MeshDraw.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-922-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:923:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MeshDraw.obj `if test -f '../bamglib/MeshDraw.cpp'; then $(CYGPATH_W) '../bamglib/MeshDraw.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/MeshDraw.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-924-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-925-MeshGeom.o: ../bamglib/MeshGeom.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:926:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MeshGeom.o -MD -MP -MF $(DEPDIR)/MeshGeom.Tpo -c -o MeshGeom.o `test -f '../bamglib/MeshGeom.cpp' || echo '$(srcdir)/'`../bamglib/MeshGeom.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-927-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MeshGeom.Tpo $(DEPDIR)/MeshGeom.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-929-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:930:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MeshGeom.o `test -f '../bamglib/MeshGeom.cpp' || echo '$(srcdir)/'`../bamglib/MeshGeom.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-931-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-932-MeshGeom.obj: ../bamglib/MeshGeom.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:933:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MeshGeom.obj -MD -MP -MF $(DEPDIR)/MeshGeom.Tpo -c -o MeshGeom.obj `if test -f '../bamglib/MeshGeom.cpp'; then $(CYGPATH_W) '../bamglib/MeshGeom.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/MeshGeom.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-934-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MeshGeom.Tpo $(DEPDIR)/MeshGeom.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-936-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:937:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MeshGeom.obj `if test -f '../bamglib/MeshGeom.cpp'; then $(CYGPATH_W) '../bamglib/MeshGeom.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/MeshGeom.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-938-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-939-MeshQuad.o: ../bamglib/MeshQuad.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:940:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MeshQuad.o -MD -MP -MF $(DEPDIR)/MeshQuad.Tpo -c -o MeshQuad.o `test -f '../bamglib/MeshQuad.cpp' || echo '$(srcdir)/'`../bamglib/MeshQuad.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-941-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MeshQuad.Tpo $(DEPDIR)/MeshQuad.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-943-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:944:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MeshQuad.o `test -f '../bamglib/MeshQuad.cpp' || echo '$(srcdir)/'`../bamglib/MeshQuad.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-945-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-946-MeshQuad.obj: ../bamglib/MeshQuad.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:947:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MeshQuad.obj -MD -MP -MF $(DEPDIR)/MeshQuad.Tpo -c -o MeshQuad.obj `if test -f '../bamglib/MeshQuad.cpp'; then $(CYGPATH_W) '../bamglib/MeshQuad.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/MeshQuad.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-948-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MeshQuad.Tpo $(DEPDIR)/MeshQuad.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-950-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:951:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MeshQuad.obj `if test -f '../bamglib/MeshQuad.cpp'; then $(CYGPATH_W) '../bamglib/MeshQuad.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/MeshQuad.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-952-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-953-SetOfE4.o: ../bamglib/SetOfE4.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:954:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SetOfE4.o -MD -MP -MF $(DEPDIR)/SetOfE4.Tpo -c -o SetOfE4.o `test -f '../bamglib/SetOfE4.cpp' || echo '$(srcdir)/'`../bamglib/SetOfE4.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-955-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/SetOfE4.Tpo $(DEPDIR)/SetOfE4.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-957-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:958:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SetOfE4.o `test -f '../bamglib/SetOfE4.cpp' || echo '$(srcdir)/'`../bamglib/SetOfE4.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-959-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-960-SetOfE4.obj: ../bamglib/SetOfE4.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:961:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SetOfE4.obj -MD -MP -MF $(DEPDIR)/SetOfE4.Tpo -c -o SetOfE4.obj `if test -f '../bamglib/SetOfE4.cpp'; then $(CYGPATH_W) '../bamglib/SetOfE4.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/SetOfE4.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-962-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/SetOfE4.Tpo $(DEPDIR)/SetOfE4.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-964-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:965:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SetOfE4.obj `if test -f '../bamglib/SetOfE4.cpp'; then $(CYGPATH_W) '../bamglib/SetOfE4.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/SetOfE4.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-966-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-967-MeshRead.o: ../bamglib/MeshRead.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:968:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MeshRead.o -MD -MP -MF $(DEPDIR)/MeshRead.Tpo -c -o MeshRead.o `test -f '../bamglib/MeshRead.cpp' || echo '$(srcdir)/'`../bamglib/MeshRead.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-969-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MeshRead.Tpo $(DEPDIR)/MeshRead.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-971-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:972:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MeshRead.o `test -f '../bamglib/MeshRead.cpp' || echo '$(srcdir)/'`../bamglib/MeshRead.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-973-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-974-MeshRead.obj: ../bamglib/MeshRead.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:975:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MeshRead.obj -MD -MP -MF $(DEPDIR)/MeshRead.Tpo -c -o MeshRead.obj `if test -f '../bamglib/MeshRead.cpp'; then $(CYGPATH_W) '../bamglib/MeshRead.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/MeshRead.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-976-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MeshRead.Tpo $(DEPDIR)/MeshRead.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-978-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:979:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MeshRead.obj `if test -f '../bamglib/MeshRead.cpp'; then $(CYGPATH_W) '../bamglib/MeshRead.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/MeshRead.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-980-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-981-write_hdf5.o: ../bamglib/write_hdf5.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:982:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT write_hdf5.o -MD -MP -MF $(DEPDIR)/write_hdf5.Tpo -c -o write_hdf5.o `test -f '../bamglib/write_hdf5.cpp' || echo '$(srcdir)/'`../bamglib/write_hdf5.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-983-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/write_hdf5.Tpo $(DEPDIR)/write_hdf5.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-985-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:986:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o write_hdf5.o `test -f '../bamglib/write_hdf5.cpp' || echo '$(srcdir)/'`../bamglib/write_hdf5.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-987-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-988-write_hdf5.obj: ../bamglib/write_hdf5.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:989:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT write_hdf5.obj -MD -MP -MF $(DEPDIR)/write_hdf5.Tpo -c -o write_hdf5.obj `if test -f '../bamglib/write_hdf5.cpp'; then $(CYGPATH_W) '../bamglib/write_hdf5.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/write_hdf5.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-990-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/write_hdf5.Tpo $(DEPDIR)/write_hdf5.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-992-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:993:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o write_hdf5.obj `if test -f '../bamglib/write_hdf5.cpp'; then $(CYGPATH_W) '../bamglib/write_hdf5.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/write_hdf5.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-994-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-995-write_xdmf.o: ../bamglib/write_xdmf.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:996:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT write_xdmf.o -MD -MP -MF $(DEPDIR)/write_xdmf.Tpo -c -o write_xdmf.o `test -f '../bamglib/write_xdmf.cpp' || echo '$(srcdir)/'`../bamglib/write_xdmf.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-997-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/write_xdmf.Tpo $(DEPDIR)/write_xdmf.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-999-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1000:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o write_xdmf.o `test -f '../bamglib/write_xdmf.cpp' || echo '$(srcdir)/'`../bamglib/write_xdmf.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1001-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1002-write_xdmf.obj: ../bamglib/write_xdmf.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1003:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT write_xdmf.obj -MD -MP -MF $(DEPDIR)/write_xdmf.Tpo -c -o write_xdmf.obj `if test -f '../bamglib/write_xdmf.cpp'; then $(CYGPATH_W) '../bamglib/write_xdmf.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/write_xdmf.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1004-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/write_xdmf.Tpo $(DEPDIR)/write_xdmf.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1006-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1007:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o write_xdmf.obj `if test -f '../bamglib/write_xdmf.cpp'; then $(CYGPATH_W) '../bamglib/write_xdmf.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/write_xdmf.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1008-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1009-MeshWrite.o: ../bamglib/MeshWrite.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1010:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MeshWrite.o -MD -MP -MF $(DEPDIR)/MeshWrite.Tpo -c -o MeshWrite.o `test -f '../bamglib/MeshWrite.cpp' || echo '$(srcdir)/'`../bamglib/MeshWrite.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1011-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MeshWrite.Tpo $(DEPDIR)/MeshWrite.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1013-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1014:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MeshWrite.o `test -f '../bamglib/MeshWrite.cpp' || echo '$(srcdir)/'`../bamglib/MeshWrite.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1015-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1016-MeshWrite.obj: ../bamglib/MeshWrite.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1017:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MeshWrite.obj -MD -MP -MF $(DEPDIR)/MeshWrite.Tpo -c -o MeshWrite.obj `if test -f '../bamglib/MeshWrite.cpp'; then $(CYGPATH_W) '../bamglib/MeshWrite.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/MeshWrite.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1018-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MeshWrite.Tpo $(DEPDIR)/MeshWrite.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1020-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1021:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MeshWrite.obj `if test -f '../bamglib/MeshWrite.cpp'; then $(CYGPATH_W) '../bamglib/MeshWrite.cpp'; else $(CYGPATH_W) '$(srcdir)/../bamglib/MeshWrite.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1022-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1023-DefColor.o: ../Graphics/DefColor.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1024:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DefColor.o -MD -MP -MF $(DEPDIR)/DefColor.Tpo -c -o DefColor.o `test -f '../Graphics/DefColor.cpp' || echo '$(srcdir)/'`../Graphics/DefColor.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1025-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/DefColor.Tpo $(DEPDIR)/DefColor.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1027-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1028:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DefColor.o `test -f '../Graphics/DefColor.cpp' || echo '$(srcdir)/'`../Graphics/DefColor.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1029-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1030-DefColor.obj: ../Graphics/DefColor.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1031:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DefColor.obj -MD -MP -MF $(DEPDIR)/DefColor.Tpo -c -o DefColor.obj `if test -f '../Graphics/DefColor.cpp'; then $(CYGPATH_W) '../Graphics/DefColor.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/DefColor.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1032-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/DefColor.Tpo $(DEPDIR)/DefColor.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1034-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1035:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DefColor.obj `if test -f '../Graphics/DefColor.cpp'; then $(CYGPATH_W) '../Graphics/DefColor.cpp'; else $(CYGPATH_W) '$(srcdir)/../Graphics/DefColor.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1036-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1037-lgalgo.o: ../Algo/lgalgo.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1038:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lgalgo.o -MD -MP -MF $(DEPDIR)/lgalgo.Tpo -c -o lgalgo.o `test -f '../Algo/lgalgo.cpp' || echo '$(srcdir)/'`../Algo/lgalgo.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1039-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lgalgo.Tpo $(DEPDIR)/lgalgo.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1041-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1042:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lgalgo.o `test -f '../Algo/lgalgo.cpp' || echo '$(srcdir)/'`../Algo/lgalgo.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1043-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1044-lgalgo.obj: ../Algo/lgalgo.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1045:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT lgalgo.obj -MD -MP -MF $(DEPDIR)/lgalgo.Tpo -c -o lgalgo.obj `if test -f '../Algo/lgalgo.cpp'; then $(CYGPATH_W) '../Algo/lgalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../Algo/lgalgo.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1046-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lgalgo.Tpo $(DEPDIR)/lgalgo.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1048-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1049:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o lgalgo.obj `if test -f '../Algo/lgalgo.cpp'; then $(CYGPATH_W) '../Algo/lgalgo.cpp'; else $(CYGPATH_W) '$(srcdir)/../Algo/lgalgo.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1050-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1051-Element_P2h.o: ../femlib/Element_P2h.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1052:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Element_P2h.o -MD -MP -MF $(DEPDIR)/Element_P2h.Tpo -c -o Element_P2h.o `test -f '../femlib/Element_P2h.cpp' || echo '$(srcdir)/'`../femlib/Element_P2h.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1053-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Element_P2h.Tpo $(DEPDIR)/Element_P2h.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1055-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1056:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Element_P2h.o `test -f '../femlib/Element_P2h.cpp' || echo '$(srcdir)/'`../femlib/Element_P2h.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1057-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1058-Element_P2h.obj: ../femlib/Element_P2h.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1059:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Element_P2h.obj -MD -MP -MF $(DEPDIR)/Element_P2h.Tpo -c -o Element_P2h.obj `if test -f '../femlib/Element_P2h.cpp'; then $(CYGPATH_W) '../femlib/Element_P2h.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Element_P2h.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1060-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Element_P2h.Tpo $(DEPDIR)/Element_P2h.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1062-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1063:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Element_P2h.obj `if test -f '../femlib/Element_P2h.cpp'; then $(CYGPATH_W) '../femlib/Element_P2h.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Element_P2h.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1064-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1065-FESpacen.o: ../femlib/FESpacen.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1066:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FESpacen.o -MD -MP -MF $(DEPDIR)/FESpacen.Tpo -c -o FESpacen.o `test -f '../femlib/FESpacen.cpp' || echo '$(srcdir)/'`../femlib/FESpacen.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1067-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/FESpacen.Tpo $(DEPDIR)/FESpacen.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1069-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1070:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FESpacen.o `test -f '../femlib/FESpacen.cpp' || echo '$(srcdir)/'`../femlib/FESpacen.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1071-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1072-FESpacen.obj: ../femlib/FESpacen.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1073:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FESpacen.obj -MD -MP -MF $(DEPDIR)/FESpacen.Tpo -c -o FESpacen.obj `if test -f '../femlib/FESpacen.cpp'; then $(CYGPATH_W) '../femlib/FESpacen.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/FESpacen.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1074-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/FESpacen.Tpo $(DEPDIR)/FESpacen.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1076-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1077:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FESpacen.obj `if test -f '../femlib/FESpacen.cpp'; then $(CYGPATH_W) '../femlib/FESpacen.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/FESpacen.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1078-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1079-P012_1d.o: ../femlib/P012_1d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1080:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT P012_1d.o -MD -MP -MF $(DEPDIR)/P012_1d.Tpo -c -o P012_1d.o `test -f '../femlib/P012_1d.cpp' || echo '$(srcdir)/'`../femlib/P012_1d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1081-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/P012_1d.Tpo $(DEPDIR)/P012_1d.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1083-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1084:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o P012_1d.o `test -f '../femlib/P012_1d.cpp' || echo '$(srcdir)/'`../femlib/P012_1d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1085-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1086-P012_1d.obj: ../femlib/P012_1d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1087:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT P012_1d.obj -MD -MP -MF $(DEPDIR)/P012_1d.Tpo -c -o P012_1d.obj `if test -f '../femlib/P012_1d.cpp'; then $(CYGPATH_W) '../femlib/P012_1d.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/P012_1d.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1088-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/P012_1d.Tpo $(DEPDIR)/P012_1d.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1090-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1091:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o P012_1d.obj `if test -f '../femlib/P012_1d.cpp'; then $(CYGPATH_W) '../femlib/P012_1d.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/P012_1d.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1092-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1093-P012_2d.o: ../femlib/P012_2d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1094:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT P012_2d.o -MD -MP -MF $(DEPDIR)/P012_2d.Tpo -c -o P012_2d.o `test -f '../femlib/P012_2d.cpp' || echo '$(srcdir)/'`../femlib/P012_2d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1095-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/P012_2d.Tpo $(DEPDIR)/P012_2d.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1097-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1098:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o P012_2d.o `test -f '../femlib/P012_2d.cpp' || echo '$(srcdir)/'`../femlib/P012_2d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1099-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1100-P012_2d.obj: ../femlib/P012_2d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1101:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT P012_2d.obj -MD -MP -MF $(DEPDIR)/P012_2d.Tpo -c -o P012_2d.obj `if test -f '../femlib/P012_2d.cpp'; then $(CYGPATH_W) '../femlib/P012_2d.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/P012_2d.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1102-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/P012_2d.Tpo $(DEPDIR)/P012_2d.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1104-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1105:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o P012_2d.obj `if test -f '../femlib/P012_2d.cpp'; then $(CYGPATH_W) '../femlib/P012_2d.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/P012_2d.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1106-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1107-P012_3d.o: ../femlib/P012_3d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1108:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT P012_3d.o -MD -MP -MF $(DEPDIR)/P012_3d.Tpo -c -o P012_3d.o `test -f '../femlib/P012_3d.cpp' || echo '$(srcdir)/'`../femlib/P012_3d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1109-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/P012_3d.Tpo $(DEPDIR)/P012_3d.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1111-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1112:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o P012_3d.o `test -f '../femlib/P012_3d.cpp' || echo '$(srcdir)/'`../femlib/P012_3d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1113-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1114-P012_3d.obj: ../femlib/P012_3d.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1115:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT P012_3d.obj -MD -MP -MF $(DEPDIR)/P012_3d.Tpo -c -o P012_3d.obj `if test -f '../femlib/P012_3d.cpp'; then $(CYGPATH_W) '../femlib/P012_3d.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/P012_3d.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1116-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/P012_3d.Tpo $(DEPDIR)/P012_3d.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1118-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1119:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o P012_3d.obj `if test -f '../femlib/P012_3d.cpp'; then $(CYGPATH_W) '../femlib/P012_3d.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/P012_3d.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1120-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1121-Mesh1dn.o: ../femlib/Mesh1dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1122:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh1dn.o -MD -MP -MF $(DEPDIR)/Mesh1dn.Tpo -c -o Mesh1dn.o `test -f '../femlib/Mesh1dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh1dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1123-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh1dn.Tpo $(DEPDIR)/Mesh1dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1125-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1126:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh1dn.o `test -f '../femlib/Mesh1dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh1dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1127-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1128-Mesh1dn.obj: ../femlib/Mesh1dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1129:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh1dn.obj -MD -MP -MF $(DEPDIR)/Mesh1dn.Tpo -c -o Mesh1dn.obj `if test -f '../femlib/Mesh1dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh1dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh1dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1130-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh1dn.Tpo $(DEPDIR)/Mesh1dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1132-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1133:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh1dn.obj `if test -f '../femlib/Mesh1dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh1dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh1dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1134-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1135-Mesh2dn.o: ../femlib/Mesh2dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1136:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh2dn.o -MD -MP -MF $(DEPDIR)/Mesh2dn.Tpo -c -o Mesh2dn.o `test -f '../femlib/Mesh2dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh2dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1137-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh2dn.Tpo $(DEPDIR)/Mesh2dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1139-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1140:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh2dn.o `test -f '../femlib/Mesh2dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh2dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1141-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1142-Mesh2dn.obj: ../femlib/Mesh2dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1143:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh2dn.obj -MD -MP -MF $(DEPDIR)/Mesh2dn.Tpo -c -o Mesh2dn.obj `if test -f '../femlib/Mesh2dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh2dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh2dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1144-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh2dn.Tpo $(DEPDIR)/Mesh2dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1146-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1147:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh2dn.obj `if test -f '../femlib/Mesh2dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh2dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh2dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1148-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1149-Mesh3dn.o: ../femlib/Mesh3dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1150:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh3dn.o -MD -MP -MF $(DEPDIR)/Mesh3dn.Tpo -c -o Mesh3dn.o `test -f '../femlib/Mesh3dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh3dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1151-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh3dn.Tpo $(DEPDIR)/Mesh3dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1153-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1154:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh3dn.o `test -f '../femlib/Mesh3dn.cpp' || echo '$(srcdir)/'`../femlib/Mesh3dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1155-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1156-Mesh3dn.obj: ../femlib/Mesh3dn.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1157:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Mesh3dn.obj -MD -MP -MF $(DEPDIR)/Mesh3dn.Tpo -c -o Mesh3dn.obj `if test -f '../femlib/Mesh3dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh3dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh3dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1158-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Mesh3dn.Tpo $(DEPDIR)/Mesh3dn.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1160-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1161:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Mesh3dn.obj `if test -f '../femlib/Mesh3dn.cpp'; then $(CYGPATH_W) '../femlib/Mesh3dn.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/Mesh3dn.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1162-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1163-GQuadTree.o: ../femlib/GQuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1164:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GQuadTree.o -MD -MP -MF $(DEPDIR)/GQuadTree.Tpo -c -o GQuadTree.o `test -f '../femlib/GQuadTree.cpp' || echo '$(srcdir)/'`../femlib/GQuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1165-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/GQuadTree.Tpo $(DEPDIR)/GQuadTree.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1167-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1168:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GQuadTree.o `test -f '../femlib/GQuadTree.cpp' || echo '$(srcdir)/'`../femlib/GQuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1169-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1170-GQuadTree.obj: ../femlib/GQuadTree.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1171:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GQuadTree.obj -MD -MP -MF $(DEPDIR)/GQuadTree.Tpo -c -o GQuadTree.obj `if test -f '../femlib/GQuadTree.cpp'; then $(CYGPATH_W) '../femlib/GQuadTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/GQuadTree.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1172-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/GQuadTree.Tpo $(DEPDIR)/GQuadTree.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1174-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1175:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GQuadTree.obj `if test -f '../femlib/GQuadTree.cpp'; then $(CYGPATH_W) '../femlib/GQuadTree.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/GQuadTree.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1176-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1177-splitsimplex.o: ../femlib/splitsimplex.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1178:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT splitsimplex.o -MD -MP -MF $(DEPDIR)/splitsimplex.Tpo -c -o splitsimplex.o `test -f '../femlib/splitsimplex.cpp' || echo '$(srcdir)/'`../femlib/splitsimplex.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1179-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/splitsimplex.Tpo $(DEPDIR)/splitsimplex.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1181-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1182:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o splitsimplex.o `test -f '../femlib/splitsimplex.cpp' || echo '$(srcdir)/'`../femlib/splitsimplex.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1183-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1184-splitsimplex.obj: ../femlib/splitsimplex.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1185:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT splitsimplex.obj -MD -MP -MF $(DEPDIR)/splitsimplex.Tpo -c -o splitsimplex.obj `if test -f '../femlib/splitsimplex.cpp'; then $(CYGPATH_W) '../femlib/splitsimplex.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/splitsimplex.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1186-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/splitsimplex.Tpo $(DEPDIR)/splitsimplex.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1188-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1189:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o splitsimplex.obj `if test -f '../femlib/splitsimplex.cpp'; then $(CYGPATH_W) '../femlib/splitsimplex.cpp'; else $(CYGPATH_W) '$(srcdir)/../femlib/splitsimplex.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1190-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1191-eigenvalue.o: ../Eigen/eigenvalue.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1192:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT eigenvalue.o -MD -MP -MF $(DEPDIR)/eigenvalue.Tpo -c -o eigenvalue.o `test -f '../Eigen/eigenvalue.cpp' || echo '$(srcdir)/'`../Eigen/eigenvalue.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1193-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/eigenvalue.Tpo $(DEPDIR)/eigenvalue.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1195-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1196:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o eigenvalue.o `test -f '../Eigen/eigenvalue.cpp' || echo '$(srcdir)/'`../Eigen/eigenvalue.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1197-
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1198-eigenvalue.obj: ../Eigen/eigenvalue.cpp
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1199:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT eigenvalue.obj -MD -MP -MF $(DEPDIR)/eigenvalue.Tpo -c -o eigenvalue.obj `if test -f '../Eigen/eigenvalue.cpp'; then $(CYGPATH_W) '../Eigen/eigenvalue.cpp'; else $(CYGPATH_W) '$(srcdir)/../Eigen/eigenvalue.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1200-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/eigenvalue.Tpo $(DEPDIR)/eigenvalue.Po
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1202-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1203:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o eigenvalue.obj `if test -f '../Eigen/eigenvalue.cpp'; then $(CYGPATH_W) '../Eigen/eigenvalue.cpp'; else $(CYGPATH_W) '$(srcdir)/../Eigen/eigenvalue.cpp'; fi`
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1204-
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1234-GTAGS:
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1235:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1236-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1257-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1258:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1259:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1260-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1271-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in:1272:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/fflib/Makefile.in-1273-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-50-  { \
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-52-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-569-.cpp.obj:
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in:570:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-571-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-573-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in:574:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-575-
##############################################
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-605-GTAGS:
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in:606:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-607-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-628-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in:629:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in:630:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-631-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-642-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in:643:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/bamg/Makefile.in-644-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/Graphics/Makefile.in-49-  { \
freefem++-3.61.1+dfsg1/src/Graphics/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/Graphics/Makefile.in-51-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/Graphics/Makefile.in-450-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/Graphics/Makefile.in:451:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/Graphics/Makefile.in:452:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/Graphics/Makefile.in-453-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/Graphics/Makefile.in-464-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/Graphics/Makefile.in:465:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/Graphics/Makefile.in-466-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/Makefile.in-53-  { \
freefem++-3.61.1+dfsg1/src/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/Makefile.in-55-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/Makefile.in-171-  while test -n "$$dir1"; do \
freefem++-3.61.1+dfsg1/src/Makefile.in:172:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
freefem++-3.61.1+dfsg1/src/Makefile.in-173-    if test "$$first" != "."; then \
freefem++-3.61.1+dfsg1/src/Makefile.in-174-      if test "$$first" = ".."; then \
freefem++-3.61.1+dfsg1/src/Makefile.in:175:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
freefem++-3.61.1+dfsg1/src/Makefile.in:176:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
freefem++-3.61.1+dfsg1/src/Makefile.in-177-      else \
freefem++-3.61.1+dfsg1/src/Makefile.in:178:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
freefem++-3.61.1+dfsg1/src/Makefile.in-179-        if test "$$first2" = "$$first"; then \
freefem++-3.61.1+dfsg1/src/Makefile.in:180:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
freefem++-3.61.1+dfsg1/src/Makefile.in-181-        else \
##############################################
freefem++-3.61.1+dfsg1/src/Makefile.in-186-    fi; \
freefem++-3.61.1+dfsg1/src/Makefile.in:187:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
freefem++-3.61.1+dfsg1/src/Makefile.in-188-  done; \
##############################################
freefem++-3.61.1+dfsg1/src/Makefile.in-539-	dot_seen=no; \
freefem++-3.61.1+dfsg1/src/Makefile.in:540:	target=`echo $@ | sed s/-recursive//`; \
freefem++-3.61.1+dfsg1/src/Makefile.in-541-	case "$@" in \
##############################################
freefem++-3.61.1+dfsg1/src/Makefile.in-602-GTAGS:
freefem++-3.61.1+dfsg1/src/Makefile.in:603:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/src/Makefile.in-604-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/src/Makefile.in-625-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/Makefile.in:626:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/Makefile.in:627:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/Makefile.in-628-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/Makefile.in-639-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/Makefile.in:640:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/Makefile.in-641-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-53-  { \
freefem++-3.61.1+dfsg1/src/medit/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-55-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-629-.c.obj:
freefem++-3.61.1+dfsg1/src/medit/Makefile.in:630:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-631-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-633-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/medit/Makefile.in:634:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-635-
##############################################
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-665-GTAGS:
freefem++-3.61.1+dfsg1/src/medit/Makefile.in:666:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-667-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-688-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/medit/Makefile.in:689:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/medit/Makefile.in:690:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-691-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-702-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/medit/Makefile.in:703:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/medit/Makefile.in-704-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/bin-win32/Makefile.in-49-  { \
freefem++-3.61.1+dfsg1/src/bin-win32/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/bin-win32/Makefile.in-51-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/bin-win32/Makefile.in-473-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/bin-win32/Makefile.in:474:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/bin-win32/Makefile.in:475:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/bin-win32/Makefile.in-476-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/bin-win32/Makefile.in-487-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/bin-win32/Makefile.in:488:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/bin-win32/Makefile.in-489-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-57-  { \
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in:58:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-59-  }; \
##############################################
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-525-.c.obj:
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in:526:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-527-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-529-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in:530:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-531-
##############################################
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-561-GTAGS:
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in:562:	here=`$(am__cd) $(top_builddir) && pwd` \
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-563-	  && $(am__cd) $(top_srcdir) \
##############################################
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-584-distdir: $(DISTFILES)
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in:585:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in:586:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-587-	list='$(DISTFILES)'; \
##############################################
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-598-	  if test -d $$d/$$file; then \
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in:599:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
freefem++-3.61.1+dfsg1/src/libMesh/Makefile.in-600-	    if test -d "$(distdir)/$$file"; then \
##############################################
freefem++-3.61.1+dfsg1/.pc/examples-bamg.patch/examples-bamg/test/dotest.pl-89-## constructio the inital  mesh 
freefem++-3.61.1+dfsg1/.pc/examples-bamg.patch/examples-bamg/test/dotest.pl:90:!system($bamg) || die "Error in bamg construction of initial  mesh $Th";
freefem++-3.61.1+dfsg1/.pc/examples-bamg.patch/examples-bamg/test/dotest.pl-91-
##############################################
freefem++-3.61.1+dfsg1/.pc/examples-bamg.patch/examples-bamg/test/dotest.pl-164-    close(BAMG);
freefem++-3.61.1+dfsg1/.pc/examples-bamg.patch/examples-bamg/test/dotest.pl:165:    !system($bamg) ||    die "Error in bamg construction of adapted $iteration  mesh $Th";
freefem++-3.61.1+dfsg1/.pc/examples-bamg.patch/examples-bamg/test/dotest.pl-166-}
##############################################
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-4-thecommand="$0"
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:5:dircommand=`dirname "$0"`
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-6-
##############################################
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-37-	ff=`which freefem++.exe`;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:38:	ffinc=`dirname "$ff"`/examples++-load/include
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-39-	if [ -f "$ffinc/ff++.hpp" ]; then
##############################################
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-69-  wff=`which FreeFem++.exe`
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:70:  dff=`dirname "$wff"`
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-71-  if [ "$bin" = "." -a  -f ../src/bin-win32/libff.dll  ]; then
##############################################
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-107-	    ;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:108:	F77=*) F77=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:109:	CXX=*) CXX=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:110:	MPICXX=*) MPICXX=`echo $1|sed 's/[A-Z0-9]*=//'`;withmpi=yes ;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:111:	F77=*) F77=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:112:	CXXFLAGS=*) CXXFLAGS=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:113:	FFLAGS=*) FFLAGS=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:114:	MPI_LIB=*) MPI_LIB=`echo $1|sed 's/[A-Z0-9]*=//'` ;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-115-	-std=*)	 CXXFLAGS="$1 $CXXFLAGS" ;;
##############################################
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-120-	-g)  DEBUG="$DEBUG $1"; 
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:121:            FFCXXFLAGS=`echo $FFCXXFLAGS| sed -e 's/-O[0-9]*//g' -e 's/-DNDEBUG//g' ` ;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-122-	-c)  CONLY=yes;;
##############################################
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-139-	-Wl*)    LIBS="$LIBS $1" ;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:140:	*.cpp) files="$files '$1'";  o=`basename "$1" .cpp` ; fileso="$fileso '$o.o'"; args=$argsp;; 
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:141:	*.cp)  files="$files '$1'";  o=`basename "$1" .cp`   ; fileso="$fileso '$o.o'"; args=$argsp;; 
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:142:	*.cxx) files="$files '$1'";  o=`basename "$1" .cxx` ; fileso="$fileso '$o.o'"; args=$argsp;;
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:143:	*.c)   files="$files '$1'";  o=`basename "$1" .c` ; fileso="$fileso '$o.o'"; args=$argsp;;  
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:144:	*.f)   ffiles="$ffiles '$1'";  o=`basename "$1" .f` ; fileso="$fileso '$o.o'";; 
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:145:	*.F)   ffiles="$ffiles '$1'";  o=`basename "$1" .F` ; fileso="$fileso '$o.o'";; 
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:146:	*.o)   fileso="$fileso '$1'"; o=`basename "$1" .o` ;; 
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-147-	-o)    out="$2"; shift;;
##############################################
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-156-if [ -n "$autodep"  ] ; then
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:157:#    echo "$thecommand" $args  `eval "'$dircommand/ff-get-dep'" -ff $files`
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:158:    argsdep=`eval "'$dircommand/ff-get-dep'" -ff $files`
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-159-    
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in:160:     error=`echo "$argsdep"| grep ERROR`
freefem++-3.61.1+dfsg1/.pc/examples++-load.patch/examples++-load/load.link.in-161-     if [ -n "$error" ] ; then
##############################################
freefem++-3.61.1+dfsg1/.pc/fix_all.edp.patch/examples++-load/Makefile.am-108-	@if test -f Missing-plugins-$(DYLIB_SUFFIX).log ; then cat Missing-plugins-$(DYLIB_SUFFIX).log; fi; exit 0 
freefem++-3.61.1+dfsg1/.pc/fix_all.edp.patch/examples++-load/Makefile.am:109:	@echo Warning missing plugin: `for i in $(LIST_COMPILE) $(LIST_COMPILE_PKG); do if test ! -s $i ; then j=1; echo "$i," ;fi; done`
freefem++-3.61.1+dfsg1/.pc/fix_all.edp.patch/examples++-load/Makefile.am-110-	echo " finish build list $(DYLIB_SUFFIX)"
##############################################
freefem++-3.61.1+dfsg1/.pc/fix_all.edp.patch/examples++-load/Makefile.am-177-	(echo "NoGraphicWindow=true;NoUseOfWait=true;int verbosityy=verbosity;"; \
freefem++-3.61.1+dfsg1/.pc/fix_all.edp.patch/examples++-load/Makefile.am:178:	for i in *`ls *.edp|grep -v -E '^(all|regtests|makeref|ref)\.edp$$'` ; do  \
freefem++-3.61.1+dfsg1/.pc/fix_all.edp.patch/examples++-load/Makefile.am-179-	    if $$ffpp -ns -jc -v 0 $$i  1>/dev/null 2>/dev/null ; then \