===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cppad-2020.00.00.3/bin/check_example.sh-72-    echo "Checking $dir file versus example names"
cppad-2020.00.00.3/bin/check_example.sh:73:    name=`echo $dir | sed -e 's|.*/||'`
cppad-2020.00.00.3/bin/check_example.sh-74-    #
##############################################
cppad-2020.00.00.3/bin/check_include_def.sh-21-echo "-------------------------------------------------------------------"
cppad-2020.00.00.3/bin/check_include_def.sh:22:list=`git ls-files | sed -n -e '/\.hpp$/p'`
cppad-2020.00.00.3/bin/check_include_def.sh-23-different='no'
##############################################
cppad-2020.00.00.3/bin/check_include_def.sh-25-do
cppad-2020.00.00.3/bin/check_include_def.sh:26:    dir=`echo $file_name | sed -e 's|/[^/]*$||'`
cppad-2020.00.00.3/bin/check_include_def.sh:27:    name=`echo $file_name | sed -e 's|^.*/||'`
cppad-2020.00.00.3/bin/check_include_def.sh:28:    first_dir=`echo $dir | sed -e 's|/.*||'`
cppad-2020.00.00.3/bin/check_include_def.sh-29-    #
##############################################
cppad-2020.00.00.3/bin/check_include_def.sh-31-        sed -e 's|^# *ifndef *||'`
cppad-2020.00.00.3/bin/check_include_def.sh:32:    check=`echo $file_name | tr [a-zA-Z/.] [A-Za-z__]`
cppad-2020.00.00.3/bin/check_include_def.sh-33-    #
##############################################
cppad-2020.00.00.3/bin/check_include_def.sh-35-    then
cppad-2020.00.00.3/bin/check_include_def.sh:36:        check=`echo $check | sed -e 's|INCLUDE_||'`
cppad-2020.00.00.3/bin/check_include_def.sh-37-    else
##############################################
cppad-2020.00.00.3/bin/check_include_file.sh-62-    different='yes'
cppad-2020.00.00.3/bin/check_include_file.sh:63:    for file in `cat check_include_file.2.$$`
cppad-2020.00.00.3/bin/check_include_file.sh-64-    do
##############################################
cppad-2020.00.00.3/bin/check_include_file.sh-72-    done
cppad-2020.00.00.3/bin/check_include_file.sh:73:    for file in `cat check_include_file.3.$$`
cppad-2020.00.00.3/bin/check_include_file.sh-74-    do
##############################################
cppad-2020.00.00.3/bin/check_makefile.sh-24-do
cppad-2020.00.00.3/bin/check_makefile.sh:25:    diff=`git diff -- $file`
cppad-2020.00.00.3/bin/check_makefile.sh-26-    if [ "$diff" != '' ]
##############################################
cppad-2020.00.00.3/bin/check_makefile.sh-43-do
cppad-2020.00.00.3/bin/check_makefile.sh:44:    dir=`echo $file | sed -e 's|/[^/]*$||'`
cppad-2020.00.00.3/bin/check_makefile.sh:45:    cpp_list=`git ls-files $dir'/*.cpp' | sed -e "s|$dir/||" -e '/\//d'`
cppad-2020.00.00.3/bin/check_makefile.sh-46-    for cpp in $cpp_list
##############################################
cppad-2020.00.00.3/bin/check_srcfile.sh-55-    bad_reference=''
cppad-2020.00.00.3/bin/check_srcfile.sh:56:    reference_list=`sed -n -f junk.sed $file`
cppad-2020.00.00.3/bin/check_srcfile.sh-57-    if [ "$special" == 'no' ] && [ "$reference_list" != '' ]
##############################################
cppad-2020.00.00.3/bin/check_srcfile.sh-67-    #
cppad-2020.00.00.3/bin/check_srcfile.sh:68:    ext=`echo $file | sed -e 's|.*\.||'`
cppad-2020.00.00.3/bin/check_srcfile.sh-69-    if [ "$bad_reference" != '' ] && [ "$ext" == 'omh' ]
cppad-2020.00.00.3/bin/check_srcfile.sh-70-    then
cppad-2020.00.00.3/bin/check_srcfile.sh:71:        file_root=`echo $file | sed -e 's|.*/||' -e 's|_hpp\.omh|.hpp|'`
cppad-2020.00.00.3/bin/check_srcfile.sh:72:        ref_root=`echo $reference | sed -e 's|.*/||'`
cppad-2020.00.00.3/bin/check_srcfile.sh-73-        if [ "$file_root" == "$ref_root" ]
##############################################
cppad-2020.00.00.3/bin/check_srcfile.sh-76-        fi
cppad-2020.00.00.3/bin/check_srcfile.sh:77:        file_root=`echo $file | sed -e 's|.*/||' -e 's|\.omh|.hpp|'`
cppad-2020.00.00.3/bin/check_srcfile.sh-78-        if [ "$file_root" == "$ref_root" ]
##############################################
cppad-2020.00.00.3/bin/check_user_def.sh-37-do
cppad-2020.00.00.3/bin/check_user_def.sh:38:    symbol=`echo $symbol_file | sed -e 's|:.*||'`
cppad-2020.00.00.3/bin/check_user_def.sh:39:    file=`echo $symbol_file | sed -e 's|.*:||'`
cppad-2020.00.00.3/bin/check_user_def.sh-40-    if ! grep $symbol omh/preprocessor.omh > /dev/null
##############################################
cppad-2020.00.00.3/bin/check_user_def.sh-50-do
cppad-2020.00.00.3/bin/check_user_def.sh:51:    symbol=`echo $symbol_file | sed -e 's|:.*||'`
cppad-2020.00.00.3/bin/check_user_def.sh:52:    file=`echo $symbol_file | sed -e 's|.*:||'`
cppad-2020.00.00.3/bin/check_user_def.sh-53-    ok='false'
##############################################
cppad-2020.00.00.3/bin/deprecate_xam.sh-24-old_file="$1"
cppad-2020.00.00.3/bin/deprecate_xam.sh:25:ext=`echo $old_file | sed -e 's|.*\.||'`
cppad-2020.00.00.3/bin/deprecate_xam.sh-26-if [ $ext != 'cpp' ]
##############################################
cppad-2020.00.00.3/bin/deprecate_xam.sh-30-fi
cppad-2020.00.00.3/bin/deprecate_xam.sh:31:dir=`echo $old_file | sed -e 's|/.*||'`
cppad-2020.00.00.3/bin/deprecate_xam.sh-32-if [ $dir != 'example' ]
##############################################
cppad-2020.00.00.3/bin/deprecate_xam.sh-38-# move file
cppad-2020.00.00.3/bin/deprecate_xam.sh:39:root_name=`echo $old_file | sed -e 's|.*/||' -e 's|\.cpp$||'`
cppad-2020.00.00.3/bin/deprecate_xam.sh-40-new_dir="test_more/deprecated"
##############################################
cppad-2020.00.00.3/bin/deprecate_xam.sh-51-# change old directory
cppad-2020.00.00.3/bin/deprecate_xam.sh:52:old_dir=`echo $old_file | sed -e 's|/[^/]*$||'`
cppad-2020.00.00.3/bin/deprecate_xam.sh:53:old_program=`echo $old_dir | sed -e 's|.*/||'`
cppad-2020.00.00.3/bin/deprecate_xam.sh-54-git checkout $old_dir/CMakeLists.txt
##############################################
cppad-2020.00.00.3/bin/deprecate_xam.sh-73-# file omhelp links
cppad-2020.00.00.3/bin/deprecate_xam.sh:74:omh_name=`grep '$begin' $new_file | sed -e 's|$begin ||' -e 's|\$\$.*||'`
cppad-2020.00.00.3/bin/deprecate_xam.sh-75-git checkout omh/example_list.omh
##############################################
cppad-2020.00.00.3/bin/get_eigen.sh-79-    | bc > get_ipopt.$$
cppad-2020.00.00.3/bin/get_eigen.sh:80:cmake_version=`cat get_ipopt.$$`
cppad-2020.00.00.3/bin/get_eigen.sh-81-rm get_ipopt.$$
##############################################
cppad-2020.00.00.3/bin/get_highlight.sh-28-# -----------------------------------------------------------------------------
cppad-2020.00.00.3/bin/get_highlight.sh:29:dir=`echo $tarball | sed -e 's|\.tar||' -e 's|\.gz||'`
cppad-2020.00.00.3/bin/get_highlight.sh-30-if [ ! -e $dir ]
##############################################
cppad-2020.00.00.3/bin/get_sacado.sh-84-    | bc > get_sacado.$$
cppad-2020.00.00.3/bin/get_sacado.sh:85:cmake_version=`cat get_sacado.$$`
cppad-2020.00.00.3/bin/get_sacado.sh-86-rm get_sacado.$$
##############################################
cppad-2020.00.00.3/bin/new_release.sh-108-# use gh-pages if they exist for this version
cppad-2020.00.00.3/bin/new_release.sh:109:doc_hash=`git log origin/gh-pages | sed -n -f new_release.$$ | head -1`
cppad-2020.00.00.3/bin/new_release.sh-110-if [ "$doc_hash" == '' ]
##############################################
cppad-2020.00.00.3/bin/new_release.sh-149-then
cppad-2020.00.00.3/bin/new_release.sh:150:    old_release=`expr $release - 1`
cppad-2020.00.00.3/bin/new_release.sh-151-cat << EOF
##############################################
cppad-2020.00.00.3/bin/package.sh-51-    sed -e 's|.*"\([^"]*\)".*|\1|'`
cppad-2020.00.00.3/bin/package.sh:52:date=`echo $version | sed -e 's|\.[0-9]*$||'`
cppad-2020.00.00.3/bin/package.sh-53-# -----------------------------------------------------------------------------
##############################################
cppad-2020.00.00.3/bin/package.sh-75-    # use gh-pages if they exist for this version
cppad-2020.00.00.3/bin/package.sh:76:    git_hash=`git log origin/gh-pages | sed -n -f $src_dir/package.$$ | head -1`
cppad-2020.00.00.3/bin/package.sh-77-    if [ "$git_hash" != '' ]
##############################################
cppad-2020.00.00.3/bin/package.sh-80-        mkdir doc
cppad-2020.00.00.3/bin/package.sh:81:        list=`git ls-tree --name-only $git_hash:doc`
cppad-2020.00.00.3/bin/package.sh-82-        for file in $list
##############################################
cppad-2020.00.00.3/bin/package.sh-129-EOF
cppad-2020.00.00.3/bin/package.sh:130:change_list=`git ls-files | sed -f $src_dir/package.$$`
cppad-2020.00.00.3/bin/package.sh-131-rm $src_dir/package.$$
##############################################
cppad-2020.00.00.3/bin/speed_branch.sh-45-then
cppad-2020.00.00.3/bin/speed_branch.sh:46:tests=`echo $possible_tests | sed -e 's|\n||' -e 's|\t| |'`
cppad-2020.00.00.3/bin/speed_branch.sh:47:options=`echo $possible_options | sed -e 's|\n||' -e 's|\t| |'`
cppad-2020.00.00.3/bin/speed_branch.sh-48-cat << EOF
##############################################
cppad-2020.00.00.3/bin/speed_branch.sh-137-    # for stable branches, remove stable/ from output file name
cppad-2020.00.00.3/bin/speed_branch.sh:138:    out_file=`echo $branch.$option_list.out | sed -e 's|stable/||'`
cppad-2020.00.00.3/bin/speed_branch.sh:139:    log_file=`echo $branch.log | sed -e 's|stable/||'`
cppad-2020.00.00.3/bin/speed_branch.sh-140-    #
##############################################
cppad-2020.00.00.3/bin/speed_branch.sh-201-echo "    one=$branch_one , two=$branch_two"
cppad-2020.00.00.3/bin/speed_branch.sh:202:out_file_one=`echo $branch_one.$option_list.out | sed -e 's|stable/||'`
cppad-2020.00.00.3/bin/speed_branch.sh:203:out_file_two=`echo $branch_two.$option_list.out | sed -e 's|stable/||'`
cppad-2020.00.00.3/bin/speed_branch.sh-204-bin/speed_diff.sh $build_dir/$out_file_one $build_dir/$out_file_two
##############################################
cppad-2020.00.00.3/bin/test_one.sh.in-37-fi
cppad-2020.00.00.3/bin/test_one.sh.in:38:dir=`echo $1 | sed -e 's|/[^/]*$||'`
cppad-2020.00.00.3/bin/test_one.sh.in:39:file=`echo $1 | sed -e 's|.*/||'`
cppad-2020.00.00.3/bin/test_one.sh.in-40-extra="$2"
##############################################
cppad-2020.00.00.3/bin/test_one.sh.in-137-# determine the main program main
cppad-2020.00.00.3/bin/test_one.sh.in:138:main=`echo *$dir | sed -e 's|.*/||' -e 's|$|.cpp|'`
cppad-2020.00.00.3/bin/test_one.sh.in-139-#
##############################################
cppad-2020.00.00.3/bin/trace.sh-37-fi
cppad-2020.00.00.3/bin/trace.sh:38:old=`grep '_TRACE [01]' $file`
cppad-2020.00.00.3/bin/trace.sh-39-sed -e "s|TRACE [01]|TRACE $option|" -i $file
cppad-2020.00.00.3/bin/trace.sh:40:new=`grep '_TRACE [01]' $file`
cppad-2020.00.00.3/bin/trace.sh-41-#
##############################################
cppad-2020.00.00.3/bin/travis.sh-57-then
cppad-2020.00.00.3/bin/travis.sh:58:    check=`echo $test_name | sed -e 's|/$||' -e 's|/|_|g' -e 's|^|check_|'`
cppad-2020.00.00.3/bin/travis.sh-59-    echo_eval make "$check"
cppad-2020.00.00.3/bin/travis.sh-60-else
cppad-2020.00.00.3/bin/travis.sh:61:    ext=`echo $test_name | sed -e 's|.*/||'`
cppad-2020.00.00.3/bin/travis.sh-62-    if [ "$ext" != '.cpp' ]
##############################################
cppad-2020.00.00.3/bin/check_all.sh-67-    check_all_warn
cppad-2020.00.00.3/bin/check_all.sh:68:    count=`wc -l $top_srcdir/check_all.warn | sed -e 's|^\([0-9]*\) .*|\1|'`
cppad-2020.00.00.3/bin/check_all.sh-69-    if [ "$count" != '0' ]
##############################################
cppad-2020.00.00.3/bin/check_all.sh-82-    set +e
cppad-2020.00.00.3/bin/check_all.sh:83:    eval random_01_$1="`expr $RANDOM % 2`"
cppad-2020.00.00.3/bin/check_all.sh-84-    eval echo "random_01_$1=\$random_01_$1"
##############################################
cppad-2020.00.00.3/bin/check_all.sh-95-next_program() {
cppad-2020.00.00.3/bin/check_all.sh:96:    program_list=`echo "$program_list" | sed -e 's| *\([^ ]*\) *\(.*\)|\2 \1|'`
cppad-2020.00.00.3/bin/check_all.sh:97:    program=`echo "$program_list" | sed -e 's| *\([^ ]*\).*|\1|'`
cppad-2020.00.00.3/bin/check_all.sh-98-}
##############################################
cppad-2020.00.00.3/bug/boost_lu.sh-13-#!/bin/bash -e
cppad-2020.00.00.3/bug/boost_lu.sh:14:name=`echo $0 | sed -e 's|^bug/||' -e 's|\.sh$||'`
cppad-2020.00.00.3/bug/boost_lu.sh-15-if [ "$0" != "bug/$name.sh" ]
##############################################
cppad-2020.00.00.3/bug/doxy_member.sh-23-echo "$0"
cppad-2020.00.00.3/bug/doxy_member.sh:24:name=`echo $0 | sed -e 's|.*/||' -e 's|\..*||'`
cppad-2020.00.00.3/bug/doxy_member.sh-25-# -----------------------------------------------
##############################################
cppad-2020.00.00.3/bug/eigen_shadow.sh-31-echo "$0"
cppad-2020.00.00.3/bug/eigen_shadow.sh:32:name=`echo $0 | sed -e 's|.*/||' -e 's|\..*||'`
cppad-2020.00.00.3/bug/eigen_shadow.sh-33-#
##############################################
cppad-2020.00.00.3/bug/numeric_limit.sh-160-echo "$0"
cppad-2020.00.00.3/bug/numeric_limit.sh:161:name=`echo $0 | sed -e 's|.*/||' -e 's|\..*||'`
cppad-2020.00.00.3/bug/numeric_limit.sh-162-mv ../bug.$$ $name.cpp
##############################################
cppad-2020.00.00.3/bug/pow.sh-13-# -----------------------------------------------------------------------------
cppad-2020.00.00.3/bug/pow.sh:14:name=`echo $0 | sed -e 's|^bug/||' -e 's|\.sh$||'`
cppad-2020.00.00.3/bug/pow.sh-15-if [ "$0" != "bug/$name.sh" ]
##############################################
cppad-2020.00.00.3/bug/sparsity.sh-14-# -----------------------------------------------------------------------------
cppad-2020.00.00.3/bug/sparsity.sh:15:kilobytes=`echo "($gigabytes * 10^9) / 1024" | bc`
cppad-2020.00.00.3/bug/sparsity.sh-16-ulimit -Sv $kilobytes
##############################################
cppad-2020.00.00.3/bug/sparsity.sh-81-echo "$0"
cppad-2020.00.00.3/bug/sparsity.sh:82:name=`echo $0 | sed -e 's|.*/||' -e 's|\..*||'`
cppad-2020.00.00.3/bug/sparsity.sh-83-mv ../bug.$$ $name.cpp
##############################################
cppad-2020.00.00.3/bug/std_vector.sh-25-echo "$0"
cppad-2020.00.00.3/bug/std_vector.sh:26:name=`echo $0 | sed -e 's|.*/||' -e 's|\..*||'`
cppad-2020.00.00.3/bug/std_vector.sh-27-cat << EOF > $name.cpp
##############################################
cppad-2020.00.00.3/bug/subgraph.sh-12-# -----------------------------------------------------------------------------
cppad-2020.00.00.3/bug/subgraph.sh:13:name=`echo $0 | sed -e 's|^bug/||' -e 's|\.sh$||'`
cppad-2020.00.00.3/bug/subgraph.sh-14-if [ "$0" != "bug/$name.sh" ]
##############################################
cppad-2020.00.00.3/bug/template.sh-12-# -----------------------------------------------------------------------------
cppad-2020.00.00.3/bug/template.sh:13:name=`echo $0 | sed -e 's|^bug/||' -e 's|\.sh$||'`
cppad-2020.00.00.3/bug/template.sh-14-if [ "$0" != "bug/$name.sh" ]
##############################################
cppad-2020.00.00.3/bug/test_install.sh-54-echo "$0"
cppad-2020.00.00.3/bug/test_install.sh:55:name=`echo $0 | sed -e 's|.*/||' -e 's|\..*||'`
cppad-2020.00.00.3/bug/test_install.sh-56-mv ../bug.$$ $name.cpp
##############################################
cppad-2020.00.00.3/bug/vec_itr_speed.sh-12-# -----------------------------------------------------------------------------
cppad-2020.00.00.3/bug/vec_itr_speed.sh:13:name=`echo $0 | sed -e 's|^bug/||' -e 's|\.sh$||'`
cppad-2020.00.00.3/bug/vec_itr_speed.sh-14-error='none'
##############################################
cppad-2020.00.00.3/compile-67-    mingw/*)
cppad-2020.00.00.3/compile:68:      file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
cppad-2020.00.00.3/compile-69-      ;;
cppad-2020.00.00.3/compile-70-    cygwin/*)
cppad-2020.00.00.3/compile:71:      file=`cygpath -m "$file" || echo "$file"`
cppad-2020.00.00.3/compile-72-      ;;
cppad-2020.00.00.3/compile-73-    wine/*)
cppad-2020.00.00.3/compile:74:      file=`winepath -w "$file" || echo "$file"`
cppad-2020.00.00.3/compile-75-      ;;
##############################################
cppad-2020.00.00.3/compile-309-# Name of file we expect compiler to create.
cppad-2020.00.00.3/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
cppad-2020.00.00.3/compile-311-
##############################################
cppad-2020.00.00.3/compile-315-# object file name, since that is what matters with a parallel build.
cppad-2020.00.00.3/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
cppad-2020.00.00.3/compile-317-while true; do
##############################################
cppad-2020.00.00.3/config.guess-34-
cppad-2020.00.00.3/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
cppad-2020.00.00.3/config.guess-36-
##############################################
cppad-2020.00.00.3/config.guess-104-    # shellcheck disable=SC2039
cppad-2020.00.00.3/config.guess:105:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
cppad-2020.00.00.3/config.guess-106-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
cppad-2020.00.00.3/config.guess-154-	EOF
cppad-2020.00.00.3/config.guess:155:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
cppad-2020.00.00.3/config.guess-156-
##############################################
cppad-2020.00.00.3/config.guess-191-	    earmv*)
cppad-2020.00.00.3/config.guess:192:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
cppad-2020.00.00.3/config.guess:193:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
cppad-2020.00.00.3/config.guess-194-		machine="${arch}${endian}"-unknown
##############################################
cppad-2020.00.00.3/config.guess-223-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
cppad-2020.00.00.3/config.guess:224:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
cppad-2020.00.00.3/config.guess-225-		;;
##############################################
cppad-2020.00.00.3/config.guess-236-	    *)
cppad-2020.00.00.3/config.guess:237:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
cppad-2020.00.00.3/config.guess-238-		;;
##############################################
cppad-2020.00.00.3/config.guess-283-	*4.0)
cppad-2020.00.00.3/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
cppad-2020.00.00.3/config.guess-285-		;;
cppad-2020.00.00.3/config.guess-286-	*5.*)
cppad-2020.00.00.3/config.guess:287:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
cppad-2020.00.00.3/config.guess-288-		;;
##############################################
cppad-2020.00.00.3/config.guess-293-	# types through head -n 1, so we only detect the type of CPU 0.
cppad-2020.00.00.3/config.guess:294:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
cppad-2020.00.00.3/config.guess-295-	case "$ALPHA_CPU_TYPE" in
##############################################
cppad-2020.00.00.3/config.guess-331-	# 1.2 uses "1.2" for uname -r.
cppad-2020.00.00.3/config.guess:332:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
cppad-2020.00.00.3/config.guess-333-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
cppad-2020.00.00.3/config.guess-382-    s390x:SunOS:*:*)
cppad-2020.00.00.3/config.guess:383:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
cppad-2020.00.00.3/config.guess-384-	exit ;;
cppad-2020.00.00.3/config.guess-385-    sun4H:SunOS:5.*:*)
cppad-2020.00.00.3/config.guess:386:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
cppad-2020.00.00.3/config.guess-387-	exit ;;
cppad-2020.00.00.3/config.guess-388-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
cppad-2020.00.00.3/config.guess:389:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
cppad-2020.00.00.3/config.guess-390-	exit ;;
##############################################
cppad-2020.00.00.3/config.guess-394-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
cppad-2020.00.00.3/config.guess:395:	UNAME_REL="`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
cppad-2020.00.00.3/config.guess-396-	case `isainfo -b` in
##############################################
cppad-2020.00.00.3/config.guess-408-	# it's likely to be more like Solaris than SunOS4.
cppad-2020.00.00.3/config.guess:409:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
cppad-2020.00.00.3/config.guess-410-	exit ;;
##############################################
cppad-2020.00.00.3/config.guess-417-	# Japanese Language versions have a version number like `4.1.3-JL'.
cppad-2020.00.00.3/config.guess:418:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
cppad-2020.00.00.3/config.guess-419-	exit ;;
##############################################
cppad-2020.00.00.3/config.guess-423-    sun*:*:4.2BSD:*)
cppad-2020.00.00.3/config.guess:424:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
cppad-2020.00.00.3/config.guess-425-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
cppad-2020.00.00.3/config.guess-505-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
cppad-2020.00.00.3/config.guess:506:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
cppad-2020.00.00.3/config.guess:507:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
cppad-2020.00.00.3/config.guess-508-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
cppad-2020.00.00.3/config.guess-561-    *:IRIX*:*:*)
cppad-2020.00.00.3/config.guess:562:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
cppad-2020.00.00.3/config.guess-563-	exit ;;
##############################################
cppad-2020.00.00.3/config.guess-591-EOF
cppad-2020.00.00.3/config.guess:592:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
cppad-2020.00.00.3/config.guess-593-		then
##############################################
cppad-2020.00.00.3/config.guess-604-    *:AIX:*:[4567])
cppad-2020.00.00.3/config.guess:605:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
cppad-2020.00.00.3/config.guess-606-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
cppad-2020.00.00.3/config.guess-640-    9000/[34678]??:HP-UX:*:*)
cppad-2020.00.00.3/config.guess:641:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
cppad-2020.00.00.3/config.guess-642-	case "$UNAME_MACHINE" in
##############################################
cppad-2020.00.00.3/config.guess-694-EOF
cppad-2020.00.00.3/config.guess:695:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
cppad-2020.00.00.3/config.guess-696-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
cppad-2020.00.00.3/config.guess-722-    ia64:HP-UX:*:*)
cppad-2020.00.00.3/config.guess:723:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
cppad-2020.00.00.3/config.guess-724-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
cppad-2020.00.00.3/config.guess-752-EOF
cppad-2020.00.00.3/config.guess:753:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
cppad-2020.00.00.3/config.guess-754-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
cppad-2020.00.00.3/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
cppad-2020.00.00.3/config.guess:824:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
cppad-2020.00.00.3/config.guess-825-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
cppad-2020.00.00.3/config.guess-828-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
cppad-2020.00.00.3/config.guess:829:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
cppad-2020.00.00.3/config.guess-830-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
cppad-2020.00.00.3/config.guess-846-	then
cppad-2020.00.00.3/config.guess:847:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
cppad-2020.00.00.3/config.guess-848-	else
cppad-2020.00.00.3/config.guess:849:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
cppad-2020.00.00.3/config.guess-850-	fi
##############################################
cppad-2020.00.00.3/config.guess-859-	esac
cppad-2020.00.00.3/config.guess:860:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
cppad-2020.00.00.3/config.guess-861-	exit ;;
##############################################
cppad-2020.00.00.3/config.guess-895-    prep*:SunOS:5.*:*)
cppad-2020.00.00.3/config.guess:896:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
cppad-2020.00.00.3/config.guess-897-	exit ;;
##############################################
cppad-2020.00.00.3/config.guess-899-	# the GNU system
cppad-2020.00.00.3/config.guess:900:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
cppad-2020.00.00.3/config.guess-901-	exit ;;
##############################################
cppad-2020.00.00.3/config.guess-903-	# other systems with GNU libc and userland
cppad-2020.00.00.3/config.guess:904:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
cppad-2020.00.00.3/config.guess-905-	exit ;;
##############################################
cppad-2020.00.00.3/config.guess-997-EOF
cppad-2020.00.00.3/config.guess:998:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
cppad-2020.00.00.3/config.guess-999-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
cppad-2020.00.00.3/config.guess-1097-    i*86:*:4.*:*)
cppad-2020.00.00.3/config.guess:1098:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
cppad-2020.00.00.3/config.guess-1099-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
cppad-2020.00.00.3/config.guess-1300-	fi
cppad-2020.00.00.3/config.guess:1301:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
cppad-2020.00.00.3/config.guess-1302-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
cppad-2020.00.00.3/config.guess-1399-    *:DragonFly:*:*)
cppad-2020.00.00.3/config.guess:1400:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
cppad-2020.00.00.3/config.guess-1401-	exit ;;
##############################################
cppad-2020.00.00.3/config.guess-1412-    i*86:skyos:*:*)
cppad-2020.00.00.3/config.guess:1413:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
cppad-2020.00.00.3/config.guess-1414-	exit ;;
##############################################
cppad-2020.00.00.3/config.sub-52-
cppad-2020.00.00.3/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
cppad-2020.00.00.3/config.sub-54-
##############################################
cppad-2020.00.00.3/config.sub-770-	i*86v32)
cppad-2020.00.00.3/config.sub:771:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
cppad-2020.00.00.3/config.sub-772-		vendor=pc
##############################################
cppad-2020.00.00.3/config.sub-775-	i*86v4*)
cppad-2020.00.00.3/config.sub:776:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
cppad-2020.00.00.3/config.sub-777-		vendor=pc
##############################################
cppad-2020.00.00.3/config.sub-780-	i*86v)
cppad-2020.00.00.3/config.sub:781:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
cppad-2020.00.00.3/config.sub-782-		vendor=pc
##############################################
cppad-2020.00.00.3/config.sub-785-	i*86sol2)
cppad-2020.00.00.3/config.sub:786:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
cppad-2020.00.00.3/config.sub-787-		vendor=pc
##############################################
cppad-2020.00.00.3/config.sub-916-		cpu=sparc
cppad-2020.00.00.3/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
cppad-2020.00.00.3/config.sub-918-		;;
##############################################
cppad-2020.00.00.3/config.sub-1082-	sh5e[lb]-*)
cppad-2020.00.00.3/config.sub:1083:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
cppad-2020.00.00.3/config.sub-1084-		;;
##############################################
cppad-2020.00.00.3/config.sub-1100-	xscale-* | xscalee[bl]-*)
cppad-2020.00.00.3/config.sub:1101:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
cppad-2020.00.00.3/config.sub-1102-		;;
##############################################
cppad-2020.00.00.3/config.sub-1251-			*)
cppad-2020.00.00.3/config.sub:1252:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
cppad-2020.00.00.3/config.sub-1253-				exit 1
##############################################
cppad-2020.00.00.3/config.sub-1285-	solaris1 | solaris1.*)
cppad-2020.00.00.3/config.sub:1286:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
cppad-2020.00.00.3/config.sub-1287-		;;
##############################################
cppad-2020.00.00.3/config.sub-1294-	gnu/linux*)
cppad-2020.00.00.3/config.sub:1295:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
cppad-2020.00.00.3/config.sub-1296-		;;
##############################################
cppad-2020.00.00.3/config.sub-1317-	sco3.2.[4-9]*)
cppad-2020.00.00.3/config.sub:1318:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
cppad-2020.00.00.3/config.sub-1319-		;;
##############################################
cppad-2020.00.00.3/config.sub-1380-	nto*)
cppad-2020.00.00.3/config.sub:1381:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
cppad-2020.00.00.3/config.sub-1382-		;;
##############################################
cppad-2020.00.00.3/config.sub-1390-	linux*)
cppad-2020.00.00.3/config.sub:1391:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
cppad-2020.00.00.3/config.sub-1392-		;;
##############################################
cppad-2020.00.00.3/config.sub-1402-	mac*)
cppad-2020.00.00.3/config.sub:1403:		os=`echo "$os" | sed -e 's|mac|macos|'`
cppad-2020.00.00.3/config.sub-1404-		;;
##############################################
cppad-2020.00.00.3/config.sub-1411-	sunos5*)
cppad-2020.00.00.3/config.sub:1412:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
cppad-2020.00.00.3/config.sub-1413-		;;
cppad-2020.00.00.3/config.sub-1414-	sunos6*)
cppad-2020.00.00.3/config.sub:1415:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
cppad-2020.00.00.3/config.sub-1416-		;;
##############################################
cppad-2020.00.00.3/config.sub-1451-	sinix5.*)
cppad-2020.00.00.3/config.sub:1452:		os=`echo $os | sed -e 's|sinix|sysv|'`
cppad-2020.00.00.3/config.sub-1453-		;;
##############################################
cppad-2020.00.00.3/config.sub-1511-	*)
cppad-2020.00.00.3/config.sub:1512:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
cppad-2020.00.00.3/config.sub-1513-		exit 1
##############################################
cppad-2020.00.00.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
cppad-2020.00.00.3/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
cppad-2020.00.00.3/configure-47-  as_echo='print -r --'
cppad-2020.00.00.3/configure-48-  as_echo_n='print -rn --'
cppad-2020.00.00.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
cppad-2020.00.00.3/configure-50-  as_echo='printf %s\n'
##############################################
cppad-2020.00.00.3/configure-52-else
cppad-2020.00.00.3/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
cppad-2020.00.00.3/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
cppad-2020.00.00.3/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
cppad-2020.00.00.3/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
cppad-2020.00.00.3/configure-64-      esac;
##############################################
cppad-2020.00.00.3/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
cppad-2020.00.00.3/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
cppad-2020.00.00.3/configure-201-  if (eval "$as_required") 2>/dev/null; then :
##############################################
cppad-2020.00.00.3/configure-326-      case $as_dir in #(
cppad-2020.00.00.3/configure:327:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
cppad-2020.00.00.3/configure-328-      *) as_qdir=$as_dir;;
##############################################
cppad-2020.00.00.3/configure-399-  {
cppad-2020.00.00.3/configure:400:    as_val=`expr "$@" || test $? -eq 1`
cppad-2020.00.00.3/configure-401-  }
##############################################
cppad-2020.00.00.3/configure-406-# ----------------------------------------
cppad-2020.00.00.3/configure:407:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
cppad-2020.00.00.3/configure-408-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
cppad-2020.00.00.3/configure-469-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
cppad-2020.00.00.3/configure:470:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
cppad-2020.00.00.3/configure-471-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
cppad-2020.00.00.3/configure-880-  case $ac_option in
cppad-2020.00.00.3/configure:881:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
cppad-2020.00.00.3/configure-882-  *=)   ac_optarg= ;;
##############################################
cppad-2020.00.00.3/configure-924-  -disable-* | --disable-*)
cppad-2020.00.00.3/configure:925:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
cppad-2020.00.00.3/configure-926-    # Reject names that are not valid shell variable names.
##############################################
cppad-2020.00.00.3/configure-929-    ac_useropt_orig=$ac_useropt
cppad-2020.00.00.3/configure:930:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cppad-2020.00.00.3/configure-931-    case $ac_user_opts in
##############################################
cppad-2020.00.00.3/configure-950-  -enable-* | --enable-*)
cppad-2020.00.00.3/configure:951:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
cppad-2020.00.00.3/configure-952-    # Reject names that are not valid shell variable names.
##############################################
cppad-2020.00.00.3/configure-955-    ac_useropt_orig=$ac_useropt
cppad-2020.00.00.3/configure:956:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cppad-2020.00.00.3/configure-957-    case $ac_user_opts in
##############################################
cppad-2020.00.00.3/configure-1154-  -with-* | --with-*)
cppad-2020.00.00.3/configure:1155:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
cppad-2020.00.00.3/configure-1156-    # Reject names that are not valid shell variable names.
##############################################
cppad-2020.00.00.3/configure-1159-    ac_useropt_orig=$ac_useropt
cppad-2020.00.00.3/configure:1160:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cppad-2020.00.00.3/configure-1161-    case $ac_user_opts in
##############################################
cppad-2020.00.00.3/configure-1170-  -without-* | --without-*)
cppad-2020.00.00.3/configure:1171:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
cppad-2020.00.00.3/configure-1172-    # Reject names that are not valid shell variable names.
##############################################
cppad-2020.00.00.3/configure-1175-    ac_useropt_orig=$ac_useropt
cppad-2020.00.00.3/configure:1176:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cppad-2020.00.00.3/configure-1177-    case $ac_user_opts in
##############################################
cppad-2020.00.00.3/configure-1208-  *=*)
cppad-2020.00.00.3/configure:1209:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
cppad-2020.00.00.3/configure-1210-    # Reject names that are not valid shell variable names.
##############################################
cppad-2020.00.00.3/configure-1229-if test -n "$ac_prev"; then
cppad-2020.00.00.3/configure:1230:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
cppad-2020.00.00.3/configure-1231-  as_fn_error $? "missing argument to $ac_option"
##############################################
cppad-2020.00.00.3/configure-1251-    */ )
cppad-2020.00.00.3/configure:1252:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
cppad-2020.00.00.3/configure-1253-      eval $ac_var=\$ac_val;;
##############################################
cppad-2020.00.00.3/configure-1286-ac_ls_di=`ls -di .` &&
cppad-2020.00.00.3/configure:1287:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
cppad-2020.00.00.3/configure-1288-  as_fn_error $? "working directory cannot be determined"
##############################################
cppad-2020.00.00.3/configure-1342-case $srcdir in
cppad-2020.00.00.3/configure:1343:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
cppad-2020.00.00.3/configure-1344-esac
##############################################
cppad-2020.00.00.3/configure-1385-By default, \`make install' will install all the files in
cppad-2020.00.00.3/configure:1386:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
cppad-2020.00.00.3/configure:1387:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
cppad-2020.00.00.3/configure-1388-for instance \`--prefix=\$HOME'.
##############################################
cppad-2020.00.00.3/configure-1503-*)
cppad-2020.00.00.3/configure:1504:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
cppad-2020.00.00.3/configure-1505-  # A ".." for each directory in $ac_dir_suffix.
cppad-2020.00.00.3/configure:1506:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
cppad-2020.00.00.3/configure-1507-  case $ac_top_builddir_sub in
##############################################
cppad-2020.00.00.3/configure-1995-    *\'*)
cppad-2020.00.00.3/configure:1996:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
cppad-2020.00.00.3/configure-1997-    esac
##############################################
cppad-2020.00.00.3/configure-2078-      case $ac_val in
cppad-2020.00.00.3/configure:2079:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
cppad-2020.00.00.3/configure-2080-      esac
##############################################
cppad-2020.00.00.3/configure-2093-	case $ac_val in
cppad-2020.00.00.3/configure:2094:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
cppad-2020.00.00.3/configure-2095-	esac
##############################################
cppad-2020.00.00.3/configure-2213-    set,)
cppad-2020.00.00.3/configure:2214:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
cppad-2020.00.00.3/configure:2215:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
cppad-2020.00.00.3/configure-2216-      ac_cache_corrupted=: ;;
##############################################
cppad-2020.00.00.3/configure-2224-	# differences in whitespace do not lead to failure.
cppad-2020.00.00.3/configure:2225:	ac_old_val_w=`echo x $ac_old_val`
cppad-2020.00.00.3/configure:2226:	ac_new_val_w=`echo x $ac_new_val`
cppad-2020.00.00.3/configure-2227-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
cppad-2020.00.00.3/configure-2244-    case $ac_new_val in
cppad-2020.00.00.3/configure:2245:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
cppad-2020.00.00.3/configure-2246-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
cppad-2020.00.00.3/configure-2485-     echo "timestamp, slept: $am_has_slept" > conftest.file
cppad-2020.00.00.3/configure:2486:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
cppad-2020.00.00.3/configure-2487-     if test "$*" = "X"; then
cppad-2020.00.00.3/configure-2488-	# -L didn't work.
cppad-2020.00.00.3/configure:2489:	set X `ls -t "$srcdir/configure" conftest.file`
cppad-2020.00.00.3/configure-2490-     fi
##############################################
cppad-2020.00.00.3/configure-2536-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
cppad-2020.00.00.3/configure:2537:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cppad-2020.00.00.3/configure-2538-
cppad-2020.00.00.3/configure-2539-# Expand $ac_aux_dir to an absolute path.
cppad-2020.00.00.3/configure:2540:am_aux_dir=`cd "$ac_aux_dir" && pwd`
cppad-2020.00.00.3/configure-2541-
##############################################
cppad-2020.00.00.3/configure-2681-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
cppad-2020.00.00.3/configure:2682:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
cppad-2020.00.00.3/configure-2683-	     'mkdir (GNU coreutils) '* | \
##############################################
cppad-2020.00.00.3/configure-2754-set x ${MAKE-make}
cppad-2020.00.00.3/configure:2755:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
cppad-2020.00.00.3/configure-2756-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
cppad-2020.00.00.3/configure-2764-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
cppad-2020.00.00.3/configure:2765:case `${MAKE-make} -f conftest.make 2>/dev/null` in
cppad-2020.00.00.3/configure-2766-  *@@@%%%=?*=@@@%%%*)
##############################################
cppad-2020.00.00.3/configure-2791-
cppad-2020.00.00.3/configure:2792:if test "`cd $srcdir && pwd`" != "`pwd`"; then
cppad-2020.00.00.3/configure-2793-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
cppad-2020.00.00.3/configure-3320-$as_echo_n "checking whether the C compiler works... " >&6; }
cppad-2020.00.00.3/configure:3321:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
cppad-2020.00.00.3/configure-3322-
##############################################
cppad-2020.00.00.3/configure-3364-	then :; else
cppad-2020.00.00.3/configure:3365:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
cppad-2020.00.00.3/configure-3366-	fi
##############################################
cppad-2020.00.00.3/configure-3424-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
cppad-2020.00.00.3/configure:3425:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
cppad-2020.00.00.3/configure-3426-	  break;;
##############################################
cppad-2020.00.00.3/configure-3533-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
cppad-2020.00.00.3/configure:3534:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
cppad-2020.00.00.3/configure-3535-       break;;
##############################################
cppad-2020.00.00.3/configure-3851-  if test "$am_compiler_list" = ""; then
cppad-2020.00.00.3/configure:3852:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
cppad-2020.00.00.3/configure-3853-  fi
##############################################
cppad-2020.00.00.3/configure-4807-  if test "$am_compiler_list" = ""; then
cppad-2020.00.00.3/configure:4808:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
cppad-2020.00.00.3/configure-4809-  fi
##############################################
cppad-2020.00.00.3/configure-5344-  if test "$am_compiler_list" = ""; then
cppad-2020.00.00.3/configure:5345:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
cppad-2020.00.00.3/configure-5346-  fi
##############################################
cppad-2020.00.00.3/configure-6098-test "x$ac_build_alias" = x &&
cppad-2020.00.00.3/configure:6099:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
cppad-2020.00.00.3/configure-6100-test "x$ac_build_alias" = x &&
cppad-2020.00.00.3/configure-6101-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
cppad-2020.00.00.3/configure:6102:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
cppad-2020.00.00.3/configure-6103-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
cppad-2020.00.00.3/configure-6122-IFS=$ac_save_IFS
cppad-2020.00.00.3/configure:6123:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
cppad-2020.00.00.3/configure-6124-
##############################################
cppad-2020.00.00.3/configure-6133-else
cppad-2020.00.00.3/configure:6134:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
cppad-2020.00.00.3/configure-6135-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
cppad-2020.00.00.3/configure-6155-IFS=$ac_save_IFS
cppad-2020.00.00.3/configure:6156:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
cppad-2020.00.00.3/configure-6157-
##############################################
cppad-2020.00.00.3/configure-6227-  *mGLOB_options_string*)
cppad-2020.00.00.3/configure:6228:    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
cppad-2020.00.00.3/configure-6229-
##############################################
cppad-2020.00.00.3/configure-6250-  *cft90*)
cppad-2020.00.00.3/configure:6251:    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"//g'` ;;
cppad-2020.00.00.3/configure-6252-esac
##############################################
cppad-2020.00.00.3/configure-6335-  *mGLOB_options_string*)
cppad-2020.00.00.3/configure:6336:    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;;
cppad-2020.00.00.3/configure-6337-
##############################################
cppad-2020.00.00.3/configure-6358-  *cft90*)
cppad-2020.00.00.3/configure:6359:    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"//g'` ;;
cppad-2020.00.00.3/configure-6360-esac
##############################################
cppad-2020.00.00.3/configure-6434-	-YP,*)
cppad-2020.00.00.3/configure:6435:	  for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
cppad-2020.00.00.3/configure-6436-	      ac_exists=false
##############################################
cppad-2020.00.00.3/configure-6510-
cppad-2020.00.00.3/configure:6511:abs_top_srcdir=`cd $srcdir ; pwd`
cppad-2020.00.00.3/configure-6512-ABS_TOP_SRCDIR="$abs_top_srcdir"
##############################################
cppad-2020.00.00.3/configure-7153-'
cppad-2020.00.00.3/configure:7154:DEFS=`sed -n "$ac_script" confdefs.h`
cppad-2020.00.00.3/configure-7155-
##############################################
cppad-2020.00.00.3/configure-7162-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
cppad-2020.00.00.3/configure:7163:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
cppad-2020.00.00.3/configure-7164-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
cppad-2020.00.00.3/configure-7317-if test -z "$BASH_VERSION$ZSH_VERSION" \
cppad-2020.00.00.3/configure:7318:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
cppad-2020.00.00.3/configure-7319-  as_echo='print -r --'
cppad-2020.00.00.3/configure-7320-  as_echo_n='print -rn --'
cppad-2020.00.00.3/configure:7321:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
cppad-2020.00.00.3/configure-7322-  as_echo='printf %s\n'
##############################################
cppad-2020.00.00.3/configure-7324-else
cppad-2020.00.00.3/configure:7325:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
cppad-2020.00.00.3/configure-7326-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
cppad-2020.00.00.3/configure-7334-	expr "X$arg" : "X\\(.*\\)$as_nl";
cppad-2020.00.00.3/configure:7335:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
cppad-2020.00.00.3/configure-7336-      esac;
##############################################
cppad-2020.00.00.3/configure-7411-# ----------------------------------------
cppad-2020.00.00.3/configure:7412:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
cppad-2020.00.00.3/configure-7413-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
cppad-2020.00.00.3/configure-7483-  {
cppad-2020.00.00.3/configure:7484:    as_val=`expr "$@" || test $? -eq 1`
cppad-2020.00.00.3/configure-7485-  }
##############################################
cppad-2020.00.00.3/configure-7587-      case $as_dir in #(
cppad-2020.00.00.3/configure:7588:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
cppad-2020.00.00.3/configure-7589-      *) as_qdir=$as_dir;;
##############################################
cppad-2020.00.00.3/configure-7713-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cppad-2020.00.00.3/configure:7714:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
cppad-2020.00.00.3/configure-7715-ac_cs_version="\\
##############################################
cppad-2020.00.00.3/configure-7738-  --*=?*)
cppad-2020.00.00.3/configure:7739:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
cppad-2020.00.00.3/configure:7740:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
cppad-2020.00.00.3/configure-7741-    ac_shift=:
##############################################
cppad-2020.00.00.3/configure-7743-  --*=)
cppad-2020.00.00.3/configure:7744:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
cppad-2020.00.00.3/configure-7745-    ac_optarg=
##############################################
cppad-2020.00.00.3/configure-7767-    case $ac_optarg in
cppad-2020.00.00.3/configure:7768:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
cppad-2020.00.00.3/configure-7769-    '') as_fn_error $? "missing file argument" ;;
##############################################
cppad-2020.00.00.3/configure-7949-fi
cppad-2020.00.00.3/configure:7950:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
cppad-2020.00.00.3/configure-7951-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
cppad-2020.00.00.3/configure-7966-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cppad-2020.00.00.3/configure:7967:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
cppad-2020.00.00.3/configure-7968-ac_delim='%!_!# '
##############################################
cppad-2020.00.00.3/configure-7972-
cppad-2020.00.00.3/configure:7973:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
cppad-2020.00.00.3/configure-7974-  if test $ac_delim_n = $ac_delim_num; then
##############################################
cppad-2020.00.00.3/configure-8134-      esac
cppad-2020.00.00.3/configure:8135:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
cppad-2020.00.00.3/configure-8136-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
cppad-2020.00.00.3/configure-8193-*)
cppad-2020.00.00.3/configure:8194:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
cppad-2020.00.00.3/configure-8195-  # A ".." for each directory in $ac_dir_suffix.
cppad-2020.00.00.3/configure:8196:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
cppad-2020.00.00.3/configure-8197-  case $ac_top_builddir_sub in
##############################################
cppad-2020.00.00.3/configure-8254-/@mandir@/p'
cppad-2020.00.00.3/configure:8255:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
cppad-2020.00.00.3/configure-8256-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
cppad-2020.00.00.3/configure-8271-
cppad-2020.00.00.3/configure:8272:# Neutralize VPATH when `$srcdir' = `.'.
cppad-2020.00.00.3/configure-8273-# Shell code in configure.ac might set extrasub.
##############################################
cppad-2020.00.00.3/configure-8299-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
cppad-2020.00.00.3/configure:8300:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
cppad-2020.00.00.3/configure-8301-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
cppad-2020.00.00.3/configure-8343-    # Strip MF so we end up with the name of the file.
cppad-2020.00.00.3/configure:8344:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
cppad-2020.00.00.3/configure-8345-    # Check whether this is an Automake generated Makefile which includes
##############################################
cppad-2020.00.00.3/configure.ac-465-AC_SUBST(ABS_TOP_BUILDDIR, "$abs_top_builddir")
cppad-2020.00.00.3/configure.ac:466:abs_top_srcdir=`cd $srcdir ; pwd`
cppad-2020.00.00.3/configure.ac-467-AC_SUBST(ABS_TOP_SRCDIR, "$abs_top_srcdir")
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-49-  { \
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-448-.cpp.o:
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in:449:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-450-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-456-.cpp.obj:
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in:457:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in:458:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-459-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-461-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in:462:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-463-
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-493-GTAGS:
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in:494:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-495-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-519-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in:520:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in:521:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-522-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-533-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in:534:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/cppad_ipopt/example/makefile.in-535-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh-184-\] $$
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh:185:where $latex s_0 = 0$$,
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh-186-$latex N(i)$$ is the number of time grid points between
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh-238-\] $$
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh:239:where for $latex i = 1, \ldots , Nz$$,
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh-240-$latex N(i)$$ is the number of time intervals between
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh-351-\] $$
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh:352:where for $latex k = 0 , \ldots , Nz-1$$,
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh-353-$latex u^{k,0} \in \B{R}^{Ny + Na}$$ is defined by
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh-405-\] $$
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh:406:where $latex i = 1 , \ldots , Ny$$ and
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh-407-where $latex u^{k,0} \in \B{R}^{Ny + Na}$$ is defined by
##############################################
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh-480-$latex I(k,\ell) = \{ Ny + i , \ldots , 2*Ny + i - 1  \}$$
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh:481:where $latex i = Ny * S(k-1) + \ell + 1$$.
cppad-2020.00.00.3/cppad_ipopt/example/ode2.omh-482-
##############################################
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-49-  { \
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-483-.cpp.o:
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in:484:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-485-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-491-.cpp.obj:
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in:492:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in:493:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-494-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-496-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in:497:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-498-
##############################################
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-528-GTAGS:
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in:529:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-530-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-554-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in:555:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in:556:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-557-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-568-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in:569:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/cppad_ipopt/speed/makefile.in-570-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/cppad_ipopt/src/cppad_ipopt_nlp.hpp-680-\f]
cppad-2020.00.00.3/cppad_ipopt/src/cppad_ipopt_nlp.hpp:681:where for \f$ k = 0 , \ldots , K-1\f$,
cppad-2020.00.00.3/cppad_ipopt/src/cppad_ipopt_nlp.hpp-682-\f$ r_k : {\bf R}^{q(k)} \rightarrow {\bf R}^{p(k)} \f$.
##############################################
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-50-  { \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-52-  }; \
##############################################
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-99-CONFIG_CLEAN_VPATH_FILES =
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:100:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-101-am__vpath_adj = case $$p in \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:102:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-103-    *) f=$$p;; \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-104-  esac;
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:105:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-106-am__install_max = 40
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-107-am__nobase_strip_setup = \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:108:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-109-am__nobase_strip = \
##############################################
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-476-	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:477:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-478-	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
##############################################
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-506-.cpp.o:
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:507:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-508-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-514-.cpp.obj:
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:515:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:516:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-517-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-519-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:520:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-521-
##############################################
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-551-GTAGS:
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:552:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-553-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-577-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:578:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:579:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-580-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-591-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in:592:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/cppad_ipopt/src/makefile.in-593-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-49-  { \
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-431-.cpp.o:
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in:432:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-433-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-439-.cpp.obj:
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in:440:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in:441:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-442-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-444-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in:445:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-446-
##############################################
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-476-GTAGS:
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in:477:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-478-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-502-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in:503:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in:504:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-505-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-516-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in:517:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/cppad_ipopt/test/makefile.in-518-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/cppad_lib/makefile.in-50-  { \
cppad-2020.00.00.3/cppad_lib/makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/cppad_lib/makefile.in-52-  }; \
##############################################
cppad-2020.00.00.3/cppad_lib/makefile.in-99-CONFIG_CLEAN_VPATH_FILES =
cppad-2020.00.00.3/cppad_lib/makefile.in:100:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
cppad-2020.00.00.3/cppad_lib/makefile.in-101-am__vpath_adj = case $$p in \
cppad-2020.00.00.3/cppad_lib/makefile.in:102:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
cppad-2020.00.00.3/cppad_lib/makefile.in-103-    *) f=$$p;; \
cppad-2020.00.00.3/cppad_lib/makefile.in-104-  esac;
cppad-2020.00.00.3/cppad_lib/makefile.in:105:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
cppad-2020.00.00.3/cppad_lib/makefile.in-106-am__install_max = 40
cppad-2020.00.00.3/cppad_lib/makefile.in-107-am__nobase_strip_setup = \
cppad-2020.00.00.3/cppad_lib/makefile.in:108:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
cppad-2020.00.00.3/cppad_lib/makefile.in-109-am__nobase_strip = \
##############################################
cppad-2020.00.00.3/cppad_lib/makefile.in-446-	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
cppad-2020.00.00.3/cppad_lib/makefile.in:447:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
cppad-2020.00.00.3/cppad_lib/makefile.in-448-	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
##############################################
cppad-2020.00.00.3/cppad_lib/makefile.in-476-.cpp.o:
cppad-2020.00.00.3/cppad_lib/makefile.in:477:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/cppad_lib/makefile.in-478-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/cppad_lib/makefile.in-484-.cpp.obj:
cppad-2020.00.00.3/cppad_lib/makefile.in:485:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/cppad_lib/makefile.in:486:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/cppad_lib/makefile.in-487-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/cppad_lib/makefile.in-489-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/cppad_lib/makefile.in:490:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/cppad_lib/makefile.in-491-
##############################################
cppad-2020.00.00.3/cppad_lib/makefile.in-521-GTAGS:
cppad-2020.00.00.3/cppad_lib/makefile.in:522:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/cppad_lib/makefile.in-523-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/cppad_lib/makefile.in-547-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/cppad_lib/makefile.in:548:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/cppad_lib/makefile.in:549:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/cppad_lib/makefile.in-550-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/cppad_lib/makefile.in-561-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/cppad_lib/makefile.in:562:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/cppad_lib/makefile.in-563-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/depcomp-64-  case $1 in
cppad-2020.00.00.3/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
cppad-2020.00.00.3/depcomp-66-      *) dir=;;
##############################################
cppad-2020.00.00.3/depcomp-73-{
cppad-2020.00.00.3/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
cppad-2020.00.00.3/depcomp-75-}
##############################################
cppad-2020.00.00.3/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
cppad-2020.00.00.3/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
cppad-2020.00.00.3/depcomp-128-
##############################################
cppad-2020.00.00.3/depcomp-405-        sleep 1
cppad-2020.00.00.3/depcomp:406:        i=`expr $i - 1`
cppad-2020.00.00.3/depcomp-407-      done
cppad-2020.00.00.3/depcomp-408-    fi
cppad-2020.00.00.3/depcomp:409:    i=`expr $i - 1`
cppad-2020.00.00.3/depcomp-410-  done
##############################################
cppad-2020.00.00.3/depcomp-425-  # Do two passes, one to just change these to
cppad-2020.00.00.3/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
cppad-2020.00.00.3/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
cppad-2020.00.00.3/depcomp-659-  done
cppad-2020.00.00.3/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
cppad-2020.00.00.3/depcomp-661-  touch "$tmpdepfile"
##############################################
cppad-2020.00.00.3/example/abs_normal/abs_eval.hpp-45-/$$
cppad-2020.00.00.3/example/abs_normal/abs_eval.hpp:46:where $latex x = \hat{x} + \Delta x$$.
cppad-2020.00.00.3/example/abs_normal/abs_eval.hpp-47-
##############################################
cppad-2020.00.00.3/example/abs_normal/makefile.in-49-  { \
cppad-2020.00.00.3/example/abs_normal/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/abs_normal/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/abs_normal/makefile.in-466-.cpp.o:
cppad-2020.00.00.3/example/abs_normal/makefile.in:467:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/abs_normal/makefile.in-468-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/abs_normal/makefile.in-474-.cpp.obj:
cppad-2020.00.00.3/example/abs_normal/makefile.in:475:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/abs_normal/makefile.in:476:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/abs_normal/makefile.in-477-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/abs_normal/makefile.in-479-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/abs_normal/makefile.in:480:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/abs_normal/makefile.in-481-
##############################################
cppad-2020.00.00.3/example/abs_normal/makefile.in-511-GTAGS:
cppad-2020.00.00.3/example/abs_normal/makefile.in:512:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/abs_normal/makefile.in-513-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/abs_normal/makefile.in-537-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/abs_normal/makefile.in:538:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/abs_normal/makefile.in:539:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/abs_normal/makefile.in-540-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/abs_normal/makefile.in-551-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/abs_normal/makefile.in:552:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/abs_normal/makefile.in-553-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/atomic_three/makefile.in-49-  { \
cppad-2020.00.00.3/example/atomic_three/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/atomic_three/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/atomic_three/makefile.in-437-.cpp.o:
cppad-2020.00.00.3/example/atomic_three/makefile.in:438:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/atomic_three/makefile.in-439-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/atomic_three/makefile.in-445-.cpp.obj:
cppad-2020.00.00.3/example/atomic_three/makefile.in:446:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/atomic_three/makefile.in:447:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/atomic_three/makefile.in-448-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/atomic_three/makefile.in-450-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/atomic_three/makefile.in:451:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/atomic_three/makefile.in-452-
##############################################
cppad-2020.00.00.3/example/atomic_three/makefile.in-482-GTAGS:
cppad-2020.00.00.3/example/atomic_three/makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/atomic_three/makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/atomic_three/makefile.in-508-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/atomic_three/makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/atomic_three/makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/atomic_three/makefile.in-511-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/atomic_three/makefile.in-522-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/atomic_three/makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/atomic_three/makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/atomic_two/makefile.in-49-  { \
cppad-2020.00.00.3/example/atomic_two/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/atomic_two/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/atomic_two/makefile.in-417-.cpp.o:
cppad-2020.00.00.3/example/atomic_two/makefile.in:418:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/atomic_two/makefile.in-419-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/atomic_two/makefile.in-425-.cpp.obj:
cppad-2020.00.00.3/example/atomic_two/makefile.in:426:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/atomic_two/makefile.in:427:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/atomic_two/makefile.in-428-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/atomic_two/makefile.in-430-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/atomic_two/makefile.in:431:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/atomic_two/makefile.in-432-
##############################################
cppad-2020.00.00.3/example/atomic_two/makefile.in-462-GTAGS:
cppad-2020.00.00.3/example/atomic_two/makefile.in:463:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/atomic_two/makefile.in-464-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/atomic_two/makefile.in-488-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/atomic_two/makefile.in:489:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/atomic_two/makefile.in:490:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/atomic_two/makefile.in-491-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/atomic_two/makefile.in-502-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/atomic_two/makefile.in:503:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/atomic_two/makefile.in-504-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-49-  { \
cppad-2020.00.00.3/example/chkpoint_two/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-417-.cpp.o:
cppad-2020.00.00.3/example/chkpoint_two/makefile.in:418:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-419-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-425-.cpp.obj:
cppad-2020.00.00.3/example/chkpoint_two/makefile.in:426:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/chkpoint_two/makefile.in:427:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-428-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-430-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/chkpoint_two/makefile.in:431:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-432-
##############################################
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-462-GTAGS:
cppad-2020.00.00.3/example/chkpoint_two/makefile.in:463:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-464-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-488-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/chkpoint_two/makefile.in:489:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/chkpoint_two/makefile.in:490:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-491-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-502-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/chkpoint_two/makefile.in:503:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/chkpoint_two/makefile.in-504-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/general/makefile.in-49-  { \
cppad-2020.00.00.3/example/general/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/general/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/general/makefile.in-776-.cpp.o:
cppad-2020.00.00.3/example/general/makefile.in:777:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/general/makefile.in-778-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/general/makefile.in-784-.cpp.obj:
cppad-2020.00.00.3/example/general/makefile.in:785:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/general/makefile.in:786:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/general/makefile.in-787-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/general/makefile.in-789-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/general/makefile.in:790:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/general/makefile.in-791-
##############################################
cppad-2020.00.00.3/example/general/makefile.in-821-GTAGS:
cppad-2020.00.00.3/example/general/makefile.in:822:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/general/makefile.in-823-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/general/makefile.in-847-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/general/makefile.in:848:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/general/makefile.in:849:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/general/makefile.in-850-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/general/makefile.in-861-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/general/makefile.in:862:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/general/makefile.in-863-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/get_started/makefile.in-49-  { \
cppad-2020.00.00.3/example/get_started/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/get_started/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/get_started/makefile.in-400-.cpp.o:
cppad-2020.00.00.3/example/get_started/makefile.in:401:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/get_started/makefile.in-402-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/get_started/makefile.in-408-.cpp.obj:
cppad-2020.00.00.3/example/get_started/makefile.in:409:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/get_started/makefile.in:410:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/get_started/makefile.in-411-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/get_started/makefile.in-413-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/get_started/makefile.in:414:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/get_started/makefile.in-415-
##############################################
cppad-2020.00.00.3/example/get_started/makefile.in-445-GTAGS:
cppad-2020.00.00.3/example/get_started/makefile.in:446:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/get_started/makefile.in-447-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/get_started/makefile.in-471-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/get_started/makefile.in:472:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/get_started/makefile.in:473:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/get_started/makefile.in-474-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/get_started/makefile.in-485-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/get_started/makefile.in:486:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/get_started/makefile.in-487-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-49-  { \
cppad-2020.00.00.3/example/ipopt_solve/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-425-.cpp.o:
cppad-2020.00.00.3/example/ipopt_solve/makefile.in:426:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-427-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-433-.cpp.obj:
cppad-2020.00.00.3/example/ipopt_solve/makefile.in:434:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/ipopt_solve/makefile.in:435:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-436-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-438-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/ipopt_solve/makefile.in:439:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-440-
##############################################
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-470-GTAGS:
cppad-2020.00.00.3/example/ipopt_solve/makefile.in:471:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-472-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-496-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/ipopt_solve/makefile.in:497:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/ipopt_solve/makefile.in:498:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-499-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-510-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/ipopt_solve/makefile.in:511:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/ipopt_solve/makefile.in-512-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/multi_thread/makefile.in-50-  { \
cppad-2020.00.00.3/example/multi_thread/makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/multi_thread/makefile.in-52-  }; \
##############################################
cppad-2020.00.00.3/example/multi_thread/makefile.in-570-.cpp.o:
cppad-2020.00.00.3/example/multi_thread/makefile.in:571:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/multi_thread/makefile.in-572-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/multi_thread/makefile.in-578-.cpp.obj:
cppad-2020.00.00.3/example/multi_thread/makefile.in:579:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/multi_thread/makefile.in:580:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/multi_thread/makefile.in-581-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/multi_thread/makefile.in-583-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/multi_thread/makefile.in:584:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/multi_thread/makefile.in-585-
##############################################
cppad-2020.00.00.3/example/multi_thread/makefile.in-615-GTAGS:
cppad-2020.00.00.3/example/multi_thread/makefile.in:616:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/multi_thread/makefile.in-617-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/multi_thread/makefile.in-641-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/multi_thread/makefile.in:642:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/multi_thread/makefile.in:643:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/multi_thread/makefile.in-644-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/multi_thread/makefile.in-655-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/multi_thread/makefile.in:656:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/multi_thread/makefile.in-657-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/multi_thread/test.sh-22-next_program() {
cppad-2020.00.00.3/example/multi_thread/test.sh:23:    i_program=`expr $i_program + 1`
cppad-2020.00.00.3/example/multi_thread/test.sh-24-    if [ $i_program -ge $n_program ]
##############################################
cppad-2020.00.00.3/example/multi_thread/test.sh-29-        0)
cppad-2020.00.00.3/example/multi_thread/test.sh:30:        program=`echo "$program_list" | sed -e 's| *\([^ ]*\).*|\1|'`
cppad-2020.00.00.3/example/multi_thread/test.sh-31-        ;;
##############################################
cppad-2020.00.00.3/example/multi_thread/test.sh-33-        1)
cppad-2020.00.00.3/example/multi_thread/test.sh:34:        program=`echo "$program_list" | sed -e 's| *[^ ]* *\([^ ]*\).*|\1|'`
cppad-2020.00.00.3/example/multi_thread/test.sh-35-        ;;
##############################################
cppad-2020.00.00.3/example/multi_thread/test.sh-37-        2)
cppad-2020.00.00.3/example/multi_thread/test.sh:38:        program=`echo "$program_list" | sed -e 's| *[^ ]* [^ ]* *||'`
cppad-2020.00.00.3/example/multi_thread/test.sh-39-        ;;
##############################################
cppad-2020.00.00.3/example/multi_thread/test.sh-49-        program_list="$program $program_list"
cppad-2020.00.00.3/example/multi_thread/test.sh:50:        n_program=`expr $n_program + 1`
cppad-2020.00.00.3/example/multi_thread/test.sh-51-    fi
##############################################
cppad-2020.00.00.3/example/optimize/makefile.in-49-  { \
cppad-2020.00.00.3/example/optimize/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/optimize/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/optimize/makefile.in-426-.cpp.o:
cppad-2020.00.00.3/example/optimize/makefile.in:427:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/optimize/makefile.in-428-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/optimize/makefile.in-434-.cpp.obj:
cppad-2020.00.00.3/example/optimize/makefile.in:435:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/optimize/makefile.in:436:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/optimize/makefile.in-437-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/optimize/makefile.in-439-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/optimize/makefile.in:440:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/optimize/makefile.in-441-
##############################################
cppad-2020.00.00.3/example/optimize/makefile.in-471-GTAGS:
cppad-2020.00.00.3/example/optimize/makefile.in:472:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/optimize/makefile.in-473-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/optimize/makefile.in-497-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/optimize/makefile.in:498:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/optimize/makefile.in:499:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/optimize/makefile.in-500-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/optimize/makefile.in-511-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/optimize/makefile.in:512:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/optimize/makefile.in-513-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/print_for/makefile.in-49-  { \
cppad-2020.00.00.3/example/print_for/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/print_for/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/print_for/makefile.in-403-.cpp.o:
cppad-2020.00.00.3/example/print_for/makefile.in:404:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/print_for/makefile.in-405-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/print_for/makefile.in-411-.cpp.obj:
cppad-2020.00.00.3/example/print_for/makefile.in:412:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/print_for/makefile.in:413:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/print_for/makefile.in-414-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/print_for/makefile.in-416-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/print_for/makefile.in:417:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/print_for/makefile.in-418-
##############################################
cppad-2020.00.00.3/example/print_for/makefile.in-448-GTAGS:
cppad-2020.00.00.3/example/print_for/makefile.in:449:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/print_for/makefile.in-450-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/print_for/makefile.in-474-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/print_for/makefile.in:475:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/print_for/makefile.in:476:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/print_for/makefile.in-477-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/print_for/makefile.in-488-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/print_for/makefile.in:489:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/print_for/makefile.in-490-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/sparse/makefile.in-49-  { \
cppad-2020.00.00.3/example/sparse/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/sparse/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/sparse/makefile.in-502-.cpp.o:
cppad-2020.00.00.3/example/sparse/makefile.in:503:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/sparse/makefile.in-504-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/sparse/makefile.in-510-.cpp.obj:
cppad-2020.00.00.3/example/sparse/makefile.in:511:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/sparse/makefile.in:512:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/sparse/makefile.in-513-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/sparse/makefile.in-515-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/sparse/makefile.in:516:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/sparse/makefile.in-517-
##############################################
cppad-2020.00.00.3/example/sparse/makefile.in-547-GTAGS:
cppad-2020.00.00.3/example/sparse/makefile.in:548:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/sparse/makefile.in-549-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/sparse/makefile.in-573-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/sparse/makefile.in:574:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/sparse/makefile.in:575:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/sparse/makefile.in-576-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/sparse/makefile.in-587-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/sparse/makefile.in:588:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/sparse/makefile.in-589-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/example/utility/makefile.in-49-  { \
cppad-2020.00.00.3/example/utility/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/example/utility/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/example/utility/makefile.in-472-.cpp.o:
cppad-2020.00.00.3/example/utility/makefile.in:473:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/example/utility/makefile.in-474-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/example/utility/makefile.in-480-.cpp.obj:
cppad-2020.00.00.3/example/utility/makefile.in:481:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/example/utility/makefile.in:482:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/example/utility/makefile.in-483-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/example/utility/makefile.in-485-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/example/utility/makefile.in:486:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/example/utility/makefile.in-487-
##############################################
cppad-2020.00.00.3/example/utility/makefile.in-517-GTAGS:
cppad-2020.00.00.3/example/utility/makefile.in:518:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/example/utility/makefile.in-519-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/example/utility/makefile.in-543-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/example/utility/makefile.in:544:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/utility/makefile.in:545:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/example/utility/makefile.in-546-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/example/utility/makefile.in-557-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/example/utility/makefile.in:558:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/example/utility/makefile.in-559-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/include/cppad/core/atomic/three_forward.hpp-101-then only the taylor coefficients
cppad-2020.00.00.3/include/cppad/core/atomic/three_forward.hpp:102:for $latex Y_i (t)$$ where $icode%type_y%[%i%] == constant_enum%$$
cppad-2020.00.00.3/include/cppad/core/atomic/three_forward.hpp-103-are necessary.
##############################################
cppad-2020.00.00.3/include/cppad/core/atomic/three_forward.hpp-108-then only the taylor coefficients
cppad-2020.00.00.3/include/cppad/core/atomic/three_forward.hpp:109:for $latex Y_i (t)$$ where $icode%type_y%[%i%] == dynamic_enum%$$
cppad-2020.00.00.3/include/cppad/core/atomic/three_forward.hpp-110-are necessary.
##############################################
cppad-2020.00.00.3/include/cppad/core/atomic/three_forward.hpp-116-then only the taylor coefficients
cppad-2020.00.00.3/include/cppad/core/atomic/three_forward.hpp:117:for $latex Y_i (t)$$ where $icode%type_y%[%i%] == variable_enum%$$
cppad-2020.00.00.3/include/cppad/core/atomic/three_forward.hpp-118-are necessary.
##############################################
cppad-2020.00.00.3/include/cppad/core/capacity_order.hpp-40-%$$
cppad-2020.00.00.3/include/cppad/core/capacity_order.hpp:41:where $icode%q% > 0%$$ and  $icode%xq%.size() == %f%.Domain()%$$,
cppad-2020.00.00.3/include/cppad/core/capacity_order.hpp-42-uses the lower order Taylor coefficients and
##############################################
cppad-2020.00.00.3/include/cppad/core/forward/compare_change.omh-79-$subhead Speed$$
cppad-2020.00.00.3/include/cppad/core/forward/compare_change.omh:80:The special case where $icode count == 0$$, should be faster because
cppad-2020.00.00.3/include/cppad/core/forward/compare_change.omh-81-the comparisons are not checked during
##############################################
cppad-2020.00.00.3/include/cppad/core/subgraph_reverse.hpp-133-is the derivative of the specified Taylor coefficients w.r.t the $th j$$
cppad-2020.00.00.3/include/cppad/core/subgraph_reverse.hpp:134:independent variable where $icode%j% = %col%[%c%]%$$.
cppad-2020.00.00.3/include/cppad/core/subgraph_reverse.hpp-135-Note that this corresponds to the $cref reverse_any$$ convention when
##############################################
cppad-2020.00.00.3/include/cppad/ipopt/solve.hpp-240-%$$
cppad-2020.00.00.3/include/cppad/ipopt/solve.hpp:241:where $icode%nx% = %x%.size()%$$.
cppad-2020.00.00.3/include/cppad/ipopt/solve.hpp-242-
##############################################
cppad-2020.00.00.3/include/cppad/ipopt/solve.hpp-247-%$$
cppad-2020.00.00.3/include/cppad/ipopt/solve.hpp:248:where $codei%1 + %ng% = %fg%.size()%$$.
cppad-2020.00.00.3/include/cppad/ipopt/solve.hpp-249-The input value of the elements of $icode fg$$ does not matter.
##############################################
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp-92-    for(size_t i_var = 0; i_var < num_var; ++i_var)
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp:93:        (*var2op_vec)[i_var] = Addr( num_op );
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp-94-    // value of op2var is num_var (invalid) when NumRes(op) = 0
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp-95-    for(size_t i_op = 0; i_op < num_op; ++i_op)
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp:96:        (*op2var_vec)[i_op] = Addr( num_var );
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp-97-# endif
##############################################
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp-101-        // index of first argument for this operator
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp:102:        (*op2arg_vec)[i_op]   = Addr( arg_index );
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp-103-        arg_index            += NumArg(op);
##############################################
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp-108-        {   // index of last (primary) result for this operator
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp:109:            (*op2var_vec)[i_op] = Addr( var_index - 1 );
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp-110-            //
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp-111-            // mapping from primary variable to its operator
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp:112:            (*var2op_vec)[var_index - 1] = Addr( i_op );
cppad-2020.00.00.3/include/cppad/local/play/random_setup.hpp-113-        }
##############################################
cppad-2020.00.00.3/include/cppad/utility/ode_err_control.hpp-240-On input it corresponds to the first call to $icode method$$,
cppad-2020.00.00.3/include/cppad/utility/ode_err_control.hpp:241:in this call to $code OdeErrControl$$ (where $latex ta = ti$$).
cppad-2020.00.00.3/include/cppad/utility/ode_err_control.hpp-242-On output it corresponds to the next call to $icode method$$,
cppad-2020.00.00.3/include/cppad/utility/ode_err_control.hpp:243:in a subsequent call to $code OdeErrControl$$ (where $icode ta = tf$$).
cppad-2020.00.00.3/include/cppad/utility/ode_err_control.hpp-244-
##############################################
cppad-2020.00.00.3/include/cppad/utility/rosen_34.hpp-87-\] $$
cppad-2020.00.00.3/include/cppad/utility/rosen_34.hpp:88:where $latex h = (tf - ti) / M$$ is the step size.
cppad-2020.00.00.3/include/cppad/utility/rosen_34.hpp-89-If $icode xf$$ contains not a number $cref nan$$,
##############################################
cppad-2020.00.00.3/include/cppad/utility/rosen_34.hpp-233-\] $$
cppad-2020.00.00.3/include/cppad/utility/rosen_34.hpp:234:where $latex h = (tf - ti) / M$$ is the step size.
cppad-2020.00.00.3/include/cppad/utility/rosen_34.hpp-235-
##############################################
cppad-2020.00.00.3/include/cppad/utility/runge_45.hpp-90-\] $$
cppad-2020.00.00.3/include/cppad/utility/runge_45.hpp:91:where $latex h = (tf - ti) / M$$ is the step size.
cppad-2020.00.00.3/include/cppad/utility/runge_45.hpp-92-If $icode xf$$ contains not a number $cref nan$$,
##############################################
cppad-2020.00.00.3/include/cppad/utility/runge_45.hpp-194-\] $$
cppad-2020.00.00.3/include/cppad/utility/runge_45.hpp:195:where $latex h = (tf - ti) / M$$ is the step size.
cppad-2020.00.00.3/include/cppad/utility/runge_45.hpp-196-If on output, $icode e$$ contains not a number $code nan$$,
##############################################
cppad-2020.00.00.3/include/cppad/utility/thread_alloc.hpp-459-$$
cppad-2020.00.00.3/include/cppad/utility/thread_alloc.hpp:460:In the special case where $icode%num_threads% == 1%$$,
cppad-2020.00.00.3/include/cppad/utility/thread_alloc.hpp-461-the routine $icode in_parallel$$ is not used.
##############################################
cppad-2020.00.00.3/include/cppad/utility/thread_alloc.hpp-473-%$$.
cppad-2020.00.00.3/include/cppad/utility/thread_alloc.hpp:474:In the special case where $icode%num_threads% == 1%$$,
cppad-2020.00.00.3/include/cppad/utility/thread_alloc.hpp-475-the routine $icode thread_num$$ is not used.
##############################################
cppad-2020.00.00.3/include/makefile.in-50-  { \
cppad-2020.00.00.3/include/makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/include/makefile.in-52-  }; \
##############################################
cppad-2020.00.00.3/include/makefile.in-119-  esac
cppad-2020.00.00.3/include/makefile.in:120:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
cppad-2020.00.00.3/include/makefile.in-121-am__vpath_adj = case $$p in \
cppad-2020.00.00.3/include/makefile.in:122:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
cppad-2020.00.00.3/include/makefile.in-123-    *) f=$$p;; \
cppad-2020.00.00.3/include/makefile.in-124-  esac;
cppad-2020.00.00.3/include/makefile.in:125:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
cppad-2020.00.00.3/include/makefile.in-126-am__install_max = 40
cppad-2020.00.00.3/include/makefile.in-127-am__nobase_strip_setup = \
cppad-2020.00.00.3/include/makefile.in:128:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
cppad-2020.00.00.3/include/makefile.in-129-am__nobase_strip = \
##############################################
cppad-2020.00.00.3/include/makefile.in-732-	@list='$(nobase_myinclude_HEADERS)'; test -n "$(myincludedir)" || list=; \
cppad-2020.00.00.3/include/makefile.in:733:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
cppad-2020.00.00.3/include/makefile.in-734-	dir='$(DESTDIR)$(myincludedir)'; $(am__uninstall_files_from_dir)
##############################################
cppad-2020.00.00.3/include/makefile.in-765-GTAGS:
cppad-2020.00.00.3/include/makefile.in:766:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/include/makefile.in-767-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/include/makefile.in-791-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/include/makefile.in:792:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/include/makefile.in:793:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/include/makefile.in-794-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/include/makefile.in-805-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/include/makefile.in:806:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/include/makefile.in-807-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/install-sh-234-      fi
cppad-2020.00.00.3/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
cppad-2020.00.00.3/install-sh-236-    *)
##############################################
cppad-2020.00.00.3/install-sh-280-      dstdir=$dst
cppad-2020.00.00.3/install-sh:281:      dstbase=`basename "$src"`
cppad-2020.00.00.3/install-sh-282-      case $dst in
##############################################
cppad-2020.00.00.3/install-sh-287-    else
cppad-2020.00.00.3/install-sh:288:      dstdir=`dirname "$dst"`
cppad-2020.00.00.3/install-sh-289-      test -d "$dstdir"
##############################################
cppad-2020.00.00.3/install-sh-354-                   test_tmpdir="$tmpdir/a"
cppad-2020.00.00.3/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
cppad-2020.00.00.3/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
cppad-2020.00.00.3/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
cppad-2020.00.00.3/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
cppad-2020.00.00.3/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
cppad-2020.00.00.3/install-sh-419-            case $prefix in
cppad-2020.00.00.3/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
cppad-2020.00.00.3/install-sh-421-              *) qprefix=$prefix;;
##############################################
cppad-2020.00.00.3/install-sh-468-    if $copy_on_change &&
cppad-2020.00.00.3/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
cppad-2020.00.00.3/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
cppad-2020.00.00.3/install-sh-471-       set -f &&
##############################################
cppad-2020.00.00.3/introduction/exp_2.omh-541-$lnext
cppad-2020.00.00.3/introduction/exp_2.omh:542:Consider the case where $latex x = .1$$
cppad-2020.00.00.3/introduction/exp_2.omh-543-and we first preform a zero order forward sweep
##############################################
cppad-2020.00.00.3/introduction/exp_2.omh-996-$lnext
cppad-2020.00.00.3/introduction/exp_2.omh:997:Consider the case where $latex x = .1$$
cppad-2020.00.00.3/introduction/exp_2.omh-998-and we first preform a zero order forward sweep,
##############################################
cppad-2020.00.00.3/introduction/exp_eps.omh-643-$list number$$
cppad-2020.00.00.3/introduction/exp_eps.omh:644:Consider the case where $latex x = .1$$
cppad-2020.00.00.3/introduction/exp_eps.omh-645-and we first preform a zero order forward mode sweep
##############################################
cppad-2020.00.00.3/introduction/exp_eps.omh-1242-$list number$$
cppad-2020.00.00.3/introduction/exp_eps.omh:1243:Consider the case where $latex x = .1$$
cppad-2020.00.00.3/introduction/exp_eps.omh-1244-and we first preform a zero order forward mode sweep
##############################################
cppad-2020.00.00.3/introduction/makefile.in-49-  { \
cppad-2020.00.00.3/introduction/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/introduction/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/introduction/makefile.in-456-.cpp.o:
cppad-2020.00.00.3/introduction/makefile.in:457:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/introduction/makefile.in-458-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/introduction/makefile.in-464-.cpp.obj:
cppad-2020.00.00.3/introduction/makefile.in:465:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/introduction/makefile.in:466:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/introduction/makefile.in-467-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/introduction/makefile.in-469-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/introduction/makefile.in:470:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/introduction/makefile.in-471-
##############################################
cppad-2020.00.00.3/introduction/makefile.in-501-GTAGS:
cppad-2020.00.00.3/introduction/makefile.in:502:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/introduction/makefile.in-503-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/introduction/makefile.in-527-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/introduction/makefile.in:528:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/introduction/makefile.in:529:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/introduction/makefile.in-530-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/introduction/makefile.in-541-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/introduction/makefile.in:542:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/introduction/makefile.in-543-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/makefile.in-51-  { \
cppad-2020.00.00.3/makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/makefile.in-53-  }; \
##############################################
cppad-2020.00.00.3/makefile.in-133-  esac
cppad-2020.00.00.3/makefile.in:134:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
cppad-2020.00.00.3/makefile.in-135-am__vpath_adj = case $$p in \
cppad-2020.00.00.3/makefile.in:136:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
cppad-2020.00.00.3/makefile.in-137-    *) f=$$p;; \
cppad-2020.00.00.3/makefile.in-138-  esac;
cppad-2020.00.00.3/makefile.in:139:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
cppad-2020.00.00.3/makefile.in-140-am__install_max = 40
cppad-2020.00.00.3/makefile.in-141-am__nobase_strip_setup = \
cppad-2020.00.00.3/makefile.in:142:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
cppad-2020.00.00.3/makefile.in-143-am__nobase_strip = \
##############################################
cppad-2020.00.00.3/makefile.in-225-  while test -n "$$dir1"; do \
cppad-2020.00.00.3/makefile.in:226:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
cppad-2020.00.00.3/makefile.in-227-    if test "$$first" != "."; then \
cppad-2020.00.00.3/makefile.in-228-      if test "$$first" = ".."; then \
cppad-2020.00.00.3/makefile.in:229:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
cppad-2020.00.00.3/makefile.in:230:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
cppad-2020.00.00.3/makefile.in-231-      else \
cppad-2020.00.00.3/makefile.in:232:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
cppad-2020.00.00.3/makefile.in-233-        if test "$$first2" = "$$first"; then \
cppad-2020.00.00.3/makefile.in:234:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
cppad-2020.00.00.3/makefile.in-235-        else \
##############################################
cppad-2020.00.00.3/makefile.in-240-    fi; \
cppad-2020.00.00.3/makefile.in:241:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
cppad-2020.00.00.3/makefile.in-242-  done; \
##############################################
cppad-2020.00.00.3/makefile.in-594-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
cppad-2020.00.00.3/makefile.in:595:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
cppad-2020.00.00.3/makefile.in-596-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
cppad-2020.00.00.3/makefile.in-615-	@list='$(myinclude_HEADERS)'; test -n "$(myincludedir)" || list=; \
cppad-2020.00.00.3/makefile.in:616:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
cppad-2020.00.00.3/makefile.in-617-	dir='$(DESTDIR)$(myincludedir)'; $(am__uninstall_files_from_dir)
##############################################
cppad-2020.00.00.3/makefile.in-632-	dot_seen=no; \
cppad-2020.00.00.3/makefile.in:633:	target=`echo $@ | sed s/-recursive//`; \
cppad-2020.00.00.3/makefile.in-634-	case "$@" in \
##############################################
cppad-2020.00.00.3/makefile.in-695-GTAGS:
cppad-2020.00.00.3/makefile.in:696:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/makefile.in-697-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/makefile.in-730-	test -d "$(distdir)" || mkdir "$(distdir)"
cppad-2020.00.00.3/makefile.in:731:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/makefile.in:732:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/makefile.in-733-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/makefile.in-744-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/makefile.in:745:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/makefile.in-746-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/makefile.in-855-	test -d $(distdir)/_build || exit 0; \
cppad-2020.00.00.3/makefile.in:856:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
cppad-2020.00.00.3/makefile.in-857-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
cppad-2020.00.00.3/makefile.in-899-	}; \
cppad-2020.00.00.3/makefile.in:900:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
cppad-2020.00.00.3/makefile.in-901-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
cppad-2020.00.00.3/makefile.in-911-	fi
cppad-2020.00.00.3/makefile.in:912:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
cppad-2020.00.00.3/makefile.in-913-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
cppad-2020.00.00.3/omh/appendix/whats_new/03.omh-154-$cref LuSolve$$ were changed to template functions so they could have
cppad-2020.00.00.3/omh/appendix/whats_new/03.omh:155:default definitions in the case where the $code <=$$ and $code >=$$
cppad-2020.00.00.3/omh/appendix/whats_new/03.omh-156-operators are defined.
##############################################
cppad-2020.00.00.3/omh/appendix/whats_new/12.omh-453-$lnext
cppad-2020.00.00.3/omh/appendix/whats_new/12.omh:454:Fix mistake in old_tan.cpp where $code w[2] = 0$$
cppad-2020.00.00.3/omh/appendix/whats_new/12.omh-455-was missing before the call
##############################################
cppad-2020.00.00.3/omh/reverse/reverse_any.omh-145-\] $$
cppad-2020.00.00.3/omh/reverse/reverse_any.omh:146:where $latex u = x$$ is value of the Taylor coefficients where the
cppad-2020.00.00.3/omh/reverse/reverse_any.omh-147-derivative is evaluated.
##############################################
cppad-2020.00.00.3/omh/reverse/reverse_any.omh-154-\] $$
cppad-2020.00.00.3/omh/reverse/reverse_any.omh:155:where $latex u = x$$ is value of the Taylor coefficients where the
cppad-2020.00.00.3/omh/reverse/reverse_any.omh-156-derivative is evaluated.
##############################################
cppad-2020.00.00.3/omh/theory/acos_reverse.omh-54-\] $$
cppad-2020.00.00.3/omh/theory/acos_reverse.omh:55:where $latex F(x) = \R{acos} (x)$$ for $latex -$$
cppad-2020.00.00.3/omh/theory/acos_reverse.omh-56-and $latex F(x) = \R{acosh} (x) $$ for $latex +$$.
##############################################
cppad-2020.00.00.3/omh/theory/asin_reverse.omh-54-\] $$
cppad-2020.00.00.3/omh/theory/asin_reverse.omh:55:where $latex F(x) = \R{asin} (x)$$ for $latex -$$
cppad-2020.00.00.3/omh/theory/asin_reverse.omh-56-and $latex F(x) = \R{asinh} (x) $$ for $latex +$$.
##############################################
cppad-2020.00.00.3/omh/theory/atan_reverse.omh-50-\] $$
cppad-2020.00.00.3/omh/theory/atan_reverse.omh:51:where $latex F(x) = \R{atan} (x)$$ for $latex +$$
cppad-2020.00.00.3/omh/theory/atan_reverse.omh-52-and $latex F(x) = \R{atanh} (x)$$ for $latex -$$.
##############################################
cppad-2020.00.00.3/omh/theory/cholesky.omh-77-\]  $$
cppad-2020.00.00.3/omh/theory/cholesky.omh:78:In the case where $latex k=0$$, the
cppad-2020.00.00.3/omh/theory/cholesky.omh-79-$latex \[
##############################################
cppad-2020.00.00.3/omh/theory/tan_forward.omh-42-\] $$
cppad-2020.00.00.3/omh/theory/tan_forward.omh:43:where we define the function $latex Y(t) = Z(t)^2$$.
cppad-2020.00.00.3/omh/theory/tan_forward.omh-44-
##############################################
cppad-2020.00.00.3/omh/theory/tan_reverse.omh-72-\] $$
cppad-2020.00.00.3/omh/theory/tan_reverse.omh:73:where $latex \delta ( j - k )$$ is one if $latex j = k$$ and zero
cppad-2020.00.00.3/omh/theory/tan_reverse.omh-74-otherwise.
##############################################
cppad-2020.00.00.3/speed/add_test.sh-60-#
cppad-2020.00.00.3/speed/add_test.sh:61:copy=`sed -n ../COPYING -e '/^\/\*/,/\*\/$/p'`
cppad-2020.00.00.3/speed/add_test.sh:62:link=`sed -n link_$test_name.cpp -e "/^ *extern *bool *link_$test_name/,/^);/p"`
cppad-2020.00.00.3/speed/add_test.sh:63:fun=`echo "$link" | sed -e 's/extern */\n/' -e 's/^);/)\n{\n\treturn false;\n}/'`
cppad-2020.00.00.3/speed/add_test.sh-64-for dir in $list
##############################################
cppad-2020.00.00.3/speed/adolc/makefile.in-49-  { \
cppad-2020.00.00.3/speed/adolc/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/speed/adolc/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/speed/adolc/makefile.in-448-.cpp.o:
cppad-2020.00.00.3/speed/adolc/makefile.in:449:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/speed/adolc/makefile.in-450-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/speed/adolc/makefile.in-456-.cpp.obj:
cppad-2020.00.00.3/speed/adolc/makefile.in:457:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/speed/adolc/makefile.in:458:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/speed/adolc/makefile.in-459-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/speed/adolc/makefile.in-461-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/speed/adolc/makefile.in:462:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/speed/adolc/makefile.in-463-
##############################################
cppad-2020.00.00.3/speed/adolc/makefile.in-493-GTAGS:
cppad-2020.00.00.3/speed/adolc/makefile.in:494:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/speed/adolc/makefile.in-495-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/speed/adolc/makefile.in-519-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/speed/adolc/makefile.in:520:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/adolc/makefile.in:521:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/adolc/makefile.in-522-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/speed/adolc/makefile.in-533-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/speed/adolc/makefile.in:534:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/speed/adolc/makefile.in-535-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/speed/cppad/makefile.in-49-  { \
cppad-2020.00.00.3/speed/cppad/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/speed/cppad/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/speed/cppad/makefile.in-431-.cpp.o:
cppad-2020.00.00.3/speed/cppad/makefile.in:432:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/speed/cppad/makefile.in-433-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/speed/cppad/makefile.in-439-.cpp.obj:
cppad-2020.00.00.3/speed/cppad/makefile.in:440:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/speed/cppad/makefile.in:441:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/speed/cppad/makefile.in-442-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/speed/cppad/makefile.in-444-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/speed/cppad/makefile.in:445:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/speed/cppad/makefile.in-446-
##############################################
cppad-2020.00.00.3/speed/cppad/makefile.in-476-GTAGS:
cppad-2020.00.00.3/speed/cppad/makefile.in:477:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/speed/cppad/makefile.in-478-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/speed/cppad/makefile.in-502-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/speed/cppad/makefile.in:503:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/cppad/makefile.in:504:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/cppad/makefile.in-505-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/speed/cppad/makefile.in-516-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/speed/cppad/makefile.in:517:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/speed/cppad/makefile.in-518-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/speed/double/makefile.in-49-  { \
cppad-2020.00.00.3/speed/double/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/speed/double/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/speed/double/makefile.in-430-.cpp.o:
cppad-2020.00.00.3/speed/double/makefile.in:431:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/speed/double/makefile.in-432-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/speed/double/makefile.in-438-.cpp.obj:
cppad-2020.00.00.3/speed/double/makefile.in:439:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/speed/double/makefile.in:440:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/speed/double/makefile.in-441-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/speed/double/makefile.in-443-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/speed/double/makefile.in:444:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/speed/double/makefile.in-445-
##############################################
cppad-2020.00.00.3/speed/double/makefile.in-475-GTAGS:
cppad-2020.00.00.3/speed/double/makefile.in:476:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/speed/double/makefile.in-477-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/speed/double/makefile.in-501-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/speed/double/makefile.in:502:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/double/makefile.in:503:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/double/makefile.in-504-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/speed/double/makefile.in-515-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/speed/double/makefile.in:516:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/speed/double/makefile.in-517-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/speed/example/makefile.in-49-  { \
cppad-2020.00.00.3/speed/example/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/speed/example/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/speed/example/makefile.in-447-.cpp.o:
cppad-2020.00.00.3/speed/example/makefile.in:448:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/speed/example/makefile.in-449-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/speed/example/makefile.in-455-.cpp.obj:
cppad-2020.00.00.3/speed/example/makefile.in:456:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/speed/example/makefile.in:457:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/speed/example/makefile.in-458-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/speed/example/makefile.in-460-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/speed/example/makefile.in:461:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/speed/example/makefile.in-462-
##############################################
cppad-2020.00.00.3/speed/example/makefile.in-492-GTAGS:
cppad-2020.00.00.3/speed/example/makefile.in:493:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/speed/example/makefile.in-494-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/speed/example/makefile.in-518-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/speed/example/makefile.in:519:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/example/makefile.in:520:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/example/makefile.in-521-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/speed/example/makefile.in-532-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/speed/example/makefile.in:533:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/speed/example/makefile.in-534-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/speed/fadbad/makefile.in-49-  { \
cppad-2020.00.00.3/speed/fadbad/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/speed/fadbad/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/speed/fadbad/makefile.in-431-.cpp.o:
cppad-2020.00.00.3/speed/fadbad/makefile.in:432:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/speed/fadbad/makefile.in-433-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/speed/fadbad/makefile.in-439-.cpp.obj:
cppad-2020.00.00.3/speed/fadbad/makefile.in:440:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/speed/fadbad/makefile.in:441:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/speed/fadbad/makefile.in-442-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/speed/fadbad/makefile.in-444-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/speed/fadbad/makefile.in:445:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/speed/fadbad/makefile.in-446-
##############################################
cppad-2020.00.00.3/speed/fadbad/makefile.in-476-GTAGS:
cppad-2020.00.00.3/speed/fadbad/makefile.in:477:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/speed/fadbad/makefile.in-478-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/speed/fadbad/makefile.in-502-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/speed/fadbad/makefile.in:503:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/fadbad/makefile.in:504:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/fadbad/makefile.in-505-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/speed/fadbad/makefile.in-516-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/speed/fadbad/makefile.in:517:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/speed/fadbad/makefile.in-518-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/speed/profile/makefile.in-49-  { \
cppad-2020.00.00.3/speed/profile/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/speed/profile/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/speed/profile/makefile.in-471-.cpp.o:
cppad-2020.00.00.3/speed/profile/makefile.in:472:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/speed/profile/makefile.in-473-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/speed/profile/makefile.in-479-.cpp.obj:
cppad-2020.00.00.3/speed/profile/makefile.in:480:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/speed/profile/makefile.in:481:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/speed/profile/makefile.in-482-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/speed/profile/makefile.in-484-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/speed/profile/makefile.in:485:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/speed/profile/makefile.in-486-
##############################################
cppad-2020.00.00.3/speed/profile/makefile.in-516-GTAGS:
cppad-2020.00.00.3/speed/profile/makefile.in:517:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/speed/profile/makefile.in-518-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/speed/profile/makefile.in-542-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/speed/profile/makefile.in:543:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/profile/makefile.in:544:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/profile/makefile.in-545-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/speed/profile/makefile.in-556-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/speed/profile/makefile.in:557:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/speed/profile/makefile.in-558-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/speed/sacado/CMakeLists.txt-50-"the file sacado_prefix/include/Makefile.export.Sacado does not exist
cppad-2020.00.00.3/speed/sacado/CMakeLists.txt:51:where sacado_prefix=${sacado_prefix}"
cppad-2020.00.00.3/speed/sacado/CMakeLists.txt-52-    )
##############################################
cppad-2020.00.00.3/speed/sacado/makefile.in-49-  { \
cppad-2020.00.00.3/speed/sacado/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/speed/sacado/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/speed/sacado/makefile.in-436-.cpp.o:
cppad-2020.00.00.3/speed/sacado/makefile.in:437:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/speed/sacado/makefile.in-438-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/speed/sacado/makefile.in-444-.cpp.obj:
cppad-2020.00.00.3/speed/sacado/makefile.in:445:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/speed/sacado/makefile.in:446:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/speed/sacado/makefile.in-447-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/speed/sacado/makefile.in-449-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/speed/sacado/makefile.in:450:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/speed/sacado/makefile.in-451-
##############################################
cppad-2020.00.00.3/speed/sacado/makefile.in-481-GTAGS:
cppad-2020.00.00.3/speed/sacado/makefile.in:482:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/speed/sacado/makefile.in-483-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/speed/sacado/makefile.in-507-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/speed/sacado/makefile.in:508:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/sacado/makefile.in:509:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/sacado/makefile.in-510-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/speed/sacado/makefile.in-521-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/speed/sacado/makefile.in:522:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/speed/sacado/makefile.in-523-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/speed/src/link_mat_mul.cpp-71-\] $$
cppad-2020.00.00.3/speed/src/link_mat_mul.cpp:72:where $icode%s% = %size%$$.
cppad-2020.00.00.3/speed/src/link_mat_mul.cpp-73-
##############################################
cppad-2020.00.00.3/speed/src/makefile.in-50-  { \
cppad-2020.00.00.3/speed/src/makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/speed/src/makefile.in-52-  }; \
##############################################
cppad-2020.00.00.3/speed/src/makefile.in-434-.cpp.o:
cppad-2020.00.00.3/speed/src/makefile.in:435:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/speed/src/makefile.in-436-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/speed/src/makefile.in-442-.cpp.obj:
cppad-2020.00.00.3/speed/src/makefile.in:443:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/speed/src/makefile.in:444:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/speed/src/makefile.in-445-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/speed/src/makefile.in-447-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/speed/src/makefile.in:448:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/speed/src/makefile.in-449-
##############################################
cppad-2020.00.00.3/speed/src/makefile.in-479-GTAGS:
cppad-2020.00.00.3/speed/src/makefile.in:480:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/speed/src/makefile.in-481-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/speed/src/makefile.in-505-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/speed/src/makefile.in:506:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/src/makefile.in:507:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/speed/src/makefile.in-508-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/speed/src/makefile.in-519-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/speed/src/makefile.in:520:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/speed/src/makefile.in-521-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/test_more/compare_c/makefile.in-49-  { \
cppad-2020.00.00.3/test_more/compare_c/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/test_more/compare_c/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/test_more/compare_c/makefile.in-425-.c.o:
cppad-2020.00.00.3/test_more/compare_c/makefile.in:426:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/test_more/compare_c/makefile.in-427-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/test_more/compare_c/makefile.in-433-.c.obj:
cppad-2020.00.00.3/test_more/compare_c/makefile.in:434:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/test_more/compare_c/makefile.in:435:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/test_more/compare_c/makefile.in-436-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/test_more/compare_c/makefile.in-438-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/test_more/compare_c/makefile.in:439:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/test_more/compare_c/makefile.in-440-
cppad-2020.00.00.3/test_more/compare_c/makefile.in-441-.cpp.o:
cppad-2020.00.00.3/test_more/compare_c/makefile.in:442:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/test_more/compare_c/makefile.in-443-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/test_more/compare_c/makefile.in-449-.cpp.obj:
cppad-2020.00.00.3/test_more/compare_c/makefile.in:450:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/test_more/compare_c/makefile.in:451:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/test_more/compare_c/makefile.in-452-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/test_more/compare_c/makefile.in-454-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/test_more/compare_c/makefile.in:455:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/test_more/compare_c/makefile.in-456-
##############################################
cppad-2020.00.00.3/test_more/compare_c/makefile.in-486-GTAGS:
cppad-2020.00.00.3/test_more/compare_c/makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/test_more/compare_c/makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/test_more/compare_c/makefile.in-512-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/test_more/compare_c/makefile.in:513:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/test_more/compare_c/makefile.in:514:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/test_more/compare_c/makefile.in-515-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/test_more/compare_c/makefile.in-526-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/test_more/compare_c/makefile.in:527:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/test_more/compare_c/makefile.in-528-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-49-  { \
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-447-.cpp.o:
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in:448:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-449-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-455-.cpp.obj:
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in:456:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in:457:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-458-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-460-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in:461:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-462-
##############################################
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-492-GTAGS:
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in:493:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-494-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-518-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in:519:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in:520:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-521-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-532-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in:533:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/test_more/deprecated/atomic_two/makefile.in-534-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-49-  { \
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-413-.cpp.o:
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in:414:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-415-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-421-.cpp.obj:
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in:422:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in:423:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-424-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-426-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in:427:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-428-
##############################################
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-458-GTAGS:
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in:459:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-460-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-484-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in:485:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in:486:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-487-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-498-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in:499:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/test_more/deprecated/chkpoint_one/makefile.in-500-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/test_more/deprecated/makefile.in-49-  { \
cppad-2020.00.00.3/test_more/deprecated/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/test_more/deprecated/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/test_more/deprecated/makefile.in-438-.cpp.o:
cppad-2020.00.00.3/test_more/deprecated/makefile.in:439:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/test_more/deprecated/makefile.in-440-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/test_more/deprecated/makefile.in-446-.cpp.obj:
cppad-2020.00.00.3/test_more/deprecated/makefile.in:447:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/test_more/deprecated/makefile.in:448:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/test_more/deprecated/makefile.in-449-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/test_more/deprecated/makefile.in-451-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/test_more/deprecated/makefile.in:452:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/test_more/deprecated/makefile.in-453-
##############################################
cppad-2020.00.00.3/test_more/deprecated/makefile.in-483-GTAGS:
cppad-2020.00.00.3/test_more/deprecated/makefile.in:484:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/test_more/deprecated/makefile.in-485-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/test_more/deprecated/makefile.in-509-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/test_more/deprecated/makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/test_more/deprecated/makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/test_more/deprecated/makefile.in-512-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/test_more/deprecated/makefile.in-523-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/test_more/deprecated/makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/test_more/deprecated/makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/test_more/general/makefile.in-49-  { \
cppad-2020.00.00.3/test_more/general/makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cppad-2020.00.00.3/test_more/general/makefile.in-51-  }; \
##############################################
cppad-2020.00.00.3/test_more/general/makefile.in-807-.cpp.o:
cppad-2020.00.00.3/test_more/general/makefile.in:808:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
cppad-2020.00.00.3/test_more/general/makefile.in-809-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
cppad-2020.00.00.3/test_more/general/makefile.in-815-.cpp.obj:
cppad-2020.00.00.3/test_more/general/makefile.in:816:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
cppad-2020.00.00.3/test_more/general/makefile.in:817:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
cppad-2020.00.00.3/test_more/general/makefile.in-818-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
cppad-2020.00.00.3/test_more/general/makefile.in-820-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cppad-2020.00.00.3/test_more/general/makefile.in:821:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cppad-2020.00.00.3/test_more/general/makefile.in-822-
##############################################
cppad-2020.00.00.3/test_more/general/makefile.in-852-GTAGS:
cppad-2020.00.00.3/test_more/general/makefile.in:853:	here=`$(am__cd) $(top_builddir) && pwd` \
cppad-2020.00.00.3/test_more/general/makefile.in-854-	  && $(am__cd) $(top_srcdir) \
##############################################
cppad-2020.00.00.3/test_more/general/makefile.in-878-distdir-am: $(DISTFILES)
cppad-2020.00.00.3/test_more/general/makefile.in:879:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/test_more/general/makefile.in:880:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cppad-2020.00.00.3/test_more/general/makefile.in-881-	list='$(DISTFILES)'; \
##############################################
cppad-2020.00.00.3/test_more/general/makefile.in-892-	  if test -d $$d/$$file; then \
cppad-2020.00.00.3/test_more/general/makefile.in:893:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cppad-2020.00.00.3/test_more/general/makefile.in-894-	    if test -d "$(distdir)/$$file"; then \
##############################################
cppad-2020.00.00.3/test_more/general/reverse.cpp-240-the memory corresponding to function objects not currently being used
cppad-2020.00.00.3/test_more/general/reverse.cpp:241:is sometimes returned to the system (see $cref/checkpoint/chkpoint_one/.cpp$$).
cppad-2020.00.00.3/test_more/general/reverse.cpp-242-
##############################################
cppad-2020.00.00.3/.pc/0001-spelling.patch/bin/check_all.sh-67-    check_all_warn
cppad-2020.00.00.3/.pc/0001-spelling.patch/bin/check_all.sh:68:    count=`wc -l $top_srcdir/check_all.warn | sed -e 's|^\([0-9]*\) .*|\1|'`
cppad-2020.00.00.3/.pc/0001-spelling.patch/bin/check_all.sh-69-    if [ "$count" != '0' ]
##############################################
cppad-2020.00.00.3/.pc/0001-spelling.patch/bin/check_all.sh-82-    set +e
cppad-2020.00.00.3/.pc/0001-spelling.patch/bin/check_all.sh:83:    eval random_01_$1="`expr $RANDOM % 2`"
cppad-2020.00.00.3/.pc/0001-spelling.patch/bin/check_all.sh-84-    eval echo "random_01_$1=\$random_01_$1"
##############################################
cppad-2020.00.00.3/.pc/0001-spelling.patch/bin/check_all.sh-95-next_program() {
cppad-2020.00.00.3/.pc/0001-spelling.patch/bin/check_all.sh:96:    program_list=`echo "$program_list" | sed -e 's| *\([^ ]*\) *\(.*\)|\2 \1|'`
cppad-2020.00.00.3/.pc/0001-spelling.patch/bin/check_all.sh:97:    program=`echo "$program_list" | sed -e 's| *\([^ ]*\).*|\1|'`
cppad-2020.00.00.3/.pc/0001-spelling.patch/bin/check_all.sh-98-}