Added MACS source
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / gsl-randist
1 #! /bin/sh
2
3 # gsl-randist - temporary wrapper script for .libs/gsl-randist
4 # Generated by ltmain.sh (GNU libtool) 2.2
5 #
6 # The gsl-randist program cannot be directly executed until all the libtool
7 # libraries that it depends on are installed.
8 #
9 # This wrapper script should never be moved out of the build directory.
10 # If it is, it will not operate correctly.
11
12 # Sed substitution that helps us do robust quoting.  It backslashifies
13 # metacharacters that are still active within double-quoted strings.
14 Xsed='/usr/bin/sed -e 1s/^X//'
15 sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
16
17 # Be Bourne compatible
18 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19   emulate sh
20   NULLCMD=:
21   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
22   # is contrary to our usage.  Disable this feature.
23   alias -g '${1+"$@"}'='"$@"'
24   setopt NO_GLOB_SUBST
25 else
26   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
27 fi
28 BIN_SH=xpg4; export BIN_SH # for Tru64
29 DUALCASE=1; export DUALCASE # for MKS sh
30
31 # The HP-UX ksh and POSIX shell print the target directory to stdout
32 # if CDPATH is set.
33 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
34
35 relink_command=""
36
37 # This environment variable determines our operation mode.
38 if test "$libtool_install_magic" = "%%%MAGIC variable%%%"; then
39   # install mode needs the following variables:
40   generated_by_libtool_version='2.2'
41   notinst_deplibs=' libgsl.la cblas/libgslcblas.la'
42 else
43   # When we are sourced in execute mode, $file and $ECHO are already set.
44   if test "$libtool_execute_magic" != "%%%MAGIC variable%%%"; then
45     ECHO="/bin/echo"
46     file="$0"
47     # Make sure echo works.
48     if test "X$1" = X--no-reexec; then
49       # Discard the --no-reexec flag, and continue.
50       shift
51     elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
52       # Yippee, $ECHO works!
53       :
54     else
55       # Restart under the correct shell, and then maybe $ECHO will work.
56       exec /bin/sh "$0" --no-reexec ${1+"$@"}
57     fi
58   fi
59
60   # Find the directory that this script lives in.
61   thisdir=`$ECHO "X$file" | $Xsed -e 's%/[^/]*$%%'`
62   test "x$thisdir" = "x$file" && thisdir=.
63
64   # Follow symbolic links until we get to the real thisdir.
65   file=`ls -ld "$file" | /usr/bin/sed -n 's/.*-> //p'`
66   while test -n "$file"; do
67     destdir=`$ECHO "X$file" | $Xsed -e 's%/[^/]*$%%'`
68
69     # If there was a directory component, then change thisdir.
70     if test "x$destdir" != "x$file"; then
71       case "$destdir" in
72       [\\/]* | [A-Za-z]:[\\/]*) thisdir="$destdir" ;;
73       *) thisdir="$thisdir/$destdir" ;;
74       esac
75     fi
76
77     file=`$ECHO "X$file" | $Xsed -e 's%^.*/%%'`
78     file=`ls -ld "$thisdir/$file" | /usr/bin/sed -n 's/.*-> //p'`
79   done
80
81   # Usually 'no', except on cygwin/mingw when embedded into
82   # the cwrapper.
83   WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=no
84   if test "$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR" = "yes"; then
85     # special case for '.'
86     if test "$thisdir" = "."; then
87       thisdir=`pwd`
88     fi
89     # remove .libs from thisdir
90     case "$thisdir" in
91     *[\\/].libs ) thisdir=`$ECHO "X$thisdir" | $Xsed -e 's%[\\/][^\\/]*$%%'` ;;
92     .libs )   thisdir=. ;;
93     esac
94   fi
95
96   # Try to get the absolute directory name.
97   absdir=`cd "$thisdir" && pwd`
98   test -n "$absdir" && thisdir="$absdir"
99
100   program='gsl-randist'
101   progdir="$thisdir/.libs"
102
103
104   if test -f "$progdir/$program"; then
105     # Add our own library path to DYLD_LIBRARY_PATH
106     DYLD_LIBRARY_PATH="/Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/.libs:/Users/ENCODE/svn_test/htsworkflow/htswanalysis/MACS/lib/gsl/gsl-1.11/cblas/.libs:$DYLD_LIBRARY_PATH"
107
108     # Some systems cannot cope with colon-terminated DYLD_LIBRARY_PATH
109     # The second colon is a workaround for a bug in BeOS R4 sed
110     DYLD_LIBRARY_PATH=`$ECHO "X$DYLD_LIBRARY_PATH" | $Xsed -e 's/::*$//'`
111
112     export DYLD_LIBRARY_PATH
113
114     if test "$libtool_execute_magic" != "%%%MAGIC variable%%%"; then
115       # Run the actual program with our arguments.
116
117       exec "$progdir/$program" ${1+"$@"}
118
119       $ECHO "$0: cannot exec $program $*"
120       exit 1
121     fi
122   else
123     # The program doesn't exist.
124     $ECHO "$0: error: \`$progdir/$program' does not exist" 1>&2
125     $ECHO "This script is just a wrapper for $program." 1>&2
126     /bin/echo "See the libtool documentation for more information." 1>&2
127     exit 1
128   fi
129 fi