Server IP : 104.21.87.198 / Your IP : 172.69.165.37 Web Server : Apache/2.2.15 (CentOS) System : Linux GA 2.6.32-431.1.2.0.1.el6.x86_64 #1 SMP Fri Dec 13 13:06:13 UTC 2013 x86_64 User : apache ( 48) PHP Version : 5.6.38 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/bin/ |
Upload File : |
| Current File : /usr/bin/libtoolize |
#! /bin/sh
# Generated from libtoolize.m4sh.
# libtoolize (GNU libtool) 2.2.6b
# Written by Gary V. Vaughan <gary@gnu.org>, 2003
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# Libtoolize is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# Libtoolize is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with libtoolize; see the file COPYING. If not, a copy
# can be downloaded from http://www.gnu.org/licenses/gpl.html,
# or obtained by writing to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# Usage: $progname [OPTION]...
#
# Prepare a package to use libtool.
#
# -c, --copy copy files rather than symlinking them
# --debug enable verbose shell tracing
# -n, --dry-run print commands rather than running them
# -f, --force replace existing files
# -i, --install copy missing auxiliary files
# --ltdl[=DIR] install libltdl sources [default: libltdl]
# --no-warn don't display warning messages
# --nonrecursive prepare ltdl for non-recursive make
# -q, --quiet work silently
# --recursive prepare ltdl for recursive make
# --subproject prepare ltdl to configure and build independently
# -v, --verbose verbosely report processing
# --version print version information and exit
# -h, --help print short or long help message
#
# The following space or comma delimited options can be passed to $progname
# via the environment variable LIBTOOLIZE_OPTIONS, unknown environment
# options are ignored:
#
# --debug enable verbose shell tracing
# --no-warn don't display warning messages
# --quiet work silently
# --verbose verbosely report processing
#
# You must `cd' to the top directory of your package before you run
# `$progname'.
#
# When reporting a bug, please describe a test case to reproduce it and
# include the following information:
#
# host-triplet: x86_64-unknown-linux-gnu
# $progname: (GNU libtool) 2.2.6b
# automake: $automake_version
# autoconf: $autoconf_version
#
# Report bugs to <bug-libtool@gnu.org>.
: ${TAR=tar}
PROGRAM=libtoolize
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
emulate sh
NULLCMD=:
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
case `(set -o) 2>/dev/null` in #(
*posix*) :
set -o posix ;; #(
*) :
;;
esac
fi
as_nl='
'
export as_nl
# Printing a long string crashes Solaris 7 /usr/bin/printf.
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
# Prefer a ksh shell builtin over an external printf program on Solaris,
# but without wasting forks for bash or zsh.
if test -z "$BASH_VERSION$ZSH_VERSION" \
&& (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
as_echo='print -r --'
as_echo_n='print -rn --'
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
as_echo='printf %s\n'
as_echo_n='printf %s'
else
if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
as_echo_n='/usr/ucb/echo -n'
else
as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
as_echo_n_body='eval
arg=$1;
case $arg in #(
*"$as_nl"*)
expr "X$arg" : "X\\(.*\\)$as_nl";
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
esac;
expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
'
export as_echo_n_body
as_echo_n='sh -c $as_echo_n_body as_echo'
fi
export as_echo_body
as_echo='sh -c $as_echo_body as_echo'
fi
# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
PATH_SEPARATOR=:
(PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
(PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
PATH_SEPARATOR=';'
}
fi
# IFS
# We need space, tab and new line, in precisely that order. Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator.
case $0 in #((
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
done
IFS=$as_save_IFS
;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
as_myself=$0
fi
if test ! -f "$as_myself"; then
$as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
exit 1
fi
# Unset variables that we do not need and which cause bugs (e.g. in
# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
# suppresses any "Segmentation fault" message there. '((' could
# trigger a bug in pdksh 5.2.14.
for as_var in BASH_ENV ENV MAIL MAILPATH
do eval test x\${$as_var+set} = xset \
&& ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done
PS1='$ '
PS2='> '
PS4='+ '
# NLS nuisances.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE
# CDPATH.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
if test "x$CONFIG_SHELL" = x; then
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
emulate sh
NULLCMD=:
# Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
# is contrary to our usage. Disable this feature.
alias -g '\${1+\"\$@\"}'='\"\$@\"'
setopt NO_GLOB_SUBST
else
case \`(set -o) 2>/dev/null\` in #(
*posix*) :
set -o posix ;; #(
*) :
;;
esac
fi
"
as_required="as_fn_return () { (exit \$1); }
as_fn_success () { as_fn_return 0; }
as_fn_failure () { as_fn_return 1; }
as_fn_ret_success () { return 0; }
as_fn_ret_failure () { return 1; }
exitcode=0
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
else
exitcode=1; echo positional parameters were not saved.
fi
test x\$exitcode = x0 || exit 1"
as_suggested=""
if (eval "$as_required") 2>/dev/null; then :
as_have_required=yes
else
as_have_required=no
fi
if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
as_found=false
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
as_found=:
case $as_dir in #(
/*)
for as_base in sh bash ksh sh5; do
# Try only shells that exist, to save several forks.
as_shell=$as_dir/$as_base
if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
{ $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
CONFIG_SHELL=$as_shell as_have_required=yes
break 2
fi
done;;
esac
as_found=false
done
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
{ $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
CONFIG_SHELL=$SHELL as_have_required=yes
fi; }
IFS=$as_save_IFS
if test "x$CONFIG_SHELL" != x; then :
# We cannot yet assume a decent shell, so we have to provide a
# neutralization value for shells without unset; and this also
# works around shells that cannot unset nonexistent variables.
BASH_ENV=/dev/null
ENV=/dev/null
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
export CONFIG_SHELL
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
fi
if test x$as_have_required = xno; then :
$as_echo "$0: This script requires a shell more modern than all"
$as_echo "$0: the shells that I found on your system."
if test x${ZSH_VERSION+set} = xset ; then
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
$0: including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
fi
exit 1
fi
fi
fi
SHELL=${CONFIG_SHELL-/bin/sh}
export SHELL
# Unset more variables known to interfere with behavior of common tools.
CLICOLOR_FORCE= GREP_OPTIONS=
unset CLICOLOR_FORCE GREP_OPTIONS
# as_fn_unset VAR
# ---------------
# Portably unset VAR.
as_fn_unset ()
{
{ eval $1=; unset $1;}
}
as_unset=as_fn_unset
$as_unset CDPATH
: ${CP="cp -f"}
: ${ECHO="echo"}
: ${EGREP="/bin/grep -E"}
: ${FGREP="/bin/grep -F"}
: ${GREP="/bin/grep"}
: ${LN_S="ln -s"}
: ${MAKE="make"}
: ${MKDIR="mkdir"}
: ${MV="mv -f"}
: ${RM="rm -f"}
: ${SED="/bin/sed"}
: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
: ${Xsed="$SED -e 1s/^X//"}
# Global variables:
EXIT_SUCCESS=0
EXIT_FAILURE=1
EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
exit_status=$EXIT_SUCCESS
# Make sure IFS has a sensible default
lt_nl='
'
IFS=" $lt_nl"
dirname="s,/[^/]*$,,"
basename="s,^.*/,,"
# func_dirname_and_basename file append nondir_replacement
# perform func_basename and func_dirname in a single function
# call:
# dirname: Compute the dirname of FILE. If nonempty,
# add APPEND to the result, otherwise set result
# to NONDIR_REPLACEMENT.
# value returned in "$func_dirname_result"
# basename: Compute filename of FILE.
# value retuned in "$func_basename_result"
# Implementation must be kept synchronized with func_dirname
# and func_basename. For efficiency, we do not delegate to
# those functions but instead duplicate the functionality here.
func_dirname_and_basename ()
{
# Extract subdirectory from the argument.
func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
if test "X$func_dirname_result" = "X${1}"; then
func_dirname_result="${3}"
else
func_dirname_result="$func_dirname_result${2}"
fi
func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
}
# Generated shell functions inserted here.
# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
# is ksh but when the shell is invoked as "sh" and the current value of
# the _XPG environment variable is not equal to 1 (one), the special
# positional parameter $0, within a function call, is the name of the
# function.
progpath="$0"
# The name of this program:
# In the unlikely event $progname began with a '-', it would play havoc with
# func_echo (imagine progname=-n), so we prepend ./ in that case:
func_dirname_and_basename "$progpath"
progname=$func_basename_result
case $progname in
-*) progname=./$progname ;;
esac
# Make sure we have an absolute path for reexecution:
case $progpath in
[\\/]*|[A-Za-z]:\\*) ;;
*[\\/]*)
progdir=$func_dirname_result
progdir=`cd "$progdir" && pwd`
progpath="$progdir/$progname"
;;
*)
save_IFS="$IFS"
IFS=:
for progdir in $PATH; do
IFS="$save_IFS"
test -x "$progdir/$progname" && break
done
IFS="$save_IFS"
test -n "$progdir" || progdir=`pwd`
progpath="$progdir/$progname"
;;
esac
# Sed substitution that helps us do robust quoting. It backslashifies
# metacharacters that are still active within double-quoted strings.
Xsed="${SED}"' -e 1s/^X//'
sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
# Same as above, but do not quote variable references.
double_quote_subst='s/\(["`\\]\)/\\\1/g'
# Re-`\' parameter expansions in output of double_quote_subst that were
# `\'-ed in input to the same. If an odd number of `\' preceded a '$'
# in input to double_quote_subst, that '$' was protected from expansion.
# Since each input `\' is now two `\'s, look for any number of runs of
# four `\'s followed by two `\'s and then a '$'. `\' that '$'.
bs='\\'
bs2='\\\\'
bs4='\\\\\\\\'
dollar='\$'
sed_double_backslash="\
s/$bs4/&\\
/g
s/^$bs2$dollar/$bs&/
s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
s/\n//g"
# Standard options:
opt_dry_run=false
opt_help=false
opt_quiet=false
opt_verbose=false
opt_warning=:
# func_echo arg...
# Echo program name prefixed message, along with the current mode
# name if it has been set yet.
func_echo ()
{
$ECHO "$progname${mode+: }$mode: $*"
}
# func_verbose arg...
# Echo program name prefixed message in verbose mode only.
func_verbose ()
{
$opt_verbose && func_echo ${1+"$@"}
# A bug in bash halts the script if the last line of a function
# fails when set -e is in force, so we need another command to
# work around that:
:
}
# func_error arg...
# Echo program name prefixed message to standard error.
func_error ()
{
$ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2
}
# func_warning arg...
# Echo program name prefixed warning message to standard error.
func_warning ()
{
$opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2
# bash bug again:
:
}
# func_fatal_error arg...
# Echo program name prefixed message to standard error, and exit.
func_fatal_error ()
{
func_error ${1+"$@"}
exit $EXIT_FAILURE
}
# func_fatal_help arg...
# Echo program name prefixed message to standard error, followed by
# a help hint, and exit.
func_fatal_help ()
{
func_error ${1+"$@"}
func_fatal_error "$help"
}
help="Try \`$progname --help' for more information." ## default
# func_grep expression filename
# Check whether EXPRESSION matches any line of FILENAME, without output.
func_grep ()
{
$GREP "$1" "$2" >/dev/null 2>&1
}
# func_mkdir_p directory-path
# Make sure the entire path to DIRECTORY-PATH is available.
func_mkdir_p ()
{
my_directory_path="$1"
my_dir_list=
if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
# Protect directory names starting with `-'
case $my_directory_path in
-*) my_directory_path="./$my_directory_path" ;;
esac
# While some portion of DIR does not yet exist...
while test ! -d "$my_directory_path"; do
# ...make a list in topmost first order. Use a colon delimited
# list incase some portion of path contains whitespace.
my_dir_list="$my_directory_path:$my_dir_list"
# If the last portion added has no slash in it, the list is done
case $my_directory_path in */*) ;; *) break ;; esac
# ...otherwise throw away the child directory and loop
my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
done
my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
save_mkdir_p_IFS="$IFS"; IFS=':'
for my_dir in $my_dir_list; do
IFS="$save_mkdir_p_IFS"
# mkdir can fail with a `File exist' error if two processes
# try to create one of the directories concurrently. Don't
# stop in that case!
$MKDIR "$my_dir" 2>/dev/null || :
done
IFS="$save_mkdir_p_IFS"
# Bail out if we (or some other process) failed to create a directory.
test -d "$my_directory_path" || \
func_fatal_error "Failed to create \`$1'"
fi
}
# func_mktempdir [string]
# Make a temporary directory that won't clash with other running
# libtool processes, and avoids race conditions if possible. If
# given, STRING is the basename for that directory.
func_mktempdir ()
{
my_template="${TMPDIR-/tmp}/${1-$progname}"
if test "$opt_dry_run" = ":"; then
# Return a directory name, but don't create it in dry-run mode
my_tmpdir="${my_template}-$$"
else
# If mktemp works, use that first and foremost
my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
if test ! -d "$my_tmpdir"; then
# Failing that, at least try and use $RANDOM to avoid a race
my_tmpdir="${my_template}-${RANDOM-0}$$"
save_mktempdir_umask=`umask`
umask 0077
$MKDIR "$my_tmpdir"
umask $save_mktempdir_umask
fi
# If we're not in dry-run mode, bomb out on failure
test -d "$my_tmpdir" || \
func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
fi
$ECHO "X$my_tmpdir" | $Xsed
}
# func_quote_for_eval arg
# Aesthetically quote ARG to be evaled later.
# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
# is double-quoted, suitable for a subsequent eval, whereas
# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
# which are still active within double quotes backslashified.
func_quote_for_eval ()
{
case $1 in
*[\\\`\"\$]*)
func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
*)
func_quote_for_eval_unquoted_result="$1" ;;
esac
case $func_quote_for_eval_unquoted_result in
# Double-quote args containing shell metacharacters to delay
# word splitting, command substitution and and variable
# expansion for a subsequent eval.
# Many Bourne shells cannot handle close brackets correctly
# in scan sets, so we specify it separately.
*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
;;
*)
func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
esac
}
# func_quote_for_expand arg
# Aesthetically quote ARG to be evaled later; same as above,
# but do not quote variable references.
func_quote_for_expand ()
{
case $1 in
*[\\\`\"]*)
my_arg=`$ECHO "X$1" | $Xsed \
-e "$double_quote_subst" -e "$sed_double_backslash"` ;;
*)
my_arg="$1" ;;
esac
case $my_arg in
# Double-quote args containing shell metacharacters to delay
# word splitting and command substitution for a subsequent eval.
# Many Bourne shells cannot handle close brackets correctly
# in scan sets, so we specify it separately.
*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
my_arg="\"$my_arg\""
;;
esac
func_quote_for_expand_result="$my_arg"
}
# func_show_eval cmd [fail_exp]
# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
# is given, then evaluate it.
func_show_eval ()
{
my_cmd="$1"
my_fail_exp="${2-:}"
${opt_silent-false} || {
func_quote_for_expand "$my_cmd"
eval "func_echo $func_quote_for_expand_result"
}
if ${opt_dry_run-false}; then :; else
eval "$my_cmd"
my_status=$?
if test "$my_status" -eq 0; then :; else
eval "(exit $my_status); $my_fail_exp"
fi
fi
}
# func_show_eval_locale cmd [fail_exp]
# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
# is given, then evaluate it. Use the saved locale for evaluation.
func_show_eval_locale ()
{
my_cmd="$1"
my_fail_exp="${2-:}"
${opt_silent-false} || {
func_quote_for_expand "$my_cmd"
eval "func_echo $func_quote_for_expand_result"
}
if ${opt_dry_run-false}; then :; else
eval "$lt_user_locale
$my_cmd"
my_status=$?
eval "$lt_safe_locale"
if test "$my_status" -eq 0; then :; else
eval "(exit $my_status); $my_fail_exp"
fi
fi
}
# func_version
# Echo version message to standard output and exit.
func_version ()
{
$SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / {
s/^# //
s/^# *$//
s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
p
}' < "$progpath"
exit $?
}
# func_usage
# Echo short help message to standard output and exit.
func_usage ()
{
$SED -n '/^# Usage:/,/# -h/ {
s/^# //
s/^# *$//
s/\$progname/'$progname'/
p
}' < "$progpath"
$ECHO
$ECHO "run \`$progname --help | more' for full usage"
exit $?
}
# func_help
# Echo long help message to standard output and exit.
func_help ()
{
$SED -n '/^# Usage:/,/# Report bugs to/ {
s/^# //
s/^# *$//
s*\$progname*'$progname'*
s*\$host*'"$host"'*
s*\$SHELL*'"$SHELL"'*
s*\$LTCC*'"$LTCC"'*
s*\$LTCFLAGS*'"$LTCFLAGS"'*
s*\$LD*'"$LD"'*
s/\$with_gnu_ld/'"$with_gnu_ld"'/
s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
p
}' < "$progpath"
exit $?
}
# func_missing_arg argname
# Echo program name prefixed message to standard error and set global
# exit_cmd.
func_missing_arg ()
{
func_error "missing argument for $1"
exit_cmd=exit
}
exit_cmd=:
# test EBCDIC or ASCII
case `echo X|tr X '\101'` in
A) # ASCII based system
# \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
SP2NL='tr \040 \012'
NL2SP='tr \015\012 \040\040'
;;
*) # EBCDIC based system
SP2NL='tr \100 \n'
NL2SP='tr \r\n \100\100'
;;
esac
# Command line options:
opt_debug=:
opt_force=false
opt_install=false
opt_link=:
opt_ltdl=false
seen_autoconf=false
seen_libtool=false
seen_ltdl=false
# ltdl can be installed to be self-contained (subproject, the default);
# or to be configured by a parent project, either with a recursive or
# nonrecursive automake driven make:
ltdl_mode=
# Locations for important files:
prefix=/usr
datadir=/usr/share
pkgdatadir=/usr/share/libtool
pkgltdldir=/usr/share/libtool
aclocaldir=/usr/share/aclocal
auxdir=
macrodir=
ltdldir=
configure_ac=configure.in
# Lists of all files libtoolize has ever installed. These are removed
# before installing the latest files when --force was passed to help
# ensure a clean upgrade.
# Do not remove config.guess nor config.sub, we don't install them
# without --install, and the project may not be using Automake.
all_pkgconfig_files="ltmain.sh"
all_pkgmacro_files="argz.m4 libtool.m4 ltdl.m4 ltoptions.m4 ltsugar.m4 ltversion.in ltversion.m4 lt~obsolete.m4"
all_pkgltdl_files="COPYING.LIB Makefile Makefile.in Makefile.inc Makefile.am README acinclude.m4 aclocal.m4 argz_.h argz.c config.h.in config-h.in configure configure.ac configure.in libltdl/lt__alloc.h libltdl/lt__dirent.h libltdl/lt__glibc.h libltdl/lt__private.h libltdl/lt__strl.h libltdl/lt_dlloader.h libltdl/lt_error.h libltdl/lt_system.h libltdl/slist.h loaders/dld_link.c loaders/dlopen.c loaders/dyld.c loaders/load_add_on.c loaders/loadlibrary.c loaders/preopen.c loaders/shl_load.c lt__alloc.c lt__dirent.c lt__strl.c lt_dlloader.c lt_error.c ltdl.c ltdl.h slist.c"
# Parse environment options
{
my_sed_env_opt='1s/^\([^,:; ]*\).*$/\1/;q'
my_sed_env_rest='1s/^[^,:; ]*[,:; ]*\(.*\)$/\1/;q'
while test -n "$LIBTOOLIZE_OPTIONS"; do
opt=`echo "$LIBTOOLIZE_OPTIONS" | sed "$my_sed_env_opt"`
LIBTOOLIZE_OPTIONS=`echo "$LIBTOOLIZE_OPTIONS" | sed "$my_sed_env_rest"`
case $opt in
--debug) opt_debug=: ;;
--no-warn) opt_warning=false ;;
--quiet) opt_quiet=: ;;
--verbose) opt_verbose=: ;;
--*) func_warning "unrecognized environment option \`$opt'" ;;
*) func_fatal_help "garbled LIBTOOLIZE_OPTIONS near \`$opt'" ;;
esac
done
}
# Parse options once, thoroughly. This comes as soon as possible in
# the script to make things like `libtoolize --version' happen quickly.
{
# sed scripts:
my_sed_single_opt='1s/^\(..\).*$/\1/;q'
my_sed_single_rest='1s/^..\(.*\)$/\1/;q'
my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q'
my_sed_long_arg='1s/^--[^=]*=//'
while test "$#" -gt 0; do
opt="$1"
shift
case $opt in
--copy|-c) opt_link=false ;;
--debug) func_echo "enabling shell trace mode"
opt_debug='set -x'
$opt_debug
;;
--dry-run|-n) if $opt_dry_run; then :; else
opt_dry_run=:
RM="$ECHO $RM"
test -n "$LN_S" && LN_S="$ECHO $LN_S"
CP="$ECHO $CP"
MKDIR="$ECHO $MKDIR"
TAR="$ECHO $TAR"
fi
;;
--force|-f) opt_force=: ;;
--install|-i) opt_install=: ;;
--ltdl) opt_ltdl=:
if test "$#" -gt 0; then
case $1 in
-*) ;;
*) ltdldir=`$ECHO "X$1" | $Xsed -e 's,/*$,,'`
shift
;;
esac
fi
;;
--no-warn) opt_warning=false ;;
--nonrecursive|--non-recursive)
ltdl_mode=nonrecursive
;;
--quiet|--automake|-q) # --automake is for 1.5 compatibility
opt_quiet=:
;;
--recursive) ltdl_mode=recursive ;;
--subproject) ltdl_mode=subproject ;;
--verbose|-v) opt_verbose=: ;;
# Separate optargs to long options:
--*=*)
arg=`$ECHO "X$opt" | $Xsed -e "$my_sed_long_arg"`
opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_long_opt"`
set dummy "$opt" "$arg" ${1+"$@"}
shift
;;
# Separate optargs to short options:
#-X*)
# arg=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_rest"`
# opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_opt"`
# set dummy "$opt" "$arg" ${1+"$@"}
# shift
# ;;
# Separate non-argument short options:
-c*|-f*|-i*|-n*|-q*|-v*)
rest=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_rest"`
opt=`$ECHO "X$opt" | $Xsed -e "$my_sed_single_opt"`
set dummy "$opt" "-$rest" ${1+"$@"}
shift
;;
-\?|-h) func_usage ;;
--help) func_help ;;
--version) func_version ;;
--) break ;;
-*) func_fatal_help "unrecognized option \`$opt'" ;;
*) func_fatal_help "too many arguments" ;;
esac
done
}
# func_echo_once msg_var
# Calls func_echo with the value of MSG_VAR, and then sets MSG_VAR="" so
# that subsequent calls have no effect.
func_echo_once ()
{
$opt_debug
if test -n "$1"; then
eval my_msg=\$$1
if test -n "$my_msg"; then
func_echo "$my_msg"
eval $1=""
fi
fi
}
# func_copy srcfile destfile [msg_var]
# A wrapper for func_copy_cb that accepts arguments in the same order
# as the cp(1) shell command.
func_copy ()
{
$opt_debug
test -f "$1" || \
{ func_error "\`$1' not copied: not a regular file"; return 1; }
my_f1=`$ECHO "X$1" | $Xsed -e "$basename"`
if test -d "$2"; then
func_copy_cb "$my_f1" \
`$ECHO "X$1" | $Xsed -e "$dirname"` "$2" "$3"
else
# Supporting this would mean changing the timestamp:
test "X$my_f1" = X`$ECHO "X$2" | $Xsed -e "$basename"` \
|| func_fatal_error "func_copy() cannot change filename on copy"
func_copy_cb "$my_f1" \
`$ECHO "X$1" | $Xsed -e "$dirname"` \
`$ECHO "X$2" | $Xsed -e "$dirname"` \
"$3"
fi
return $copy_return_status # set in func_copy_cb
}
# func_copy_cb filename srcdir destdir [msg_var]
# If option `--copy' was specified, or soft-linking SRCFILE to DESTFILE fails,
# then try to copy SRCFILE to DESTFILE (without changing the timestamp if
# possible).
func_copy_cb ()
{
$opt_debug
my_file="$1"
my_srcdir="$2"
my_destdir="$3"
my_msg_var="$4"
copy_return_status=1
# Libtool is probably misinstalled if this happens:
test -f "$my_srcdir/$my_file" ||
func_fatal_error "\`$my_file' not found in \`$my_srcdir'"
case $opt_verbose in
false) my_copy_msg="file \`$my_destdir/$my_file'" ;;
*) my_copy_msg="file from \`$my_srcdir/$my_file'" ;;
esac
func_mkdir_p `$ECHO "X$my_destdir/$my_file" | $Xsed -e "$dirname"`
$RM "$my_destdir/$my_file"
if $opt_link; then
if test "$my_file" = "aclocal.m4"; then
if { ( cd "$my_srcdir" && $TAR chf - "$my_file" ) 2>/dev/null \
| ( umask 0 && cd "$my_destdir" && $TAR xf - ) >/dev/null 2>&1 ; }
then
$opt_quiet || func_echo_once "$my_msg_var"
$opt_quiet || func_echo "copying $my_copy_msg"
copy_return_status=0
fi
else
if $LN_S "$my_srcdir/$my_file" "$my_destdir/$my_file"; then
$opt_quiet || func_echo_once "$my_msg_var"
$opt_quiet || func_echo "linking $my_copy_msg"
copy_return_status=0
fi
fi
else
if { ( cd "$my_srcdir" && $TAR chf - "$my_file" ) 2>/dev/null \
| ( umask 0 && cd "$my_destdir" && $TAR xf - ) >/dev/null 2>&1; } \
&& touch "$my_destdir/$my_file"; then
$opt_quiet || func_echo_once "$my_msg_var"
$opt_quiet || func_echo "copying $my_copy_msg"
copy_return_status=0
fi
fi
if test "$copy_return_status" != 0; then
$opt_quiet || func_echo_once "$my_msg_var"
func_error "can not copy \`$my_srcdir/$my_file' to \`$my_destdir/'"
exit_status=$EXIT_FAILURE
fi
}
# func_copy_some_files srcfile_spec srcdir destdir [msg_var] [cb=func_copy_cb]
# Call COPY_CB for each regular file in SRCDIR named by the ':' delimited
# names in SRCFILE_SPEC. The odd calling convention is needed to allow
# spaces in file and directory names.
func_copy_some_files ()
{
$opt_debug
my_srcfile_spec="$1"
my_srcdir="$2"
my_destdir="$3"
my_msg_var="$4"
my_copy_cb="${5-func_copy_cb}"
my_save_IFS="$IFS"
IFS=:
for my_filename in $my_srcfile_spec; do
IFS="$my_save_IFS"
if test -f "$my_srcdir/$my_filename"; then
if test "X$my_copy_cb" = Xfunc_copy_cb; then
$opt_force || if test -f "$my_destdir/$my_filename"; then
$opt_quiet || func_echo_once "$my_msg_var"
$opt_quiet \
|| func_error "\`$my_destdir/$my_filename' exists: use \`--force' to overwrite"
continue
fi
fi
else
func_echo_once "$my_msg_var"
func_fatal_error "\`$my_filename' not found in \`$my_srcdir'"
fi
$my_copy_cb "$my_filename" "$my_srcdir" "$my_destdir" "$my_msg_var"
done
IFS="$my_save_IFS"
}
# func_fixup_Makefile srcfile srcdir destdir
func_fixup_Makefile ()
{
$opt_debug
my_filename="$1"
my_srcdir="$2"
my_destdir="$3"
my_fixup_non_subpackage_script="\
s,(LIBOBJS),(ltdl_LIBOBJS),g
s,(LTLIBOBJS),(ltdl_LTLIBOBJS),g
s,libltdl/configure.ac,,
s,libltdl/configure,,
s,libltdl/aclocal.m4,,
s,libltdl/config-h.in,,
s,libltdl/Makefile.am,,
s,libltdl/Makefile.in,,
/^[ ]*\\\\\$/d"
case $my_filename in
Makefile.am)
my_fixup_non_subpackage_script=`echo "$my_fixup_non_subpackage_script" | \
sed 's,libltdl/,,'`
my_fixup_inc_paths_script= ;;
Makefile.inc)
repl=$ltdldir
repl_uscore=`$ECHO "X$repl" | $Xsed -e 's,[/.+-],_,g'`
my_fixup_inc_paths_script="\
s,libltdl_,@repl_uscore@_,
s,libltdl/,@repl@/,
s,: libltdl/,: @repl@/,
s, -Ilibltdl , -I@repl@ ,
s,\\\$(libltdl_,\$(@repl_uscore@_,
s,)/libltdl ,)/@repl@ ,
s,@repl_uscore@,${repl_uscore},g
s,@repl@,${repl},g"
;;
esac
$RM "$my_destdir/$my_filename" 2>/dev/null
$opt_quiet || func_echo "creating file \`$my_destdir/$my_filename'"
if $opt_dry_run; then :;
else
$SED "$my_fixup_non_subpackage_script
$my_fixup_inc_paths_script" \
< "$my_srcdir/$my_filename" > "$my_destdir/$my_filename" ||
func_fatal_error "cannot create $my_destdir/$my_filename"
fi
}
# func_scan_files
# Scan configure.(ac|in) and aclocal.m4 (if present) for use of libltdl
# and libtool. Possibly running some of these tools if necessary.
# Libtoolize affects the contents of aclocal.m4, and should be run before
# aclocal, so we can't use configure --trace which relies on a consistent
# configure.(ac|in) and aclocal.m4.
func_scan_files ()
{
$opt_debug
# Prefer configure.ac to configure.in
test -f configure.ac && configure_ac=configure.ac
test -f "$configure_ac" || configure_ac=
# Set local variables to reflect contents of configure.ac
my_sed_scan_configure_ac='s,#.*$,,; s,^dnl .*$,,; s, dnl .*$,,;
/AC_INIT/ {
s,^.*$,seen_autoconf=:,
p
}
d'
test -z "$configure_ac" \
|| eval `$SED "$my_sed_scan_configure_ac" "$configure_ac"`
$seen_autoconf || {
my_configure_ac=
test -n "$configure_ac" && my_configure_ac="$configure_ac: "
func_verbose "${my_configure_ac}not using Autoconf"
# Make sure ltdldir and ltdl_mode have sensible defaults
# since we return early here:
test -n "$ltdldir" || ltdldir=libltdl
test -n "$ltdl_mode" || ltdl_mode=subproject
return
}
# ---------------------------------------------------- #
# Probe macro usage in configure.ac and/or aclocal.m4. #
# ---------------------------------------------------- #
my_sed_traces='s,#.*$,,; s,^dnl .*$,,; s, dnl .*$,,
s,^.*AC_REQUIRE(.*$,,; s,^.*m4_require(.*$,,; s,^.*m4_define(.*$,,
s,^.*A[CU]_DEFUN(.*$,,; s,^.*m4_defun(.*$,,
/AC_CONFIG_AUX_DIR(/ {
s,^.*AC_CONFIG_AUX_DIR([[ ]*\([^])]*\).*$,ac_auxdir=\1,
p
}
/AC_CONFIG_MACRO_DIR(/ {
s,^.*AC_CONFIG_MACRO_DIR([[ ]*\([^])]*\).*$,ac_macrodir=\1,
p
}
/_LT_CONFIG_LTDL_DIR(/d
/LT_CONFIG_LTDL_DIR(/ {
s,^.*LT_CONFIG_LTDL_DIR([[ ]*\([^])]*\).*$,ac_ltdldir=\1,
p
}
/\[A[CM]_PROG_LIBTOOL/d
/A[CM]_PROG_LIBTOOL/ {
s,^.*$,seen_libtool=:,
p
}
/the.*option into.*LT_INIT.*parameter/d
/\[LT_INIT/d
/LT_INIT/ {
s,^.*$,seen_libtool=:,
p
}
/\[LTDL_INIT/d
/LTDL_INIT/ {
s,^.*LTDL_INIT([[ ]*\([^])]*\).*$,ltdl_options="\1",
s,^.*LTDL_INIT[ ]*$,seen_ltdl=:,
p
}
/LT_WITH_LTDL/ {
s,^.*$,seen_ltdl=:,
p
}
/AC_LIB_LTDL/ {
s,^.*$,seen_ltdl=:,
p
}
/AC_WITH_LTDL/ {
s,^.*$,seen_ltdl=:,
p
}
d'
eval `cat aclocal.m4 "$configure_ac" 2>/dev/null | $SED "$my_sed_traces"`
# ----------------- #
# Validate ltdldir. #
# ----------------- #
ac_ltdldir=`$ECHO "X$ac_ltdldir" | $Xsed -e 's,/*$,,'`
# If $configure_ac contains AC_CONFIG_LTDL_DIR, check that its
# arguments were not given in terms of a shell variable!
case "$ac_ltdldir" in
*\$*)
func_fatal_error "can not handle variables in LT_CONFIG_LTDL_DIR"
;;
esac
# If neither --ltdl nor LT_CONFIG_LTDL_DIR are specified, default to
# `libltdl'. If both are specified, they must be the same. Otherwise,
# take the one that is given! (If LT_CONFIG_LTDL_DIR is not specified
# we suggest adding it later in this code.)
case x$ac_ltdldir,x$ltdldir in
x,x) ltdldir=libltdl ;;
x*,x) ltdldir=$ac_ltdldir ;;
x,x*) ltdldir=$ltdldir ;;
*)
test x"$ac_ltdldir" = x"$ltdldir" || \
func_fatal_error "--ltdl='$ltdldir' does not match LT_CONFIG_LTDL_DIR($ac_ltdldir)"
;;
esac
# ------------------- #
# Validate ltdl_mode. #
# ------------------- #
test -n "$ltdl_options" && seen_ltdl=:
# If $configure_ac contains LTDL_INIT, check that its
# arguments were not given in terms of a shell variable!
case "$ltdl_options" in
*\$*)
func_fatal_error "can not handle variables in LTDL_INIT"
;;
esac
# Extract mode name from ltdl_options
# FIXME: Diagnose multiple conflicting modes in ltdl_options
ac_ltdl_mode=
case " $ltdl_options " in
*" nonrecursive "*) ac_ltdl_mode=nonrecursive ;;
*" recursive "*) ac_ltdl_mode=recursive ;;
*" subproject "*) ac_ltdl_mode=subproject ;;
esac
# If neither --ltdl nor an LTDL_INIT mode are specified, default to
# `subproject'. If both are specified, they must be the same. Otherwise,
# take the one that is given!
case x$ac_ltdl_mode,x$ltdl_mode in
x,x) ltdl_mode=subproject ;;
x*,x) ltdl_mode=$ac_ltdl_mode ;;
x,x*) ltdl_mode=$ltdl_mode ;;
*)
test x"$ac_ltdl_mode" = x"$ltdl_mode" || \
func_fatal_error "--$ltdl_mode does not match LTDL_INIT($ac_ltdl_mode)"
;;
esac
# ---------------- #
# Validate auxdir. #
# ---------------- #
if test -n "$ac_auxdir"; then
# If $configure_ac contains AC_CONFIG_AUX_DIR, check that it was
# not given in terms of a shell variable!
case "$ac_auxdir" in
*\$*)
func_fatal_error "can not handle variables in AC_CONFIG_AUX_DIR"
;;
*)
auxdir=$ac_auxdir
;;
esac
else
# Try to discover auxdir the same way it is discovered by configure.
# Note that we default to the current directory.
for dir in . .. ../..; do
if test -f "$dir/install-sh"; then
auxdir=$dir
break
elif test -f "$dir/install.sh"; then
auxdir="$dir"
break
fi
done
fi
# Just use the current directory if all else fails.
test -n "$auxdir" || auxdir=.
# ------------------------------ #
# Find local m4 macro directory. #
# ------------------------------ #
# Hunt for ACLOCAL_AMFLAGS in `Makefile.am' for a `-I' argument.
my_sed_aclocal_flags='
/^[ ]*ACLOCAL_[A-Z_]*FLAGS[ ]*=/ {
s,^[^=]*=[ ]*\(.*\), \1,
q
}
d'
if test -f Makefile.am; then
my_macrodir_is_next=false
for arg in `$SED "$my_sed_aclocal_flags" Makefile.am`; do
if $my_macrodir_is_next; then
am_macrodir="$arg"
break
else
if test "X$arg" = "X-I"; then
my_macrodir_is_next=:
else
my_macrodir_is_next=false
fi
fi
done
fi
macrodir="$ac_macrodir"
test -z "$macrodir" && macrodir="$am_macrodir"
if test -n "$am_macrodir" && test -n "$ac_macrodir"; then
test "$am_macrodir" = "$ac_macrodir" \
|| func_fatal_error "AC_CONFIG_MACRO_DIR([$ac_macrodir]) conflicts with ACLOCAL_AMFLAGS=-I $am_macrodir."
fi
}
# func_included_files searchfile
# Output INCLUDEFILE if SEARCHFILE m4_includes it, else output SEARCHFILE.
func_included_files ()
{
$opt_debug
my_searchfile="$1"
my_include_regex=
my_sed_include='
/^m4_include(\[.*\])$/ {
s,^m4_include(\[\(.*\)\])$,\1,
p
}
d'
if test -f "$my_searchfile"; then
$ECHO "X$my_searchfile" | $Xsed
# Only recurse when we don't care if all the variables we use get
# trashed, since they are in global scope.
for my_filename in `$SED "$my_sed_include" "$my_searchfile"`; do
func_included_files $my_filename
done
fi
}
# func_serial filename [macro_regex]
# Output the value of the serial number comment in FILENAME, where the
# comment line must also match MACRO_REGEX, if given.
func_serial ()
{
$opt_debug
my_filename="$1"
my_macro_regex="$2"
my_sed_serial='
/^# serial [1-9][0-9.]*[ ]*'"$my_macro_regex"'[ ]*$/ {
s,^# serial \([1-9][0-9.]*\).*$,\1,
q
}
d'
# Search FILENAME and all the files it m4_includes for a serial number
# in the file that AC_DEFUNs MACRO_REGEX.
my_serial=
for my_file in `func_included_files "$my_filename"`; do
if test -z "$my_macro_regex" ||
test "$my_filename" = aclocal.m4 ||
test "$my_macro_regex" = `echo "$my_filename" | $SED "$basename"` ||
func_grep '^AC_DEFUN(\['"$my_macro_regex" "$my_file"
then
my_serial=`$SED -e "$my_sed_serial" "$my_file"`
break
fi
done
# If the file has no serial number, we assume it's ancient.
test -n "$my_serial" || my_serial=0
$ECHO $my_serial
}
# func_serial_max serial1 serial2
# Compare (possibly multi-part, '.' delimited) serial numbers, and
# return the largest in $func_serial_max_result. If they are the
# same, func_serial_max_result will be empty.
func_serial_max ()
{
$opt_debug
my_serial1="$1"
my_serial2="$2"
my_sed_dot='s/\..*$//g'
my_sed_rest='s/^[0-9][1-9]*\.*//'
my_sed_digits='s/[^0-9.]//g'
# Incase they turn out to be the same, we'll set it to empty
func_serial_max_result=
test "X$1$2" = X`$ECHO "X$1$2" | $Xsed -e "$my_sed_digits"` || {
func_error "serial numbers \`$1' or \`$2' contain non-digit chars"
return
}
while test -n "$my_serial1$my_serial2"; do
my_serial1_part=`$ECHO "X$my_serial1" | $Xsed -e "$my_sed_dot"`
my_serial2_part=`$ECHO "X$my_serial2" | $Xsed -e "$my_sed_dot"`
test -z "$my_serial1_part$my_serial2_part" \
&& break
test -z "$my_serial1_part" \
&& { func_serial_max_result="$2"; break; }
test -z "$my_serial2_part" \
&& { func_serial_max_result="$1"; break; }
test "$my_serial1_part" -gt "$my_serial2_part" \
&& { func_serial_max_result="$1"; break; }
test "$my_serial2_part" -gt "$my_serial1_part" \
&& { func_serial_max_result="$2"; break; }
my_serial1=`$ECHO "X$my_serial1" | $Xsed -e "$my_sed_rest"`
my_serial2=`$ECHO "X$my_serial2" | $Xsed -e "$my_sed_rest"`
done
}
# func_serial_update_check srcfile src_serial destfile dest_serial
# Unless SRC_SERIAL is newer than DEST_SERIAL set $func_serial_update_check
# to 'false'.
func_serial_update_check ()
{
$opt_debug
my_srcfile="$1"
my_src_serial="$2"
my_destfile="$3"
my_dest_serial="$4"
my_update_p=:
if test -f "$my_destfile"; then
test "X$my_src_serial" = "X0" && {
func_warning "no serial number on \`$my_srcfile', not copying."
return
}
# Determine whether the destination has an older serial.
func_serial_max "$my_src_serial" "$my_dest_serial"
test "X$my_src_serial" = "X$func_serial_max_result" || my_update_p=false
test "X$my_src_serial" = "X$func_serial_max_result" \
&& func_verbose "\`$my_srcfile' is serial $my_src_serial, greater than $my_dest_serial in \`$my_destfile'"
if test "X$my_dest_serial" = "X$func_serial_max_result"; then
func_verbose "\`$my_srcfile' is serial $my_src_serial, less than $my_dest_serial in \`$my_destfile'"
$opt_force || if test -n "$ac_macrodir$ac_ltdldir"; then
func_error "\`$my_destfile' is newer: use \`--force' to overwrite"
fi
fi
fi
func_serial_update_check_result="$my_update_p"
}
# func_aclocal_update_check filename
# Unless serial number of FILENAME is newer than the matching serial number
# in aclocal.m4, set $func_aclocal_update_check to 'false'.
func_aclocal_update_check ()
{
$opt_debug
my_srcfile="$aclocaldir/$1"
my_destfile="aclocal.m4"
case $need in
libtool.m4)
my_src_serial=`func_serial "$my_srcfile" LT_INIT`
my_dest_serial=`func_serial "$my_destfile" LT_INIT`
# Strictly, this libtoolize ought not to have to deal with ancient
# serial formats, but we accept them here to be complete:
test "X$my_src_serial" = "X0" &&
my_src_serial=`func_serial "$my_srcfile" 'A[CM]_PROG_LIBTOOL'`
test "X$my_dest_serial" = "X0" &&
my_dest_serial=`func_serial "$my_destfile" 'A[CM]_PROG_LIBTOOL'`
;;
ltdl.m4)
my_src_serial=`func_serial "$my_srcfile" LTDL_INIT`
my_dest_serial=`func_serial "$my_destfile" LTDL_INIT`
;;
*)
my_src_serial=`func_serial "$my_srcfile" "$need"`
my_dest_serial=`func_serial "$my_destfile" "$need"`
;;
esac
func_serial_update_check \
"$my_srcfile" "$my_src_serial" "$my_destfile" "$my_dest_serial"
func_aclocal_update_check_result="$func_serial_update_check_result"
}
# func_serial_update filename srcdir destdir [msg_var] [macro_re] [old_macro_re]
# Copy the FILENAME from a SRCDIR to DESTDIR provided that either FILENAME
# has a newer serial number, or DESTFILE does not yet exist, or the user
# specified `--force' at the command line. If given, MACRO_REGEX or
# OLD_MACRO_REGEX must match any text after "# serial N" in both files.
func_serial_update ()
{
$opt_debug
my_filename="$1"
my_srcdir="$2"
my_destdir="$3"
my_msg_var="$4"
my_macro_regex="$5"
my_old_macro_regex="$6"
my_serial_update_p=:
my_return_status=1
my_srcfile="$my_srcdir/$my_filename"
my_destfile="$my_destdir/$my_filename"
test -f "$my_srcfile" || func_fatal_error "\`$my_srcfile' does not exist."
if test -f "$my_destfile"; then
my_src_serial=`func_serial "$my_srcfile" "$my_macro_regex"`
my_dest_serial=`func_serial "$my_destfile" "$my_macro_regex"`
# Strictly, this libtoolize ought not to have to deal with ancient
# serial formats, but we accept them here to be complete:
test "X$my_src_serial" = "X0" &&
my_src_serial=`func_serial "$my_srcfile" "$my_old_macro_regex"`
test "X$my_dest_serial" = "X0" &&
my_dest_serial=`func_serial "$my_destfile" "$my_old_macro_regex"`
func_serial_update_check \
"$my_srcfile" "$my_src_serial" "$my_destfile" "$my_dest_serial"
my_serial_update_p="$func_serial_update_check_result"
fi
if $my_serial_update_p || $opt_force; then
func_copy "$my_srcfile" "$my_destfile" "$my_msg_var"
my_return_status=$?
elif $opt_force && test "X$my_dest_serial" = "X$my_src_serial"; then
$opt_quiet || func_echo_once "$my_msg_var"
$opt_quiet \
|| func_echo "\`$my_destfile' is already up to date."
fi
# Do this after the copy for hand maintained `aclocal.m4', incase
# it has `m4_include([DESTFILE])', so the copy effectively already
# updated `aclocal.m4'.
my_included_files=`func_included_files aclocal.m4`
case `echo " $my_included_files " | $NL2SP` in
# Skip included files:
*" $my_destfile "*) ;;
# Otherwise compare to aclocal.m4 serial number (func_serial
# returns 0 for older macro serial numbers before we provided
# serial tags, so the update message will be correctly given
# if aclocal.m4 contains an untagged --i.e older-- macro file):
*)
if test -f aclocal.m4; then
func_serial_max \
"$my_src_serial" `func_serial aclocal.m4 "$my_macro_regex"`
if test "X$my_src_serial" = "X$func_serial_max_result"; then
func_echo_once "$my_msg_var"
func_echo "You should add the contents of \`$my_destfile' to \`aclocal.m4'."
fi
fi
;;
esac
return $my_return_status
}
# func_keyword_update filename srcdir destdir sed_script [msg_var]
# Copy the FILENAME from a SRCDIR to DESTDIR provided that either FILENAME
# has a newer revision according to the serial number extracted by
# SED_SCRIPT, or DESTFILE does not yet exist, or the user specified
# `--force' at the command line.
func_keyword_update ()
{
$opt_debug
my_filename="$1"
my_srcdir="$2"
my_destdir="$3"
my_sed_script="$4"
my_msg_var="$5"
my_srcfile="$my_srcdir/$my_filename"
my_destfile="$my_destdir/$my_filename"
my_keyword_update_p=:
test -f "$my_srcfile" || func_fatal_error "\`$my_srcfile' does not exist."
if test -f "$my_destfile"; then
my_src_serial=`$SED -e "$my_sed_script" "$my_srcfile"`
test -z "$my_src_serial" && {
func_warning "no serial number in \`$my_srcfile', not copying."
return
}
my_dest_serial=`$SED -e "$my_sed_script" "$my_destfile"`
test -n "$my_dest_serial" || my_dest_serial=0
func_serial_update_check \
"$my_srcfile" "$my_src_serial" "$my_destfile" "$my_dest_serial"
my_keyword_update_p="$func_serial_update_check_result"
fi
if $my_keyword_update_p || $opt_force; then
func_copy "$my_srcfile" "$my_destfile" "$my_msg_var"
elif $opt_verbose || $opt_force && test "X$my_dest_serial" = "X$my_src_serial"; then
func_echo_once "$my_msg_var"
func_echo "\`$my_destfile' is already up to date."
fi
}
# func_ltmain_update filename srcdir destdir [msg_var]
# Copy the FILENAME from a SRCDIR to DESTDIR provided that either FILENAME
# has a newer revision, or DESTFILE does not yet exist, or the user
# specified `--force' at the command line.
func_ltmain_update ()
{
$opt_debug
my_sed_ltmain='
/^package_revision='\''*[0-9][1-9.]*'\''*/ {
s,^package_revision='\''*\([0-9.]*\)'\''*[ ]*$,\1,
p
}
d'
func_keyword_update "$1" "$2" "$3" "$my_sed_ltmain" "$4"
return $my_return_status
}
# func_config_update filename srcdir destdir [msg_var]
# Copy the FILENAME from a SRCDIR to DESTDIR provided that either FILENAME
# has a newer timestamp, or DESTFILE does not yet exist, or the user
# specified `--force' at the command line.
func_config_update ()
{
$opt_debug
my_sed_config='
/^timestamp='\''*[0-9][1-9-]*'\''*/ {
s,^timestamp='\''*\([0-9-]*\)'\''*,\1,
s/-/./g
p
}
d'
func_keyword_update "$1" "$2" "$3" "$my_sed_config" "$4"
return $my_return_status
}
# func_install_update filename srcdir destdir [msg_var]
# Copy the FILENAME from a SRCDIR to DESTDIR provided that either FILENAME
# has a newer timestamp, or DESTFILE does not yet exist, or the user
# specified `--force' at the command line.
func_install_update ()
{
$opt_debug
my_sed_install='
/^scriptversion='\''*[0-9][1-9.-]*'\''*/ {
s,[#;].*,,
s,^scriptversion='\''*\([0-9.-]*\)'\''*,\1,
s/-/./g
p
}
d'
func_keyword_update "$1" "$2" "$3" "$my_sed_install" "$4"
return $my_return_status
}
# func_massage_aclocal_DATA [glob_exclude]
# @aclocal_DATA\@ is substituted as per its value in Makefile.am;
# this function massages it into a suitable format for func_copy_some_files.
func_massage_aclocal_DATA ()
{
$opt_debug
pkgmacro_files= # GLOBAL VAR
my_glob_exclude="$1"
# Massage a value for pkgmacro_files from the value used in Makefile.am.
for my_filename in m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4; do
my_filename=`$ECHO "X$my_filename" | $Xsed -e "$basename"`
# ignore excluded filenames
if test -n "$my_glob_exclude"; then
my_cont=false
eval 'case $my_filename in '$my_glob_exclude') my_cont=: ;; esac'
$my_cont && continue
fi
pkgmacro_files="$pkgmacro_files:$my_filename"
done
# strip spurious leading `:'
pkgmacro_files=`$ECHO "X$pkgmacro_files" | $Xsed -e 's,^:*,,'`
}
# func_install_pkgmacro_subproject
# Unless --quiet was passed, display a message. Then copy pkgmacro_files
# from libtool installation tree to subproject libltdl tree.
func_install_pkgmacro_subproject ()
{
$opt_debug
# Remove any lingering files that my have been installed by some
# previous libtoolize release:
$opt_force && for file in $all_pkgmacro_files; do
test -f "$subproject_macrodir/$file" && func_verbose "rm -f '$subproject_macrodir/$file'"
rm -f "$subproject_macrodir/$file"
done
# Copy all the files from installed libltdl to this project, if the
# user specified a macrodir.
$opt_quiet || if test "x$macrodir" != "x$subproject_macrodir"; then
pkgmacro_header="putting macros in \`$subproject_macrodir'."
elif test -n "$subproject_macrodir"; then
pkgmacro_header="putting macros in AC_CONFIG_MACRO_DIR, \`$subproject_macrodir'."
fi
func_copy_some_files "argz.m4:libtool.m4:ltdl.m4:$pkgmacro_files" \
"$aclocaldir" "$subproject_macrodir" pkgmacro_header
}
# func_install_pkgmacro_parent
# Unless --quiet was passed, or AC_CONFIG_MACRO_DIR was not seen, display
# a message. Then update appropriate macros if newer ones are available
# from the libtool installation tree.
func_install_pkgmacro_parent ()
{
$opt_debug
# Remove any lingering files that my have been installed by some
# previous libtoolize release:
$opt_force && for file in $all_pkgmacro_files; do
test -f "$macrodir/$file" && func_verbose "rm -f '$macrodir/$file'"
rm -f "$macrodir/$file"
done
# Copy all the files from installed libltdl to this project, if the
# user specified a macrodir.
$opt_quiet || if test -n "$ac_macrodir"; then
my_pkgmacro_header="putting macros in AC_CONFIG_MACRO_DIR, \`$ac_macrodir'."
elif test -n "$macrodir"; then
my_pkgmacro_header="putting macros in \`$macrodir'."
fi
if $opt_ltdl; then
func_serial_update argz.m4 "$aclocaldir" "$macrodir" \
my_pkgmacro_header argz.m4
else
func_verbose "Not copying \`$macrodir/argz.m4', libltdl not used."
fi
func_serial_update libtool.m4 "$aclocaldir" "$macrodir" \
my_pkgmacro_header LT_INIT 'A[CM]_PROG_LIBTOOL'
if $opt_ltdl; then
func_serial_update ltdl.m4 "$aclocaldir" "$macrodir" \
my_pkgmacro_header 'LTDL_INIT'
else
func_verbose "Not copying \`$macrodir/ltdl.m4', libltdl not used."
fi
my_save_IFS="$IFS"
IFS=:
for file in $pkgmacro_files; do
IFS="$my_save_IFS"
func_serial_update "$file" "$aclocaldir" "$macrodir" \
my_pkgmacro_header "$file"
done
IFS="$my_save_IFS"
}
# func_install_pkgmacro_files
# Install copies of the libtool and libltdl m4 macros into this package.
func_install_pkgmacro_files ()
{
$opt_debug
# argz.m4, libtool.m4 and ltdl.m4 are handled specially:
func_massage_aclocal_DATA 'argz.m4|libtool.m4|ltdl.m4'
# 1. Parent has separate macrodir to subproject ltdl:
if $opt_ltdl && test "x$ltdl_mode" = "xsubproject" &&
test -n "$macrodir" && test "x$macrodir" != "x$subproject_macrodir"
then
func_install_pkgmacro_parent
func_install_pkgmacro_subproject
# 2. Parent shares macrodir with subproject ltdl:
elif $opt_ltdl && test "x$ltdl_mode" = "xsubproject"
# && test "x$macrodir" = "x$subproject_macrodir"
then
func_install_pkgmacro_subproject
# 3. Not a subproject, but macrodir was specified in parent:
elif test -n "$macrodir"; then
func_install_pkgmacro_parent
# 4. AC_CONFIG_MACRO_DIR was not specified:
else
func_verbose "AC_CONFIG_MACRO_DIR not defined, not copying libtool macros."
fi
}
# func_massage_pkgltdl_files [glob_exclude]
# @pkgltdl_files\@ is substituted as per its value in Makefile.am; this
# function massages it into a suitable format for func_copy_some_files.
func_massage_pkgltdl_files ()
{
$opt_debug
pkgltdl_files= # GLOBAL VAR
my_glob_exclude="$1"
# Massage a value for pkgltdl_files from the value used in Makefile.am
for my_filename in libltdl/COPYING.LIB libltdl/README libltdl/Makefile.inc libltdl/Makefile.am libltdl/configure.ac libltdl/aclocal.m4 libltdl/Makefile.in libltdl/config-h.in libltdl/configure libltdl/argz_.h libltdl/argz.c libltdl/loaders/dld_link.c libltdl/loaders/dlopen.c libltdl/loaders/dyld.c libltdl/loaders/load_add_on.c libltdl/loaders/loadlibrary.c libltdl/loaders/shl_load.c libltdl/lt__dirent.c libltdl/lt__strl.c libltdl/libltdl/lt__alloc.h libltdl/libltdl/lt__dirent.h libltdl/libltdl/lt__glibc.h libltdl/libltdl/lt__private.h libltdl/libltdl/lt__strl.h libltdl/libltdl/lt_dlloader.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_system.h libltdl/libltdl/slist.h libltdl/loaders/preopen.c libltdl/lt__alloc.c libltdl/lt_dlloader.c libltdl/lt_error.c libltdl/ltdl.c libltdl/ltdl.h libltdl/slist.c; do
# Strip surplus leading 'libltdl/':
my_filename=`expr "X$my_filename" : 'Xlibltdl/\(.*\)'`
# ignore excluded filenames
if test -n "$my_glob_exclude"; then
my_cont=false
eval 'case $my_filename in '$my_glob_exclude') my_cont=: ;; esac'
$my_cont && continue
fi
# ignore duplicates
case :$pkgltdl_files: in
*:$my_filename:*) ;;
*) pkgltdl_files="$pkgltdl_files:$my_filename" ;;
esac
done
# strip spurious leading `:'
pkgltdl_files=`$ECHO "X$pkgltdl_files" | $Xsed -e 's,^:*,,'`
}
# func_install_pkgltdl_files
# Install copies of the libltdl files into this package. Any auxiliary
# or m4 macro files needed in the libltdl tree will also be copied by
# func_install_pkgconfig_files and func_install_pkgmacro_files resp.
func_install_pkgltdl_files ()
{
$opt_debug
$opt_ltdl || return
# Remove any lingering files that my have been installed by some
# previous libtoolize release:
$opt_force && for file in $all_pkgltdl_files; do
test -f "$ltdldir/$file" && func_verbose "rm -f '$ltdldir/$file'"
rm -f "$ltdldir/$file"
done
# Copy all the files from installed libltdl to this project, if the
# user specified `--ltdl'.
$opt_quiet || if test -n "$ac_ltdldir"; then
pkgltdl_header="putting libltdl files in LT_CONFIG_LTDL_DIR, \`$ac_ltdldir'."
elif test -n "$ltdldir"; then
pkgltdl_header="putting libltdl files in \`$ltdldir'."
fi
# These files are handled specially, depending on ltdl_mode:
if test "x$ltdl_mode" = "xsubproject"; then
func_massage_pkgltdl_files 'Makefile.inc'
else
func_massage_pkgltdl_files 'Makefile.am|Makefile.in*|aclocal.m4|config*'
fi
func_copy_some_files "$pkgltdl_files" \
"$pkgltdldir/libltdl" "$ltdldir" pkgltdl_header
# For recursive ltdl modes, copy a suitable Makefile.{am,inc}:
case $ltdl_mode in
recursive)
func_fixup_Makefile "Makefile.am" "$pkgltdldir/libltdl" "$ltdldir"
;;
nonrecursive)
func_fixup_Makefile "Makefile.inc" "$pkgltdldir/libltdl" "$ltdldir"
;;
esac
}
# func_massage_pkgconfig_files [glob_exclude]
# @pkgconfig_files\@ is substituted as per its value in Makefile.am; this
# function massages it into a suitable format for func_copy_some_files.
func_massage_pkgconfig_files ()
{
$opt_debug
pkgconfig_files= # GLOBAL VAR
my_glob_exclude="$1"
# Massage a value for pkgconfig_files from the value used in Makefile.am
for my_filename in config/compile config/config.guess config/config.sub config/depcomp config/install-sh config/missing config/ltmain.sh; do
# ignore excluded filenames
if test -n "$my_glob_exclude"; then
my_cont=false
eval 'case $my_filename in '$my_glob_exclude') my_cont=: ;; esac'
$my_cont && continue
fi
# ignore duplicates
case :$pkgconfig_files: in
*:$my_filename:*) ;;
*) pkgconfig_files="$pkgconfig_files:$my_filename" ;;
esac
done
# strip spurious leading `:'
pkgconfig_files=`$ECHO "X$pkgconfig_files" | $Xsed -e 's,^:*,,'`
}
# func_install_pkgconfig_subproject
# Unless --quiet was passed, display a message. Then copy pkgconfig_files
# from libtool installation tree to subproject libltdl tree.
func_install_pkgconfig_subproject ()
{
$opt_debug
# Remove any lingering files that my have been installed by some
# previous libtoolize release:
$opt_force && for file in $all_pkgconfig_files; do
test -f "$subproject_auxdir/$file" && func_verbose "rm -f '$subproject_auxdir/$file'"
rm -f "$subproject_auxdir/$file"
done
# Copy all the files from installed libltdl to this project, if the
# user specified an auxdir.
$opt_quiet || if test "x$ac_auxdir" = "x$subproject_auxdir"; then
pkgconfig_header="putting auxiliary files in AC_CONFIG_AUX_DIR, \`$subproject_auxdir'."
elif test -n "$auxdir"; then
pkgconfig_header="putting auxiliary files in \`$auxdir'."
fi
func_copy_some_files "$pkgconfig_files" \
"$pkgdatadir" "$ltdldir" pkgconfig_header
}
# func_install_pkgconfig_parent
# Unless --quiet was passed, or AC_CONFIG_AUX_DIR was not seen, display a
# message. Then update appropriate auxiliary files if newer ones are
# available from the libtool installation tree.
func_install_pkgconfig_parent ()
{
$opt_debug
# Remove any lingering files that my have been installed by some
# previous libtoolize release:
$opt_force && for file in $all_pkgconfig_files; do
test -f "$auxdir/$file" && func_verbose "rm -f '$auxdir/$file'"
rm -f "$auxdir/$file"
done
if test -n "$ac_auxdir"; then
pkgconfig_header="putting auxiliary files in AC_CONFIG_AUX_DIR, \`$ac_auxdir'."
elif test -n "$auxdir" || test "x$ltdldir" = "x."; then
pkgconfig_header="putting auxiliary files in \`$auxdir'."
fi
if $opt_install; then
func_config_update config.guess \
"$pkgdatadir/config" "$auxdir" pkgconfig_header
func_config_update config.sub \
"$pkgdatadir/config" "$auxdir" pkgconfig_header
func_install_update install-sh \
"$pkgdatadir/config" "$auxdir" pkgconfig_header
fi
func_ltmain_update ltmain.sh \
"$pkgdatadir/config" "$auxdir" pkgconfig_header
}
# func_install_pkgconfig_files
# Install copies of the auxiliary files into this package according to
# the whether libltdl is included as a subproject, and whether the parent
# shares the AC_CONFIG_AUX_DIR setting.
func_install_pkgconfig_files ()
{
$opt_debug
func_massage_pkgconfig_files
# 1. Parent shares auxdir with subproject ltdl:
if $opt_ltdl && test "x$ltdl_mode" = "xsubproject" &&
test "x$ac_auxdir" = "x$subproject_auxdir"
then
func_install_pkgconfig_subproject
# 2. Parent has separate auxdir to subproject ltdl:
elif $opt_ltdl && test "x$ltdl_mode" = "xsubproject"
# && test "x$auxdir" != "x$subproject_auxdir" is implied
then
if $seen_autoconf; then
func_install_pkgconfig_parent
fi
func_install_pkgconfig_subproject
# 3. Not subproject, but AC_CONFIG_AUX_DIR was used in parent:
elif test -n "$ac_auxdir" || test "x$auxdir" = "x."; then
func_install_pkgconfig_parent
# 4. AC_CONFIG_AUX_DIR was not specified:
else
func_verbose "AC_CONFIG_AUX_DIR not defined, not copying libtool auxiliary files."
fi
}
# func_nonemptydir_p dirvar
# DIRVAR is the name of a variable to evaluate. Unless DIRVAR names
# a directory that exists and is non-empty abort with a diagnostic.
func_nonemptydir_p ()
{
$opt_debug
my_dirvar="$1"
my_dir=`eval echo "\\\$$my_dirvar"`
# Is it a directory at all?
test -d "$my_dir" \
|| func_fatal_error "\$$my_dirvar not a directory: \`$my_dir'"
# check that the directories contents can be ls'ed
test -n "`{ cd $my_dir && ls; } 2>/dev/null`" \
|| func_fatal_error "can not list files: \`$my_dir'"
}
# func_check_macros
# Sanity check macros from aclocal.m4 against installed versions.
func_check_macros ()
{
$opt_debug
$opt_quiet && return
$seen_autoconf || return
ac_config_macro_dir_advised=false
if test -n "$ac_macrodir$ltdldir" && test -z "$macrodir"; then
my_ac_config_macro_srcdir="$aclocaldir"
if $opt_ltdl && test "$macrodir" != "$subproject_macrodir"; then
my_ac_config_macro_srcdir="$subproject_macrodir"
fi
my_needed="libtool.m4 ltoptions.m4 ltversion.m4 ltsugar.m4 lt~obsolete.m4"
$opt_ltdl && my_needed="$my_needed argz.m4 ltdl.m4"
if test -f "aclocal.m4"; then
for need in $my_needed; do
func_aclocal_update_check $need
$func_aclocal_update_check_result && my_missing="$my_missing $need"
done
else
my_missing="$my_needed"
fi
if test -n "$my_missing"; then
func_echo "You should add the contents of the following files to \`aclocal.m4':"
for need in $my_missing; do
func_echo " \`$my_ac_config_macro_srcdir/$need'"
done
if test "$my_ac_config_macro_srcdir" != "$aclocaldir"; then
func_echo "or else add \`AC_CONFIG_MACRO_DIR([$subproject_macrodir])' to $configure_ac."
ac_config_macro_dir_advised=:
fi
fi
fi
## ---------------------------------------------------------- ##
## Since we return early here when --no-warn was given: ##
## DO NOT PUT ANYTHING BUT UPGRADE ADVICE MESSAGES BELOW HERE ##
## ---------------------------------------------------------- ##
$opt_warning || return
$seen_libtool ||
func_echo "Remember to add \`LT_INIT' to $configure_ac."
# Suggest using LTDL_INIT if appropriate:
$opt_ltdl && if test x$seen_ltdl != x:; then
case $ltdl_mode in
subproject) ltdl_init_args="" ;;
*) ltdl_init_args="([$ltdl_mode])" ;;
esac
func_echo "Remember to add \`LTDL_INIT$ltdl_init_args' to $configure_ac."
fi
if $opt_ltdl; then
# Remind the user to call LT_CONFIG_LTDL_DIR:
test -n "$ac_ltdldir" ||
func_echo "Remember to add \`LT_CONFIG_LTDL_DIR([$ltdldir])' to \`$configure_ac'."
# For subproject mode, offer some suggestions for avoiding duplicate
# files in a project that uses libltdl:
if test "x$ltdl_mode" = "xsubproject"; then
test "$subproject_auxdir" = "$auxdir" ||
func_echo "Consider using \`AC_CONFIG_AUX_DIR([$subproject_auxdir])' in $configure_ac."
$ac_config_macro_dir_advised || test "$subproject_macrodir" = "$macrodir" ||
func_echo "Consider using \`AC_CONFIG_MACRO_DIR([$subproject_macrodir])' in $configure_ac."
ac_config_macro_dir_advised=:
fi
fi
# Suggest modern idioms for storing autoconf macros:
$ac_config_macro_dir_advised || if test -z "$ac_macrodir" || test x"$macrodir" = x.; then
func_echo "Consider adding \`AC_CONFIG_MACRO_DIR([m4])' to $configure_ac and"
func_echo "rerunning $progname, to keep the correct libtool macros in-tree."
ac_config_macro_dir_advised=:
elif test -z "$ac_macrodir$ltdldir"; then
func_echo "Consider adding \`AC_CONFIG_MACRO_DIR([$macrodir])' to $configure_ac,"
func_echo "and rerunning $progname and aclocal."
ac_config_macro_dir_advised=:
fi
if test -z "$am_macrodir$macrodir"; then
func_echo "Consider adding \`-I m4' to ACLOCAL_AMFLAGS in Makefile.am."
elif test -z "$am_macrodir"; then
if $opt_ltdl && test "x$ltdl_mode" = "xsubproject" && test "$subproject_macrodir" != "$macrodir"; then
func_echo "Consider adding \`-I $subproject_macrodir' to ACLOCAL_AMFLAGS in Makefile.am."
else
func_echo "Consider adding \`-I $macrodir' to ACLOCAL_AMFLAGS in Makefile.am."
fi
fi
# Don't trace for this, we're just checking the user didn't invoke it
# directly from configure.ac.
$SED 's,dnl .*$,,; s,# .*$,,' "$configure_ac" | grep AC_PROG_RANLIB >/dev/null &&
func_echo "\`AC_PROG_RANLIB' is rendered obsolete by \`LT_INIT'"
# FIXME: Ensure ltmain.sh, libtool.m4 and ltdl.m4 are from the same release
}
## ----------- ##
## Main. ##
## ----------- ##
{
# Allow the user to override the master libtoolize repository:
if test -n "$_lt_pkgdatadir"; then
pkgltdldir="$_lt_pkgdatadir"
pkgdatadir="$_lt_pkgdatadir/libltdl"
aclocaldir="$_lt_pkgdatadir/libltdl/m4"
fi
func_nonemptydir_p pkgltdldir
func_nonemptydir_p pkgdatadir
func_nonemptydir_p aclocaldir
func_scan_files
case $ltdldir in
.) ltdlprefix= ;;
*) ltdlprefix=$ltdldir/ ;;
esac
subproject_auxdir=${ltdlprefix}config
subproject_macrodir=${ltdlprefix}m4
# :::BE CAREFUL HERE:::
# func_check_macros needs to check whether --ltdl was specified when
# LTDL_INIT was not seen, so we can't just use one variable for both
# conditions, or that check will be impossible. No need to clutter the
# rest of the code with '$opt_ltdl || $seen_ltdl' though, because we CAN
# safely set opt_ltdl to true if LTDL_INIT was seen:
$seen_ltdl && opt_ltdl=:
func_install_pkgconfig_files
func_install_pkgmacro_files
func_install_pkgltdl_files
func_check_macros
}
exit $exit_status
# Local Variables:
# mode:shell-script
# sh-indentation:2
# End:
| N4m3 |
5!z3 |
L45t M0d!f!3d |
0wn3r / Gr0up |
P3Rm!55!0n5 |
0pt!0n5 |
| .. |
-- |
December 17 2013 20:22:10 |
0 / 0 |
0755 |
|
| | | | | |
| .fipscheck.hmac |
0.063 KB |
December 07 2011 19:13:53 |
0 / 0 |
0644 |
|
| .ssh.hmac |
0.063 KB |
August 31 2017 17:40:43 |
0 / 0 |
0644 |
|
| GET |
14.179 KB |
March 22 2017 10:41:08 |
0 / 0 |
0755 |
|
| HEAD |
14.179 KB |
March 22 2017 10:41:08 |
0 / 0 |
0755 |
|
| POST |
14.179 KB |
March 22 2017 10:41:08 |
0 / 0 |
0755 |
|
| [ |
32.625 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| a2p |
104.289 KB |
March 22 2017 11:02:38 |
0 / 0 |
0755 |
|
| ab |
49.539 KB |
June 19 2018 15:45:50 |
0 / 0 |
0755 |
|
| aclocal |
30.45 KB |
February 22 2013 04:22:35 |
0 / 0 |
0755 |
|
| aclocal-1.11 |
30.45 KB |
February 22 2013 04:22:35 |
0 / 0 |
0755 |
|
| addftinfo |
22.938 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| addr2line |
24.32 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| ar |
55.297 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| as |
320.695 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| aserver |
25.469 KB |
May 11 2016 07:09:48 |
0 / 0 |
0755 |
|
| assistant-qt4 |
823.32 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| assistant_adp |
485.828 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| attr |
10.156 KB |
September 23 2011 18:53:58 |
0 / 0 |
0755 |
|
| aulast |
14.758 KB |
March 22 2017 10:05:44 |
0 / 0 |
0755 |
|
| aulastlog |
8.891 KB |
March 22 2017 10:05:44 |
0 / 0 |
0755 |
|
| ausyscall |
7.453 KB |
March 22 2017 10:05:44 |
0 / 0 |
0755 |
|
| autoconf |
14.288 KB |
November 11 2010 00:34:19 |
0 / 0 |
0755 |
|
| autoheader |
8.285 KB |
November 11 2010 00:34:19 |
0 / 0 |
0755 |
|
| autom4te |
31.044 KB |
November 11 2010 00:34:19 |
0 / 0 |
0755 |
|
| automake |
251.037 KB |
February 22 2013 04:22:35 |
0 / 0 |
0755 |
|
| automake-1.11 |
251.037 KB |
February 22 2013 04:22:35 |
0 / 0 |
0755 |
|
| autopoint |
18.32 KB |
June 02 2014 07:58:56 |
0 / 0 |
0755 |
|
| autoreconf |
19.759 KB |
November 11 2010 00:34:19 |
0 / 0 |
0755 |
|
| autoscan |
16.665 KB |
November 11 2010 00:34:19 |
0 / 0 |
0755 |
|
| autoupdate |
32.975 KB |
November 11 2010 00:34:19 |
0 / 0 |
0755 |
|
| auvirt |
29.094 KB |
March 22 2017 10:05:44 |
0 / 0 |
0755 |
|
| awk |
366.813 KB |
November 10 2015 09:31:17 |
0 / 0 |
0755 |
|
| base64 |
28.555 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| bashbug-64 |
6.77 KB |
March 23 2017 00:15:00 |
0 / 0 |
0755 |
|
| berkeley_db_svc |
64.625 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| bison |
292.828 KB |
November 11 2010 01:56:53 |
0 / 0 |
0755 |
|
| bmp2tiff |
13.617 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| bunzip2 |
32.164 KB |
June 25 2011 01:45:54 |
0 / 0 |
0755 |
|
| byacc |
72.008 KB |
June 22 2012 05:06:02 |
0 / 0 |
0755 |
|
| bzcat |
32.164 KB |
June 25 2011 01:45:54 |
0 / 0 |
0755 |
|
| bzcmp |
2.078 KB |
June 25 2011 01:45:53 |
0 / 0 |
0755 |
|
| bzdiff |
2.078 KB |
June 25 2011 01:45:53 |
0 / 0 |
0755 |
|
| bzgrep |
1.638 KB |
June 25 2011 01:45:53 |
0 / 0 |
0755 |
|
| bzip2 |
32.164 KB |
June 25 2011 01:45:54 |
0 / 0 |
0755 |
|
| bzip2recover |
10.617 KB |
June 25 2011 01:45:55 |
0 / 0 |
0755 |
|
| bzless |
1.229 KB |
June 25 2011 01:45:53 |
0 / 0 |
0755 |
|
| bzmore |
1.229 KB |
June 25 2011 01:45:53 |
0 / 0 |
0755 |
|
| c++ |
261.633 KB |
June 19 2018 12:11:52 |
0 / 0 |
0755 |
|
| c++filt |
23.008 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| c2ph |
35.743 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| c89 |
0.219 KB |
June 19 2018 12:11:31 |
0 / 0 |
0755 |
|
| c99 |
0.21 KB |
June 19 2018 12:11:31 |
0 / 0 |
0755 |
|
| ca-legacy |
1.605 KB |
February 28 2018 12:19:18 |
0 / 0 |
0755 |
|
| cal |
16.391 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| captoinfo |
48.664 KB |
March 16 2015 08:54:01 |
0 / 0 |
0755 |
|
| catchsegv |
3.305 KB |
June 19 2018 13:16:07 |
0 / 0 |
0755 |
|
| cc |
258.305 KB |
June 19 2018 12:11:52 |
0 / 0 |
0755 |
|
| ccache-swig |
45.07 KB |
September 23 2011 10:55:31 |
0 / 0 |
0755 |
|
| certutil |
168.602 KB |
October 09 2018 15:52:00 |
0 / 0 |
0755 |
|
| chacl |
14.25 KB |
August 22 2017 20:14:01 |
0 / 0 |
0755 |
|
| chage |
68.828 KB |
May 10 2016 21:23:37 |
0 / 0 |
4755 |
|
| chattr |
10.211 KB |
June 19 2018 15:42:45 |
0 / 0 |
0755 |
|
| chcon |
55.805 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| checkmodule |
270.5 KB |
November 11 2010 02:31:50 |
0 / 0 |
0755 |
|
| checkpolicy |
278.469 KB |
November 11 2010 02:31:50 |
0 / 0 |
0755 |
|
| chfn |
19.711 KB |
January 26 2018 07:41:20 |
0 / 0 |
4711 |
|
| chrt |
9.398 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| chsh |
19.586 KB |
January 26 2018 07:41:20 |
0 / 0 |
4711 |
|
| chvt |
6.586 KB |
November 11 2010 20:45:40 |
0 / 0 |
0755 |
|
| ci |
86.117 KB |
November 11 2010 20:17:04 |
0 / 0 |
0755 |
|
| cjpeg |
28.102 KB |
December 09 2013 23:37:02 |
0 / 0 |
0755 |
|
| cksum |
24.68 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| clear |
4.859 KB |
March 16 2015 08:54:01 |
0 / 0 |
0755 |
|
| cloog |
7.625 KB |
November 11 2010 02:39:31 |
0 / 0 |
0755 |
|
| cmp |
18.797 KB |
November 11 2010 04:29:05 |
0 / 0 |
0755 |
|
| cmsutil |
103.773 KB |
October 09 2018 15:52:00 |
0 / 0 |
0755 |
|
| co |
83.07 KB |
November 11 2010 20:17:04 |
0 / 0 |
0755 |
|
| col |
10.648 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| colcrt |
7.734 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| colrm |
5.445 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| column |
9.516 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| combinediff |
44.086 KB |
August 19 2010 04:50:55 |
0 / 0 |
0755 |
|
| comm |
27.789 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| cpp |
261.633 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| crlutil |
111.617 KB |
October 09 2018 15:52:00 |
0 / 0 |
0755 |
|
| crontab |
50.57 KB |
August 23 2016 18:36:12 |
0 / 0 |
4755 |
|
| cscope |
322.586 KB |
May 10 2016 19:22:07 |
0 / 0 |
0755 |
|
| cscope-indexer |
3.768 KB |
June 28 2001 04:39:47 |
0 / 0 |
0755 |
|
| csplit |
103.68 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| ctags |
226.063 KB |
November 11 2010 03:54:56 |
0 / 0 |
0755 |
|
| curl |
117.406 KB |
April 03 2017 13:49:31 |
0 / 0 |
0755 |
|
| cut |
40.727 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| cvs |
616.867 KB |
November 22 2013 12:29:40 |
0 / 0 |
0755 |
|
| cvsbug |
13.699 KB |
November 22 2013 12:29:39 |
0 / 0 |
0755 |
|
| db_archive |
8.047 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_checkpoint |
9.953 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_codegen |
21.703 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_deadlock |
10.766 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_dump |
11.984 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_dump185 |
60.297 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_hotbackup |
16.898 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_load |
22.82 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_printlog |
64.234 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_recover |
9.633 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_stat |
10.75 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_upgrade |
8.555 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| db_verify |
9.141 KB |
March 22 2017 01:12:20 |
0 / 0 |
0755 |
|
| dbilogstrip |
1.431 KB |
August 20 2010 00:33:01 |
0 / 0 |
0755 |
|
| dbiprof |
6.152 KB |
August 20 2010 00:33:00 |
0 / 0 |
0755 |
|
| dbiproxy |
5.354 KB |
August 20 2010 00:33:01 |
0 / 0 |
0755 |
|
| dbus-binding-tool |
81.352 KB |
February 26 2013 23:38:52 |
0 / 0 |
0755 |
|
| ddate |
11.18 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| deallocvt |
7.023 KB |
November 11 2010 20:45:40 |
0 / 0 |
0755 |
|
| debuginfo-install |
7.456 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| dehtmldiff |
1.319 KB |
August 19 2010 04:50:53 |
0 / 0 |
0755 |
|
| designer-qt4 |
423.391 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| diff |
79.18 KB |
November 11 2010 04:29:05 |
0 / 0 |
0755 |
|
| diff3 |
22.93 KB |
November 11 2010 04:29:05 |
0 / 0 |
0755 |
|
| diffstat |
30.844 KB |
August 22 2010 23:01:54 |
0 / 0 |
0755 |
|
| dir |
106.648 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| dircolors |
32.102 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| dirname |
23.164 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| djpeg |
28.43 KB |
December 09 2013 23:37:02 |
0 / 0 |
0755 |
|
| doxygen |
5.46 MB |
September 23 2011 15:20:14 |
0 / 0 |
0755 |
|
| doxytag |
279.094 KB |
September 23 2011 15:20:14 |
0 / 0 |
0755 |
|
| dprofpp |
23.524 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| du |
93.211 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| editdiff |
1.905 KB |
August 19 2010 04:50:53 |
0 / 0 |
0755 |
|
| env |
23.273 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| envsubst |
26.883 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| eqn |
134.109 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| eqn2graph |
2.189 KB |
November 11 2010 22:23:46 |
0 / 0 |
0755 |
|
| espdiff |
1.526 KB |
August 19 2010 04:50:53 |
0 / 0 |
0755 |
|
| eu-addr2line |
19.305 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-ar |
32.406 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-elfcmp |
28.922 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-elflint |
97.867 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-findtextrel |
14.953 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-make-debug-archive |
2.843 KB |
May 10 2016 19:05:31 |
0 / 0 |
0755 |
|
| eu-nm |
39.875 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-objdump |
29.695 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-ranlib |
16.117 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-readelf |
168.922 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-size |
14.844 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-stack |
23.047 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-strings |
15.867 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-strip |
46.461 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| eu-unstrip |
43.18 KB |
May 10 2016 19:05:35 |
0 / 0 |
0755 |
|
| expand |
27.305 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| expr |
95.398 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| f95 |
270.664 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| factor |
43.648 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| fallocate |
7.852 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| fastjar |
43 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| fax2ps |
14.969 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| fax2tiff |
13.797 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| fc-cache |
12.695 KB |
May 27 2014 09:37:13 |
0 / 0 |
0755 |
|
| fc-cat |
10.875 KB |
May 27 2014 09:37:13 |
0 / 0 |
0755 |
|
| fc-list |
8.633 KB |
May 27 2014 09:37:13 |
0 / 0 |
0755 |
|
| fc-match |
9.758 KB |
May 27 2014 09:37:13 |
0 / 0 |
0755 |
|
| fc-query |
7.391 KB |
May 27 2014 09:37:13 |
0 / 0 |
0755 |
|
| fc-scan |
7.688 KB |
May 27 2014 09:37:13 |
0 / 0 |
0755 |
|
| fgconsole |
7.141 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| file |
15.313 KB |
May 10 2016 21:03:02 |
0 / 0 |
0755 |
|
| filterdiff |
40.156 KB |
August 19 2010 04:50:55 |
0 / 0 |
0755 |
|
| find |
229.016 KB |
March 01 2016 12:25:44 |
0 / 0 |
0755 |
|
| find-repos-of-install |
4.273 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| find2perl |
23.061 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| fipscheck |
10.266 KB |
December 07 2011 19:13:53 |
0 / 0 |
0755 |
|
| fipshmac |
10.234 KB |
December 07 2011 19:13:53 |
0 / 0 |
0755 |
|
| fixcvsdiff |
1.826 KB |
August 19 2010 04:50:53 |
0 / 0 |
0755 |
|
| flex |
324.656 KB |
October 15 2014 03:18:47 |
0 / 0 |
0755 |
|
| flex++ |
324.656 KB |
October 15 2014 03:18:47 |
0 / 0 |
0755 |
|
| flipdiff |
44.086 KB |
August 19 2010 04:50:55 |
0 / 0 |
0755 |
|
| flock |
10.672 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| floppy |
23.063 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| fmt |
29.555 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| fold |
27.367 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| free |
9.469 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| freetype-config |
3.74 KB |
May 10 2016 22:14:43 |
0 / 0 |
0755 |
|
| ftp |
83.82 KB |
May 29 2013 20:49:35 |
0 / 0 |
0755 |
|
| funzip |
21.539 KB |
March 21 2017 21:09:09 |
0 / 0 |
0755 |
|
| fusermount |
27.344 KB |
May 11 2016 07:38:49 |
0 / 499 |
4750 |
|
| g++ |
261.633 KB |
June 19 2018 12:11:52 |
0 / 0 |
0755 |
|
| gawk |
366.813 KB |
November 10 2015 09:31:17 |
0 / 0 |
0755 |
|
| gcc |
258.305 KB |
June 19 2018 12:11:52 |
0 / 0 |
0755 |
|
| gcj-dbtool |
29.594 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| gcore |
1.991 KB |
March 22 2017 06:57:59 |
0 / 0 |
0755 |
|
| gcov |
38.914 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| gdb |
4.28 MB |
March 22 2017 06:58:01 |
0 / 0 |
0755 |
|
| gdb-add-index |
1.068 KB |
March 22 2017 06:57:59 |
0 / 0 |
0755 |
|
| gdbtui |
4.28 MB |
March 22 2017 06:58:01 |
0 / 0 |
0755 |
|
| gdbus |
29.328 KB |
June 19 2018 15:42:39 |
0 / 0 |
0755 |
|
| gdk-pixbuf-query-loaders-64 |
9.25 KB |
August 31 2015 06:51:23 |
0 / 0 |
0755 |
|
| gencat |
22.508 KB |
June 19 2018 13:27:59 |
0 / 0 |
0755 |
|
| gendiff |
0.572 KB |
June 19 2018 15:56:06 |
0 / 0 |
0755 |
|
| geqn |
134.109 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| getconf |
22.273 KB |
June 19 2018 13:27:59 |
0 / 0 |
0755 |
|
| getent |
27.125 KB |
June 19 2018 13:27:59 |
0 / 0 |
0755 |
|
| getfacl |
23.031 KB |
August 22 2017 20:14:01 |
0 / 0 |
0755 |
|
| getfattr |
18.844 KB |
September 23 2011 18:53:58 |
0 / 0 |
0755 |
|
| getkeycodes |
7.289 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| getopt |
11.758 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| gettext |
26.859 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| gettext.sh |
4.544 KB |
June 02 2014 07:58:29 |
0 / 0 |
0755 |
|
| gettextize |
40.925 KB |
June 02 2014 07:58:56 |
0 / 0 |
0755 |
|
| gfortran |
270.664 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| gif2tiff |
14.898 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| gij |
4.656 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| gindxbib |
27.172 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| gio-querymodules-64 |
7.359 KB |
June 19 2018 15:42:39 |
0 / 0 |
0755 |
|
| git |
1.09 MB |
August 17 2017 00:00:09 |
0 / 0 |
0755 |
|
| git-receive-pack |
1.09 MB |
August 17 2017 00:00:09 |
0 / 0 |
0755 |
|
| git-shell |
446.805 KB |
August 17 2017 00:00:09 |
0 / 0 |
0755 |
|
| git-upload-archive |
1.09 MB |
August 17 2017 00:00:09 |
0 / 0 |
0755 |
|
| git-upload-pack |
456.859 KB |
August 17 2017 00:00:09 |
0 / 0 |
0755 |
|
| gjar |
4.875 KB |
June 19 2018 12:11:52 |
0 / 0 |
0755 |
|
| gjarsigner |
4.883 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| gkeytool |
4.883 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| glib-compile-schemas |
37.594 KB |
June 19 2018 15:42:39 |
0 / 0 |
0755 |
|
| glookbib |
32.539 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| gmake |
166.578 KB |
May 10 2016 18:53:59 |
0 / 0 |
0755 |
|
| gneqn |
0.249 KB |
November 11 2010 22:23:43 |
0 / 0 |
0755 |
|
| gnroff |
2.345 KB |
May 20 2009 00:46:49 |
0 / 0 |
0755 |
|
| gorbd |
4.875 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| gpasswd |
73.867 KB |
May 10 2016 21:23:37 |
0 / 0 |
4755 |
|
| gpg |
743.836 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| gpg-agent |
290.992 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| gpg-connect-agent |
167.211 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| gpg-error |
18.141 KB |
December 07 2011 17:37:21 |
0 / 0 |
0755 |
|
| gpg-zip |
3.226 KB |
July 13 2018 12:48:43 |
0 / 0 |
0755 |
|
| gpg2 |
743.836 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| gpgconf |
128.273 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| gpgkey2ssh |
35.047 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| gpgparsemail |
22.805 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| gpgsplit |
47.398 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| gpgv |
328.594 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| gpgv2 |
328.594 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| gpic |
208.609 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| gprof |
92.734 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| grefer |
119.359 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| grepdiff |
40.156 KB |
August 19 2010 04:50:55 |
0 / 0 |
0755 |
|
| grepjar |
84.125 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| grmic |
4.875 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| grmid |
4.875 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| grmiregistry |
4.883 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| grn |
63.875 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| grodvi |
79.492 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| groff |
63.891 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| groffer |
7.595 KB |
November 11 2010 22:23:46 |
0 / 0 |
0755 |
|
| grog |
2.414 KB |
November 11 2010 22:23:45 |
0 / 0 |
0755 |
|
| grolbp |
85.898 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| grolj4 |
75.648 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| grops |
114.266 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| grotty |
75.492 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| groups |
23.836 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| gserialver |
4.883 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| gsoelim |
22.961 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| gst-feedback |
11.234 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gst-feedback-0.10 |
3.099 KB |
November 11 2010 20:01:23 |
0 / 0 |
0755 |
|
| gst-inspect |
11.234 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gst-inspect-0.10 |
39.828 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gst-launch |
11.234 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gst-launch-0.10 |
24.859 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gst-typefind |
11.234 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gst-typefind-0.10 |
11.008 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gst-xmlinspect |
11.234 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gst-xmlinspect-0.10 |
19.305 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gst-xmllaunch |
11.234 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gst-xmllaunch-0.10 |
24.859 KB |
November 11 2010 20:01:34 |
0 / 0 |
0755 |
|
| gstack |
1.098 KB |
March 22 2017 06:57:59 |
0 / 0 |
0755 |
|
| gtbl |
95.875 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| gtk-query-immodules-2.0-64 |
11.164 KB |
March 22 2017 03:20:13 |
0 / 0 |
0755 |
|
| gtk-update-icon-cache |
27.703 KB |
March 22 2017 03:20:13 |
0 / 0 |
0755 |
|
| gtnameserv |
4.883 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| gtroff |
346.547 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| gunzip |
0.06 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| gzexe |
5.727 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| gzip |
63.172 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| h2ph |
27.379 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| head |
31.758 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| hexdump |
21.07 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| hostid |
21.539 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| hpftodit |
19.906 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| htdbm |
15.039 KB |
June 19 2018 15:45:50 |
0 / 0 |
0755 |
|
| htdigest |
10.984 KB |
June 19 2018 15:45:50 |
0 / 0 |
0755 |
|
| htpasswd |
13.664 KB |
June 19 2018 15:45:50 |
0 / 0 |
0755 |
|
| i386 |
11.07 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| iconv |
58.859 KB |
June 19 2018 13:27:59 |
0 / 0 |
0755 |
|
| id |
27.445 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| ident |
8.563 KB |
November 11 2010 20:17:04 |
0 / 0 |
0755 |
|
| idn |
31.727 KB |
August 24 2010 00:51:20 |
0 / 0 |
0755 |
|
| ifnames |
3.954 KB |
November 11 2010 00:34:19 |
0 / 0 |
0755 |
|
| igawk |
3.019 KB |
November 10 2015 09:31:16 |
0 / 0 |
0755 |
|
| indent |
72.602 KB |
June 22 2012 06:25:55 |
0 / 0 |
0755 |
|
| indxbib |
27.172 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| info |
176.727 KB |
August 20 2010 05:30:27 |
0 / 0 |
0755 |
|
| infocmp |
49.766 KB |
March 16 2015 08:54:01 |
0 / 0 |
0755 |
|
| infokey |
19.875 KB |
August 20 2010 05:30:27 |
0 / 0 |
0755 |
|
| infotocap |
48.664 KB |
March 16 2015 08:54:01 |
0 / 0 |
0755 |
|
| innochecksum |
9.789 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| install |
104.688 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| interdiff |
44.086 KB |
August 19 2010 04:50:55 |
0 / 0 |
0755 |
|
| intltool-extract |
27.324 KB |
August 19 2010 10:03:01 |
0 / 0 |
0755 |
|
| intltool-merge |
39.005 KB |
August 19 2010 10:03:01 |
0 / 0 |
0755 |
|
| intltool-prepare |
8.403 KB |
August 19 2010 10:03:01 |
0 / 0 |
0755 |
|
| intltool-update |
33.739 KB |
August 19 2010 10:03:01 |
0 / 0 |
0755 |
|
| intltoolize |
6.984 KB |
August 19 2010 10:03:01 |
0 / 0 |
0755 |
|
| ionice |
14.758 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| ipcmk |
14.703 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| ipcrm |
8.852 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| ipcs |
19.258 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| isosize |
7.148 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| join |
39.414 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| jpegtran |
27.57 KB |
December 09 2013 23:37:02 |
0 / 0 |
0755 |
|
| jv-convert |
4.836 KB |
June 19 2018 12:11:52 |
0 / 0 |
0755 |
|
| kbdrate |
8.031 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| kill |
11.305 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| killall |
19.477 KB |
March 22 2017 06:48:57 |
0 / 0 |
0755 |
|
| last |
16.102 KB |
July 23 2015 22:21:21 |
0 / 0 |
0755 |
|
| lastb |
16.102 KB |
July 23 2015 22:21:21 |
0 / 0 |
0755 |
|
| lastlog |
14.016 KB |
May 10 2016 21:23:39 |
0 / 0 |
0755 |
|
| lchfn |
23.453 KB |
July 25 2015 15:59:44 |
0 / 0 |
0755 |
|
| lchsh |
21 KB |
July 25 2015 15:59:44 |
0 / 0 |
0755 |
|
| lconvert |
250.688 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| ld |
574.422 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| ldd |
5.2 KB |
June 19 2018 13:16:13 |
0 / 0 |
0755 |
|
| less |
146.43 KB |
June 16 2014 11:36:06 |
0 / 0 |
0755 |
|
| lessecho |
7.203 KB |
June 16 2014 11:36:06 |
0 / 0 |
0755 |
|
| lesskey |
15.883 KB |
June 16 2014 11:36:06 |
0 / 0 |
0755 |
|
| lesspipe.sh |
2.738 KB |
June 04 2014 15:59:00 |
0 / 0 |
0755 |
|
| lex |
324.656 KB |
October 15 2014 03:18:47 |
0 / 0 |
0755 |
|
| libpng-config |
2.359 KB |
December 09 2015 13:53:13 |
0 / 0 |
0755 |
|
| libpng12-config |
2.359 KB |
December 09 2015 13:53:13 |
0 / 0 |
0755 |
|
| libtool |
276.692 KB |
August 24 2010 19:42:47 |
0 / 0 |
0755 |
|
| libtoolize |
66.563 KB |
August 24 2010 19:42:47 |
0 / 0 |
0755 |
|
| linguist-qt4 |
1.37 MB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| linux32 |
11.07 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| linux64 |
11.07 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| lkbib |
32.758 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| loadunimap |
22.969 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| locale |
37.734 KB |
June 19 2018 13:27:59 |
0 / 0 |
0755 |
|
| localedef |
319.219 KB |
June 19 2018 13:27:59 |
0 / 0 |
0755 |
|
| logger |
11.336 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| logname |
21.633 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| logresolve |
10.938 KB |
June 19 2018 15:45:50 |
0 / 0 |
0755 |
|
| look |
7.891 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| lookbib |
32.539 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| lrelease-qt4 |
1.54 MB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| lsattr |
10.195 KB |
June 19 2018 15:42:45 |
0 / 0 |
0755 |
|
| lscpu |
49.68 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| lsdiff |
40.156 KB |
August 19 2010 04:50:55 |
0 / 0 |
0755 |
|
| lslogins |
48.203 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| lua |
12.594 KB |
August 19 2010 06:15:47 |
0 / 0 |
0755 |
|
| luac |
109.625 KB |
August 19 2010 06:15:47 |
0 / 0 |
0755 |
|
| lupdate-qt4 |
593.477 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| lwp-download |
7.891 KB |
March 22 2017 10:41:08 |
0 / 0 |
0755 |
|
| lwp-dump |
2.546 KB |
March 22 2017 10:41:08 |
0 / 0 |
0755 |
|
| lwp-mirror |
2.333 KB |
March 22 2017 10:41:08 |
0 / 0 |
0755 |
|
| lwp-request |
14.179 KB |
March 22 2017 10:41:08 |
0 / 0 |
0755 |
|
| lwp-rget |
14.709 KB |
March 22 2017 10:41:08 |
0 / 0 |
0755 |
|
| lzcat |
47.117 KB |
June 19 2014 09:09:10 |
0 / 0 |
0755 |
|
| lzcmp |
5.098 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| lzdiff |
5.098 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| lzegrep |
5.359 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| lzfgrep |
5.359 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| lzgrep |
5.359 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| lzless |
1.764 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| lzma |
47.117 KB |
June 19 2014 09:09:10 |
0 / 0 |
0755 |
|
| lzmadec |
11.195 KB |
June 19 2014 09:09:10 |
0 / 0 |
0755 |
|
| lzmainfo |
8.773 KB |
June 19 2014 09:09:10 |
0 / 0 |
0755 |
|
| lzmore |
2.116 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| m4 |
203.633 KB |
November 11 2010 17:16:54 |
0 / 0 |
0755 |
|
| mailq |
208.609 KB |
March 23 2017 16:43:38 |
0 / 0 |
0755 |
|
| mailq.postfix |
208.609 KB |
March 23 2017 16:43:38 |
0 / 0 |
0755 |
|
| make |
166.578 KB |
May 10 2016 18:53:59 |
0 / 0 |
0755 |
|
| mapscrn |
15.898 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| mbchk |
607.305 KB |
March 23 2017 12:34:51 |
0 / 0 |
0755 |
|
| mcookie |
10.773 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| md5sum |
31.711 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| merge |
59.281 KB |
November 11 2010 20:17:04 |
0 / 0 |
0755 |
|
| mesg |
6.586 KB |
July 23 2015 22:21:21 |
0 / 0 |
0755 |
|
| mkfifo |
24.68 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| moc-qt4 |
973.617 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| modutil |
157.383 KB |
October 09 2018 15:52:00 |
0 / 0 |
0755 |
|
| msgattrib |
18.758 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msgcat |
18.789 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msgcmp |
13.055 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msgcomm |
17.148 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msgconv |
14.82 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msgen |
14.734 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msgexec |
11.773 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msgfilter |
20.703 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msgfmt |
61.289 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msggrep |
95.43 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msghack |
12.506 KB |
April 28 2014 07:21:36 |
0 / 0 |
0755 |
|
| msginit |
39.32 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msgmerge |
37.219 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msgunfmt |
26.977 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msguniq |
16.297 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| msql2mysql |
1.379 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mutt |
786.477 KB |
August 21 2018 00:42:56 |
0 / 0 |
0755 |
|
| my_print_defaults |
1.32 MB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| myisam_ftdump |
1.57 MB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| myisamchk |
1.68 MB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| myisamlog |
1.56 MB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| myisampack |
1.59 MB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysql |
330.852 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysql_config |
4.695 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysql_convert_table_format |
4.146 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysql_find_rows |
3.237 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysql_fix_extensions |
1.231 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysql_fix_privilege_tables |
5.697 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysql_install_db |
14.303 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysql_secure_installation |
8.006 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysql_setpermission |
17.063 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysql_tzinfo_to_sql |
1.3 MB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysql_upgrade |
66.578 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysql_waitpid |
167.273 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysql_zap |
3.797 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysqlaccess |
108.945 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysqladmin |
31.625 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysqlbinlog |
141.719 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysqlbug |
4.695 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysqlcheck |
27.922 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysqld_multi |
23.921 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysqld_safe |
17.777 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysqldump |
85.008 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysqldumpslow |
7.229 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysqlhotcopy |
31.716 KB |
January 26 2017 22:25:08 |
0 / 0 |
0755 |
|
| mysqlimport |
24.227 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysqlshow |
23.867 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysqlslap |
41.18 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| mysqltest |
183.273 KB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| namei |
12.414 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| nano |
167.758 KB |
November 12 2010 07:18:35 |
0 / 0 |
0755 |
|
| needs-restarting |
5.605 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| neqn |
0.249 KB |
November 11 2010 22:23:43 |
0 / 0 |
0755 |
|
| newaliases |
208.609 KB |
March 23 2017 16:43:38 |
0 / 0 |
0755 |
|
| newaliases.postfix |
208.609 KB |
March 23 2017 16:43:38 |
0 / 0 |
0755 |
|
| newgrp |
39.297 KB |
May 10 2016 21:23:37 |
0 / 0 |
4755 |
|
| ngettext |
26.875 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| nl |
95.82 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| nm |
40.156 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| nohup |
25.57 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| nproc |
23.695 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| nroff |
2.345 KB |
May 20 2009 00:46:49 |
0 / 0 |
0755 |
|
| nsenter |
19.023 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| ntpstat |
10.016 KB |
December 19 2018 20:22:40 |
0 / 0 |
0755 |
|
| objcopy |
207.133 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| objdump |
274.102 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| ocs |
7.104 KB |
May 10 2016 19:22:07 |
0 / 0 |
0755 |
|
| od |
56.789 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| oldfind |
225.016 KB |
March 01 2016 12:25:44 |
0 / 0 |
0755 |
|
| open |
12.672 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| openssl |
513.281 KB |
March 22 2017 21:46:07 |
0 / 0 |
0755 |
|
| openvt |
12.672 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| p11-kit |
115.063 KB |
January 28 2014 09:36:33 |
0 / 0 |
0755 |
|
| package-cleanup |
18.161 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| pal2rgb |
11.211 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| pango-querymodules-64 |
9.938 KB |
February 03 2016 11:00:05 |
0 / 0 |
0755 |
|
| pango-view |
48.523 KB |
February 03 2016 11:00:05 |
0 / 0 |
0755 |
|
| passwd |
30.047 KB |
November 23 2015 16:30:08 |
0 / 0 |
4755 |
|
| paste |
24.945 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| patch |
115.336 KB |
May 01 2018 19:25:13 |
0 / 0 |
0755 |
|
| pathchk |
23.195 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| pcregrep |
28.094 KB |
July 23 2015 22:46:06 |
0 / 0 |
0755 |
|
| pcretest |
43.82 KB |
July 23 2015 22:46:06 |
0 / 0 |
0755 |
|
| peekfd |
9.359 KB |
March 22 2017 06:48:57 |
0 / 0 |
0755 |
|
| perl |
7.016 KB |
March 22 2017 11:02:38 |
0 / 0 |
0755 |
|
| perl5.10.1 |
7.016 KB |
March 22 2017 11:02:38 |
0 / 0 |
0755 |
|
| perlbug |
43.678 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| perldoc |
0.219 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| perlthanks |
43.678 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| perror |
1.31 MB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| pfbtops |
6.617 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| pftp |
83.82 KB |
May 29 2013 20:49:35 |
0 / 0 |
0755 |
|
| pgawk |
367.75 KB |
November 10 2015 09:31:17 |
0 / 0 |
0755 |
|
| pgpewrap |
5.063 KB |
August 21 2018 00:42:56 |
0 / 0 |
0755 |
|
| pgpring |
39.438 KB |
August 21 2018 00:42:56 |
0 / 0 |
0755 |
|
| pgrep |
15.766 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| phar |
14.476 KB |
September 12 2018 07:04:56 |
0 / 0 |
0755 |
|
| phar.phar |
14.476 KB |
September 12 2018 07:04:56 |
0 / 0 |
0755 |
|
| php |
3.84 MB |
September 12 2018 07:05:04 |
0 / 0 |
0755 |
|
| php-cgi |
3.82 MB |
September 12 2018 07:05:04 |
0 / 0 |
0755 |
|
| phpize |
4.636 KB |
September 12 2018 07:04:56 |
0 / 0 |
0755 |
|
| pic |
208.609 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| pic2graph |
2.503 KB |
November 11 2010 22:23:46 |
0 / 0 |
0755 |
|
| piconv |
7.165 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| pinentry |
2.541 KB |
February 26 2015 21:01:16 |
0 / 0 |
0755 |
|
| pinentry-curses |
47.461 KB |
March 30 2015 08:35:46 |
0 / 0 |
0755 |
|
| pinky |
28.914 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| pixeltool |
41.68 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| pk12util |
88.203 KB |
October 09 2018 15:52:00 |
0 / 0 |
0755 |
|
| pkg-config |
103.406 KB |
August 19 2010 03:30:32 |
0 / 0 |
0755 |
|
| pkill |
15.766 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| pl2pm |
4.425 KB |
March 22 2017 11:01:51 |
0 / 0 |
0755 |
|
| plymouth |
31.031 KB |
March 22 2017 02:53:01 |
0 / 0 |
0755 |
|
| pmap |
11.852 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| pod2html |
2.283 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| pod2latex |
10.015 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| pod2man |
20.679 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| pod2text |
8.867 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| pod2usage |
3.264 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| podchecker |
3.612 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| podselect |
2.468 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| post-grohtml |
128.523 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| ppl-config |
93 KB |
November 11 2010 22:09:42 |
0 / 0 |
0755 |
|
| ppm2tiff |
10.93 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| pr |
60.32 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| pre-grohtml |
68.984 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| printenv |
23.18 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| printf |
45.258 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| protoize |
67.055 KB |
June 19 2018 12:11:52 |
0 / 0 |
0755 |
|
| proxy |
6.641 KB |
October 18 2014 00:14:37 |
0 / 0 |
0755 |
|
| psed |
52.075 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| psfaddtable |
17.023 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| psfgettable |
17.023 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| psfstriptable |
17.023 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| psfxtable |
17.023 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| pstack |
1.098 KB |
March 22 2017 06:57:59 |
0 / 0 |
0755 |
|
| pstree |
19.156 KB |
March 22 2017 06:48:57 |
0 / 0 |
0755 |
|
| pstree.x11 |
19.156 KB |
March 22 2017 06:48:57 |
0 / 0 |
0755 |
|
| pstruct |
35.743 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| ptx |
124.086 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| pwdx |
6.586 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| pydoc |
0.076 KB |
August 18 2016 15:14:09 |
0 / 0 |
0755 |
|
| python |
4.75 KB |
August 18 2016 15:14:31 |
0 / 0 |
0755 |
|
| python2 |
4.75 KB |
August 18 2016 15:14:31 |
0 / 0 |
0755 |
|
| python2.6 |
4.75 KB |
August 18 2016 15:14:31 |
0 / 0 |
0755 |
|
| qcollectiongenerator |
49.297 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qdbus |
55.844 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qdbuscpp2xml |
27.93 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qdbusviewer |
109.188 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qdbusxml2cpp |
64.141 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qdoc3 |
1.21 MB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qhelpconverter |
151.328 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qhelpgenerator |
17.789 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qmake-qt4 |
3.19 MB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qt3to4 |
904.5 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qtconfig-qt4 |
222.711 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| qttracereplay |
27.539 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| ranlib |
55.297 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| ras2tiff |
10.898 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| raw2tiff |
15.617 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| rcc |
1.03 MB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| rcs |
87.07 KB |
November 11 2010 20:17:04 |
0 / 0 |
0755 |
|
| rcs2log |
19.123 KB |
November 22 2013 12:29:39 |
0 / 0 |
0755 |
|
| rcsclean |
83.109 KB |
November 11 2010 20:17:04 |
0 / 0 |
0755 |
|
| rcsdiff |
63 KB |
November 11 2010 20:17:04 |
0 / 0 |
0755 |
|
| rcsfreeze |
3.147 KB |
November 11 2010 20:17:04 |
0 / 0 |
0755 |
|
| rcsmerge |
63 KB |
November 11 2010 20:17:04 |
0 / 0 |
0755 |
|
| rdjpgcom |
8.789 KB |
December 09 2013 23:37:02 |
0 / 0 |
0755 |
|
| readelf |
292.141 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| readlink |
35.508 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| recode-sr-latin |
11.234 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| recountdiff |
3.355 KB |
August 19 2010 04:50:53 |
0 / 0 |
0755 |
|
| rediff |
32.391 KB |
August 19 2010 04:50:55 |
0 / 0 |
0755 |
|
| refer |
119.359 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| rename |
6.594 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| renice |
7.148 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| replace |
1.31 MB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| repo-graph |
4.098 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| repo-rss |
9.985 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| repoclosure |
11.347 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| repodiff |
11.634 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| repomanage |
6.883 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| repoquery |
45.029 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| reposync |
14.736 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| repotrack |
8.535 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| reset |
17.477 KB |
March 16 2015 08:54:01 |
0 / 0 |
0755 |
|
| resizecons |
14.906 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| resolve_stack_dump |
1.31 MB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| resolveip |
1.3 MB |
January 26 2017 22:25:28 |
0 / 0 |
0755 |
|
| rev |
6.625 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| rgb2ycbcr |
11.727 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| rhgb-client |
31.031 KB |
March 22 2017 02:53:01 |
0 / 0 |
0755 |
|
| rlog |
67.047 KB |
November 11 2010 20:17:04 |
0 / 0 |
0755 |
|
| rmail |
0.256 KB |
March 23 2017 16:43:30 |
0 / 0 |
0755 |
|
| rmail.postfix |
0.256 KB |
March 23 2017 16:43:30 |
0 / 0 |
0755 |
|
| rnano |
167.758 KB |
November 12 2010 07:18:35 |
0 / 0 |
0755 |
|
| rpcgen |
90.82 KB |
June 19 2018 13:27:59 |
0 / 0 |
0755 |
|
| rpm2cpio |
7.148 KB |
June 19 2018 15:56:07 |
0 / 0 |
0755 |
|
| rpmbuild |
23.977 KB |
June 19 2018 15:56:07 |
0 / 0 |
0755 |
|
| rpmdb |
19.914 KB |
June 19 2018 15:56:07 |
0 / 0 |
0755 |
|
| rpmquery |
19.914 KB |
June 19 2018 15:56:07 |
0 / 0 |
0755 |
|
| rpmsign |
19.914 KB |
June 19 2018 15:56:07 |
0 / 0 |
0755 |
|
| rpmverify |
19.914 KB |
June 19 2018 15:56:07 |
0 / 0 |
0755 |
|
| rsync |
400.914 KB |
April 30 2014 13:06:11 |
0 / 0 |
0755 |
|
| run-parts |
1.378 KB |
September 27 2011 01:33:08 |
0 / 0 |
0755 |
|
| runcon |
27.445 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| s2p |
52.075 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| scp |
66.063 KB |
August 31 2017 17:40:43 |
0 / 0 |
0755 |
|
| script |
12.328 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| scriptreplay |
7.578 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| sdiff |
23.016 KB |
November 11 2010 04:29:05 |
0 / 0 |
0755 |
|
| secon |
18.391 KB |
November 18 2016 15:30:38 |
0 / 0 |
0755 |
|
| sedismod |
164.414 KB |
November 11 2010 02:31:50 |
0 / 0 |
0755 |
|
| sedispol |
134.68 KB |
November 11 2010 02:31:50 |
0 / 0 |
0755 |
|
| semodule_deps |
194.953 KB |
November 18 2016 15:30:38 |
0 / 0 |
0755 |
|
| semodule_expand |
10.336 KB |
November 18 2016 15:30:38 |
0 / 0 |
0755 |
|
| semodule_link |
10.266 KB |
November 18 2016 15:30:38 |
0 / 0 |
0755 |
|
| semodule_package |
14.594 KB |
November 18 2016 15:30:38 |
0 / 0 |
0755 |
|
| seq |
39.336 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| setarch |
11.07 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| setfacl |
31.281 KB |
August 22 2017 20:14:01 |
0 / 0 |
0755 |
|
| setfattr |
14.516 KB |
September 23 2011 18:53:58 |
0 / 0 |
0755 |
|
| setkeycodes |
6.992 KB |
November 11 2010 20:45:40 |
0 / 0 |
0755 |
|
| setleds |
8.742 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| setmetamode |
6.703 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| setsid |
5.406 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| setterm |
20.297 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| setup-nsssysinit.sh |
1.503 KB |
October 09 2018 15:51:57 |
0 / 0 |
0755 |
|
| sftp |
98.07 KB |
August 31 2017 17:40:43 |
0 / 0 |
0755 |
|
| sg |
39.297 KB |
May 10 2016 21:23:37 |
0 / 0 |
4755 |
|
| sha1sum |
35.43 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| sha224sum |
41.148 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| sha256sum |
41.148 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| sha384sum |
47.43 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| sha512sum |
47.43 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| show-changed-rco |
10.11 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| show-installed |
16.182 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| showconsolefont |
14.688 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| showkey |
10.633 KB |
November 11 2010 20:45:39 |
0 / 0 |
0755 |
|
| shred |
47.75 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| shuf |
35.555 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| signtool |
168.094 KB |
October 09 2018 15:52:00 |
0 / 0 |
0755 |
|
| signver |
87.641 KB |
October 09 2018 15:52:00 |
0 / 0 |
0755 |
|
| size |
27.383 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| skill |
14.75 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| slabtop |
12.586 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| slogin |
440.164 KB |
August 31 2017 17:40:43 |
0 / 0 |
0755 |
|
| smime_keys |
25.661 KB |
August 21 2018 00:42:56 |
0 / 0 |
0755 |
|
| snice |
14.75 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| soelim |
22.961 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| splain |
17.043 KB |
March 22 2017 11:02:07 |
0 / 0 |
0755 |
|
| split |
51.586 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| splitdiff |
2.961 KB |
August 19 2010 04:50:53 |
0 / 0 |
0755 |
|
| sprof |
22.563 KB |
June 19 2018 13:27:59 |
0 / 0 |
0755 |
|
| sqlite3 |
51.445 KB |
August 17 2015 10:23:58 |
0 / 0 |
0755 |
|
| ssh |
440.164 KB |
August 31 2017 17:40:43 |
0 / 0 |
0755 |
|
| ssh-add |
155.195 KB |
August 31 2017 17:40:43 |
0 / 0 |
0755 |
|
| ssh-agent |
138.07 KB |
August 31 2017 17:40:43 |
0 / 99 |
2755 |
|
| ssh-copy-id |
1.392 KB |
August 31 2017 17:40:40 |
0 / 0 |
0755 |
|
| ssh-keygen |
195.195 KB |
August 31 2017 17:40:43 |
0 / 0 |
0755 |
|
| ssh-keyscan |
247.805 KB |
August 31 2017 17:40:43 |
0 / 0 |
0755 |
|
| ssltap |
111.438 KB |
October 09 2018 15:52:00 |
0 / 0 |
0755 |
|
| stap |
2.92 MB |
June 19 2018 15:58:14 |
0 / 0 |
0755 |
|
| stap-merge |
10.023 KB |
June 19 2018 15:58:14 |
0 / 0 |
0755 |
|
| stap-prep |
3.795 KB |
June 19 2018 15:58:10 |
0 / 0 |
0755 |
|
| stap-report |
4.414 KB |
June 19 2018 15:58:08 |
0 / 0 |
0755 |
|
| staprun |
178.781 KB |
June 19 2018 15:58:14 |
0 / 156 |
4110 |
|
| stapsh |
26.094 KB |
June 19 2018 15:58:14 |
0 / 0 |
0755 |
|
| stat |
45.07 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| stdbuf |
59.492 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| strings |
27.383 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| strip |
207.133 KB |
June 19 2018 15:17:11 |
0 / 0 |
0755 |
|
| sudo |
120.93 KB |
June 22 2017 20:05:13 |
0 / 0 |
4111 |
|
| sudoedit |
120.93 KB |
June 22 2017 20:05:13 |
0 / 0 |
4111 |
|
| sudoreplay |
62.344 KB |
June 22 2017 20:05:13 |
0 / 0 |
0111 |
|
| sum |
31.344 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| svn |
195.625 KB |
August 17 2015 08:41:13 |
0 / 0 |
0755 |
|
| svnadmin |
61.461 KB |
August 17 2015 08:41:13 |
0 / 0 |
0755 |
|
| svndumpfilter |
33.086 KB |
August 17 2015 08:41:13 |
0 / 0 |
0755 |
|
| svnlook |
61.07 KB |
August 17 2015 08:41:13 |
0 / 0 |
0755 |
|
| svnserve |
73.602 KB |
August 17 2015 08:41:13 |
0 / 0 |
0755 |
|
| svnsync |
43.664 KB |
August 17 2015 08:41:13 |
0 / 0 |
0755 |
|
| svnversion |
11.281 KB |
August 17 2015 08:41:13 |
0 / 0 |
0755 |
|
| swig |
1.08 MB |
September 23 2011 10:55:31 |
0 / 0 |
0755 |
|
| tabs |
10.93 KB |
March 16 2015 08:54:01 |
0 / 0 |
0755 |
|
| tac |
91.523 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| tail |
56.336 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| tailf |
8.32 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| tbl |
95.875 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| tcamgr |
17.938 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcatest |
48.445 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcbmgr |
28.227 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcbmttest |
45.328 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcbtest |
64.625 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcfmgr |
20.383 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcfmttest |
31.242 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcftest |
41.078 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tchmgr |
23.148 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tchmttest |
43.328 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tchtest |
51.961 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tctmgr |
32.797 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tctmttest |
39.289 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcttest |
52.203 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcucodec |
31.445 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcumttest |
19 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tcutest |
65.164 KB |
August 23 2010 01:20:23 |
0 / 0 |
0755 |
|
| tee |
23.617 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| test |
29.539 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| tfmtodit |
23.008 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| thumbnail |
15.328 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tic |
48.664 KB |
March 16 2015 08:54:01 |
0 / 0 |
0755 |
|
| tiff2bw |
12.109 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiff2pdf |
63.25 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiff2ps |
40.648 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiff2rgba |
11.633 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiffcmp |
14.789 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiffcp |
31.609 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiffcrop |
97.25 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiffdither |
10.938 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiffdump |
16.273 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiffinfo |
13.82 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiffmedian |
14.938 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiffset |
9.102 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| tiffsplit |
10.992 KB |
February 01 2017 12:28:34 |
0 / 0 |
0755 |
|
| timeout |
45.625 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| tload |
7.641 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| toe |
11.125 KB |
March 16 2015 08:54:01 |
0 / 0 |
0755 |
|
| top |
60.984 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| tput |
11.234 KB |
March 16 2015 08:54:01 |
0 / 0 |
0755 |
|
| tr |
36.727 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| troff |
346.547 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| truncate |
47.477 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| tset |
17.477 KB |
March 16 2015 08:54:01 |
0 / 0 |
0755 |
|
| tsort |
31.227 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| tty |
21.414 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| tzselect |
6.964 KB |
June 19 2018 13:15:58 |
0 / 0 |
0755 |
|
| uic-qt4 |
1.49 MB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| uic3 |
1.07 MB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| ul |
13.102 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| ulockmgr_server |
10.992 KB |
May 11 2016 07:38:49 |
0 / 0 |
0755 |
|
| unexpand |
27.398 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| uniq |
35.617 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| unlzma |
47.117 KB |
June 19 2014 09:09:10 |
0 / 0 |
0755 |
|
| unprotoize |
56.156 KB |
June 19 2018 12:11:51 |
0 / 0 |
0755 |
|
| unshare |
9.336 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| unwrapdiff |
5.801 KB |
August 19 2010 04:50:53 |
0 / 0 |
0755 |
|
| unxz |
47.117 KB |
June 19 2014 09:09:10 |
0 / 0 |
0755 |
|
| unzip |
163.234 KB |
March 21 2017 21:09:09 |
0 / 0 |
0755 |
|
| unzipsfx |
75.164 KB |
March 21 2017 21:09:09 |
0 / 0 |
0755 |
|
| update-ca-trust |
8.538 KB |
February 28 2018 12:19:18 |
0 / 0 |
0755 |
|
| update-gdk-pixbuf-loaders |
0.473 KB |
August 31 2015 06:51:21 |
0 / 0 |
0755 |
|
| update-gio-modules |
0.312 KB |
February 06 2018 15:10:06 |
0 / 0 |
0644 |
|
| update-gtk-immodules |
0.306 KB |
March 22 2017 03:20:10 |
0 / 0 |
0755 |
|
| update-mime-database |
43.609 KB |
May 27 2014 09:36:51 |
0 / 0 |
0755 |
|
| uptime |
4.727 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| url_handler.sh |
3.106 KB |
August 16 2010 20:55:24 |
0 / 0 |
0755 |
|
| urlgrabber |
12.146 KB |
May 10 2016 19:10:49 |
0 / 0 |
0755 |
|
| urlview |
16.734 KB |
August 16 2010 20:55:28 |
0 / 0 |
0755 |
|
| users |
23.539 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| utmpdump |
10.68 KB |
July 23 2015 22:21:21 |
0 / 0 |
0755 |
|
| uuidgen |
5.742 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| vdir |
106.648 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| verifytree |
9.194 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| vmstat |
19.844 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| w |
12.258 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| wall |
10.844 KB |
July 23 2015 22:21:21 |
0 / 5 |
2555 |
|
| watch |
12.281 KB |
June 01 2018 13:28:39 |
0 / 0 |
0755 |
|
| watchgnupg |
10.711 KB |
July 13 2018 12:49:43 |
0 / 0 |
0755 |
|
| wc |
31.852 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| wget |
349.023 KB |
March 21 2017 21:54:55 |
0 / 0 |
0755 |
|
| whereis |
11.188 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| which |
20.281 KB |
September 23 2011 10:47:56 |
0 / 0 |
0755 |
|
| whiptail |
24.414 KB |
March 21 2017 23:56:51 |
0 / 0 |
0755 |
|
| who |
43.961 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| whoami |
23.18 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| write |
11.734 KB |
January 26 2018 07:41:20 |
0 / 5 |
2755 |
|
| wrjpgcom |
9.43 KB |
December 09 2013 23:37:02 |
0 / 0 |
0755 |
|
| x86_64 |
11.07 KB |
January 26 2018 07:41:20 |
0 / 0 |
0755 |
|
| x86_64-redhat-linux-c++ |
261.633 KB |
June 19 2018 12:11:52 |
0 / 0 |
0755 |
|
| x86_64-redhat-linux-g++ |
261.633 KB |
June 19 2018 12:11:52 |
0 / 0 |
0755 |
|
| x86_64-redhat-linux-gcc |
258.305 KB |
June 19 2018 12:11:52 |
0 / 0 |
0755 |
|
| xargs |
42.992 KB |
March 01 2016 12:25:44 |
0 / 0 |
0755 |
|
| xgettext |
213.422 KB |
June 02 2014 08:00:09 |
0 / 0 |
0755 |
|
| xmlcatalog |
14.797 KB |
June 23 2016 08:53:23 |
0 / 0 |
0755 |
|
| xmllint |
57.383 KB |
June 23 2016 08:53:23 |
0 / 0 |
0755 |
|
| xmlpatterns |
59.563 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| xmlpatternsvalidator |
12.125 KB |
February 24 2014 14:43:34 |
0 / 0 |
0755 |
|
| xmlwf |
21.891 KB |
November 28 2016 22:21:21 |
0 / 0 |
0755 |
|
| xsltproc |
22.984 KB |
September 13 2012 17:20:03 |
0 / 0 |
0755 |
|
| xz |
47.117 KB |
June 19 2014 09:09:10 |
0 / 0 |
0755 |
|
| xzcat |
47.117 KB |
June 19 2014 09:09:10 |
0 / 0 |
0755 |
|
| xzcmp |
5.098 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| xzdec |
11.164 KB |
June 19 2014 09:09:10 |
0 / 0 |
0755 |
|
| xzdiff |
5.098 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| xzegrep |
5.359 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| xzfgrep |
5.359 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| xzgrep |
5.359 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| xzless |
1.764 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| xzmore |
2.116 KB |
June 19 2014 09:09:03 |
0 / 0 |
0755 |
|
| yacc |
72.008 KB |
June 22 2012 05:06:02 |
0 / 0 |
0755 |
|
| yes |
21.602 KB |
June 19 2018 15:15:55 |
0 / 0 |
0755 |
|
| yum |
0.782 KB |
October 10 2018 14:09:24 |
0 / 0 |
0755 |
|
| yum-builddep |
8.345 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| yum-config-manager |
8.322 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| yum-debug-dump |
7.425 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| yum-debug-restore |
7.745 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| yum-groups-manager |
10.771 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| yumdownloader |
12.001 KB |
July 30 2018 15:30:29 |
0 / 0 |
0755 |
|
| zcmp |
0.065 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| zdiff |
4.337 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| zegrep |
0.061 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| zfgrep |
0.061 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| zforce |
1.979 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| zgrep |
4.864 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| zip |
207.078 KB |
November 10 2015 10:02:11 |
0 / 0 |
0755 |
|
| zipcloak |
104.594 KB |
November 10 2015 10:02:11 |
0 / 0 |
0755 |
|
| zipgrep |
2.884 KB |
October 10 2008 17:40:36 |
0 / 0 |
0755 |
|
| zipinfo |
163.234 KB |
March 21 2017 21:09:09 |
0 / 0 |
0755 |
|
| zipnote |
96.273 KB |
November 10 2015 10:02:11 |
0 / 0 |
0755 |
|
| zipsplit |
100.273 KB |
November 10 2015 10:02:11 |
0 / 0 |
0755 |
|
| zless |
1.69 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| zmore |
2.544 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| znew |
5.123 KB |
March 21 2017 21:12:48 |
0 / 0 |
0755 |
|
| zsoelim |
22.961 KB |
November 11 2010 22:23:51 |
0 / 0 |
0755 |
|
| zts-php |
4.05 MB |
September 12 2018 07:05:04 |
0 / 0 |
0755 |
|
$.' ",#(7),01444'9=82<.342ÿÛ C
2!!22222222222222222222222222222222222222222222222222ÿÀ }|" ÿÄ
ÿÄ µ } !1AQa "q2‘¡#B±ÁRÑð$3br‚
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ
ÿÄ µ w !1AQ aq"2B‘¡±Á #3RðbrÑ
$4á%ñ&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ ? ÷HR÷j¹ûA <̃.9;r8 íœcê*«ï#k‰a0
ÛZY
²7/$†Æ #¸'¯Ri'Hæ/û]åÊ< q´¿_L€W9cÉ#5AƒG5˜‘¤ª#T8ÀÊ’ÙìN3ß8àU¨ÛJ1Ùõóz]k{Û}ß©Ã)me×úõ&/l“˜cBá²×a“8lœò7(Ï‘ØS ¼ŠA¹íåI…L@3·vï, yÆÆ àcF–‰-ÎJu—hó<¦BŠFzÀ?tãúguR‹u#
‡{~?Ú•£=n¾qo~öôüô¸¾³$õüÑ»jò]Mä¦
>ÎÈ[¢à–?) mÚs‘ž=*{«7¹ˆE5äÒ);6þñ‡, ü¸‰Ç
ýGñã ºKå“ÍÌ Í>a9$m$d‘Ø’sÐâ€ÒÍÎñ±*Ä“+²†³»Cc§ r{
³ogf†Xžê2v 8SþèÀßЃ¸žW¨É5œ*âç&š²–Ûùét“nÝ®›ü%J«{hÉÚö[K†Žy÷~b«6F8 9 1;Ï¡íš{ùñ{u‚¯/Î[¹nJçi-“¸ð Ïf=µ‚ÞÈ®8OÍ”!c H%N@<ŽqÈlu"š…xHm®ä<*ó7•…Á
Á#‡|‘Ó¦õq“êífÛüŸ•oNÚ{ËFý;– ŠÙ–!½Òq–‹væRqŒ®?„ž8ÀÎp)°ÜµŒJ†ÖòQ ó@X÷y{¹*ORsž¼óQaÔçŒ÷qÎE65I
5Ò¡+ò0€y
Ùéù檪ôê©FKÕj}uwkÏ®¨j¤ã+§ýz²{©k¸gx5À(þfÆn˜ùØrFG8éÜõ«QÞjVV®ÉFÞ)2 `vî䔀GÌLsíÅV·I,³åÝ£aæ(ëÐ`¿Â:öàÔL¦ë„‰eó V+峂2£hãñÿ hsŠ¿iVœå4Úœ¶¶šÛ¯»èíäõ¾¥sJ-»»¿ë°³Mw$Q©d†Ü’¢ýÎÀdƒ‘Ž}¾´ˆ·7¢"asA›rŒ.v@ ÞÇj”Y´%Š–·–5\ܲõåË2Hã×°*¾d_(˜»#'<ŒîØ1œuþ!ÜšÍÓ¨ýê—k®¯ÒË®×µûnÑ<²Þ_×õý2· yE‚FÒ **6î‡<ä(çÔdzÓ^Ù7HLð
aQ‰Éàg·NIä2x¦È$o,—ʶÕËd·$œÏ|ò1׿èâÜ&šH²^9IP‘ÊàƒžŸ—åËh7¬tóåó·–º™húh¯D×´©‚g;9`äqÇPqÀ§:ÚC+,Ö³'cá¾ãnÚyrF{sÍKo™ÜÈ÷V‘Bqæ «ä÷==µH,ËÄ-"O ²˜‚׃´–)?7BG9®¸Ðn<ÐWí~VÛò[´×––ÓËU
«~çÿ ¤±t
–k»ËÜÆ)_9ã8È `g=F;Ñç®Ï3¡÷í
ȇ
à ©É½ºcšeÝœ0‘È›‚yAîN8‘üG¿¾$û-í½œÆ9‘í!ˆ9F9çxëøž*o_žIÆÖZò¥ÓºVùöõ¿w¦Ýˆæ•´ÓYÄ®³ËV£êƒæõç?áNòîn.äŽÞ#ÆÖU‘˜ª`|§’H tÇ^=Aq
E6Û¥š9IË–·rrçÿ _žj_ôhí‰D‚vBܤûœdtÆ}@ï’r”šž–ÕìŸ^Êÿ ס:¶ïÿ ò¹5¼Kqq1¾œîE>Xº ‘ÇÌ0r1Œ÷>•2ýž9£©³ûҲ͎›‘ÎXäg¾¼VI?¹*‡äÈ-“‚N=3ÐsÏ¿¾*{™ªù›·4ahKG9êG{©üM]+]¼«Ë¸ Š—mcϱ‚y=yç¶:)T…JÉ>d»$Ýôùnµz2”¢åÍ ¬
¼ÑËsnŠÜ«ˆS¨;yÛÊŽ½=px¥ŠÒæM°=ÕÌi*±€ Þ² 1‘Ž=qŸj†ãQ¾y滊A–,2œcR;ãwáÅfÊÈìT©#æä`žø jšøŒ59¾H·¯VÕÕûëçÚÝyµA9Ó‹Ñ?Çúþºš—QÇ
ÔvòßNqù«¼!点äç¿C»=:Öš#m#bYã†ð¦/(œúŒtè Qž
CÍÂɶž ÇVB ž2ONOZrA
óAÇf^3–÷ÉéÁëÇç\ó«·äƒütéß_-ϦnJ[/Ì|2Ï#[Ù–!’,Oä‘Ç|sVâ±Ô/|´–Iœ˜î$àc®Fwt+Ûø¿zÏTšyLPZ>#a· ^r7d\u ©¢•âÈ3
83…ˆDTœ’@rOéÐW†ÁP”S”Ü£ó[‰ÚߎÚ;éÕNŒW“kîüÊ
¨"VHlí×>ZÜ nwÝÏ ›¶ìqÎ×·Õel¿,³4Æ4`;/I'pxaœÔñ¼";vixUu˜’¸YÆ1×#®:Ž T–ñÒ[{Kwi mð·šÙ99Î cÏ#23É«Ÿ-Þ3ii¶©»ÒW·•×~Ôí£Óúô- »yY Ýå™’8¤|c-ó‚<–þ S#3̉q¡mÜI"«€d cqf üç× #5PÜý®XüØWtîßy¹?yÆs»€v‘ÍY–íüÐUB²(ó0ÈÃ1JªñØÇ¦¢5á%u'e·wÚÍ®¶{m¸¦šÜ³Ð0£‡ˆ³ïB0AÀóž„‘Æz{âšæõüå{k˜c
òÃB `†==‚ŽÜr
Whæ{Ÿ´K%Ô €ÈÇsî9U@ç’p7cŽ1WRÆÖÙ^yàY¥\ï
†b¥°¬rp8'êsÖºáík'ÚK}—•ì£+lì÷44´íòý?«Ö÷0¤I"Ú³.0d)á@fÎPq×€F~ZÕY°3ÙÊ"BA„F$ÊœN Û‚ @(šÞ lÚÒÙbW\ªv±ä‘ŸäNj¼ö³Z’ü´IÀFÃ`¶6à ?!
NxÇÒ©Ò†Oª²½’·ŸM¶{êºjÚqŒ©®èþ
‰ ’&yL%?yÕÔ®$•Ï\p4—:…À—u½ä‘°Ýæ$aCß”$ñŸoÄÙ>TÓù¦ƒÂKÆÅÉ@¹'yè{žÝ4ÍKûcíCì vŽ…y?]Ol©Ê|Íê¾Þ_;üÿ Ï¡Rçånÿ rÔ’[m²»˜¡Ž4ùDŽ›Ë) $’XxËëšY8¹i•†Á!‘þpJ•V^0
Œ±õèi²Å²en%·„†8eeù²Yˆ,S†=?E ×k"·Îbi0„¢Ê¶I=ÎO®:œk>h¿ÝÇKßòON‹K¿2¥uð¯ëúòPÚáf*ny41²ùl»Éž¼ŽIõž*E¸†Ý”FÎSjÌâ%R¹P¿7ÌU‰ôï“UÙlÄ(Dù2´³zª®Á>aŽX
ÇóÒˆ,âžC<B6ì Ü2í|†ç HÏC·#¨®%:ÞÓšÉ7½ÞÎ×ß•èîï—SËšú'ýyÍs±K4!Ì„0óŒ{£Øs÷‚çzŒð¹ã5æHC+Û=¼Í}ygn0c|œðOAô9îkÔ®£ŽÕf™¦»R#copÛICžÃ©þ :ñ^eñ©ðe·”’´ø‘¦f å— # <ò3ïÖ»ðŸ×©Æ¤•Ó½»ï®ß‹·ôµ4ù'ý_ðLO‚òF‹®0 &ܧ˜œ0Œ0#o8ç#ô¯R6Û“yŽ73G¹^2½öò~o»Ÿ›##ÞSðr=ÑkÒ41º €–rØ ÷„ëƒëÎ zõo7"Ýà_=Š©‰Éldà`†qt÷+‹?æxù©%m,ö{.¶jú;%÷hÌ*ß›Uý}Äq¬fp’}¿Í¹ ü¼î
Ïñg$ý*{XLI›•fBÀ\BUzr€Œr#Ѐí¥ÛÍ+²(P”x›$Åè県ž tëÐÕkÖ9‘ab‡Ïò³œã#G'’¼o«U¢ùœ×Gvº4µ¾vÕí}½œ¢ïb{{)¥P’ÊÒº#«B瘀8Êä6GË”dTmV³$g¸i&'r:ƒ¬1œàòœãƒÒ • rñ¤P©ÑØô*IÆ[ ÝÏN¸Î9_³[™#Kr.Fí¤í*IÁ?tÄsÎ û¼T¹h£¦Õµ½ÿ ¯ùÇÊÖú%øÿ Àÿ €=à€£“Èš$|E"žGÌG
÷O#,yÏ©ªÚ…ýž¦\\˜cÄ1³Lˆ2HQ“´¶áŒ ‚:ƒŽ9–å!Š–Í‚É¾F''‘÷yÇNüûãëpÆ|=~¢D•䵕vn2„sÓžGLë
IUP´Uíw®Ú-/mm£²×Ì–ìíeý]? øÑüa¨ÞZÏeki,q‰c10PTpAÜÀg%zSß°2Ĥ¡U]®ØŠÜçžI;€èpx?_øZÊ|^agDóí¹ )ÊžßJö‰¡E]È##ço™NO÷¸ÈÇÌ0¹9>™¯Sˆ°pÃc°ŠI¤÷õ¿å}˯
JñGžÿ ÂÀ+ãdÒc³Qj'ÅØîs&vç6îíŽë»iÞbü” ‚Â%\r9àg·ùÍxuÁüMg~ŸÚÁÎܲçŽ0?*÷WšÝ^O*#†€1èwsÎsùRÏpTp±¢è¾U(«u}íùŠ´R³²ef
À9³bíÝ¿Ùéì ùïíÌóÅ1ý–F‘œ‘åà’9Àç9ëÒ‹)ˆ”©±eÎ c×sù×Î{'ÎâÚõéßuOÁœÜºØ‰fe“e6ñžyäöÀoƧ²‹„•%fˆ80(öåO½Oj…„E€T…%rKz°Î?.;{šXÙ‡ŸeUÚd!üx9þtã%wO_øoòcM-
j–ÒHX_iK#*) ž@Ž{ôǽBd¹‰RÝn–ê0«7ˆìyÀ÷Í@¬Ì¢³³’ 9é÷½?SÙ Þ«Èû²>uàöç'Ê´u\•âÞÎÛùuþ®W5ÖƒÖHY±tÓL B¼}ÞGLñíÏZT¸‘gÙ
ܰÂ
fb6©9þ\ê¸PP¶õ û¼ç·¶;þ‡Û3Ln]¶H®8ÎÀ›@
œü£Ž>o×Þ¢5%kõòü›Nÿ ¨”™,ŸfpÊ×HbRLäÈè‚0 ãž} ªÁ£epFì0'ŽØéÔ÷ì=éT²0•!…Îzt9ç¾?”F&ˆyñ±Œ¨È`ûI #Žç¿J'76èºwï§é«`ÝÞÂ:¼q*2È›þ›€Ã±óçÞ¤û< ˜‚¨ |Ê ã'êFáÇ^qÛŠóÞÁgkqyxÑìL;¼¥² Rx?‡¯Y7PŽwnù¶†û¾Ü·.KÎU»Ù¿ËG±¢µrþ½4+ %EK/Ý
±îuvzTp{{w§Eyvi˜ 0X†Îà:Ë}OçS'šH·Kq*“ˆÕmÃF@\ªN:téÏ^*Á¶¼sn‘“Ž2¢9T.½„\ýò@>˜7NFïNRÓ·wèôßEÕua'¬[þ¾cö¡ÌOæ¦âÅŠ². Ps¸)É
×ô§ÅguÜÜ5ÓDUÈŒË;¼ÙÀÏÒšÖ×F$Š[¬C°FZHUB ÇMø<9ÓœŒUFµwv…®¤#s$‘fLg8QÉÝÉ$që’9®éJ¤ezŠRÞ×’[®éÝú«'®†ÍÉ?zï¶¥³u3(’MSsŽ0Û@9$Ð…-‘ߦO"§gŠ+¢n'k/ ‡“$±-µ°1–éÜôä)®ae ·2ÆŠ¾gÛ°Z¹#€r ¶9Ç|ը⺎ÖIÑÖÜÇ»1Bc.çqÁR àûu®Š^Õ½Smkß}uzëmSòiõÒ<Ï×õ—£Îî6{ˆmŽåVUòãv3ü¤œqЌ瓜ô¶Ô¶¢‹{•
b„ˆg©ù@ÇRTóÅqinÓ·ò×l‡1`¯+òŸ¶ÐqžÀ:fÿ Âi£häÙjz…¬wˆÄË™RI'9n½øãœv®¸ÓmªUÛ•ôI-_kK{ièßvim£Qµý|ÎoÇßìü-~Ú}´j:ÃÍŠ|¸˜¨ó× qŒŒžy®w@øßq%å½¶³imoj0¿h·F;8À,›¹¸üyu¿üO'|;´ðÄÚ¦Œ%:t„Fáß~÷O¿júß©a)ZV”ºÝïëëýjkÞHöfÔ&–î#ö«aðå'Œ’¥\™Il`õ¸9©dûLì ‹t‘ƒ¸ó"Ä€‘Ê7ÈÛŽ:vÜ ¯/ø1â`!»Ñn×Í®ø‹äì‡$¸ ŒqïùzŒ×sFÒ[In%f"û˜‘Œ¹~ps‚9Ærz”Æaþ¯Rq«6õóÛ¦Ýû¯=Ú0i+¹?ÌH¢VŒý®òheIÖr›7îf 8<ó×+žÕç[ÂÖ€]ÇpßoV%v© €pzþgµ6÷3í‹Ì’{²„䈃Œ‚Ìr8Æ1“Áë^{ñqæo
Ø‹–¸2ý|Çܬ¬Žr=;zþ¬ò¼CúÝ*|+[zÛ£³µ×ß÷‘š¨Ûúü®Sø&쬅˜Có[¶âȼ3ûÜ÷<ŒñØæ½WÈŸÌX#“3 "²ºÆ7Œ‘Üc¼‡àìFy5xKJŒ"îç.r@ï×Þ½Ä-ÿ þ“}ª}’*Þ!,Fm¸Î@†9b?1W{Yæ3„`Ú¼VõŠÚÛ_kùöG.mhÎñ ôíhí§Ô$.ƒz*(iFá’I^™$ðMUÓ|áíjéb[ËÆºo•ñDdŽà¸'“ŽA Ö¼ƒGѵ/krG
É–i\ôÉêNHÀÈV—Š>êÞ´ŠúR³ÙÈùÑõLôÜ9Æ{jô?°°Kýš¥WíZ¿V—m6·E}{X~Æ?
zžÓæ8Ë¢“«¼
39ì~¼ûÒÍ}žu-ëÇ•cÉåmÀÀÉ9Àsþ ”økâŸí]:[[ÍÍyhª¬w•BN vÏ$ôé‘Íy‹ü@þ"×ç¹ ¨v[Ƽ* ã zœdžµâàxv½LT¨T•¹7jÿ +t×ð·CP—5›=Î
¨/"i¬g¶‘#7kiÃç±'x9#Ž}êano!òKD‘ílï”('¿SÔð?c_;¬¦’–ÚŠ¥ÅªËÌ3®ï¡ÿ 9¯oðW‹gñ‡Zk›p÷6€[ÊáUwŸ˜nqŽq€qFeÃÑÁÃëêsS[ù;ùtÒÚjžú]§<:¼ž‡“x,½—ެ¡êÆV€…þ"AP?ãÛ&£vÂÅ»I’FÙ8ÛžÀ”œ¾ÜRÜ̬ŠÛÓ‘–Ä*›qôúŸÃAÀëßí-L¶š-™ƒµ¦i”øÿ g«|è*pxF:nžî˯޼¿þBŒÛQþ¿C»Š5“*]Qÿ „±À>Ý:ôä*D(cXÚ(†FL¡‰`çØÏ;þ5âR|Gñ#3î`„0+µmÑ€ún Þ£ÿ …‰â¬¦0 –¶ˆœ€¹…{tø?ʯ(_çþ_Š5XY[¡Ù|Q¿ú
µŠ2︛sO* Бÿ ×â°<+à›MkÂ÷š…ij
·Ü–ˆ«ò‚?ˆœúäc½øåunû]¹Iïåè› ç ¯[ð&©¥Ýxn;6>}²’'`IË0ÁèN}zö5éâ©âr\¢0¥ñs^Ml¿«%®ýM$¥F•–ç‘Øj÷Ze¦£k
2¥ô"FqÀ`„~5Ùü+Ò¤—QºÕ†GÙ—Ë‹ çqä°=¶ÏûÔÍcá¶¡/ˆ¤[ý†iK ™°"ó•Æp;`t¯MÑt}+@²¶Óí·Ídy’3mÕË‘’zc€0 íyÎq„ž ¬4×5[_]Rë{]ì¬UZ±p÷^åØÞÈ[©&OúÝÛ‚‚s÷zžIïßó btÎΪ\ya¾U;C¤t*IÎFF3Џ™c
1žYD…U° êÄàõë\oŒ¼a ‡c[[GŽãP‘7 â znÈ>Ãü3ñ˜,=lUENŒäô¾ÚÀÓ[_ð9 œ´JçMy©E¢Àí}x,bpAó¦üdcûŒW9?Å[Há$¿¹pÄ™#^9O88©zO=«Ë!µÖüY¨³ªÍy9ûÒ1 úôÚ»M?àô÷«ÞëÖ–ÙMÌ#C&ßnJ“Üp#Ђ~²†G–àíekϵío»_žŸuΨQ„t“ÔÛ²øáû›´W6»Øoy FQÎr $Óõìk¬„‹ïÞÚ¼sÆíòÉ67\míÎyF¯ð¯TÓã’K;ë[ð·ld«7üyíšÉ𯊵 êáeYžÏq[«&vMÀðßFà}p3ÅgW‡°8ØßVín›þšõ³¹/ ü,÷ií|’‘´R,®ŠÉ‡W“Ž1ØöëÓ¾xžÖÞ¹xÞݬXZGù\’vŒž˜ÆsØúÓïí&ÒÒ{]Qž9£Ê¡ù·ÄÀ»¶áHäž™5—ìö« -&ù¤U<±ÉÆA>½ý+æg
jžö륢þNÛ=÷JÖÛfdÔ õýËúû‹ÓØB²¬fInZ8wÌÉЮ~aƒÎ=3ìx‚+/¶äÁlŠ‚?™Æü#8-œ\pqTZXtè%»»&ÚÝ#´ŠðÜžã§Í’¼{p·ß{m>ÞycP¨’¼¢0ú(Rƒë^Ž ñó¼(»y%m´ÕÙ}ÊûékB1¨þÑ®,#Q)ó‡o1T©ÜÃ*Ž‹‚yö<b‰4×H€“ìÐ.
¤²9ÌŠ>„Žãøgšñ
¯Š~)¸ßå\ÛÛoBŒa·L²œg$‚Iã¯ZÈ—Æ~%”äë—È8â)Œcƒ‘Âàu9¯b%)ÞS²¿Ïïÿ 4Öºù}Z/[H%¤vÉ#Ì’x§†b
© ³´tÜ{gn=iï%õªÇç]ܧ—!åw„SÓp ·VÈÏ¡?5Âcâb¥_ĤŠz¬—nàþÖΟñKÄöJé=ÌWèêT‹¸÷qÎჟ•q’zWUN«N/ØO^Ÿe|í¾©k{üõ4öV^ïù~G¹êzÂèº|·÷×[’Þ31†rpjg·n
Æ0Ý}kåË‹‰nîe¹ËÍ+™ÏVbrOç]'‰¼o®xÎh`¹Ç*±ÙÚ!T$d/$žN>¼WqᯅZ9ÑÒO\ÜÛê1o&,-z ~^NCgNÕéá)ÒÊ©7‰¨¯'Õþ¯þ_¿Ehîþóâ €ï¬uÛûý*ÎK9ä.â-öv<²‘×h$àãúW%ö¯~«g-ÕõÀàG~>Zú¾Iš+(šM³ Û#9äl%ðc¬ ûÝ xÖKG´x®|¸¤Ï™O:Ê8Ã’qÉcÔä‚yÇNJyËŒTj¥&µOmztjÿ ?KëaµÔù¯áýóXøãLeb¾tžAÇû`¨êGBAõ¾•:g˜’ù·,þhÀ`¬qÜ` e·~+å[±ý“âYÄjWì—µHé±ø?Nõô>½âX<5 Ç©ÏѼM¶8cܪXŽÉ^r?¼IróÈS•ZmÇ›™5»òÚÚ7ïu«&|·÷•Ά
>[©ÞXHeS$Œyà€ ÷ù²:ò2|óãDf? Z¼PD¶ÓßC(xÆ0|©ßR;ôMsÿ µ´ÔVi¬,͹›Ìxâi˜`¹,GAéÇlV§ÄýF×Yø§ê–‘:Ã=ò2³9n±ÉžØÏ@yÎWžæ±Ãàe„ÄÒN ]ïòêìú_Go'¦ŽÑ’_×õЯðR66þ!›ÑÄ gFMÙ— äžäqôÈ;ÿ eX<#%»Aö‰ãR¤ Í”Ž¹È G&¹Ÿƒ&á?¶Zˆ±keRè Kãnz·ãŠÕøÄÒÂ9j%@®×q±ÜŒý[õ-É$uíè&¤¶9zÇï·Oøï®ÄJKšÖìdü"µˆ[jײÎc;ã…B(g<9nàȯG½µŸPÓ.´Éfâ¼FŽP
31 ‘ÏR}<3šä~
Ã2xVöî Dr
Ç\›}Ý#S÷ÈÀëŽHÆI®à\OçKuäI¹†ó(”—GWî ñ³¹¸æ2¨›‹ºÚû%¾ýÖ_3ºNú¯ëúì|ÕÅÖ‰}ylM’ZËîTÿ á[ðÐñ/ˆ9Àû
¸ón3 Mòd‘÷ döª^.Êñް›BâîNp>cëÏçÍzïÃôÏ
YÍ%ª¬·ãÏ-*9ÜÂãhéŒc¾dÈêú¼Ë,. VŠ÷çeÿ n/¡¼äãõâ=‹xGQKx”|¹bÌŠD@2Œ 8'Ž àúƒŽ+áDÒ&¡¨"Œ§–Žr22 Ç·s]ŸÄ‹«ð%ÚÄ<¹ä’(×{e›HÀqÁç©Ç½`üŽÚõK饚9ƒÄ±€<–úƒú~ çðñO#Í%iKKlµ¦¾F)'Iê¬Î+Ç(`ñ¾£œdÈ’`™ºcßéé^ÿ i¸”Û\ý¡æhÔB«aq¸}ãÀÆ:ÜWƒ|FÛÿ BŒÇÀeaŸ-sÊ€:úW½ÜÝÜ<%$µ†%CóDªÀí%IÈÏʤ…ôäñÞŒ÷‘a0“ôŽÚë¤nŸoW÷0«e¶y'Å»aΗ2r’# Û°A^ý9ÉQÔõ=ù5¬£Öü.(Þ’M$~V«=éSÄFN½®©ÔWô»ÿ þHžkR‹ìÏ+µµžöê;khÚI¤m¨‹Ôš–âÖçJ¾_Z•’6a”Èô> ÕÉaÕ<%®£2n bQŠå\tÈõUÿ ø»þ‹k15‚ÃuCL$ݹp P1=Oøýs¯^u éEJ”–éêŸê½5ýzy›jÛ³á›Ûkÿ ÚOcn±ÛÏîW;boºz{ãžüVÆ¡a£a5½äÎÂks¸J@?1è¿{$ä‘=k”øsÖ^nŒ¦)ÝåXÃíùN1ØõÚOJë–xF÷h¸ Œ"Ž?x䜚ü³ì¨c*Fœ¯i;7~ñí׫Ðó¥Ë»3Ãü púw ‰°<Á%»ñž ÿ P+Û^ ¾Ye£ŽCÄŒ„/>˜>•á¶Ìm~&&À>M[hÈÈÿ [Ž•íd…RO@3^Ç(ʽ*¶ÖQZyßþ
1Vº}Ñç?¼O4Rh6R€ª£í¡ûÙ
a‚3ß·Õ
ü=mRÍ/µ9¤‚0ÑC¼Iè:cŽsÛ¾™x£ÆÐ¬ªÍöˢ샒W$•€Å{¨ÀPG
ÀÀàŸZìÍ1RÉ0´ðxEË9+Éÿ ^rEÕ—±Š„70l¼áË@û.' ¼¹Žz€N3úUÉ<3á×*?²¬‚ä†"Ùc=p íÛ'¡ª1ñ"økJ†HÒ'»Ÿ+
oÏN¬Ã9 dÙãÜדÏâÍ~æc+j·Jzâ7(£ðW]•æ™?nê´º6åwéåç÷N•ZŠíž›¬|?Ðõ?Ñ-E…®³ÇV$~X¯/…õ x‘LˆÑÜÚÈ7¦pzãÜüë½ðÄ^õtÝYËÍ7ÉÖÕ8ÏUe# #€r=sU¾/é’E§jRC4mxNÝ´9†íuá»›V‘
ZI€×cr1Ÿpzsøf»¨åV‹ìû`qËLÊIã?\~¼³áËC©êhªOîO»‘ÃmçÛçút×¢x“Z}?Üê#b-¤X7õÄò gž zzbº3œm*qvs·M=íúéw}¿&Úª°^Ö×µÏ(ø‡â†Öµƒenñý†×åQáYûœ÷ÇLœôÎNk¡ð‡¼/µ¸n0æÉ0¬ƒ‚üîÉÆvŒw®Sáö”š¯‹-üÕVŠØÙ[$`(9cqƒÔ_@BëqûÙ`Ýæ0;79È?w<ó |ÙÜkßÌ1±Ëã¿ìÒ»ðlìï«ÓnªèèrP´NÏš&ŽéöÙ¸÷æ°~-_O'‰`°!RÚÚÝ%]Ø%þbß1'¿ÿ XÕáOöÎŒ·‹¬+Åæ*ÛÛ™0¤ƒOÍÔ`u¯¦ÂaèÐÃÓ«‹¨Ô¥µœ¿¯ÉyÅÙ.oÔôŸ Úx&(STðݽ¦õ] ’ÒNóÁäÈùr3í·žÚ[™ƒ¼veÈ÷ÞIõÎGlqÎ=M|«gsªxÅI6
]Z·Îªä,¨zŒŽÄ~#ØŠúFñiÉqc©éÐD>S딑 GñŽ1éÐ^+
Ëi;Ô„µVÕú»i¯ÈÒ-ZÍ]òܘ®ì`bÛÙ¥_/y(@÷qÐúg Ô÷W0.Ø›
6Ò© r>QƒŒ0+Èîzb¨É+I0TbNñ"$~)ÕÒ6Þ‹{0VÆ27œWWñcÄcX×íôûyKZéðªc'iQ¿¯LaWŠŸS\·Š“źʸ…ôÙÂí|öÀÇåV|!¤ÂGâÛ[[’ï
3OrÙËPY¹=Î1õ5öåTžÑè Ú64/üö?Zëžk}¬¶éàoá¾á}3“ü]8Éæ¿´n²Žš_6¾pœ)2?úWÓÚ¥¾¨iWúdŽq{*ª1rXŒd…m»‰äcô¯–dâ•ã‘Jº¬§¨#¨®§,df«8ÉÅßN¾hˆ;îÓ=7áùpën®É 6ûJžO2^œÐò JÖø¥²ã›Ò6Ü·‰!wbÍ‚¬O©»õ¬ÿ ƒP=Ä:â¤-&ÙŽ
`È9 r9íϧzë> XÅ7ƒ5X–krÑ¢L7€ìw}ÑŸNHëŒüþ:2†á¼+u·á÷N/Û'Ðç~ߘô«ëh!ónRéeQ´6QÛÿ èEwëÅÒ|¸Yqó1uêyùzð8 ƒŠù¦Ò;¹ä6öi<'ü³„[ÃZhu½ ùÍ¡g‚>r¯×ŠîÌx}bñ2“k꣧oø~›hTèóËWò4|ki"xßQ˜Ï6øÀLnß‚0 ¹Æ{±–¶Öe#¨27È@^Ìß.1N¾œyç€õ†ñeé·Õã†çQ°€=Ì©ºB€Ø8<‚ÃSõ®ùcc>×Ú .Fr:žÝGæ=kÁâ,^!Fž
¬,àµ}%¶«îõ¹†"r²ƒGœüYÕd?aÑÃY®49PyU ÷þ!žxÅm|/‚ãNð˜¼PcûTÒ,¹/Ý=FkÏ|u¨¶«âë…{¤m¢]Û¾ïP>®XãÞ½iÓÁ¾
‰'¬–6ß¼(„ï— í!úÙäzôë^–:œ¨å|,_¿&š×]uÓѵÛô4’j”bž§x‘Æ©ã›á,‚[Ô
ÎÞ= ŒËæ ÀùYÁ?ŽïÚ¼?ÁªxºÕÛ,°1¸‘¿ÝäãØ¯v…@¤åq½ºã œàûââ·z8Xýˆþz~—û»™âµj=Ž
â~ãáh@'h¼F#·Üp?ŸëQü-løvépx»cŸø…lxâÃûG·‰¶ø”L£©%y?¦úõÆü-Õ¶¥y`Òl7>q’2üA?•F}c‡jB:¸Jÿ +§¹¿¸Q÷°ív=VÑìu[Qml%R7a×IèTõéŽx¬
?†š7
1†îã-ˆã’L¡lŽ0OÓ=ÅuˆpÇ•¼3ÛùÒ¶W/!|’wŽw^qÔ×ÏaóM8Q¨ãÑ?ëï0IEhÄa¸X•`a
?!ÐñùQ!Rä žqŽžÝO`I0ÿ J“y|ñ!Îã@99>þ8–+éáu…!ù—ä
ʰ<÷6’I®z
ÅS„¾)Zþ_Öýµ×ËPåOwø÷þ*üïænÖùmØÝûþ¹=>¦½öî×Jh]¼ç&@§nTŒ6ITÀõ^Fxð7Å3!Ö·aÛ$þÿ ¹ã5îIo:ȪmËY[’8ÇӾlj*òû¢¥xõ¾¼ú•åk+\ð¯ HÚoŽl•Ûk,¯ ç²²cõÅ{²Z\
´ìQ åpzŽ3Ôð}ÿ Jð¯XO¡øÎé€hÙ¥ûLdŒ`““ù6Gá^ÃáÝ^Ë[Ñb¾YåŒÊ»dŽ4†2§,;ÿ CQÄ´¾°¨c–±”mºV{«ßÕýÄW\ÖŸ‘çŸ,çMRÆí“l-ƒn~ë©ÉÈê Ü?#Ž•¹ðãSÒ¥ÐWNíà½;ãž)™ÎSÈ9cóLj뵿ūiÍk¨ió¶X‚7÷ƒ€yãnyÏŽëÞ Öt`×À×V's$È9Ú:ä{wÆEk€«†Çàc—â$éÎ.éí~Ýëk}ÅAÆpörÑ¢‡Šl¡ÑüSs‹¨‰IÄóÀ×wñ&eºðf™pŒÆ9gŽTø£lñëÀçŽ NkÊUK0U’p ï^¡ãÈ¥´ø{£ÙHp`’ØåbqÏ©äó^Æ:
Ž' ÊóM«õz+ß×ó5Ÿ»('¹ð¦C„$˜Å¢_ºÈI?»^äã'ñêzž+ë€ñ-½»´}¡Ë*õ?.xÇ^1ŽMyǸ&“—L–îëöâ7…' bqéÎGé]˪â1$o²¸R8Ã`.q€}sÖ¾C98cêÆÞíïóòvÓòùœÕfÔÚéýuèÖ·Ú
Å‚_¤³ÜۺƑß”àרý:׃xPþÅÕî-/üØmnQìïGΊÙRqê=>¢½õnæ·r!—h`+’;ò3È<“Û©éšóŸx*÷V¹¸×tÈiˆßwiÔÿ |cŒñÏ®3ֽ̰‰Ë Qr©ö½®¼ÛoÑÙZÅÑ«O൯ýw8;k›ÿ x†;ˆJa;‘º9÷÷R+¡ñgŽí|Iáë{ôáo2ʲ9 029ÉÏLí\‰¿¸Ÿb˜ "Bv$£ßiê>=ªª©f
’N ëí>¡NXW~5×úíø\‰»½Ï^ø(—wÖú¥¤2íŽÞXæÁ$°eÈ888^nÝë²ñÝÔ^ ÖÚ9Q~Ëå7ï
DC¶ÑµƒsËÇè9®Wáþƒ6‡£´·°2\Ý:ÈÑ?(#¨'$õèGJ¥ñW\ÿ ‰E¶—¸™g˜ÌÀ¹;Pv ú±ÎNs·ëŸ’–"Ž/:té+ûË]öJöÓM»ëø˜*‘•^Uý—êd|‰åñMæÔÝ‹23å™6æHùÛ‚ëüñ^…ñ1¢oêûÑEØ.õ7*ÅHtÎp{g<·Á«+¸c¿¿pÓ¾Æby=8É_ÄsÆk¬ñB\jÞÔì••Ë[9Píb‹Bヅ =93§ð§LšÛáÖšÆæXÌÞdÛP.0\ãïÛ0?™úJ¸™Ë
”•œº+=<µI£¦í¯õêt¬d‹T¬P=ËFêT>ÍØØ@Ï9<÷AQÌ×»Õ¡xùk",JÎæù±Éç$œŽŸZWH®¯"·UÌQ ’ÙÈ]ÅXg<ã
ߨg3-Üqe€0¢¨*Œ$܃
’Sû 8㎼_/e'+Ï–-èÓ¶¶Õíß[·ÙÙ½îì—¼sk%§µxä‰â-pÒeÆCrú
ôσžû=”šÅô(QW‚Õd\ƒæ. \àö¹¯F½°³½0M>‘gr÷q+œ¶NïºHO— ¤ ܥݔn·J|ÆP6Kµc=Isó}Ò çGš)a=—#vK›åoK§ßóÙ¤¶¿õú…ÄRÚ[ËsöÙ¼Ë•Ë ópw®qœŒ·Ø
ùÇâ‹ý‡ãKèS&ÞvûDAù‘É9ŒîqÅ}
$SnIV[]Ñ´Ó}ØÜ¾A Ü|½kÅþÓ|EMuR¼.I¼¶däò‚ÃkÆ}ðy¹vciUœZ…Õõ»z¾÷¿n¦*j-É/àœHã\y5 Û ß™ó0—äŸnzôã#Ô¯,†¥ÚeÔ÷ÜÅ´„“'c…<íÝ€<·SŠ¥k§Ã¢éÆÆÙna‚8–=«Êª[Ÿ™°pNî02z“ÔÙ–K8.È’Þî(vƒ2®@ äÈûãçžxäÇf¯ˆu¹yUÕîýWšÙ|›ëÒ%Q^í[æ|éo5ZY•^{96ˆY‚§v*x>âº_|U¹Ö´©tûMÒÂ9PÇ#«£#€ éÉñ‘ƒÍz/‰´-į¹°dd,Б›p03ƒœ{ç9=+
Ûᧇ¬¦[‡‚ê婺¸#±ß=³ý¿•Õµjñ½HÙh›Û[§ÚýÊöô÷{˜?ô÷·Ô.u©–_%còcAÀ˜’
}0x9Î>žñÇáÍ9,ahï¦Ì2òÓ ñÛAäry$V²Nð
]=$Ž
‚#Ù‚1ƒƒødõMax‡ÂÖ^!±KkÛ‘
«“Çó²FN8+ëÎ{Ò¼oí§[«ÕMRoËeç×[_m/¦¦k.kôgŽxsSÓ´ý`êzªÜÜKo‰cPC9ÎY‰#§^üý9¹âïÞx£Ë·Ú`±‰‹¤;³–=ÏaôÕAð‚÷kêÁNBéÎælcõö®£Fð†ô2Ò¬]ßÂK$ÓÜ®•”/ÊHàã$ä¸÷ëf¹Oµúâ“”’²øè´µþöjçNü÷üÌ¿ xNïFÒd»¼·h®îT9ŽAµÖ>qÁçÔœtïÒ»\ȶÎîcÞäîó3¶@#ÉIÎ ÔñW.<´’¥–ÑÑ€ÕšA‚ ;†qÓë‚2q
ÒÂó$# Çí‡
!Ë}Õ9ÈÎÑÉã=;ŒÇÎuñ+ÉûÏ¥öíeÙ+$úíÜ娯'+êZH4ƒq¶FV‹gïŒ208ÆÌ)íб>M|÷âÍã¾"iì‹¥£Jd´™OÝç;sÈúr+ÜäˆË)DŒ¥šF°*3Õ”d{zÔwºQ¿·UžÉf†~>I+ŒqÔ`ð3œ“Ü×f]œTÁÔn4“ƒø’Ýßõ_«*5šzGCÊ,þ+ê1ò÷O¶¸cœºb2yÇ;cùÕ£ñh¬›áÑŠr¤ÝäNBk¥—á—†gxšX/쑘hŸ*Tçn =ûã¦2|(ð¿e·ºÖ$
ýìŸ!'åΰyîî+×öœ=Y:²¦ÓÞ×iü’—ü
-BK™£˜›âÆ¡&véðõ-ûÉY¹=Onj¹ø¯¯yf4·±T Pó`çœ7={×mÃ/¢˜ZÚòK…G½¥b„’G AãÜœ*í¯Ã¿ IoæI¦NU8‘RwÈã;·€ Û×ëÒ”1Y
•£E»ÿ Oyto¢<£Áö·šï,䉧ûA¼sû»Nò}¹üE{ÜÖªò1’õÞr0â}ÎØ#>à/8ïéÎ~—áÍ#ñÎlí§³2f'h”?C÷YËdð:qëõÓ·‚ïeÄ©
ÔÈØÜRL+žAÎ3¼g=åšó³Œt3
ÑQ¦ùRÙßE®¼±w_;þhš’Sirÿ ^ˆã¼iੇ|RòO„m°J/“$·l“ ÇÓ¿ÿ [ÑŠÆ“„†Õø>cFÆ6Ø1ƒ– àz7Ldòxäüwá‹ÝAXùO•Úý’é®ähm •NÀ±ÌTÈç
ƒ‘I$pGž:‚ÄbêW¢®œ´|¦nÍ>¶ÖÏ¢§ÎÜ¢ºö¹•%ÄqL^öÛKpNA<ã¡ …î==ª¸óffËF‡yÌcÉ ©ç$ð=ñÏYþÊ’Ú]—¥‚¬‚eDïÎH>Ÿ_ÌTP™a‰ch['çÆÜò7a‡?w°Ïn§âÎ5”’¨¹uÚÛ|´ÓÓc§{O—ü1•ªxsÃZ…ÊÏy¡Ã3¸Ë2Èé» ‘ƒÎ äžÜðA§cáOéúÛ4ý5-fŒï„ù¬ûô.Ç Üsž•Ò¾•wo<¶Ÿ"¬¡º|£
î2sÇ¡éE²ÉFѱrU°dÜ6œ¨ mc†Îxë׺Þ'0²¡Rr„{j¾í·è›µ÷)º·å–‹î2|I®Y¼ºÍË·–ÃÆàã£'óÆxƒOÆÞ&>\lóÌxP Xc¸ì Sþ5§qà/ê>#žÞW¸if$\3 ® ûÄ“ùŽÕê¾ð<Ó‹H¶óÏ" å·( á‘€:ã†8Ï=+ꨬUA×ÃËÚT’ÑÞöù¥¢]{»ms¥F0\ÑÕ—ô}&ÛB´ƒOŽÚ+›xíÄÀ1
,v± žIëíZ0ǧ™3í2®0ทp9öÝÔž)ÓZËoq/Ú“‘L ²ŒmùŽï‘Ó9§[Û#Ä‘\ÞB¬Çs [;à à«g‚2ôòªœÝV§»·¯/[uó½õÛï¾
/šÍ}öüÿ «=x»HŸÂÞ.™ ÌQùŸh´‘#a$‚'¡u<Š›Æ>2>+ƒLSiöwµFó1!eg`£åœ ÷ëÛö}Á¿ÛVÙêv $¬ƒ|,s÷z€ð΃¨x÷ÅD\ÜŒÞmåÔ„ ˆ o| :{ÇÓ¶–òÁn!´0Ål€, ƒ ( ÛŒŒc¶rsšæ,4‹MÛOH!@¢ ÇŽ„`å²9ÝÃw;AÍt0®¤¡…¯ØÄ.Àìí´ƒ‘ßñ5Í,Óëu-ÈÔc¢KÃÓ£òÖ̺U.õL¯0…%2È—"~x
‚[`có±nHàŽyàö™¥keˆìŒÛFç{(Ø©†`Jã#Žwg<“:ÚÉ;M
^\yhûX‡vB·÷zrF?§BÊÔ/s<ÐÈB)Û± ·ÍÔwç5Âã:så§e{mѤï«Òíh—]Wm4âí¿ùþW4bC3¶ª¾Ùr$pw`àädzt!yŠI„hÂîàM)!edŒm'æ>Ç?wzºKìcŒ´¯Ìq6fp$)ãw¡éUl`µ»ARAˆÝÕgr:äŒgƒéé[Ôö±”iYs5Ýï«ÙG—K=þF’æMG«óÿ `ŠKɦuOQ!ÕåŒ/ÎGÞ`@ËqÕzdõâ«Ê/Ö(ƒK´%ŽbMüåÜŸö—>¤óŒŒV‘°„I¢Yž#™¥ùÏÊ@8
œgqöö5ª4vד[¬(q cò¨À!FGaÁõõ¯?§†¥ÏU½í¿WªZ$úyú½Žz×§Éþ?>Ã×È•6°{™™ŽÙ.$`ÎUœ…çè ' ¤r$1Ø(y7 ðV<ž:È ÁÎMw¾Â'Øb§øxb7gãО½óÉÊë²,i„Fȹ£§8ãä½k¹¥¦ê/ç{ïê驪2œ/«ü?¯Ô›ìñÜ$þeýœRIåŒg9Ác’zrrNO bÚi¢
ѺË/$,“ª¯Ýä;Œ× ´<ÛÑn³IvŸb™¥ nm–ÄŸ—nÝÀãŽ3ëÍG,.öó³˜Ù£¹uÊÌrŠ[<±!@Æ:c9ÅZh
ì’M5ÄìÌ-‚¼ëÉùqŽGì9¬á ;¨A-ž—évþÖ–^ON·Ô”ŸEý}ú×PO&e[]ÒG¸˜Ûp ƒÃà/Ë·8ûÀ€1ž@¿ÚB*²¼ñì8@p™8Q“žÆH'8«I-%¸‚
F»“åó6°Uù|¶Ú¸ã ò^Äw¥ŠÖK–1ÜÝK,Žddlí²0PÀü“×ükG…¯U«·¶–´w¶ŽÍ¾©yÞú[Zös•¯Á[™6°
¨¼ÉVæq·,#
ìãï‘×8îry®A››¨,ãc66»Ë´ã'æÉù?t}¢æH--Òá"›|ˆ¬[í 7¶ö#¸9«––‹$,+Ëqœ\Êøc€yê^ݸÄa°«™B-9%«×®‹V´w~vÜTéꢷþ¼ˆ%·¹• ’[xç•÷2gØS?6åÀÚ õ9É#š@÷bT¸º²C*3Bá¤òÎA9 =úU§Ó"2Ãlá0iÝIc‚2Î@%öç94ùô»'»HÄ¥Ô¾@à Tp£šíx:úÊ:5eºßMý×wµ›Ó_+šº3Ýyvÿ "ºÇ<ÂI>Õ1G·Ë«È«É# àÈÇ øp Jv·šæDûE¿›†Ë’NFr2qŸ½ÇAÜšu•´éí#Ħ8£2”Ú2Ã/€[ÎTr;qŠz*ý’Îþ(≠;¡TÆâ›;ºÿ àçœk‘Þ8¾Uª¾íé{^×IZéwÓkXÉûÑZo¯_øo×È¡¬ â–ÞR§2„‚Àœü½ùç® SVa†Âüª¼±D‘ŒísŸàä|ä2 æ[‹z”¯s{wn„ÆmáóCO+†GO8Ïeçåº`¯^¼ðG5f{Xžä,k‰<á y™¥voÆ éÛõëI=œ1‹éíÔÀÑ)R#;AÂncäŽ:tÏ#¶TkB.0Œ-ÖÞZÛgumß}fÎJÉ+#2êÔP£žùÈÅi¢%œ3P*Yƒò‚A쓎2r:ƒÐúñiRUQq‰H9!”={~¼“JŽV¥»×²m.ÛߺiYl¾òk˜gL³·rT•
’…wHÁ6ä`–Î3ùÌ4Øe³†&òL‘•%clyîAÂäà0 žüç$[3uŘpNOÀÉ=† cï{rYK
ååä~FÁ
•a»"Lär1Ó¯2Äõæ<™C•.fÕ»è¥~½-¿g½Â4¡{[ør¨¶·Žõäx¥’l®qpwÇ»8ärF \cޏܯÓ-g‚yciÏÀ¾rÎwèØÈ#o°Á9ã5¢šfÔxÞæfGusÏÌJÿ µ×œ/LtãÅT7²¶w,l
ɳ;”eúà·¨çîŒsÜgTÃS¦^ '~‹®›¯+k÷ZÖd©Æ*Ó[Ü«%Œk0ŽXƒ”$k#Ȩ P2bv‘ƒŸáÇ™ÆÕb)m$É*8óLE‘8'–ÜN Úyàúô+{uº±I'wvš4fÜr íì½=úuú
sFlìV$‘ö†HÑù€$§ õ=½¸«Ž]
:Ž+•¦ïmRþ½l´îÊT#nkiøÿ _ðÆT¶7Ò½ºÒ£Î¸d\ã8=yãŽÜäR{x]ZâÚé#¸r²#»ÎHÆ6õ ç® ÎFkr;sºÄ.&;só±Ç9êH÷ýSšÕtÐU¢-n Ì| vqœ„{gŒt§S.P‹’މ_[;m¥ÞZýRûÂX{+¥úü¼ú•-àÓ7!„G"“´‹žƒnrYXã¸îp éœ!ÓoPÌtÑ (‰Þ¹é€sÓ#GLçÕšÑnJý¡!‘Tä#“ß?îýp}xÇ‚I¥Õn#·¸–y'qó@r[ Êô÷<ÔWÃÓ¢áN¥4Ô’I&ݼ¬¬¼ÞºvéÆ
FQV~_ÒüJÖÚt¥¦Xá3BÄP^%ÈÎW-×c¡ú©¤·Iþèk¥š?–UQåIR[’O 5x\ÉhÆI¶K4«2ùªŠŒ<¼óœçØ`u«‚Í.VHä€ Ëgfx''9ÆI#±®Z8
sISºku¢ßÞ]úk»Jößl¡B.Ü»ÿ MWe
°·Ž%šêɆ¼»Âù³´œ O¿cÐÓÄh©"ÛÜÏ.ÖV’3nüÄmnq[ŒòznšÖ>J¬òˆæ…qýØP Ž:ä7^0yëWšÍ_79äoaÈ °#q0{ää×mœy”R{vÒÞ¶ÚÏe¥“ÚÆÐ¥Ì®—õýjR •íç›Ìb„+JyÜØÙ•Ç]¿Ôd þËOL²”9-Œ—õÃc'æÝלçÚ²ìejP“½
âù°¨†ðqòädЃÉäÖÜj÷PÇp“ÍšŠå«‘î
<iWNsmª»¶vÓz5»ûì:Rs\Ðßôû×uÔÿÙ