|
#! /bin/sh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Xsed='/bin/sed -e 1s/^X//' |
|
sed_quote_subst='s/\([`"$\\]\)/\\\1/g' |
|
|
|
|
|
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
|
emulate sh |
|
NULLCMD=: |
|
|
|
|
|
alias -g '${1+"$@"}'='"$@"' |
|
setopt NO_GLOB_SUBST |
|
else |
|
case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac |
|
fi |
|
BIN_SH=xpg4; export BIN_SH |
|
DUALCASE=1; export DUALCASE |
|
|
|
|
|
|
|
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
|
|
|
relink_command="(cd /home/weic4/GN/GNR/CRF++; { test -z \"\${LIBRARY_PATH+set}\" || unset LIBRARY_PATH || { LIBRARY_PATH=; export LIBRARY_PATH; }; }; { test -z \"\${COMPILER_PATH+set}\" || unset COMPILER_PATH || { COMPILER_PATH=; export COMPILER_PATH; }; }; { test -z \"\${GCC_EXEC_PREFIX+set}\" || unset GCC_EXEC_PREFIX || { GCC_EXEC_PREFIX=; export GCC_EXEC_PREFIX; }; }; LD_RUN_PATH=/netopt/ncbi_tools64/ncbi/shlib; export LD_RUN_PATH; LD_LIBRARY_PATH=/opt/gd-2.0.35/lib64; export LD_LIBRARY_PATH; PATH=/usr/lib64/qt-3.3/bin:/opt/python-2.5/bin:/opt/perl-5.8.8/bin:/opt/graphviz-2.16.1/bin:/am/ncbiapdata/bin:/netopt/ncbi_tools64/bin:/usr/local/nedit/5.5/bin:/usr/local/svnmucc/1.5.7/bin:/usr/local/jove/4.16.0.70/bin:/usr/local/joe/3.7/bin:/usr/local/ctags/5.7/bin:/usr/local/gcc/4.4.2/bin:/usr/local/gdb/6.8/bin:/usr/local/ddd/3.3.11/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/export/home/sybase/utils/bin; export PATH; g++ -O3 -Wall -o \$progdir/\$file crf_learn.o ./.libs/libcrfpp.so -lpthread -lm -Wl,-rpath -Wl,/home/weic4/GN/GNR/CRF++/.libs -Wl,-rpath -Wl,/usr/local/lib)" |
|
|
|
|
|
if test "$libtool_install_magic" = "%%%MAGIC variable%%%"; then |
|
|
|
generated_by_libtool_version='2.2.6b' |
|
notinst_deplibs=' libcrfpp.la' |
|
else |
|
|
|
if test "$libtool_execute_magic" != "%%%MAGIC variable%%%"; then |
|
ECHO="echo" |
|
file="$0" |
|
|
|
if test "X$1" = X--no-reexec; then |
|
|
|
shift |
|
elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then |
|
|
|
: |
|
else |
|
|
|
exec /bin/sh "$0" --no-reexec ${1+"$@"} |
|
fi |
|
fi |
|
|
|
|
|
thisdir=`$ECHO "X$file" | $Xsed -e 's%/[^/]*$%%'` |
|
test "x$thisdir" = "x$file" && thisdir=. |
|
|
|
|
|
file=`ls -ld "$file" | /bin/sed -n 's/.*-> //p'` |
|
while test -n "$file"; do |
|
destdir=`$ECHO "X$file" | $Xsed -e 's%/[^/]*$%%'` |
|
|
|
|
|
if test "x$destdir" != "x$file"; then |
|
case "$destdir" in |
|
[\\/]* | [A-Za-z]:[\\/]*) thisdir="$destdir" ;; |
|
*) thisdir="$thisdir/$destdir" ;; |
|
esac |
|
fi |
|
|
|
file=`$ECHO "X$file" | $Xsed -e 's%^.*/%%'` |
|
file=`ls -ld "$thisdir/$file" | /bin/sed -n 's/.*-> //p'` |
|
done |
|
|
|
|
|
|
|
|
|
WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=no |
|
if test "$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR" = "yes"; then |
|
|
|
if test "$thisdir" = "."; then |
|
thisdir=`pwd` |
|
fi |
|
|
|
case "$thisdir" in |
|
*[\\/].libs ) thisdir=`$ECHO "X$thisdir" | $Xsed -e 's%[\\/][^\\/]*$%%'` ;; |
|
.libs ) thisdir=. ;; |
|
esac |
|
fi |
|
|
|
|
|
absdir=`cd "$thisdir" && pwd` |
|
test -n "$absdir" && thisdir="$absdir" |
|
|
|
program=lt-'crf_learn' |
|
progdir="$thisdir/.libs" |
|
|
|
if test ! -f "$progdir/$program" || |
|
{ file=`ls -1dt "$progdir/$program" "$progdir/../$program" 2>/dev/null | /bin/sed 1q`; \ |
|
test "X$file" != "X$progdir/$program"; }; then |
|
|
|
file="$$-$program" |
|
|
|
if test ! -d "$progdir"; then |
|
mkdir "$progdir" |
|
else |
|
rm -f "$progdir/$file" |
|
fi |
|
|
|
|
|
if test -n "$relink_command"; then |
|
if relink_command_output=`eval $relink_command 2>&1`; then : |
|
else |
|
echo "$relink_command_output" >&2 |
|
rm -f "$progdir/$file" |
|
exit 1 |
|
fi |
|
fi |
|
|
|
mv -f "$progdir/$file" "$progdir/$program" 2>/dev/null || |
|
{ rm -f "$progdir/$program"; |
|
mv -f "$progdir/$file" "$progdir/$program"; } |
|
rm -f "$progdir/$file" |
|
fi |
|
|
|
if test -f "$progdir/$program"; then |
|
if test "$libtool_execute_magic" != "%%%MAGIC variable%%%"; then |
|
|
|
|
|
exec "$progdir/$program" ${1+"$@"} |
|
|
|
$ECHO "$0: cannot exec $program $*" 1>&2 |
|
exit 1 |
|
fi |
|
else |
|
|
|
$ECHO "$0: error: \`$progdir/$program' does not exist" 1>&2 |
|
$ECHO "This script is just a wrapper for $program." 1>&2 |
|
echo "See the libtool documentation for more information." 1>&2 |
|
exit 1 |
|
fi |
|
fi |
|
|